@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(/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 {
  font-family: myriad-pro, Arial;
  font-size: 18px;
  font-weight: 300;
  color: #000;
  padding: 0;
  margin: 0;
}
h1,
h2 {
  margin: 0;
}
h3,
h4,
h5 {
  font-weight: 900;
  margin: 10px 0;
}
b,
strong {
  font-weight: 600 !important;
}
a {
  color: #007cc3;
  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;
  outline: 0;
}
a:focus,
a:hover {
  color: #007cc3;
  text-decoration: none;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.modal-content {
  border: 0;
  border-radius: 0;
}
.modal {
  z-index: 99999;
}
.modal-backdrop {
  z-index: 99;
}
#videoModal .modal-dialog {
  margin: 130px auto;
}
#videoModal .modal-body {
  padding: 0;
}
#videoModal button.close {
  position: absolute;
  font-size: 50px;
  color: #fff;
  top: -15px;
  right: -40px;
  opacity: 1;
}
.popup-description {
  text-align: left;
}
.btn-shutter {
  color: #000;
  border: 1px solid #000;
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: #fff;
  -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: 0.672rem 2.8rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  letter-spacing: 1.5px;
  font-weight: 900;
  margin: 1.11rem 0;
  text-transform: uppercase;
}
.btn-shutter:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #000;
  z-index: -1;
}
.btn-shutter:hover {
  border: 1px solid #000;
  background-color: transparent;
  color: #fff;
}
.btn-shutter:hover:before {
  width: 100%;
}
a.btn-shutter-black {
  color: #000;
  border: 1px solid #000;
}
a.btn-shutter-black:before {
  background-color: #000;
}
a.btn-shutter-black:hover {
  border: 1px solid #000;
  background-color: transparent;
  color: #fff;
}
a.btn-shutter-black:hover:before {
  width: 100%;
}
.white-color {
  color: #fff !important;
}
.black-color {
  color: #000 !important;
}
.light-gray {
  color: #7e7e7e !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;
}
.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;
}
.bg-light-grey {
  background-color: #f8f8f8;
}
.bg-darkblue {
  background-color: #372261;
}
.bg-purple {
  background-color: #963596;
}
.bg-green {
  background-color: #1995a4;
}
.bg-cyan {
  background-color: #0f9ffa;
}
.bg-twittercyan {
  background-color: #4fb6dc;
}
.bg-orange {
  background-color: #df9926;
}
.bg-sapphire-dark {
  background-color: #061838;
}
.bg-sapphire-medium {
  background-color: #0f9ffa;
}
.bg-sapphire-light {
  background-color: #92d1ff;
}
.bg-sapphire-less-light {
  background-color: #bee3ff;
}
.bg-coral-dark {
  background-color: #4c0519;
}
.bg-coral-medium {
  background-color: #f16c51 !important;
}
.bg-coral-light {
  background-color: #fbc2ba;
}
.bg-coral-less-light {
  background-color: #fcddd6;
}
.bg-topaz-dark {
  background-color: #2f1113 !important;
}
.bg-topaz-medium {
  background-color: #df9926 !important;
}
.bg-topaz-light {
  background-color: #eac8a5;
}
.bg-topaz-less-light {
  background-color: #ece1ce;
}
.bg-jade-dark {
  background-color: #09321d;
}
.bg-jade-medium {
  background-color: #00b28f;
}
.bg-jade-light {
  background-color: #a8d7cd;
}
.bg-jade-less-light {
  background-color: #d8e7da;
}
.bg-amethyst-dark {
  background-color: #372261;
}
.bg-amethyst-medium {
  background-color: #963596;
}
.bg-amethyst-light {
  background-color: #d0b5d5;
}
.bg-amethyst-less-light {
  background-color: #e6dbe6;
}
.bg-onyx-dark {
  background-color: #3f3f3f;
}
.bg-onyx-medium {
  background-color: #7e7e7e;
}
.bg-onyx-light {
  background-color: #b8b8b8;
}
.bg-onyx-less-light {
  background-color: #dadada;
}
.fontweight300 {
  font-weight: 300 !important;
}
.fontweight400 {
  font-weight: 400 !important;
}
.fontweight600 {
  font-weight: 600 !important;
}
.fontweight900 {
  font-weight: 900 !important;
}
.half-grid [class*="col-"] {
  margin-bottom: 20px;
}
.m0 {
  margin: 0;
}
.ml25 {
  margin-left: 25px;
}
.mt0 {
  margin-top: 0;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mt80 {
  margin-top: 80px;
}
.mt100 {
  margin-top: 100px;
}
.mt175 {
  margin-top: 175px;
}
.mb0 {
  margin-bottom: 0;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px;
}
.mtb30 {
  margin: 30px 0;
}
.p0 {
  padding: 0;
}
.p60 {
  padding: 60px;
}
.p15 {
  padding: 15px;
}
.p50 {
  padding: 50px;
}
.pt0 {
  padding-top: 0 !important;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pt75 {
  padding-top: 75px;
}
.pb0 {
  padding-bottom: 0;
}
.pb50 {
  padding-bottom: 50px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb75 {
  padding-bottom: 75px !important;
}
.ptb50 {
  padding: 50px 15px;
}
.ptb15 {
  padding: 15px 0;
}
.ptb75 {
  padding: 75px 0;
}
.ptb100 {
  padding: 100px 0 !important;
}
.plr5 {
  padding: 0 5px;
}
.noborder {
  border: 0;
}
.line-height-24 {
  line-height: 24px;
}
.line-height-26 {
  line-height: 26px;
}
.line-height-28 {
  line-height: 28px;
}
.relative {
  position: relative;
}
.block {
  display: block;
}
.scroll-up {
  position: fixed;
  bottom: 20px;
  right: 18px;
  display: none;
  z-index: 1;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
  color: #fff !important;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  background-color: transparent;
  color: #fff !important;
  opacity: 0.75;
}
.navbar-default {
  border-color: transparent;
  background-color: transparent;
}
.navbar-brand {
  padding: 5px 15px 0;
}
.navbar {
  margin-bottom: 0;
  min-height: auto;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 16px;
  margin: 0 8px;
  font-weight: 400;
}
header .mt45 {
  margin-top: 35px;
}
.ptb75 {
  padding: 75px 0;
}
.h1-heading {
  font-size: 80px;
  line-height: 80px;
  font-weight: 500;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}
.h2-heading {
  font-size: 70px;
  font-weight: 500;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  line-height: 70px;
}
.para-ovr {
  font-size: 30px;
  line-height: 45px;
  padding-top: 10px;
  font-weight: 300;
}
.atp-slider-txt p {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}
.atp-slider-txt p:nth-child(n + 2) {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 0;
}
.progressbar {
  position: absolute;
  bottom: -3px;
  width: 100%;
  height: 2px;
  z-index: 1110;
}
.progressbar .width {
  background-color: #92d1ff;
  height: 3px;
  width: 0;
}
@keyframes show-strip {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
.show-strip {
  background-color: #fff !important;
  -webkit-animation: show-strip 0.5s steps(9) forwards;
  -moz-animation: show-strip 0.5s steps(10) infinite;
  -ms-animation: show-strip 0.5s steps(10) infinite;
  -o-animation: show-strip 0.5s steps(10) infinite;
  animation: show-strip 0.5s steps(9) forwards;
  box-shadow: 2px 2px 5px rgb(0, 0, 0, 0.2);
}
.show-strip > .mt45 {
  margin-top: 0;
  padding: 15px 15px 0;
  height: auto;
}
#hero_slider,
.slider {
  height: 100vh;
  position: relative;
}
.repeated-css {
  width: 100%;
  height: 100vh;
}
.caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -30%) !important;
  -moz-transform: translate(0, -30%) !important;
  -ms-transform: translate(0, -30%) !important;
  -o-transform: translate(0, -30%) !important;
  transform: translate(0, -30%) !important;
  width: auto;
}
.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: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  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: #fff;
  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%;
}
.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 #000 inset;
  overflow: hidden;
  transition: background 0.3s ease 0s;
}
.owl-theme .owl-dots .owl-dot span {
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
  height: 100%;
  left: 0;
  outline: medium none;
  position: absolute;
  text-indent: -999em;
  top: 0;
  width: 100%;
}
.owl-dots {
  bottom: -30px !important;
}
.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%;
}
.owl-next,
.owl-prev {
  background-repeat: no-repeat;
  width: 31px;
  height: 56px;
  text-indent: -9999px;
  position: absolute !important;
  top: 200px !important;
}
.topicIndicator {
  background-color: #000;
  color: #fff;
  padding: 8px;
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}
.topicIndicator:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 20px solid transparent;
  border-top: 36px solid #000;
  clear: both;
}
.abtus-txt {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
}
.atp-slider-txt .img-circle {
  width: auto !important;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .hero-head {
    font-size: 55px;
  }
  .h2-head {
    font-size: 55px;
  }
  .queries {
    font-size: 24px;
  }
  .m30 {
    padding: 10px 15px !important;
  }
  .voices_popup .modal-body h3 {
    margin-bottom: 0;
  }
}
.color-white {
  color: #fff !important;
}
.bg-white {
  background-color: #fff !important;
}
.expert-bg .equal-bg {
  background-color: #382460;
  padding-bottom: 20px;
}
.expert-name {
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.expert-text {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
  line-height: 21px;
  font-weight: 400;
}
.voices_popup p {
  margin-bottom: 15px;
}
.popup_row {
  width: 100%;
}
.voices_popup {
  padding: 0 !important;
  z-index: 99999;
}
.voices_popup .modal-body h3 {
  font-weight: 900;
}
.voices_popup .modal-content {
  height: 100%;
  overflow-y: scroll;
  border-radius: 0;
  background-color: #382262;
}
.close {
  font-size: 50px;
  font-weight: 300;
  position: absolute;
  right: 25px;
  top: 15px;
  z-index: 9;
  opacity: 1;
  text-shadow: none;
  color: #fff !important;
}
.img_wrap {
  float: left;
  width: 50%;
  margin-bottom: 20px;
  margin-right: 20px;
}
.modal-header {
  border: 0;
  padding: 15px;
}
ul.list-items {
  padding: 0;
}
ul.list-items > li {
  display: block;
  padding-left: 20px;
  margin-bottom: 15px;
  background-image: url(../images/right-chevron.svg);
  background-repeat: no-repeat;
  background-position: 0 8px;
}
@media screen and (max-width: 480px) {
  .img_wrapper {
    float: none;
    margin-right: 0;
    width: 100%;
  }
}
footer {
  background-color: #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;
}
.ftr-head {
  color: #000;
  font-size: 22px;
  font-weight: 900;
  margin: 0;
}
.country {
  position: relative;
  z-index: 1;
}
.down-arrow,
.up-arrow {
  position: relative;
  margin-left: 100px;
  z-index: -1;
}
.down-arrow:before,
.up-arrow:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  color: #333;
  font-size: 18px;
  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:focus,
.select-country > a:hover {
  color: #3f3f3f;
  text-decoration: none;
}
.option-country {
  display: none;
}
.open-country {
  display: block;
  position: relative;
}
.country-align {
  position: absolute;
  top: -238px;
  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: #3f3f3f;
  padding: 10px 15px;
  display: block;
}
.country-align > li > a:hover {
  background-color: #63b0ff;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .h1-heading {
    font-size: 60px;
    line-height: 60px;
  }
  .h2-heading {
    font-size: 50px;
    line-height: 50px;
  }
  .para-txt {
    font-size: 40px;
    font-weight: 300;
    margin-top: 10px;
    line-height: 40px;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:focus,
  .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: #fff !important;
  }
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #fff !important;
    opacity: 0.75;
  }
  .navbar-default {
    border-color: transparent;
    background-color: transparent;
  }
  .navbar-brand {
    padding: 5px 15px 0;
  }
  .navbar {
    margin-bottom: 0;
    min-height: auto;
  }
  .navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
    margin: 0 8px;
    font-weight: 400;
  }
  #hero_slider,
  .slider {
    height: 600px;
  }
  .repeated-css {
    height: 600px;
  }
  .caption {
    top: 50%;
    -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;
  }
  .slide-image {
    right: -137px;
  }
}
@media screen and (max-width: 992px) {
  .text-left-sm {
    text-align: left;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .para-ovr {
    font-size: 24px;
    line-height: 30px;
  }
  .atp-slider-txt p:nth-child(n + 2) {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .slider-overlay-amethyst,
  .slider-overlay-black,
  .slider-overlay-coral,
  .slider-overlay-jade,
  .slider-overlay-onyx,
  .slider-overlay-sapphire,
  .slider-overlay-topaz,
  .slider-overlay-white {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .slider-overlay-black {
    background-color: rgba(0, 0, 0, 0.45);
  }
  .slider-overlay-white {
    background-color: rgba(255, 255, 255, 0.45);
  }
  .slider-overlay-sapphire {
    background-color: rgba(6, 24, 56, 0.45);
  }
  .slider-overlay-coral {
    background-color: rgba(76, 5, 25, 0.45);
  }
  .slider-overlay-topaz {
    background-color: rgba(47, 17, 19, 0.45);
  }
  .slider-overlay-jade {
    background-color: rgba(9, 50, 29, 0.45);
  }
  .slider-overlay-amethyst {
    background-color: rgba(55, 34, 97, 0.45);
  }
  .slider-overlay-onyx {
    background-color: rgba(63, 63, 63, 0.45);
  }
  .text-center-xs {
    text-align: center;
  }
  .inline-xs {
    display: inline;
  }
  .mt-xs-0 {
    margin-top: 0;
  }
  .mt-xs-20 {
    margin-top: 20px;
  }
  .mt-xs-145 {
    margin-top: 145px;
  }
  .mb-xs-0 {
    margin-bottom: 0;
  }
  .mb-xs-10 {
    margin-bottom: 10px;
  }
  .mb-xs-20 {
    margin-bottom: 20px;
  }
  .mb-xs-40 {
    margin-bottom: 40px;
  }
  .mb-xs-50 {
    margin-bottom: 50px;
  }
  .h1-heading {
    font-size: 50px;
    line-height: 50px;
    margin-top: 25px;
  }
  .h2-heading {
    font-size: 40px;
    line-height: 40px;
  }
  .para-ovr {
    font-size: 20px;
    line-height: 27px;
  }
  .atp-slider-txt p {
    font-size: 22px;
  }
  .portal-mob {
    bottom: 60px;
    position: absolute;
    width: 100%;
    z-index: 2;
  }
  #hero_slider,
  .slider {
    height: 480px;
  }
  .repeated-css {
    height: 480px;
  }
  .slide-image {
    right: 0;
  }
  .owl-dots {
    bottom: 10px;
  }
  .slider-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  #hero_slider_carousel .caption a {
    margin-top: 0;
    padding: 5px;
  }
}
