@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&display=swap");
@import url("https://use.typekit.net/nkq8fly.css");
@font-face {
  font-family: "tungstenw05-medium";
  src: url("https://www.infosys.com/content/dam/infosys-web/en/fonts/tungstenw05-medium.woff2")
      format("woff2"),
    url("https://www.infosys.com/content/dam/infosys-web/en/fonts/tungstenw05-medium.woff")
      format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body,
html {
  background-color: #fff;
  color: #000;
  font-family: myriad-pro, Arial;
  font-size: 18px;
  font-weight: 300;
  padding: 0;
  margin: 0;
}
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;
}
.mt-100,
.my-100 {
  margin-top: 100px !important;
}
.mb-100,
.my-100 {
  margin-bottom: 100px !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;
}
.fs-16 {
  font-size: 18px;
}
.floating-bar {
  position: fixed;
  right: -40px;
  background-color: rgba(255, 255, 255, 1);
  padding: 8px 30px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  z-index: 10;
  border-radius: 6px 6px 0 0;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  /* z-index: 9999; */
}
.floating-bar:hover,
.floating-bar:focus {
  color: #000;
}
header {
  position: absolute;
  top: 35px;
  height: 35px;
  z-index: 9;
  left: 0;
  width: 100%;
}
.d-block {
  display: block !important;
}
.d-inline-block {
  display: inline-block !important;
}
section {
  position: relative;
}
.cta-link {
  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: 8px 25px;
  margin: 5px 0;
  text-decoration: none;
  overflow: hidden;
  font-weight: 500;
}
.cta-link: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-link:hover,
.cta-link:focus {
  border: 1px solid #fff;
  color: #000;
  background-color: #fff;
  text-decoration: none;
}
.cta-link:hover:before {
  height: 1000%;
}
.slider,
#hero_slider {
  height: 100vh;
  position: relative;
}
.repeated-css {
  width: 100%;
  height: 100vh;
}
.repeated-css:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(146, 39, 143);
  background: -moz-linear-gradient(
    90deg,
    rgba(146, 39, 143, 1) 30%,
    rgba(5, 22, 78, 1) 40%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(146, 39, 143, 1) 30%,
    rgba(5, 22, 78, 1) 40%
  );
  background: linear-gradient(
    90deg,
    rgba(146, 39, 143, 1) 30%,
    rgba(5, 22, 78, 1) 40%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#92278f", endColorstr="#05164e", GradientType=1);
  opacity: 0.3;
}
.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;
}
.hero-head {
  font-size: 85px;
  text-align: right;
  line-height: 0.9;
  margin: 0;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}
.hero-para {
  color: #fff;
  font-size: 32px;
  line-height: 1.2;
  margin-top: 78px;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}
.video-sec {
  position: relative;
  height: 100vh;
}
.video-sec .hero-video {
  object-fit: cover;
}
/* .text-stroke {
  -webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
} */
.scroll-container {
  width: 26px;
  height: 52px;
  border: 1px solid #fff;
  border-radius: 15px;
  position: absolute;
  margin: 0 auto;
  bottom: 60px;
  left: 0;
  right: 0;
  z-index: 1;
}
.scroller {
  width: 16px;
  border-radius: 8px;
  background-color: #e55566;
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 34px;
  animation: scroller 1500ms ease-out infinite;
}
@keyframes scroller {
  0% {
    bottom: 34px;
  }
  5% {
    top: 4px;
  }
  32% {
    bottom: 4px;
  }
  66% {
    top: 34px;
    bottom: 4px;
  }
  100% {
    top: 4px;
    bottom: 34px;
  }
}
.scroll-down-text {
  display: inline-block;
}
.scroll-down-text span {
  position: absolute;
  bottom: 20px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 3px;
}
.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;
}
.overview {
  background: url(/content/dam/infosys-ips/2025/oracle-federal-forum2025-overview-bg.jpg)
    no-repeat center;
  background-size: cover;
}
.h2-head {
  margin: 0 0 30px;
}
.h2-head span {
  font-size: 80px;
  line-height: 0.9;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  transform-origin: right bottom;
}
.overview .h2-head span:nth-child(1) {
  font-weight: 700;
}
.overview-para {
  font-size: 20px;
}
.img-reveal {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  /* max-width: 500px; */
  overflow: hidden;
}
.mwc-themes {
  background: url(https://www.infosys.com/content/dam/infosys-web/en/newsroom/events/2023/mwc-2024/mwc-themes-bg.jpg)
    no-repeat top fixed;
  background-size: cover;
  padding-bottom: 150px !important;
}
.mwc-themes-head span {
  display: inline-block;
}
/* BOX SLIDER */
.box-carousel.owl-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
.box-carousel.owl-carousel .owl-stage .item {
  height: 100%;
}
.box-carousel .owl-nav {
  text-align: center;
  width: 200px;
  margin: 0 auto;
  position: relative;
}
.box-carousel .owl-nav .owl-prev,
.box-carousel .owl-nav .owl-next {
  background-repeat: no-repeat !important;
  width: 50px !important;
  height: 50px !important;
  text-indent: -9999px;
  position: absolute !important;
  top: unset !important;
  bottom: -120px !important;
  transform: none !important;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  margin: 0;
  background-size: 20px;
  background-position: center center;
}
.box-carousel .owl-nav .owl-prev {
  left: 35px;
  background-image: url(https://www.infosys.com/content/dam/infosys-web/en/mwc/images/left-chevron-prev.png);
}
.box-carousel .owl-nav .owl-next {
  right: 35px;
  background-image: url(https://www.infosys.com/content/dam/infosys-web/en/mwc/images/left-chevron-next.png);
}
.box-carousel .owl-dots {
  bottom: -70px;
  position: absolute;
}
.box-slider-href {
  display: block;
  height: 100%;
}
/* .box-slider-href svg {
  width: 75px;
  height: 75px;
} */
.ctrl-pad {
  padding: 0;
}
.box-cnt-wrapper {
  color: #fff;
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.box-slider-head {
  position: relative;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-size: 40px;
  margin: 0;
  line-height: 0.9;
  padding: 10px;
}
.box-slider-para {
  color: #b8b8b8;
}
.box-img-wrap {
  overflow: hidden;
  border-radius: 20px;
}
.box-img-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 70%;
  background: transparent
    linear-gradient(
      180deg,
      #05217500 0%,
      #05217547 40%,
      #05217599 60%,
      #052175bd 74%,
      #052175 100%
    )
    0% 0% no-repeat padding-box;
  border-radius: 0 0 20px 20px;
}
.box-carousel.owl-carousel .owl-item img {
  width: 100% !important;
  height: 300px;
  left: 0;
  right: 0;
  object-fit: cover;
}
.box-img-wrap .box-img {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.box-img-wrap:hover .box-img {
  transform: scale(1);
}
/* BOX SLIDER */
.leaders {
  background: url(/content/dam/infosys-ips/2025/naswa-winter-policy-forum2025-attendees-bg.png)
    no-repeat fixed top;
  background-size: cover;
}
.leaders .h2-head span:nth-child(2) {
  font-weight: 700;
}
/* Item SLIDER */
.item-slider-carousel.owl-carousel .owl-stage,
.success-stories-carousel.owl-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
.item-slider-carousel.owl-carousel .owl-stage .item,
.success-stories-carousel.owl-carousel .owl-stage .item {
  height: 100%;
}
.item-slider-carousel .owl-nav .owl-prev,
.item-slider-carousel .owl-nav .owl-next,
.success-stories-carousel .owl-nav .owl-prev,
.success-stories-carousel .owl-nav .owl-next {
  background-repeat: no-repeat !important;
  width: 32px !important;
  height: 32px !important;
  text-indent: -9999px;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(6, 24, 56, 0.3);
}
.item-slider-carousel .owl-nav .owl-prev {
  left: -50px !important;
  background-image: url(https://www.infosys.com/content/dam/infosys-web/en/newsroom/events/2023/mwc-2024/prev-chevron.png);
}
.item-slider-carousel .owl-nav .owl-next {
  right: -50px !important;
  background-image: url(https://www.infosys.com/content/dam/infosys-web/en/newsroom/events/2023/mwc-2024/next-chevron.png);
}
.item-slider-carousel .owl-dots,
.success-stories-carousel .owl-dots {
  bottom: -70px;
  position: absolute;
}
.success-stories-carousel .owl-nav .owl-prev,
.success-stories-carousel .owl-nav .owl-next {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
}
.success-stories-carousel .owl-nav .owl-prev {
  left: -80px !important;
  background-image: url(https://www.infosys.com/content/dam/infosys-web/en/mwc/images/left-chevron-prev.png);
}
.success-stories-carousel .owl-nav .owl-next {
  right: -80px !important;
  background-image: url(https://www.infosys.com/content/dam/infosys-web/en/mwc/images/left-chevron-next.png);
}
.success-stories .success-stories-carousel .owl-nav .owl-prev {
  left: -50px !important;
  background-image: url(https://www.infosys.com/content/dam/infosys-web/en/mwc/images/left-chevron-prev.png);
}
.success-stories .success-stories-carousel .owl-nav .owl-next {
  right: -100px !important;
  background-image: url(https://www.infosys.com/content/dam/infosys-web/en/mwc/images/left-chevron-next.png);
}
.item-img-wrapper {
  position: relative;
  overflow: hidden;
}
.item-img-wrapper img {
  transform: scale(1);
  transition: all 0.7s ease;
  height: 260px;
  object-fit: cover;
  border-radius: 50%;
  width: 260px !important;
}
.item-slider-href:hover .item-img-wrapper img {
  transform: scale(0.95);
}
.item-cnt-wrapper {
  padding: 15px;
  color: #fff;
}
.item-slider-href {
  display: block;
  height: 100%;
  text-align: center;
}
.item-slider-head {
  font-weight: 700;
}
.item-cta-link {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px;
  font-weight: 700;
}
.item-slider-social {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
/* Item SLIDER */
.showcase {
  background: url(https://www.infosys.com/content/dam/infosys-web/en/newsroom/events/2023/mwc-2024/showcase-bg.jpg)
    no-repeat fixed top;
  background-size: cover;
}
.showcase-main-head {
  position: relative;
  overflow: hidden;
  height: 400px;
  margin: 0;
}
.showcase-head label {
  position: relative;
  overflow: hidden;
  height: 80px;
  font-weight: normal;
  margin: 0;
  display: block;
}
.showcase-head label span {
  transform: translateY(90px);
}
.accordion-custom .panel {
  border: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: transparent;
  border-radius: 20px;
  /* opacity: 0;
  transform: translateY(50px); */
  /* border-bottom: transparent; */
}
.accordion-custom.panel-group {
  margin-bottom: 0;
  display: flex;
  gap: 20px;
}
/* .accordion-custom .panel-group .panel {
} */
.accordion-custom .panel-default {
  float: left;
  width: 100%;
  border-color: transparent;
  /* margin-bottom: 30px !important; */
  margin-top: 0 !important;
}
.icon-bg {
  margin-right: 15px;
  width: 50px;
  height: 50px;
}
.accordion-custom .panel-default > .panel-heading {
  background-color: #372261;
  border-color: transparent;
  position: relative;
  padding: 0;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}
/* .accordion-custom .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
} */
.accordion-custom .panel-title .capsule-bg {
  color: #fff;
  padding: 15px;
  margin: 0;
  /* font-size: 24px; */
  display: block;
  /* font-family: "tungstenw05-medium", "Oswald", sans-serif; */
  outline: none;
}
.accordion-custom .panel-title > .capsule-bg:active,
.accordion-custom .panel-title > .capsule-bg:focus,
.accordion-custom .panel-title > .capsule-bg:hover {
  text-decoration: none;
}
.accordion-custom .panel-title > .capsule-bg.collapsed:before {
  font-size: 22px;
  border: 0;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding: 7px 9px;
  position: absolute;
  right: 20px;
  bottom: 0;
  top: 50%;
  transform: translateY(-50%);
}
.accordion-custom .panel-title > .capsule-bg:before {
  font-family: FontAwesome;
  content: "\f067";
  font-size: 22px;
  /* letter-spacing: -0.0625em; */
  position: absolute;
  right: 20px;
  bottom: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.2s ease;
  border-radius: 50%;
  border: 0;
  width: 35px;
  height: 35px;
  padding: 7px 9px;
}
.accordion-custom .panel-title > .capsule-bg.sign-remove:before {
  content: "";
  border: 0;
}
.accordion-custom .panel-title > .capsule-bg span:nth-child(1) {
  font-size: 24px;
  /* margin-bottom: 10px; */
  /* font-weight: 700; */
}
.accordion-custom .accordion-txt {
  margin: 0;
  font-size: 20px;
}
.accordion-custom .accordion-txt span:nth-child(2) {
  font-size: 16px;
}
.accordion-custom .accordion-txt sup {
  position: relative;
  font-size: 40px;
  top: 15px;
}
.accordion-custom
  .panel-default
  > .panel-heading
  + .panel-collapse
  > .panel-body {
  border-top: medium none;
  border-top-color: transparent;
  padding: 15px;
  border-radius: 0 0 10px 10px;
  /* background-color: transparent !important; */
  /* line-height: 26px; */
}
/* .accordion-custom .panel.panel-default:after {
  position: absolute;
  content: "";
  width: 89%;
  left: 11%;
  right: 0;
  border-bottom: 1px solid #000;
  margin: 14px 0;
} 
.accordion-custom .panel.panel-default:last-child::after {
  border: 0;
}*/
.text-normal {
  text-transform: none;
}
.recap {
  background-color: #03113c;
}
.recap-head span {
  display: inline-block;
}
.piccount {
  padding: 0;
}
/* .grid-gallery {
  margin-top: 20px;
} */
.grid {
  height: auto !important;
  padding: 0;
  margin: 0;
}
.grid li {
  list-style: none;
  position: inherit !important;
  left: inherit !important;
  top: inherit !important;
  cursor: pointer;
}
.slideshow {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  /* -webkit-perspective: 1000px;
  perspective: 1000px; */
  -webkit-perspective: 200px;
  perspective: 200px;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}
.slideshow-open .slideshow {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background: rgba(241, 108, 81, 0.9);
}
.slideshow ul {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 150px);
  transform: translate3d(0, 0, 150px);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.slideshow ul.animatable li {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.slideshow-open .slideshow ul {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slideshow li {
  width: 660px;
  /* height: 560px; */
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -330px;
  visibility: hidden;
}
.slideshow li.show {
  visibility: visible;
}
.slideshow li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background: rgba(255, 255, 255, 0.8); */
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.slideshow li.current:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s;
}
.slideshow figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slideshow nav span {
  position: absolute;
  z-index: 99;
  text-align: center;
  padding: 3%;
  cursor: pointer;
  font-size: 2.2em;
  color: #f16c51;
}
.slideshow nav span.nav-next,
.slideshow nav span.nav-prev {
  font-size: 50px;
  font-weight: 600;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  background: #000;
  width: 60px;
  height: 60px;
  color: #fff;
  border-radius: 50%;
}
.slideshow nav span.nav-next {
  right: 20px;
  background: #000
    url(https://www.infosys.com/content/dam/infosys-web/en/infosys-stories/next-chevron.png) no-repeat
    center;
  background-size: 40%;
}
.slideshow nav span.nav-prev {
  left: 20px;
  background: #000
    url(https://www.infosys.com/content/dam/infosys-web/en/infosys-stories/prev-chevron.png) no-repeat
    center;
  background-size: 40%;
}
.slideshow nav span.nav-close {
  font-size: 60px;
  font-weight: 300;
  top: 0;
  right: 0;
  padding: 0;
  color: #fff;
}
/* .icon:after,
.icon:before {
  font-family: FontAwesome;
  color: #f16c51; 
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} 
.info-keys {
  position: fixed;
  top: 10px;
  left: 10px;
  width: 60px;
  font-size: 8px;
  padding-top: 20px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
}
.info-keys:after,
.info-keys:before {
  position: absolute;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 14px;
  font-size: 12px;
}
.info-keys:before {
  left: 10px;
  content: "\e603";
}
.info-keys:after {
  right: 10px;
  content: "\e604";
}*/
.gallery-title {
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  text-align: left;
}
#photo_gallery .grid-gallery {
  clear: both;
  margin-top: 0 !important;
}
#photo_gallery .grid li {
  padding: 0 1px !important;
  margin-bottom: 2px;
}
#photo_gallery .slideshow figure {
  background-color: #fff;
  border: 50px solid #fff;
}
.grid-wrap ul.grid li {
  position: relative !important;
  overflow: hidden;
}
.grid-wrap ul.grid li img {
  transition: all 0.4s;
}
.grid-wrap ul.grid li:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1);
  -transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.grid-wrap ul.grid li .box-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  width: 100%;
  height: 100%;
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: 0.3s ease;
  z-index: 99;
}
.grid-wrap ul.grid li:hover .box-overlay {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.plus-txt {
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.photogallery {
  font-size: 16px;
  color: #fff;
  max-width: 80px;
  height: 80px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px 10px;
  line-height: 19px;
  text-align: center;
  border-radius: 50px;
  font-weight: 400;
  -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;
}
.highlights-box:hover .photogallery {
  color: #df9926;
  background-color: rgba(0, 0, 0, 1);
}
.photogallery .fa {
  font-size: 10px;
  padding-left: 2px;
}
.mwc-video-sec {
  background: url(https://www.infosys.com/content/dam/infosys-web/en/newsroom/events/2023/mwc-2024/mwc-video-sec-bg.jpg)
    no-repeat fixed top;
  background-size: cover;
  padding-bottom: 150px !important;
}
.mwc-video-sec .success-stories-carousel .owl-nav {
  position: unset;
  width: auto;
  bottom: unset;
  left: unset;
}
.six-grid-popup .close {
  position: absolute;
  font-size: px;
  opacity: 1;
  line-height: 0;
  top: 5%;
  text-shadow: none;
  /* z-index: 99999; */
  background: #000;
  color: #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin: 0;
  padding: 0;
  right: 30px;
  z-index: 1;
}
.six-grid-popup.modal.left .modal-dialog,
.six-grid-popup.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.six-grid-popup.modal.left .modal-content,
.six-grid-popup.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.six-grid-popup.modal.left .modal-body,
.six-grid-popup.modal.right .modal-body {
  padding: 15px 15px 80px;
}
/*Left*/
.six-grid-popup.modal.left.fade .modal-dialog {
  left: -1320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.left.fade.in .modal-dialog {
  left: 0;
}
/*Right*/
.six-grid-popup.modal.right.fade .modal-dialog {
  right: -1320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}
.six-grid-popup.modal.right.fade.in .modal-dialog {
  right: 0;
}
.six-grid-popup .modal-content {
  border-radius: 0;
  border: none;
  padding: 50px;
}
.six-grid-popup-para {
  font-size: 26px;
}
.success-stories {
  padding-bottom: 150px !important;
  background: url(/content/dam/infosys-ips/2025/oracle-federal-forum2025-related-bg.jpg)
    no-repeat top;
  background-size: cover;
}
.success-stories-para {
  margin: 0;
  font-size: 22px;
  padding-right: 100px;
}
.success-stories-carousel .item-img-wrapper {
  border-radius: 10px 10px 0 0;
}
.success-stories-carousel .item-img-wrapper img {
  transform: scale(1);
  transition: all 0.7s ease;
  height: auto;
  object-fit: cover;
  border-radius: 0;
  width: 100% !important;
}
.success-stories-carousel .item-slider-href {
  text-align: left;
  border-radius: 10px;
}
.success-stories-carousel .item-img-wrapper img {
  transform: scale(1.1);
  transition: all 0.7s ease;
}
.success-stories-carousel .item-slider-href:hover .item-img-wrapper img {
  transform: scale(1);
}
.success-stories-carousel .item-slider-head {
  font-weight: 500;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-size: 28px;
  line-height: 1;
}
.success-stories-carousel .owl-nav {
  position: relative;
  width: 0%;
  bottom: -60px;
  left: 45px;
}
.success-stories-carousel .owl-nav .owl-prev,
.success-stories-carousel .owl-nav .owl-next {
  background-color: #fff;
  border-radius: 0;
  padding: 15px;
  background-size: 20px;
  background-position: center;
}
.success-stories-carousel .owl-nav .owl-prev {
  background-image: url(https://www.infosys.com/content/dam/infosys-web/en/mwc/images/left-chevron-prev.png);
}
.success-stories-carousel .owl-nav .owl-next {
  background-image: url(https://www.infosys.com/content/dam/infosys-web/en/mwc/images/left-chevron-next.png);
}
.success-stories-carousel .item-cnt-wrapper {
  color: #000;
}
.digital-fabric {
  background: #04113d
    url(https://www.infosys.com/content/dam/infosys-web/en/newsroom/events/2023/mwc-2024/digital-fabric-bg.png)
    top fixed no-repeat;
  background-size: cover;
  padding-top: 150px !important;
  position: relative;
}
.digital-fabric:before {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  top: -50px;
  left: 0;
  background-color: #04113d;
  transform: skew(0, -4deg);
}
.digital-fabric-para {
  font-size: 22px;
}
.digital-fabric-head label {
  position: relative;
  overflow: hidden;
  height: 80px;
  font-weight: normal;
  margin: 0;
  display: block;
}
.digital-fabric-head label span {
  transform: translateY(90px);
}
/* Accordian  */
.digital-fabric .panel-group {
  margin: 0;
}
.digital-fabric .panel-group .panel + .panel {
  margin-top: 0;
  border: 0;
}
.digital-fabric .panel-group .panel-heading + .panel-collapse > .list-group,
.digital-fabric .panel-group .panel-heading + .panel-collapse > .panel-body {
  border: 0;
}
.digital-fabric .panel-group .panel {
  border: 0;
}
.digital-fabric .panel-default > .panel-heading {
  border: 0;
  padding: 0;
  border-radius: 0;
}
.digital-fabric .panel-heading a {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px 0px;
  outline: inherit !important;
}
.digital-fabric .panel-title {
  font-size: 60px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0px;
  transition: all 0.5s ease;
  z-index: 1;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}
.digital-fabric .panel-title .arrow {
  width: 55px;
  height: 55px;
  display: inline-block;
  /* margin-right: 20px; */
  transform: translateX(-10px);
  transition: all 0.5s ease;
}
.digital-fabric .panel-title .arrow svg {
  width: 45px;
  height: 45px;
}
.digital-fabric .panel-title:hover .arrow {
  transform: translateX(10px);
  transition: all 0.5s ease;
}
.digital-fabric .panel-heading a[aria-expanded="true"] .panel-title {
  letter-spacing: 3px;
}
.digital-fabric .panel-heading a[aria-expanded="true"] .panel-title .arrow {
  transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
  filter: invert(0%);
  transform-style: preserve-3d;
  transition-delay: 0.3s;
}
.digital-fabric .panel-heading img {
  width: 70px;
  height: 70px;
  opacity: 0;
  transition: all 0.5s ease;
  transform: translateX(-50px);
  position: relative;
  z-index: 0;
}
.digital-fabric .panel-heading a:hover img {
  opacity: 1;
  transition: all 0.5s ease;
}
.digital-fabric .panel-heading a:hover .panel-title {
  letter-spacing: 3px;
  transition: all 0.5s ease;
}
.digital-fabric .panel-body {
  padding: 50px 0;
}
.digital-fabric .panel-body .panel-body-para {
  font-size: 32px;
  padding: 0 0 0 70px;
}
.digital-fabric .bg-panel-1 {
  background-color: #052175 !important;
}
.digital-fabric .bg-panel-2 {
  background-color: #022caa !important;
}
.digital-fabric .bg-panel-3 {
  background-color: #0037db !important;
}
/* .digital-fabric .panel-body h3 {
  font-size: 24px;
  color: #fff;
}
.digital-fabric .panel-body ul {
  margin: 0;
  padding: 0 0 0 25px;
}
.digital-fabric .panel-body ul li {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.digital-fabric .bg-panel {
  background-color: #022caa;
} */
/* .digital-fabric .align-items-center {
  height: 100%;
  display: flex;
  align-items: center;
}
.digital-fabric .panel-body .risk-taking {
  margin: 20px 0 0;
  padding: 20px 0;
  display: flex;
}
.digital-fabric .panel-body .risk-taking li {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
}
.digital-fabric .panel-body .risk-taking li:first-child {
  padding-left: 0;
}
.digital-fabric .panel-body .risk-taking li img {
  margin-bottom: 10px;
  filter: invert(1);
} */
.digital-fabric-img,
.digital-fabric-panel-img {
  overflow: hidden;
}
.digital-fabric-img img,
.digital-fabric-panel-img img {
  transform: scale(1.1);
  transition: 0.5s ease-in-out;
}
.digital-fabric-img:hover img,
.digital-fabric-panel-img:hover img {
  transform: scale(1);
}
.digital-fabric-cta-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  background: url(https://www.infosys.com/content/dam/infosys-web/en/newsroom/events/2023/mwc-2024/digital-btm-img.png)
    no-repeat top;
  background-size: cover;
}
.digital-fabric-cta-sec .cta-link {
  padding: 20px;
  font-size: 22px;
}
/* FOOTER */
.skip-main-cnt,
.skip-footer {
  background: #df9926;
  height: auto;
  left: 0%;
  padding: 8px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s;
  color: #ffffff;
  z-index: 9999;
  outline: 0 !important;
}
.skip-main-cnt:focus,
.skip-footer:focus {
  transform: translateY(0%);
  color: #ffffff;
}
.scroll-up {
  position: fixed;
  bottom: 20px;
  right: 18px;
  display: none;
  z-index: 1;
}
footer {
  position: relative;
  background: #f8f8f8;
  color: #333;
  border-top: 5px solid #d8d8d8;
}
ul.footer-txt > li: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: -238px;
  margin-bottom: 10px;
  background-color: #fff;
  color: #fff;
  width: 100%;
  max-height: 200px;
  overflow: auto;
  -webkit-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
}
.country-align > li > a {
  color: #7e7e7e;
  padding: 10px 15px;
  display: block;
}
.country-align > li > a:hover {
  background: #63b0ff;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  /* .slider,
  #hero_slider,
  .repeated-css {
    height: 600px;
  } */
  body,
  html {
    overflow-x: hidden;
  }
  .hero-head {
    font-size: 70px;
  }
  .hero-para {
    margin-top: 75px;
  }
  .leaders .item-slider-carousel .owl-nav {
    position: relative;
    width: 5%;
    margin: 0 auto;
    top: -40px;
  }
  .item-slider-carousel .owl-nav .owl-prev {
    left: -40px !important;
  }
  .item-slider-carousel .owl-nav .owl-next {
    right: -40px !important;
  }
  .grid-wrap ul.grid li .box-overlay {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .item-img-wrapper img {
    transform: scale(1);
    height: 220px;
    width: 220px !important;
  }
  .accordion-custom .panel-title > .capsule-bg span:nth-child(1) {
    font-size: 21px;
  }
  .accordion-custom .panel-title > .capsule-bg.collapsed:before,
  .accordion-custom .panel-title > .capsule-bg:before {
    font-size: 18px;
    right: 5px;
  }
  .slideshow nav span.nav-close {
    right: 20px;
  }
  .mwc-video-sec .success-stories-carousel .owl-nav {
    position: relative;
    width: 0%;
    bottom: -60px;
    margin: 0 auto;
  }
  .digital-fabric .panel-body .panel-body-para {
    font-size: 26px;
    padding: 0px 20px 0 70px;
  }
}
@media only screen and (max-width: 992px) {
  .hero-head {
    font-size: 80px;
    text-align: center;
  }
  .hero-para {
    margin-top: 50px;
    text-align: center;
  }
  .six-grid-popup.modal.left .modal-content,
  .six-grid-popup.modal.right .modal-content {
    flex-direction: column;
    justify-content: center;
  }
  .six-grid-popup-para {
    margin: 50px 0 0;
  }
  .success-stories-carousel .owl-nav {
    left: 0;
    margin: 0 auto;
  }
  .digital-fabric-img,
  .digital-fabric-panel-img {
    margin-top: 50px;
  }
  .digital-fabric-panel-img {
    padding: 0px 70px 0 100px;
  }
  .accordion-custom.panel-group {
    flex-wrap: wrap;
  }
  .accordion-custom .panel-default {
    width: 48%;
  }
}
@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: 480px;
  } */
  .item-cnt-wrapper {
    padding: 15px 15px 100px !important;
  }
  .item-slider-social {
    bottom: 70px;
  }
  .leaders .item-slider-carousel .owl-nav {
    top: 0;
  }
  .scroll-up {
    bottom: 50px;
  }
  .floating-bar {
    right: unset;
    top: unset;
    transform: none;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    text-align: center;
  }
  .hero-head {
    font-size: 60px;
  }
  .h2-head span {
    font-size: 60px;
  }
  .showcase .h2-head span {
    font-size: 46px;
  }
  .showcase-head label {
    height: 50px;
  }
  .overview .img-wrap {
    margin-bottom: 50px;
  }
  .accordion-custom .panel-default {
    width: 100%;
  }
  .item-img-wrapper img {
    margin: 0 auto;
  }
  .accordion-custom .panel-title > .capsule-bg span:nth-child(1) {
    font-size: 26px;
  }
  .accordion-custom .accordion-txt {
    font-size: 22px;
  }
  .recap-head {
    text-align: left !important;
  }
  .success-stories-para {
    padding-right: 0;
  }
  .digital-fabric-head span {
    font-size: 50px;
  }
  .digital-fabric-head label {
    height: 55px;
  }
  .digital-fabric-head label:nth-child(2) {
    height: 95px;
  }
  .digital-fabric .panel-title {
    font-size: 42px;
    display: flex;
    margin-left: 10px;
  }
  .digital-fabric .panel-heading a .panel-title,
  .digital-fabric .panel-heading a:hover .panel-title {
    letter-spacing: 0;
  }
  .digital-fabric .panel-body .panel-body-para,
  .digital-fabric-panel-img {
    padding: 0;
  }
  .digital-fabric .panel-title:hover .arrow {
    transform: translateX(0px);
  }
  .digital-fabric-cta-sec {
    padding: 0 15px;
  }
  .digital-fabric-cta-sec .cta-link {
    padding: 15px;
    font-size: 20px;
  }
  .digital-fabric .panel-title .arrow svg {
    width: 25px;
    height: 25px;
  }
  .digital-fabric .panel-title .arrow {
    width: 45px;
    height: 45px;
  }
  .digital-fabric .panel-body {
    padding: 0 0 50px;
  }
  .digital-fabric .panel-body .panel-body-para {
    font-size: 20px;
  }
  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;
  }
}
@media only screen and (max-width: 680px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 360px) {
}
@media screen and (max-width: 60em) {
  .slideshow {
    top: 0;
  }
  .slideshow li {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
  }
  .slideshow li figure img {
    width: auto;
    margin: 0 auto;
    max-width: 80%;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    left: 0;
    right: 0;
  }
  .slideshow nav span.nav-next,
  .slideshow nav span.nav-prev {
    font-size: 60px;
    font-weight: 600;
    padding: 10px;
  }
  .slideshow nav span.nav-close {
    font-size: 26;
    padding: 10px 30px;
  }
  .info-keys {
    display: none;
  }
}
@media screen and (max-width: 35em) {
  .grid li {
    width: 50%;
  }
}
@media screen and (max-width: 24em) {
  .grid li {
    width: 100%;
  }
}
