@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&display=swap");
@import url("https://use.typekit.net/nkq8fly.css");


/* Uncomment while going LIVE */
@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: #061838;
  color: #ffffff;
  font-family: myriad-pro, Arial;
  font-size: 18px;
  font-weight: 300;
  padding: 0;
  margin: 0;
}

a:focus {
  outline: 2px solid blue;
  outline-offset: -2px;
}

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;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.mt-10,
.my-10 {
  margin-top: 10px !important;
}

.mb-10,
.my-10 {
  margin-bottom: 10px !important;
}

.mt-20,
.my-20 {
  margin-top: 20px !important;
}

.mb-20,
.my-20 {
  margin-bottom: 20px !important;
}

.mt-30,
.my-30 {
  margin-top: 30px !important;
}

.mb-30,
.my-30 {
  margin-bottom: 30px !important;
}

.mt-40,
.my-40 {
  margin-top: 40px !important;
}

.mb-40,
.my-40 {
  margin-bottom: 40px !important;
}

.mt-50,
.my-50 {
  margin-top: 50px !important;
}

.mb-50,
.my-50 {
  margin-bottom: 50px !important;
}

.pt-100,
.py-100 {
  padding-top: 100px !important;
}

.pb-100,
.py-100 {
  padding-bottom: 100px !important;
}

.pt-75,
.py-75 {
  padding-top: 75px !important;
}

.pb-75,
.py-75 {
  padding-bottom: 75px !important;
}

.pt50.pb50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb15 {
  padding: 15px 0;
}

.open>.icon-bar11,
.open>.icon-bar31 {
  background-color: #061838 !important;
}

.menu ul li {
  margin-bottom: 10px !important;
}

/*--------------------------------------------------------------
# Fontweight
--------------------------------------------------------------*/
.fontweight300 {
  font-weight: 300 !important;
}

.fontweight400 {
  font-weight: 400 !important;
}

.fontweight600 {
  font-weight: 600 !important;
}

.fontweight900 {
  font-weight: 900 !important;
}

/*--------------------------------------------------------------
# Color CSS 
--------------------------------------------------------------*/
.color-white {
  color: #ffffff !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-white {
  background-color: #fff !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;
}

header {
  position: fixed;
  top: 0px;
  padding: 12px 0;
  z-index: 9;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(-100px);
  transition: all 0.5s ease;
}

header.fixedNow {
  background: #061838;
}

.header-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu_icons {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
}

.menu_icons a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  padding: 0 7px;
  cursor: pointer;
}

.menu_icons span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: black;
  margin: 3px 0;
  transition: all 0.5s ease;
}

.menu_icons span:nth-child(2) {
  width: 18px;
  transition: all 0.5s ease;
}

.menu_icons:hover span {
  width: 18px;
  transition: all 0.5s ease;
}

.menu_icons:hover span:nth-child(2) {
  width: 25px;
  transition: all 0.5s ease;
}

.menu_popup .modal-dialog {
  width: 100%;
  margin: 0px;
}

.menu_popup.in {
  padding: 0px !important;
}

.menu_popup.in .modal-dialog {
  height: 100%;
}

.menu_popup .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0px;
  background-color: #ffffff;
}

.menu_popup .modal-body {
  height: 100%;
  padding: 0;
}

.menu_popup button.close {
  color: #000000;
  font-size: 40px;
  font-weight: 300;
  position: absolute;
  z-index: 999;
  right: 30px;
  top: 20px;
  opacity: 0.8;
}

.menu_category {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.menu_category li {
  display: block;
  margin: 0 0 20px 0;
}

.menu_category li a {
  font-size: 55px;
  line-height: 1;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
}

.menu_category li a:hover {
  color: #f16c51;
}

.scroll-up {
  position: fixed;
  bottom: 20px;
  right: 18px;
  display: none;
  z-index: 1;
}

a {
  outline: inherit !important;
}

.w-100 {
  width: 100%;
}

.position-relative {
  position: relative;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.slider,
#hero_slider {
  height: 100vh;
  position: relative;
}

.repeated-css {
  width: 100%;
  height: 100vh;
}

.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: #fff;
  z-index: 2;
}

.hero-head {
  font-size: 150px;
  text-align: center;
  line-height: 0.9;
  margin: 0 0 10px;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  position: relative;
  z-index: 2;
}

.hero-para {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}

.home-banner-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(6, 24, 56, 0) 0%, #061838 100%);
  z-index: 1;
  transition: all 0.5s ease;
}

/* .repeated-css:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(6, 24, 56, 0) 0%, #061838 100%);
} */

.owl-item {
  overflow: hidden;
}

.slide-image {
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: 0;
  width: auto !important;
}

.owl-theme .owl-controls {
  margin-top: 0px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: white;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  color: white;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-dots {
  bottom: 25px;
  position: absolute;
  width: 100%;
}

/* Dots CSS */
.owl-theme .owl-dots .owl-dot {
  cursor: pointer;
  height: 16px;
  margin: 0 16px;
  position: relative;
  width: 16px;
}

.owl-theme .owl-dots .owl-dot span {
  background-color: transparent;
  box-shadow: 0 0 0 2px white inset;
  overflow: hidden;
  transition: background 0.3s ease 0s;
}

.owl-theme .owl-dots .owl-dot span {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
  height: 100%;
  left: 0;
  outline: medium none;
  position: absolute;
  text-indent: -999em;
  top: 0;
  width: 100%;
}

.owl-theme .owl-dots .owl-dot.active span::after {
  height: 100%;
}

.owl-theme .owl-dots .owl-dot span::after {
  background-color: #fff;
  bottom: 0;
  box-shadow: 0 0 1px #fff;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  transition: height 0.3s ease 0s;
  width: 100%;
  border-radius: 50%;
}

/* End */
.owl-prev,
.owl-next {
  background-repeat: no-repeat;
  width: 31px;
  height: 56px;
  text-indent: -9999px;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background-color: #fff;
}

.owl-next {
  right: 0;
}

/* Custom  */
.infy-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  top: 0;
  width: 120px;
  height: 450px;
  z-index: 1;
}


.infy-shape>div {
  width: 8px;
  height: 450px;
  background-color: #007CC3;
  position: absolute;
  right: 0;
  top: 0;
}

.infy-shape>div:nth-child(2) {
  width: 120px;
  height: 8px;
  top: unset;
  bottom: 0;
  right: 0;
  background-color: #007CC3;
}

.infy-shape>div:nth-child(3) {
  right: unset;
  left: 0;
  top: unset;
  bottom: 0;
  background-color: #F16C51;
  border-bottom-right-radius: 8px;
}

.infy-shape>div:nth-child(4) {
  width: 120px;
  height: 8px;
  background-color: #F16C51;
  right: unset;
  left: 0;
  border-bottom-right-radius: 8px;
}

.headh2 {
  font-size: 70px;
  text-align: center;
  line-height: 0.9;
  margin: 0 0 20px;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
}

.headh3 {
  font-size: 90px;
  text-align: left;
  line-height: 0.9;
  margin: 0 0 10px;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
}

.text-center {
  text-align: center;
}

.text-white {
  color: #ffffff;
}

.paraP {
  font-size: 18px;
  line-height: 1.2;
}

.revenue-streams-main .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.revenue-streams {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s ease-in;
}

.revenue-streams img {
  width: auto;
  margin-bottom: 25px;
  height: 50px;
}

.revenue-streams h4 {
  font-size: 36px;
  text-align: left;
  line-height: 0.9;
  margin: 0 0 15px;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
}

.revenue-streams p {
  line-height: 1;
  padding-right: 15%;
}

.d-flex-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.loadmore-strems {
  display: none;
  text-align: center;
  margin: 30px 0;
}

/* Buttons  */
.btn-mwc {
  display: inline-block;
  color: #ffffff;
  border: 1px solid #DE644B;
  outline: inherit;
  font-size: 18px;
  padding: 10px 25px;
  outline: inherit;
  line-height: 1;
  position: relative;
  transition: all 0.5s ease;
}

.btn-mwc span {
  position: relative;
  z-index: 2;
}

.btn-mwc::before {
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #DE644B;
  z-index: 1;
  transition: all 0.5s ease;
}

.btn-mwc:hover::before {
  width: 100%;
  transition: all 0.5s ease;
}

.btn-mwc:hover,
.btn-mwc:active,
.btn-mwc:focus {
  color: #ffffff;
}

.btn-mwc-redefine {
  border: 1px solid #007CC3;
}

.btn-mwc-redefine::before {
  background-color: #007CC3;
}

.btn-mwc-white {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #000000;
}

.btn-mwc-white:active,
.btn-mwc-white:focus {
  color: #000000;
}

.btn-mwc-white:hover {
  color: #ffffff;
}

.btn-mwc-white::before {
  background-color: #061838;
}

.btn-mwc-black {
  border-color: #000000;
  color: #000000;
}

.btn-mwc-black:active,
.btn-mwc-black:focus {
  color: #000000;
}

.btn-mwc-black:hover {
  color: #ffffff;
}

.btn-mwc-black::before {
  background-color: #000000;
}

.btn-mwc-whiteborder {
  border-color: #ffffff;
  color: #ffffff;
}

.btn-mwc-whiteborder:active,
.btn-mwc-whiteborder:focus {
  color: #ffffff;
}

.btn-mwc-whiteborder:hover {
  color: #000000;
}

.btn-mwc-whiteborder::before {
  background-color: #ffffff;
}

/* Footer  */
.footer {
  padding: 20px 0;
}

.footer .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer p {
  color: #000000;
  font-size: 15px;
  margin: 0;
  font-weight: 500;
}

.social_icons {
  text-align: right;
}

.social_icons ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.social_icons ul li {
  display: inline-block;
  margin: 0 15px 0 0;
}

.social_icons ul li img {
  width: 25px;
}

.social_icons ul li:last-child {
  margin-right: 0;
}

/* Inner Pages  */
.bannerAni {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s ease-in;
}

.mwc_innerPage .repeated-css img {
  transform: scale(0.01);
  transition: all 0.5s ease-in;
}

.infy-shape-big {
  width: 200px;
  opacity: 0;
}

.infy-shape-big>div:nth-child(2),
.infy-shape-big>div:nth-child(4) {
  width: 200px;
}

.infy-shape-big>div,
.infy-shape-big>div:nth-child(2) {
  background-color: #F16C51;
}

.mwc_innerPage .hero-head {
  font-size: 125px;
}

.mwc_innerPage .caption {
  top: 42%;
  -webkit-transform: translate(0px, -40%) !important;
  -moz-transform: translate(0px, -40%) !important;
  -ms-transform: translate(0px, -40%) !important;
  -o-transform: translate(0px, -40%) !important;
  transform: translate(0px, -40%) !important;
}

.mwc_innerPageBanner img {
  margin-top: -28vh;
  /* transform: translateY(-180px); */
  position: relative;
  z-index: 3;
}

.text-left {
  text-align: left;
}

.pl-50 {
  padding-left: 50px;
}

.text-black {
  color: #000000;
}

.key_capabilities_main h4 {
  color: #000000;
  font-size: 30px;
}

.key_capabilities_title h4 {
  text-align: center;
  font-size: 36px;
}

.quality-scale {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s ease-in;
}

.quality-scale h4 {
  font-size: 120px;
  text-align: center;
  line-height: 0.9;
  margin: 0 0 15px;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  text-transform: uppercase;
  color: #DE644B;
  font-weight: 600;
  letter-spacing: 4px;
}

.quality-scale_title h4 {
  font-size: 36px;
  color: #000000;
  font-weight: 500;
  letter-spacing: normal;
}

.quality-scale p {
  text-align: center;
}

.bg-infy-color {
  background: #007CC3;

}

.headh3-inhome {
  font-size: 85px;
}

/* our-offerings-main */
.our-offerings-main {
  background: #F8F8F8;
  padding: 75px 0 50px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.our-offerings-title h4 {
  font-size: 36px;
  text-align: center;
  line-height: 0.9;
  margin: 0 0 20px;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  text-transform: uppercase;
  color: #000000;
  font-weight: 500;
}

.d-flex-offerings {
  /* display: flex;
  gap: 30px;
  flex-wrap: nowrap;
  width: 280%; */
  display: flex;
  flex-wrap: nowrap;
  width: 280%;
  gap: 30px;
  /* flex-direction: column; */
}

.our-offering-inner {
  width: 70%;
  background-color: #ffffff;
  padding: 30px;
  min-height: 55vh;
}

.our-offering-inner .d-flex-center {
  justify-content: center;
  height: 100%;
}

.our-offering-text {
  color: #000000;
}

.our-offering-text h3 {
  font-size: 32px;
  text-align: left;
  line-height: 0.9;
  margin: 0 0 15px;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}

.our-offering-text ul {
  margin: 0;
  padding-left: 20px;
}

/* .video-section {
  transform: translateY(-70px);
} */

.offering-select {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.offering-select li {
  list-style-type: none;
  display: inline-block;
  width: 4px;
  height: 10px;
  background: #E5E4E2;
  position: relative;
}

.offering-select li.active {
  width: 6px;
  height: 20px;
  background: #DE644B;

}

.offering-select li a {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  outline: inherit !important;
  top: 0;
}

.animateBlock {
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.5s ease;
}

/* Key Features  */
/* .our-keyfeatures-main {
  position: relative;
}

.d-flex-keyfeatures {
   display: flex;
  flex-wrap: nowrap;
  width: 440%;
  gap: 0; 
  width: 100%;
}

.our-keyfeatures-inner {
  height: 100vh;
  width: 100%;
}

.our-keyfeatures-content {
  transform: translateY(-70px);
}

.owl-carousel .our-keyfeatures-inner img {
  width: 80%;
  margin: 0 0 0 auto;
}

.keyfeaturestitle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 75px 0 45px;
  z-index: 2;
}

.keyfeaturestitle h4 {
  text-align: right;
  line-height: 0.9;
  margin: 0 0 15px;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 36px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: normal;
}
*/

.keyfeatures-head {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  padding: 80px 0 0;
  width: 100%;
}

.keyfeaturesfooter {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 0;
  z-index: 9;
}

.h-100 {
  height: 100%;
}

.d-flex-end {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

/* .keyfeatureNav {
  margin: 50px 0 0;
  padding: 0;
  list-style-type: none;
}

.keyfeatureNav li {
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 21px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0 0 10px;
}

.keyfeatureNav li a {
  color: #ffffff;
  outline: inherit !important;
  opacity: 0.5;
}

.keyfeatureNav li a:hover {
  opacity: 1;
}

.keyfeatureNav li a.active {
  opacity: 1;
} */

.firms-modernizing {
  overflow: hidden;
  height: 100vh;
  position: relative;
}

.caption-cnt {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.caption-cnt1 {
  z-index: 1;
}

.caption-cnt2 {
  z-index: 2;
}

.caption-cnt3 {
  z-index: 3;
}

.caption-cnt4 {
  z-index: 4;
}

.caption-cnt5 {
  z-index: 5;
}

.caption-hero {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0%;
  /* -webkit-transform: translate(0, -50%) !important;
  -moz-transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  -o-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important; */
  color: #fff;
  z-index: 9;
}

.caption-hero img {
  width: 75%;
  margin: 0 0 0 auto;
}

.headh4 {
  text-align: center;
  line-height: 0.9;
  margin: 0 0 15px;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 36px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: normal;
  top: -10px;
  position: relative;
}

.key-features-ul {
  padding: 0;
  margin: 0;
}

.key-features-ul li {
  display: block;
  margin-bottom: 15px;
  opacity: 0.6;
  transition: all 0.5s ease;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  line-height: 1;
}

.key-features-ul li.menu-active {
  opacity: 1;
}

/* Connectivity Page  */
.infy-shape-connectivity>div,
.infy-shape-connectivity>div:nth-child(2) {
  background-color: #007CC3 !important;
}

.quality-scale-main-connectivity .quality-scale h4 {
  color: #007CC3;
}

.quality-scale-main-connectivity .quality-scale_title h4 {
  color: #000000;
}

.keyfeaturestitle-connectivity {
  text-align: center !important;
}

.key-features-connectivity .headh4,
.key-features-connectivity .headh2,
.key-features-connectivity .paraP,
.key-features-connectivity .key-features-ul li {
  color: #000000;
}


.bg-solutions-1 {
  background: #F4E0C8;
}

.bg-solutions-2 {
  background: #d8e7da;
}

.bg-solutions-3 {
  background: #fcddd6;
}

.bg-solutions-4 {
  background: #e6dbe6;
}

.justify_content_center {
  justify-content: center;
}

/* Form  */
.email-checker {
  position: absolute;
  left: -9999px;
}

.form-sec {
  position: relative;
}

.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: 12px 15px;
  margin: 0 10px 10px 0;
  text-decoration: none;
  font-size: 20px;
  overflow: hidden;
  font-weight: 600;
}

.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);
}

.cta:hover {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

.cta:focus {
  background-color: #fff;
  color: #fff;
  text-decoration: none;
}

.cta:hover:before {
  height: 1000%;
}

.cta-black {
  margin-right: 10px;
  border: 1px solid #fff !important;
  color: #fff !important;
  background-color: #000 !important;
}

.cta-black .fa {
  margin-right: 5px;
}

.cta-black:hover {
  color: #000 !important;
  border: 1px solid #000 !important;
}

.cta-black:before {
  background-color: #ffffff !important;
}

.cta-black:focus {
  background-color: #000 !important;
  color: #fff !important;
}

.field-bg input,
textarea {
  font-size: 20px;
  padding: 10px 0 10px 10px;
  display: block;
  width: 100%;
  border: 2px solid #ffffff !important;
  background-color: transparent;
  border-radius: 10px;
  color: #ffffff;
}

.field-bg {
  position: relative;
  margin-bottom: 40px;
}

.bar {
  position: relative;
  display: block;
  width: 100%;
}

.bar:after,
.bar:before {
  content: '';
  height: 50px;
  width: 0;
  top: -50px;
  left: 0;
  position: absolute;
  background-color: rgba(0, 124, 195, 0.1);
  transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  border-radius: 10px;
}

.field-bg label {
  font-size: 14px;
  font-weight: 300;
  position: absolute;
  pointer-events: none;
  left: 25px;
  top: 14px;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  background-color: transparent;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.field-bg sup {
  color: #f16c51;
}

.field-bg form {
  width: 100%;
}

.field-bg input:focus~.bar:after,
.field-bg input:focus~.bar:before {
  width: 100%;
}

.field-bg input:focus~label,
.field-bg textarea:focus~label {
  top: -20px;
  font-size: 14px;
  color: #ffffff;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 400;
}

.field-bg input:not([value='']):not(:focus)~label {
  top: -20px;
}

.field-bg input:focus::-webkit-input-placeholder {
  opacity: 1;
  font-size: 14px !important;
  color: #fff;
}

.field-bg input:focus::-moz-placeholder {
  opacity: 1;
  font-size: 14px !important;
  color: #fff;
}

.field-bg input:focus:-ms-input-placeholder {
  opacity: 1;
  font-size: 14px !important;
  color: #fff;
}

.field-bg input:focus:-moz-placeholder {
  opacity: 1;
  font-size: 14px !important;
  color: #fff;
}

.field-bg input::-webkit-input-placeholder {
  opacity: 0;
}

.field-bg input::-moz-placeholder {
  opacity: 0;
}

.field-bg input:-ms-input-placeholder {
  color: transparent;
}

.field-bg input:-moz-placeholder {
  opacity: 0;
}

.field-bg input:focus,
.field-bg textarea:focus {
  outline: 0;
}

.form-switch {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-top: 5px;
  -webkit-tap-highlight-color: transparent;
  padding-bottom: 18px;
  margin-right: 10px;
}

.form-switch i {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 23px;
  display: inline-block;
  margin-right: 0.2rem;
  position: relative;
  transition: all 0.3s linear 0s;
  vertical-align: text-bottom;
  height: 22px !important;
  width: 40px !important;
}

.form-switch i:before {
  background-color: rgba(0, 0, 0, 0.17);
  border-radius: 11px;
  content: '';
  left: 0;
  position: absolute;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: all 0.25s linear 0s;
  height: 18px !important;
  width: 36px !important;
}

.form-switch i:after {
  content: '';
  position: absolute;
  left: 0;
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  transform: translate3d(2px, 2px, 0);
  transition: all 0.2s ease-in-out;
  width: 18px !important;
  height: 18px !important;
}

.form-switch:active i:after {
  width: 28px;
  transform: translate3d(2px, 2px, 0);
}

.form-switch:active input:checked+i::after {
  transform: translate3d(16px, 2px, 0);
}

.form-switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.form-switch input:checked+i {
  background-color: #4bd763;
}

.form-switch input:checked+i:before {
  transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}

.form-switch input:checked+i::after {
  transform: translate3d(22px, 2px, 0);
}

.pvcy-stmt,
.pvcy-stmt:focus,
.pvcy-stmt:hover {
  color: #ffffff;
  font-weight: 500;
  text-decoration: underline;
}


#thankyou {
  display: none;
}

#thankyou img {
  width: 100%;
}

.redColor {
  color: #0f9ffa;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  left: 15px;
  margin: 0 auto;
  padding: 4px;
  bottom: -20px;
  position: absolute;
}

.submit-btn {
  /* background: transparent; */
  width: 100%;
}


/* Sticky Menu  */
.sticky-page-menu {
  padding: 15px 0;
  z-index: 9;
  margin: auto;
  float: none;
}

.sticky-page-menu.fixedNow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.sticky-page-menu ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
}

.sticky-page-menu ul li {
  margin: 0 10px;
}

.sticky-page-menu ul li a {
  padding: 5px 0;
  color: #ffffff;
  display: block;
  font-weight: 500;
  outline: inherit !important;
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
}

.sticky-page-menu ul li a::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: #F16C51;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease;
}

.sticky-page-menu ul li a.active::after {
  width: 100%;
  transition: all 0.5s ease;
}

.sticky-page-menu ul li a:hover::after {
  width: 100%;
  transition: all 0.5s ease;
}

/* Form End  */
@media only screen and (max-width: 1180px) {
  .mwc_innerPage .caption {
    top: 50%;
  }

  .sticky-page-menu {
    width: 100%;
    background-color: #061838 !important;
  }

  .sticky-page-menu.fixedNow {
    position: relative;
    z-index: 1;
  }
}

@media only screen and (max-width: 1024px) {

  .slider,
  #hero_slider,
  .repeated-css {
    height: 100vh;
  }

  .hero-head {
    font-size: 100px;
  }

  .headh3 {
    font-size: 70px;
  }

  .slide-image {
    left: 0;
  }

  .our-offering-inner {
    min-height: 65vh;
  }

  .mwc_innerPage .caption {
    top: 45%;
  }
  .firms-modernizing .headh2 {
    font-size: 40px;
  }

}

@media only screen and (max-width: 992px) {
  .mwc_innerPageBanner img {
    margin-top: -35vh;
  }

  .our-offering-inner {
    min-height: 75vh;
  }
  .caption-hero img {
    width: 45%;
    margin: 0 0 0 auto;
  }
}

@media only screen and (max-width: 767px) {

  .mt-0-xs,
  .my-0-xs {
    margin-top: 0 !important;
  }

  .mb-0-xs,
  .my-0-xs {
    margin-bottom: 0 !important;
  }

  .mt-10-xs,
  .my-10-xs {
    margin-top: 10px !important;
  }

  .mb-10-xs,
  .my-10-xs {
    margin-bottom: 10px !important;
  }

  .mt-20-xs,
  .my-20-xs {
    margin-top: 20px !important;
  }

  .mb-20-xs,
  .my-20-xs {
    margin-bottom: 20px !important;
  }

  .mt-30-xs,
  .my-30-xs {
    margin-top: 30px !important;
  }

  .mb-30-xs,
  .my-30-xs {
    margin-bottom: 30px !important;
  }

  .mt-40-xs,
  .my-40-xs {
    margin-top: 40px !important;
  }

  .mb-40-xs,
  .my-40-xs {
    margin-bottom: 40px !important;
  }

  .mt-50-xs,
  .my-50-xs {
    margin-top: 50px !important;
  }

  .mb-50-xs,
  .my-50-xs {
    margin-bottom: 50px !important;
  }

  .mt-75-xs,
  .my-75-xs {
    margin-top: 75px !important;
  }

  .mb-75-xs,
  .my-75-xs {
    margin-bottom: 75px !important;
  }

  .mt-100-xs,
  .my-100-xs {
    margin-top: 100px !important;
  }

  .mb-100-xs,
  .my-100-xs {
    margin-bottom: 100px !important;
  }

  .pt-75-xs,
  .py-75-xs {
    padding-top: 75px !important;
  }

  .pb-75-xs,
  .py-75-xs {
    padding-bottom: 75px !important;
  }

  .pt-100-xs,
  .py-100-xs {
    padding-top: 100px !important;
  }

  .pb-100-xs,
  .py-100-xs {
    padding-bottom: 100px !important;
  }

  .slider,
  #hero_slider,
  .repeated-css {
    height: 100vh;
  }


  .hero-head {
    font-size: 70px;
  }

  footer ul {
    margin-bottom: 10px;
  }

  .select-country>a {
    color: #7e7e7e;
  }

  .select-country>a:hover,
  .select-country>a:focus {
    color: #7e7e7e;
  }

  .pull-left-xs {
    float: left !important;
  }

  .headh2 {
    font-size: 42px;
  }

  #connectwithus .headh2 {
    font-size: 50px;
  }

  .revenue-streams {
    text-align: center;
  }

  .revenue-streams h4 {
    text-align: center;
  }

  .revenue-streams p {
    padding-right: 0;
  }

  .headh3 {
    font-size: 56px;
  }

  .footer p,
  .social_icons {
    text-align: center;
    margin: 20px 0 0;
  }

  .loadmore-strems {
    display: block;
  }

  .revenue-streams-main .revenue-streams-mob-hide {
    display: none;
  }

  .revenue-streams-mob-hide.showNow {
    display: block;
  }

  /* Inner Pages  */
  .mwc_innerPage .hero-head {
    font-size: 70px;
  }

  .video-section {
    transform: translateY(0px);
    margin-top: 30px;
    padding: 0 20px;
  }

  .d-flex-offerings {
    width: 350%;
    gap: 15px;
  }

  .our-offering-inner {
    width: 100%;
    min-height: 75vh;
  }

  .menu_category li a {
    font-size: 24px;
  }

  #entertainment-section {
    padding-top: 75px;
  }

  .quality-scale h4 {
    font-size: 90px;
  }

  .quality-scale_title h4 {
    font-size: 36px;
  }

  .firms-modernizing {
    height: 100vh;
  }


  .mwc_innerPage .caption {
    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;
  }

  .caption-hero {
    bottom: 0;
  }

  .firms-modernizing .caption-cnt img {
    width: 70%;
    margin: 0 0 0 auto;
  }

  .firms-modernizing .caption-cnt .pl-50 {
    padding-left: 20px;
  }

  .key-features-ul {
    padding: 0;
    margin: 0 10px;
  }

  .paraP {
    font-size: 20px;
  }

  .sticky-page-menu ul li a {
    font-size: 12px;
  }

  .keyfeaturesfooter .btn-mwc {
    font-size: 15px;
    padding: 8px 12px;
    font-weight: 600;
  }
}

@media only screen and (max-width: 680px) {}

@media only screen and (max-width: 480px) {}

@media only screen and (min-device-width: 360px) and (max-device-width: 940px) and (orientation: landscape) {
  .infy-shape {
    height: 300px;
  }

  .infy-shape>div {
    height: 300px;
  }

  .mwc_innerPage .hero-head {
    font-size: 65px;
  }
}

@media only screen and (max-width: 375px) {
  .firms-modernizing .caption-cnt img {
    width: 50%;
    margin: 0 0 0 auto;
  }
}

@media only screen and (min-width: 1440px) {
  .mwc_innerPage .caption {
    top: 45%;
  }

  .mwc_innerPageBanner img {
    margin-top: -35vh;
  }

  .container {
    width: 1350px;
  }

  .our-offerings-main {
    padding: 100px 0 75px;
  }

  .d-flex-offerings {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 360%;
  }

  .our-offering-inner {
    width: 80%;
    background-color: #ffffff;
    padding: 30px;
    min-height: 65vh;
  }

  .our-offering-text ul {
    font-size: 24px;
  }

  .caption-hero img {
    width: 90%;
    margin: 0 0 0 auto;
  }
}