@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: 500;
  color: #4c0519;
  padding: 0;
  margin: 0;
}
p {
  margin-bottom: 1rem;
}
.h1,
.h2 {
  font-weight: 500;
  font-family: tungstenw05-medium, Oswald, sans-serif;
  margin: 0 0 1rem;
}
.h1 {
  font-size: 4.5rem;
  line-height: 4.5rem;
}
.h2 {
  font-size: 4rem;
}
.h3,
.h4,
.h5 {
  font-weight: 900;
  margin: 0 0 1rem;
}
a {
  color: #000;
  font-weight: 400;
  outline: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
a:focus,
a:hover {
  color: #007cc3;
  text-decoration: none;
}
.ms-rtestate-field h1,
.ms-rtestate-field h2,
h1.ms-rteElement-H1,
h2.ms-rteElement-H2 {
  color: inherit;
}
iframe[name="google_conversion_frame"] {
  display: none;
}
.bottom-space > [class*="col-"] {
  margin-bottom: 25px;
}
#videoModal .modal-body {
  padding: 0;
}
#videoModal button.close {
  position: absolute;
  font-size: 50px;
  color: #fff;
  top: -15px;
  right: -40px;
  opacity: 1;
}
a.btn-shutter {
  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;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0.25rem 1rem;
  margin: 1.11rem 1rem 0 auto;
  font-size: 0.889rem;
  letter-spacing: 0.1em;
}
a.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: #fff;
  z-index: -1;
}
a.btn-shutter:hover {
  border: 1px solid #fff;
  background-color: transparent;
  color: #000;
}
a.btn-shutter:focus {
  background-color: #fff;
  color: #000;
}
a.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:focus {
  background-color: #000;
  color: #fff;
}
a.btn-shutter-black:hover:before {
  width: 100%;
}
a.btn-shutter-coral {
  color: #4c0519;
  border: 1px solid #4c0519;
}
a.btn-shutter-coral:before {
  background-color: #4c0519;
}
a.btn-shutter-coral:hover {
  border: 1px solid #4c0519;
  background-color: transparent;
  color: #fff;
}
a.btn-shutter-coral:focus {
  background-color: #4c0519;
  color: #fff;
}
a.btn-shutter-coral:hover:before {
  width: 100%;
}
a.border_switch_effect {
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  margin-top: 15px;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 1px;
  outline: medium none;
  position: relative;
  text-decoration: none;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
}
a.border_switch_effect::before {
  left: 2px;
  top: 0;
  transform: rotate(90deg);
  transform-origin: 0 0 0;
}
a.border_switch_effect::after,
a.border_switch_effect::before {
  background-color: #fff;
  content: "";
  height: 2px;
  pointer-events: none;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 45px;
}
a.border_switch_effect::after {
  bottom: 0;
  right: 2px;
  transform: rotate(90deg);
  transform-origin: 100% 0 0;
}
a.border_switch_effect:focus::before,
a.border_switch_effect:hover::before {
  left: 50%;
  transform: rotate(0) translateX(-50%);
}
a.border_switch_effect:focus::after,
a.border_switch_effect:focus::before,
a.border_switch_effect:hover::after,
a.border_switch_effect:hover::before {
  opacity: 1;
}
a.border_switch_effect:focus::after,
a.border_switch_effect:hover::after {
  right: 50%;
  transform: rotate(0) translateX(50%);
}
a.brackets_effect {
  color: #fff;
  font-weight: 400;
}
a.brackets_effect:focus,
a.brackets_effect:hover {
  color: #333;
}
a.brackets_effect::after,
a.brackets_effect::before {
  display: inline-block;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}
a.brackets_effect::before {
  margin-right: 10px;
  content: "[";
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}
a.brackets_effect::after {
  margin-left: 10px;
  content: "]";
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}
a.brackets_effect:focus::after,
a.brackets_effect:focus::before,
a.brackets_effect:hover::after,
a.brackets_effect:hover::before {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
.separator {
  background-color: #e0e0e0;
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
}
.bg-white {
  background-color: #fff !important;
}
.bg-black {
  background-color: #000 !important;
}
.bg-grey {
  background-color: #ededed !important;
}
.bg-sapphire {
  background-color: #061838 !important;
}
.bg-sapphire-medium {
  background-color: #0f9ffa !important;
}
.bg-sapphire-light {
  background-color: #92d1ff !important;
}
.bg-sapphire-lbg {
  background-color: #bee3ff !important;
}
.bg-coral {
  background-color: #4c0519 !important;
}
.bg-coral-medium {
  background-color: #f16c51 !important;
}
.bg-coral-light {
  background-color: #fbc2ba !important;
}
.bg-coral-lbg {
  background-color: #fcddd6 !important;
}
.bg-topaz {
  background-color: #2f1113 !important;
}
.bg-topaz-medium {
  background-color: #df9926 !important;
}
.bg-topaz-light {
  background-color: #eac8a5 !important;
}
.bg-topaz-lbg {
  background-color: #ece1ce !important;
}
.bg-jade {
  background-color: #09321d !important;
}
.bg-jade-medium {
  background-color: #00b28f !important;
}
.bg-jade-light {
  background-color: #a8d7cd !important;
}
.bg-jade-lbg {
  background-color: #d8e7da !important;
}
.bg-amethyst {
  background-color: #372261 !important;
}
.bg-amethyst-medium {
  background-color: #963596 !important;
}
.bg-amethyst-light {
  background-color: #d0b5d5 !important;
}
.bg-amethyst-lbg {
  background-color: #e6dbe6 !important;
}
.bg-onyx {
  background-color: #3f3f3f !important;
}
.bg-onyx-medium {
  background-color: #7e7e7e !important;
}
.bg-onyx-light {
  background-color: #b8b8b8 !important;
}
.bg-onyx-lbg {
  background-color: #dadada !important;
}
.color-white {
  color: #fff !important;
}
.color-black {
  color: #000 !important;
}
.color-highlight {
  color: #d65c3a !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;
}
.color-onyx-m {
  color: #7e7e7e;
}
.color-onyx-l {
  color: #b8b8b8;
}
.color-onyx-lbg {
  color: #dadada;
}
.border-amethyst,
.border-coral,
.border-jade,
.border-onyx,
.border-sapphire,
.border-topaz {
  padding: 20px;
  margin-bottom: 20px;
}
.border-sapphire {
  border: 1px solid #0f9ffa;
}
.border-coral {
  border: 1px solid #f16c51;
}
.border-topaz {
  border: 1px solid #df9926;
}
.border-jade {
  border: 1px solid #00b28f;
}
.border-amethyst {
  border: 1px solid #963596;
}
.border-onyx {
  border: 1px solid #7e7e7e;
}
.border-sapphire-t {
  border-top: 1px solid #0f9ffa;
  padding-top: 15px;
}
.border-sapphire-r {
  border-right: 1px solid #0f9ffa;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
}
.border-sapphire-b {
  border-bottom: 1px solid #0f9ffa;
  padding-bottom: 15px;
}
.border-sapphire-l {
  border-left: 1px solid #0f9ffa;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: -15px;
}
.border-coral-t {
  border-top: 1px solid #f16c51;
  padding-top: 15px;
}
.border-coral-r {
  border-right: 1px solid #f16c51;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
}
.border-coral-b {
  border-bottom: 1px solid #f16c51;
  padding-bottom: 15px;
}
.border-coral-l {
  border-left: 1px solid #f16c51;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: -15px;
}
.border-topaz-t {
  border-top: 1px solid #df9926;
  padding-top: 15px;
}
.border-topaz-r {
  border-right: 1px solid #df9926;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
}
.border-topaz-b {
  border-bottom: 1px solid #df9926;
  padding-bottom: 15px;
}
.border-topaz-l {
  border-left: 1px solid #df9926;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: -15px;
}
.border-jade-t {
  border-top: 1px solid #00b28f;
  padding-top: 15px;
}
.border-jade-r {
  border-right: 1px solid #00b28f;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
}
.border-jade-b {
  border-bottom: 1px solid #00b28f;
  padding-bottom: 15px;
}
.border-jade-l {
  border-left: 1px solid #00b28f;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: -15px;
}
.border-amethyst-t {
  border-top: 1px solid #963596;
  padding-top: 15px;
}
.border-amethyst-r {
  border-right: 1px solid #963596;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
}
.border-amethyst-b {
  border-bottom: 1px solid #963596;
  padding-bottom: 15px;
}
.border-amethyst-l {
  border-left: 1px solid #963596;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: -15px;
}
.border-onyx-t {
  border-top: 1px solid #7e7e7e;
  padding-top: 15px;
}
.border-onyx-r {
  border-right: 1px solid #7e7e7e;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
}
.border-onyx-b {
  border-bottom: 1px solid #7e7e7e;
  padding-bottom: 15px;
}
.border-onyx-l {
  border-left: 1px solid #7e7e7e;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: -15px;
}
.border-nouse {
  border: 0 solid;
  padding-right: 15px;
}
.fontweight300 {
  font-weight: 300;
}
.fontweight400 {
  font-weight: 400;
}
.fontweight500 {
  font-weight: 500;
}
.fontweight600 {
  font-weight: 600;
}
.fontweight700 {
  font-weight: 700;
}
.fontweight900 {
  font-weight: 900;
}
.none {
  display: none;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.left-arrow,
.left-arrow:hover {
  color: #fff;
}
.left-arrow img.arrow-move {
  position: relative;
  left: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.left-arrow:hover img.arrow-move {
  left: 5px;
}
.contact {
  background-color: #d65c3a;
  color: #fff !important;
  font-size: 12px;
  height: 40px;
  line-height: 23px;
  padding: 10px;
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
  -moz-transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
  -ms-transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
  -o-transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
  transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
  width: 100px;
  z-index: 999;
  text-decoration: inherit;
}
.contact::before {
  background-color: rgba(214, 92, 58, 0.6);
  content: "";
  height: 40px;
  padding: 10px 20px;
  position: absolute;
  right: -20px;
  top: 19px;
  -webkit-transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
  -moz-transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
  -ms-transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
  -o-transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
  transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
  width: 120px;
  z-index: -1;
  text-decoration: inherit;
}
.contact_none {
  visibility: hidden;
}
.scroll-up {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 1;
}
.ribbon {
  text-transform: uppercase;
}
.m0 {
  margin: 0 !important;
}
.mt0,
.my0 {
  margin-top: 0 !important;
}
.mt1,
.my1 {
  margin-top: 0.5rem !important;
}
.mt2,
.my2 {
  margin-top: 1rem !important;
}
.mt3,
.my3 {
  margin-top: 1.5rem !important;
}
.mt4,
.my4 {
  margin-top: 2rem !important;
}
.mt5,
.my5 {
  margin-top: 2.5rem !important;
}
.mt6,
.my6 {
  margin-top: 3rem !important;
}
.mb0,
.my0 {
  margin-bottom: 0 !important;
}
.mb1,
.my1 {
  margin-bottom: 0.5rem !important;
}
.mb2,
.my2 {
  margin-bottom: 1rem !important;
}
.mb3,
.my3 {
  margin-bottom: 1.5rem !important;
}
.mb4,
.my4 {
  margin-bottom: 2rem !important;
}
.mb5,
.my5 {
  margin-bottom: 2.5rem !important;
}
.mb6,
.my6 {
  margin-bottom: 3rem !important;
}
.mt100,
.my100 {
  margin-top: 100px !important;
}
.mb100 {
  margin-top: 100px !important;
}
.p0 {
  padding: 0 !important;
}
.pt1,
.py1 {
  padding-top: 0.5rem !important;
}
.pt2,
.py2 {
  padding-top: 1rem !important;
}
.pt3,
.py3 {
  padding-top: 1.5rem !important;
}
.pt4,
.py4 {
  padding-top: 2rem !important;
}
.pt5,
.py5 {
  padding-top: 2.5rem !important;
}
.pt6,
.py6 {
  padding-top: 3rem !important;
}
.pb1,
.py1 {
  padding-bottom: 0.5rem !important;
}
.pb2,
.py2 {
  padding-bottom: 1rem !important;
}
.pb3,
.py3 {
  padding-bottom: 1.5rem !important;
}
.pb4,
.py4 {
  padding-bottom: 2rem !important;
}
.pb5,
.py5 {
  padding-bottom: 2.5rem !important;
}
.pb6,
.py6 {
  padding-bottom: 3rem !important;
}
.ptb15 {
  padding: 15px 0 !important;
}
.ptb100 {
  padding: 100px 0 !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.iframe-contact-ht {
  height: 810px;
  width: 100%;
  border: 0;
}
.eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.eq-height:after,
.eq-height:before {
  content: normal;
}
.eq-height .eqh-box {
  position: relative;
  height: 100%;
  padding-bottom: 2.8rem;
  overflow: hidden;
}
.eq-height .eqh-box img {
  max-width: none;
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0);
  transition: all 0.35s ease 0s;
  width: calc(100% + 10px);
}
.eq-height .eqh-box:hover img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.btn-bottom {
  position: absolute !important;
  bottom: 0;
}
.explore-popup.modal {
  padding-right: 0 !important;
}
.explore-popup.modal .h2 {
  line-height: 4rem;
}
.explore-popup.modal .modal-header {
  border: 0;
}
.explore-popup.modal .modal-body {
  padding: 0;
}
.explore-popup .modal-content {
  border-radius: 0;
  border: 0;
  width: 100%;
  height: 100%;
  box-shadow: none;
}
.explore-popup .modal-dialog {
  margin: 0 auto;
  width: 100% !important;
  height: 100%;
}
ul.explore-popup-ul {
  padding-left: 15px;
  list-style-type: none;
}
ul.explore-popup-ul > li {
  position: relative;
  margin-bottom: 25px;
}
ul.explore-popup-ul > li::before {
  content: "\f111";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  font-size: 10px;
  padding-right: 0.5em;
  position: absolute;
  top: 8px;
  left: -15px;
}
.explore-popup .close {
  font-size: 50px;
  text-shadow: none;
  opacity: 1;
  margin-right: 20px;
}
.bg-white .close,
.bg-white .explore-popup-ul > li::before {
  color: #f16c51;
}
.explore-popup .sign {
  position: absolute;
  right: 150px;
}
.explore-popup .line-box-arrow {
  position: absolute;
  top: 30px;
  width: 250px;
}
.explore-popup .box-plus {
  position: absolute;
  bottom: 30px;
  width: 75px;
}
.align-top {
  margin-top: 200px;
}
section {
  padding: 100px 0;
  position: relative;
}
.flex-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 100%;
}
.big-txt {
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-family: tungstenw05-medium, Oswald, sans-serif;
}
.pos-txt {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 75px 0;
}
.align-bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
}
.love15-caption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.love15-caption .owl-prev {
  left: -35px;
}
.love15-caption .owl-next {
  right: -35px;
}
.behind-txt {
  font-weight: 500;
  font-family: tungstenw05-medium, Oswald, sans-serif;
  font-size: 90px;
  line-height: 80px;
  margin: 0 0 20px;
}
.behind-txt span {
  display: block;
}
.behind-head {
  font-size: 26px;
  font-weight: 500;
  font-family: tungstenw05-medium, Oswald, sans-serif;
}
.behind-para {
  font-weight: 500;
  font-family: tungstenw05-medium, Oswald, sans-serif;
  font-size: 20px;
}
.behind-author-name {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 0;
}
.slider-head {
  font-weight: 500;
  font-family: tungstenw05-medium, Oswald, sans-serif;
  text-align: right;
  font-size: 60px;
  line-height: 60px;
  margin: 0 0 20px;
}
.slider-sub-head {
  font-weight: 500;
  font-family: tungstenw05-medium, Oswald, sans-serif;
  margin-top: 100px;
  font-size: 30px;
  letter-spacing: 3px;
}
#counter {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
}
.navbar {
  margin-bottom: 0;
}
.navbar-default {
  border-color: transparent;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:hover {
  background-color: transparent;
  color: #f16c51 !important;
}
.navbar-brand {
  padding: 0 15px;
  height: 66px;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}
header,
header .flex-wrapper {
  height: 75px;
}
header .flex-wrapper .navbar-collapse {
  flex: 1;
}
header .navbar-default ul.navbar-nav {
  padding: 0;
  margin: 8px 0;
}
header .navbar-default ul.navbar-nav > li:after {
  position: absolute;
  top: 10px;
  right: 0;
  content: "|";
  color: #fff;
}
header .navbar-default ul.navbar-nav > li:last-child:after {
  margin: 0;
  content: "";
}
.bg-strip {
  background-color: rgba(76, 5, 25, 0.9);
  transition: all 0.3s ease-in-out 0.3s;
}
.tungusten-font {
  font-weight: 500;
  font-family: tungstenw05-medium, Oswald, sans-serif;
}
header.love15-header .navbar-default .navbar-nav > li:after,
header.love15-header .navbar-default .navbar-nav > li > a {
  color: #4c0519;
}
header.love15-header .bg-strip.navbar-default .navbar-nav > li:after,
header.love15-header .bg-strip.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.play-store a {
  display: inline-block;
}
.play-store img {
  width: auto !important;
}
.play-store .gplay {
  margin-left: 15px;
}
.love15-sml-text {
  position: absolute;
  left: 35%;
  bottom: -60px;
}
#hero_slider {
  padding: 0;
}
.text-wrapper {
  text-align: right;
}
.sub-text {
  font-size: 25px;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: tungstenw05-medium, Oswald, sans-serif;
}
.yt-mtb {
  margin-bottom: 25px;
}
.ctrl-top {
  margin-top: 100px;
}
.caption-txt,
.hero-txt {
  font-size: 80px;
  line-height: 70px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: tungstenw05-medium, Oswald, sans-serif;
}
.caption-txt span {
  display: block;
  font-size: 20px;
  letter-spacing: 5px;
  line-height: 2.2;
}
.owl-item {
  overflow: hidden;
}
.owl-theme .owl-controls {
  margin-top: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .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-controls .owl-nav [class*="owl-"]:hover {
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots {
  bottom: 20px;
  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 #fff 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%;
}
.owl-next,
.owl-prev {
  background-repeat: no-repeat;
  width: 31px;
  height: 56px;
  text-indent: -9999px;
  position: absolute !important;
  top: 200px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.owl-prev {
  background-image: url(/content/dam/infosys-web/en/roland-garros/Images/left.png);
  left: 30px;
}
.owl-next {
  background-image: url(/content/dam/infosys-web/en/roland-garros/Images/right.png);
  right: 30px;
}
#next-rg-20 {
  position: relative;
}
.big-txt {
  font-size: 80px;
  line-height: 70px;
}
#next-rg-20 h3,
#next-rg-20 label,
#next-rg-20 p {
  margin: 0;
}
#next-rg-20 h3,
#next-rg-20 label {
  font-weight: 500;
  font-family: tungstenw05-medium, Oswald, sans-serif;
}
#next-rg-20 label {
  font-size: 20px;
  letter-spacing: 5px;
}
#next-rg-20 h3 {
  font-size: 38px;
  letter-spacing: 1px;
}
.experience-next {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.experience-next img.slider-ctrl,
.visible-mob-480 {
  display: none;
}
video#herovideo {
  width: 100%;
  height: 100vh;
  position: relative;
  transform: scale(1.3);
  overflow: hidden;
}
.experience-next .owl-theme .owl-dots {
  bottom: 50px;
}
#love15 .big-txt {
  font-size: 250px;
  line-height: 200px;
  color: #933621;
}
#love15 .sub-head {
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 5px;
}
#social-hub {
  background-image: url(/content/dam/infosys-web/en/roland-garros/Images/2020/sec5-bg.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.social-hub-txt {
  text-transform: uppercase;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
}
#blogs {
  padding: 150px 0 100px;
}
#blogs .img-wrapper img {
  position: absolute;
  top: 0;
}
#blogs .bottom-space > [class*="col-"] {
  margin-bottom: 50px;
}
.box-wrapper_img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.box-wrapper_img img {
  margin-right: 15px;
}
.box-wrapper {
  padding: 20px;
  border-radius: 15px;
}
footer {
  background: #f8f8f8 none repeat scroll 0 0;
  border-top: 5px solid #d8d8d8;
  color: #333;
  position: relative;
}
footer .ptb50 {
  padding: 50px 15px;
}
.ftr-head {
  color: #000;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 0;
}
ul.footer-txt > li:first-child {
  margin-top: 20px;
}
ul.footer-txt > li {
  margin-bottom: 10px;
}
ul.footer-txt > li > a {
  color: #777;
  font-size: 16px;
  font-weight: 400;
}
.bottom-footer {
  padding: 15px 0;
  background-color: #fff;
}
.bottom-footer p {
  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: #7e7e7e;
}
.select-country > a:focus,
.select-country > a:hover {
  color: #7e7e7e;
  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: #7e7e7e;
  padding: 10px 15px;
  display: block;
}
.country-align > li > a:hover {
  background: #63b0ff;
  color: #fff;
}
@media all and (min-width: 1920px) {
  .experience-next,
  video#herovideo {
    height: 82vh;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .experience-next,
  video#herovideo {
    height: 60vh;
  }
}
@media all and (max-width: 1024px) {
  a.btn-shutter {
    color: #000;
  }
  a.btn-shutter::before {
    width: 100%;
  }
  a.btn-shutter-coral {
    color: #fff;
  }
  a.border_switch_effect {
    padding: 0;
  }
  a.border_switch_effect::before {
    left: 50%;
    transform: rotate(0) translateX(-50%);
  }
  a.border_switch_effect::after,
  a.border_switch_effect::before {
    opacity: 1;
  }
  a.border_switch_effect::after {
    right: 50%;
    transform: rotate(0) translateX(50%);
  }
  a.brackets_effect::after,
  a.brackets_effect::before {
    opacity: 1;
  }
  a.brackets_effect:focus,
  a.brackets_effect:hover {
    color: inherit;
  }
  a.brackets_effect::before {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  a.brackets_effect::after {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  .align-bottom {
    display: block;
  }
  #innovation-bg .text-right {
    text-align: left;
  }
  #innovation-bg .big-txt,
  .slider-head {
    margin-bottom: 15px;
    font-size: 140px;
    line-height: 110px;
  }
  .slider-head {
    text-align: left;
  }
  #innovation-bg p {
    font-size: 30px;
  }
  .love15-caption .owl-next,
  .love15-caption .owl-prev {
    top: 400px !important;
  }
  .love15-caption .owl-prev {
    left: 0;
  }
  .love15-caption .owl-next {
    right: 0;
  }
  #behind-bg {
    background-color: #ededed;
  }
  #behind-bg .pos-txt {
    position: relative;
  }
  .behind-txt {
    font-size: 80px;
    line-height: 70px;
  }
  .behind-head {
    font-size: 50px;
    margin: 0;
  }
  .behind-para {
    font-size: 40px;
    margin: 0;
  }
  .sub-text {
    font-size: 32px;
    letter-spacing: 5px;
  }
  .hero-txt {
    font-size: 130px;
    margin-bottom: 10px;
    line-height: 110px;
    letter-spacing: 1px;
  }
  .yt-mtb {
    margin-bottom: 75px;
    margin-top: 100px;
  }
  .owl-prev {
    left: 5px;
  }
  .owl-next {
    right: 5px;
  }
  .center-align-sm-xs {
    text-align: center;
  }
  .center-align-sm-xs [class*="col-"] {
    margin-bottom: 150px;
  }
  #next-rg-20 label {
    font-size: 40px;
  }
  #next-rg-20 .pos-txt {
    margin-top: 100px;
  }
  #next-rg-20 .big-txt {
    margin-bottom: 150px !important;
  }
  #next-rg-20 h3 {
    font-size: 90px;
    line-height: 80px;
  }
  #next-rg-20 p {
    font-size: 25px;
    margin: 25px 0;
  }
  #match-centre .pos-txt {
    position: relative;
  }
  #match-centre .hero-txt {
    font-size: 90px;
    margin-bottom: 30px !important;
    line-height: 80px;
  }
  .experience-next {
    overflow: visible;
    height: auto;
  }
  .experience-next .flex-wrapper {
    display: block;
  }
  .caption-txt {
    font-size: 120px;
    line-height: 100px;
  }
  .caption-desc {
    font-size: 22px;
  }
  .caption-txt span {
    font-size: 32px;
  }
  .experience-next .owl-theme .owl-dots {
    bottom: 50px;
  }
  video#herovideo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(1.3);
  }
  #love15 .pos-txt {
    position: relative;
  }
}
@media all and (max-width: 992px) {
  .h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
  .h2 {
    font-size: 2.8rem;
  }
  .eq-height [class*="col-"] {
    margin-bottom: 1.4rem;
  }
  #innovation-bg .big-txt,
  .slider-head {
    font-size: 100px;
    line-height: 80px;
  }
  #innovation-bg p {
    font-size: 25px;
  }
  header.love15-header .navbar-default .navbar-nav > li > a {
    color: #fff;
  }
  .love15-sml-text {
    left: 30%;
  }
  .love15-caption .owl-next,
  .love15-caption .owl-prev {
    top: 200px !important;
  }
  .iframe-contact-ht {
    height: 1000px;
  }
  .explore-popup.modal .h2 {
    line-height: 2.5rem;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.show {
    display: block !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }
  .navbar-right .dropdown-menu {
    left: auto;
    right: auto;
  }
  .navbar-default .navbar-collapse {
    background-color: #4c0519;
    border-color: transparent;
    margin-top: 10px;
    margin-left: -30px;
    margin-right: -30px;
  }
  .bg-strip.navbar-default .navbar-collapse {
    background-color: transparent;
    margin-top: 0;
  }
  .navbar-default .navbar-nav > li > a {
    padding-left: 0;
  }
  header .navbar-default ul.navbar-nav {
    width: 100%;
    margin: 0;
    padding: 0 30px;
  }
  header .navbar-default ul.navbar-nav > li::after {
    content: "";
  }
  header button.navbar-toggle {
    margin-top: 15px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .caption-txt {
    font-size: 100px;
    line-height: 90px;
  }
  .hero-txt {
    font-size: 100px;
    line-height: 80px;
  }
  .yt-mtb {
    margin-bottom: 55px;
    margin-top: 55px;
  }
  #next-rg-20 .big-txt {
    margin-bottom: 70px !important;
  }
  #next-rg-20 h3 {
    font-size: 70px;
    line-height: 70px;
  }
  #next-rg-20 p {
    font-size: 22px;
    margin: 15px 0;
  }
  #next-rg-20 label {
    font-size: 30px;
  }
  .center-align-sm-xs [class*="col-"] {
    margin-bottom: 70px;
  }
  #love15 .sub-head {
    font-size: 30px;
  }
  .breadcrumb {
    margin-top: 0;
    margin-bottom: 0;
  }
  ul.social_icons {
    text-align: left;
  }
  .breadcrumb {
    margin-top: 0;
    margin-bottom: 0;
  }
  ul.social_icons {
    text-align: left;
  }
}
@media all and (max-width: 767px) {
  .text-center-xs {
    text-align: center;
  }
  .h1 {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }
  .h2 {
    font-size: 2.25rem;
  }
  .hero-txt {
    font-size: 110px;
    line-height: 90px;
  }
  .sub-text {
    font-size: 22px;
  }
  .spirit-innovation .ctrl-top {
    margin-top: -200px;
  }
  #innovation-bg .big-txt,
  .slider-head {
    font-size: 110px;
    line-height: 90px;
  }
  #innovation-bg p {
    font-size: 22px;
  }
  .hidden-mob-480 {
    display: block !important;
  }
  .slider-sub-head {
    margin: 20px 0 0 0;
  }
  header .navbar-default ul.navbar-nav {
    padding: 0 15px;
  }
  .love15-sml-text {
    position: absolute;
    left: 50%;
    bottom: -100px;
    transform: translateX(-50%);
  }
  .love15-caption .owl-next,
  .love15-caption .owl-prev {
    bottom: unset !important;
    top: 250px !important;
  }
  .iframe-contact-ht {
    height: 1100px;
  }
  .contact {
    font-size: 12px;
    height: 40px;
    line-height: 23px;
    padding: 10px 8px;
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
    -moz-transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
    -ms-transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
    -o-transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
    transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
    width: 35px;
    z-index: 999;
  }
  .contact::before {
    content: "";
    height: 40px;
    padding: 10px 20px;
    position: absolute;
    right: -20px;
    top: 10px;
    -webkit-transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
    -moz-transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
    -ms-transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
    -o-transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
    transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
    width: 55px;
    z-index: -1;
  }
  .contact .fa-envelope-o {
    font-size: 18px;
  }
  .mt-xs-0 {
    margin-top: 0;
  }
  .mt-xs-5 {
    margin-top: 5px;
  }
  .mt-xs-10 {
    margin-top: 10px;
  }
  .mt-xs-25 {
    margin-top: 25px;
  }
  .mt-xs-50 {
    margin-top: 50px;
  }
  .mb-xs-0 {
    margin-bottom: 0;
  }
  .p0-xs {
    padding: 0;
  }
  .pt-xs-20 {
    padding-top: 20px;
  }
  header button.navbar-toggle {
    margin-right: 15px;
  }
  .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);
  }
  .owl-theme .owl-dots {
    bottom: 10px;
  }
  ul.footer-txt {
    margin-top: 10px;
  }
  ul.footer-txt > li:first-child {
    margin-top: 0;
  }
  .pull-left-xs {
    float: left !important;
    margin-top: 20px;
  }
  .text-wrapper {
    text-align: unset;
    margin-bottom: 30px;
    text-align: center;
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 360px;
  }
}
@media all and (max-width: 640px) {
  .spirit-innovation .ctrl-top {
    margin-top: -100px;
  }
  .hero-txt {
    font-size: 100px;
  }
  #next-rg-20 h3 {
    font-size: 60px;
    line-height: 60px;
  }
  #next-rg-20 .big-txt {
    margin-bottom: 50px !important;
  }
  #next-rg-20 .pos-txt {
    margin-top: 20px;
  }
  #match-centre .hero-txt {
    font-size: 80px;
    line-height: 70px;
  }
  .love15-sml-text {
    max-width: 80px;
    bottom: -90px;
  }
}
@media all and (max-width: 480px) {
  .iframe-contact-ht {
    height: 865px;
  }
  .caption-txt,
  .hero-txt {
    font-size: 40px;
    line-height: 40px;
  }
  .spirit-innovation .ctrl-top {
    margin-top: 100px;
  }
  .hero-txt {
    margin-bottom: 0;
  }
  .yt-mtb {
    margin-bottom: 25px;
    margin-top: 25px;
  }
  .sub-text {
    font-size: 16px;
    letter-spacing: 3px;
    margin-bottom: 0;
  }
  #next-rg-20 .pos-txt {
    margin-top: 0;
  }
  #next-rg-20 .big-txt {
    margin-bottom: 30px !important;
  }
  #next-rg-20 h3 {
    font-size: 34px;
    line-height: 30px;
  }
  #next-rg-20 label {
    font-size: 22px;
  }
  #next-rg-20 p {
    font-size: 18px;
    margin: 0;
  }
  .center-align-sm-xs [class*="col-"] {
    margin-bottom: 30px;
  }
  #match-centre .hero-txt {
    margin-bottom: 10px !important;
    font-size: 40px;
    line-height: 40px;
  }
  .caption-txt span {
    font-size: 22px;
  }
  .caption-desc {
    font-size: 18px;
  }
  #love15 .big-txt {
    font-size: 70px;
    line-height: 70px;
  }
  #love15 .sub-head {
    font-size: 22px;
    line-height: 25px;
    margin: 12px 0 !important;
    letter-spacing: 2px;
  }
  .ctrl-ht-480 {
    height: 1880px;
    width: 100%;
  }
  .experience-next img.hidden-lg,
  .hidden-mob-480 {
    display: none !important;
  }
  .experience-next img.slider-ctrl,
  .visible-mob-480 {
    display: block;
  }
  #innovation-bg .big-txt,
  .slider-head {
    font-size: 40px;
    line-height: 40px;
  }
  #innovation-bg p {
    font-size: 18px;
  }
  #counter {
    bottom: -40px;
  }
  .behind-txt {
    font-size: 40px;
    line-height: 40px;
  }
  .behind-head {
    font-size: 30px;
  }
  .behind-para {
    font-size: 25px;
  }
  .love15-caption .owl-next,
  .love15-caption .owl-prev {
    top: 100px !important;
  }
  .love15-sml-text {
    max-width: 70px;
    bottom: -70px;
  }
  .breadcrumb > li {
    display: block;
    margin-bottom: 10px;
  }
  .breadcrumb > li + li::before {
    content: " ";
  }
}
