/*--------------------------------------------------------------
# CSS Document
--------------------------------------------------------------*/
/* Tungsten URL CSS for LIVE "https://cloud.typography.com/6060236/7538192/css/fonts.css" */
@import url("https://fonts.googleapis.com/css?family=Khand:500");
@import url("https://cloud.typography.com/6060236/7538192/css/fonts.css");
body,
html {
  font-family: myriad-pro, Arial;
  font-size: 18px;
  font-weight: 300;
  color: #000000;
  padding: 0;
  margin: 0; 
}
h1,
h2 {
  font-family: "Tungsten A", "Tungsten B", "Khand", sans-serif;
  font-weight: 500;
  margin: 0;
}
h3,
h4,
h5 {
  font-weight: 400;
  margin: 0;
}
.pt-0 {
  padding-top: 0 !important;
}
a {
  -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;
  color: #007cc3;
  font-weight: 400;
}
a:focus,
a:hover {
  text-decoration: none;
  color: #007cc3;
}
.overflow-hidden {
  overflow: hidden;
  position: relative;
}
.text-underline {
  text-decoration: underline !important;
}
.ms-rtestate-field h1,
h1.ms-rteElement-H1,
.ms-rtestate-field h2,
h2.ms-rteElement-H2 {
  color: inherit;
}
/*--------------------------------------------------------------
# iframe[google_conversion_frame]
--------------------------------------------------------------*/
iframe[name="google_conversion_frame"] {
  display: none;
}
.iframe-width {
  width: 100%;
  height: 700px;
}
/*--------------------------------------------------------------
# Hover Shutter animation
--------------------------------------------------------------*/
.btn-shutter {
  color: #000;
  border: 1px solid #000;
  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: 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: #ffffff;
}
.btn-shutter:hover:before {
  width: 100%;
}
/*--------------------------------------------------------------
# Contact Ribbon - Desktop
--------------------------------------------------------------*/
.contact {
  background-color: #df9926;
  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(223, 153, 38, 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;
}
/*--------------------------------------------------------------
# Border_Switch_Effect - Desktop
--------------------------------------------------------------*/

.textctr {
  text-align: center;
}
.mbt20 {
  margin-bottom: 20px;
}
a.border_switch_effect {
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  margin-top: 45px;
  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: 0;
  top: 0;
  transform: rotate(90deg);
  transform-origin: 0 0 0;
}
a.border_switch_effect::before,
a.border_switch_effect::after {
  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: -2px;
  right: 0;
  transform: rotate(90deg);
  transform-origin: 100% 0 0;
}
a.border_switch_effect:hover::before,
a.border_switch_effect:focus::before {
  left: 50%;
  transform: rotate(0deg) translateX(-50%);
}
a.border_switch_effect:hover::before,
a.border_switch_effect:hover::after,
a.border_switch_effect:focus::before,
a.border_switch_effect:focus::after {
  opacity: 1;
}
a.border_switch_effect:hover::after,
a.border_switch_effect:focus::after {
  right: 50%;
  transform: rotate(0deg) translateX(50%);
}
p.border_switch_effect {
  height: 45px;
  line-height: 35px;
  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);
}
p.border_switch_effect::before {
  left: 0;
  top: 0;
  transform: rotate(90deg);
  transform-origin: 0 0 0;
}
p.border_switch_effect::before,
p.border_switch_effect::after {
  background-color: #fff;
  content: "";
  height: 2px;
  pointer-events: none;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 45px;
}
p.border_switch_effect::after {
  bottom: -2px;
  right: 0;
  transform: rotate(90deg);
  transform-origin: 100% 0 0;
}
p.border_switch_effect:hover::before,
a.border_switch_effect:focus::before {
  left: 50%;
  transform: rotate(0deg) translateX(-50%);
}
p.border_switch_effect:hover::before,
a.border_switch_effect:hover::after,
a.border_switch_effect:focus::before,
a.border_switch_effect:focus::after {
  opacity: 1;
}
p.border_switch_effect:hover::after,
a.border_switch_effect:focus::after {
  right: 50%;
  transform: rotate(0deg) translateX(50%);
}
/*--------------------------------------------------------------
# Fontweight
--------------------------------------------------------------*/
.fontweight300 {
  font-weight: 300 !important;
}
.fontweight400 {
  font-weight: 400 !important;
}
.fontweight600 {
  font-weight: 600 !important;
}
.fontweight900 {
  font-weight: 900 !important;
}
/*--------------------------------------------------------------
# Relative
--------------------------------------------------------------*/
.relative {
  position: relative;
}
.block {
  display: block;
}
.scroll-up {
  position: fixed;
  bottom: 20px;
  right: 49px;
  display: none;
  z-index: 999;
}
/*.overflow-hidden {
    overflow: hidden;
}*/

/*.video-img-container {
	float: left;
	width: 100%;
}*/

/*--------------------------------------------------------------
# Color CSS - Desktop
--------------------------------------------------------------*/
.color-white {
  color: #ffffff !important;
}
.color-black {
  color: #000000 !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 Color CSS - Desktop
--------------------------------------------------------------*/
.bg-white {
  background-color: #ffffff !important;
}
/* SAPPHIRE */
.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;
}
/* CORAL */
.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;
}
/* CORAL */
.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;
}
/* JADE */
.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;
}
/* AMETHYST */
.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;
}
/* ONYX */
.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;
}
/*--------------------------------------------------------------
# Template CSS - Desktop
--------------------------------------------------------------*/

.slide1,
.slide2,
.slide3,
.emea-slide1,
.emea-slide2,
.emea-slide3,
.emea-slide4,
.apac-slide1,
.apac-slide2,
.apac-slide3,
.apac-slide4,
.slide-virtual {
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-position: center center !important;
  width: 100%;
  height: 100vh;
}
.slide1 {
  background-image: url(/content/dam/infosys-web/en/confluence/images/19/monarch-01.jpg);
}
.slide2 {
  background-image: url(/content/dam/infosys-web/en/confluence/images/19/monarch-02.jpg);
}
.slide3 {
  background-image: url(/content/dam/infosys-web/en/confluence/images/19/monarch-03.jpg);
}
.emea-slide1 {
  background-image: url(/content/dam/infosys-web/en/confluence/images/19/emea-img1.jpg);
}
.emea-slide2 {
  background-image: url(/content/dam/infosys-web/en/confluence/images/19/emea-img2.jpg);
}
.emea-slide3 {
  background-image: url(/content/dam/infosys-web/en/confluence/images/19/emea-img3.jpg);
}
.apac-slide1 {
  background-image: url(/content/dam/infosys-web/en/confluence/2019/apac/Images/apac-img1.jpg);
}
.apac-slide2 {
  background-image: url(/content/dam/infosys-web/en/confluence/2019/apac/Images/apac-img2.jpg);
}
.apac-slide3 {
  background-image: url(/content/dam/infosys-web/en/confluence/2019/apac/Images/apac-img3.jpg);
}
.apac-slide4 {
  background-image: url(/content/dam/infosys-web/en/confluence/2019/apac/Images/apac-img4.jpg);
}
.slide-virtual {
  background-image: url(/content/dam/infosys-web/en/confluence/images/virtual/infosys-confluence-2020.jpg);
}
.caption {
  color: #fff;
  position: absolute;
  top: 55%;
  transform: translate(0px, -45%);
  width: 100%;
  z-index: 9;
}
.caption h2 {
  font-size: 60px; /*margin-bottom: 30px;*/
}
.caption h2 span {
  line-height: 40px;
}
.banner-box {
  float: left;
  padding: 20px;
    /*background-color: rgba(76,5,25,0.7);*/
  /*background-color: rgba(55,34,97,0.8);*/
  background-color: rgba(9, 50, 29, 0.7);
}
.caption p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 20px;
}
.logo {
  /*left: 110px;*/
  position: absolute;
  top: 50px;
  width: 170px;
  z-index: 99;
}
.menu-logo {
  width: 140px;
  margin-bottom: 20px;
}
.overlay-us {
  background-color: rgba(0, 0, 0, 0.35);
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
.owl-theme .owl-controls {
  margin-top: 0px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  color: white;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  /*background-color: #d6d6d6;*/

  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 {
  /*background-color: #869791;*/

  color: white;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  display: none;
  zoom: 1; /**display: inline;*/
}
.owl-theme .owl-dots {
  bottom: 20px;
  position: absolute;
  width: 100%;
}
/* Dots CSS */
.owl-theme .owl-dots .owl-dot {
  cursor: none;
  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: none;
  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: 200px !important;
}
.owl-prev {
  background-image: url(/content/dam/infosys-web/en/c-suite-forum/2021/images/left.png);
  left: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.owl-next {
  background-image: url(/content/dam/infosys-web/en/c-suite-forum/2021/images/right.png);
  right: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#featured-speakers.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#featured-speakers .owl-item {
  position: relative;
  border: 1px solid #ccc;
}
#featured-speakers .owl-prev,
#featured-speakers .owl-next {
  background-repeat: no-repeat;
  width: 31px;
  height: 56px;
  text-indent: -9999px;
  position: absolute !important;
  top: 120px !important;
  background-color: #000;
  background-size: 60%;
  background-position: center;
}
#featured-speakers .owl-prev {
  left: -70px;
}
#featured-speakers .owl-next {
  right: -70px;
}
.overlay {
  position: fixed;
  width: 25%;
  /*max-width: 320px;*/
  height: 100%;
  top: 0;
  right: 0;
  /*background-color: rgba(126,126,126,0.9);*/
  z-index: 9999;
  padding-left: 10px;
}
.overlay.color-blue {
  background-color: rgba(50, 159, 250, 0.9) !important;
}
.overlay.color-orange {
  background-color: rgba(223, 153, 38, 0.8) !important;
}
.overlay.color-insight {
  background-color: rgba(223, 153, 38, 0.8) !important;
}
.overlay .overlay-close {
  background-color: #fff;
  border: medium none;
  border-radius: 50%;
  color: #fff;
  float: right;
  font-size: 25px;
  height: 45px;
  outline: medium none;
  position: absolute;
  right: 43px;
  top: 50px;
  width: 45px;
  z-index: 100;
}
.overlay nav {
  /*margin-top: 250px;*/
}
.overlay-logo {
  max-width: 300px;
}
.overlay-mt {
  margin: 50px 0px 10px;
}
.overlay ul.close-overlay {
  list-style: none;
  padding: 0px;
}
.overlay ul.close-overlay li {
  margin-bottom: 15px;
}
.overlay ul.close-overlay li a {
  font-size: 20px;
  color: #fff;
  position: relative;
  left: 0;
}
.overlay ul.close-overlay li:hover a {
  left: 10px;
}
.overlay ul li a:hover,
.overlay ul li a:focus {
  color: #ffffff;
}
.i-image {
  max-width: 50%;
  position: absolute;
  right: 50px;
  bottom: 0;
}
.overlay-slidedown {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
  transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}
.overlay-slidedown.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
/* section {
  padding: 75px 0;
} */
#home_section {
  padding: 0;
  width: 100%;
  /* height: 100vh; */
  position: relative;
  overflow: hidden;
}
.logo-txt img {
  margin-top: 50px;
  margin-bottom: 100px;
  max-width: 170px;
}
.h1-heading {
  font-size: 80px;
  line-height: 80px;
}
.full-screen {
  /*height: 100vh;*/
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
}
.caption-content {
  overflow: hidden;
  margin-top: 12%;
}
.btn-bg p span {
  color: #ffffff;
  font-size: 15px;
}
.caption-in-page {
  overflow: hidden;
}
.banner-txt {
  font-size: 20px;
  color: #fff;
  /*padding-top: 10px;*/
}
.pt90 {
  padding-top: 90px;
}
.banner-txt a {
  position: relative;
}
.banner-txt a.left-arrow {
  color: #fff;
  padding-left: 10px;
}
.explore-btn {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
  background-color: transparent;
  padding: 12px 50px;
  margin-top: 20px;
}
.explore-btn:before {
  background-color: #000;
}
.explore-btn:hover {
  border: 1px solid transparent;
  background-color: transparent;
  color: #ffffff;
}
.explore-btn:hover:before {
  width: 100%;
}
/*--------------------------------------------------------------
# Arrow Animation - Desktop
--------------------------------------------------------------*/
.left-arrow {
  color: #fff;
}
.left-arrow svg.arrow-move {
  position: absolute;
  top: 5px;
  right: -30px;
  -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;
  width: 20px;
  height: 20px;
}
.left-arrow:hover svg.arrow-move {
  right: -40px;
}
.btn-bg {
  margin-top: 15px;
  margin-bottom: 10px;
}
.btn-bg a {
  font-size: 26px;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  /*margin-right: 30px;*/
  position: relative;
  font-family: "Tungsten A", "Tungsten B", "Khand", sans-serif;
  line-height: 22px; /*margin-left: 10px;*/
}
.btn-bg a span {
  font-weight: 400;
  font-family: myriad-pro, Arial;
  font-size: 18px;
}
.btn-bg p {
  font-size: 26px;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  margin-right: -8px;
  position: relative;
  font-family: "Tungsten A", "Tungsten B", "Khand", sans-serif;
  line-height: 22px;
  margin-left: 10px;
}
.btn-bg p span {
  font-weight: 400;
  font-family: myriad-pro, Arial;
  font-size: 15px;
  color: #ffffff;
}
a.explore-border:hover::before,
a.border_switch_effect:focus::before {
  top: -10px;
}
a.explore-border:hover::after,
a.border_switch_effect:focus::after {
  bottom: -10px;
}
p.explore-border:hover::before,
a.border_switch_effect:focus::before {
  top: -10px;
}
p.explore-border:hover::after,
a.border_switch_effect:focus::after {
  bottom: -10px;
}
/* scroll down animations */
.a-scroll-down {
  font-size: 14px;
  text-align: center;
  position: absolute;
  bottom: 20px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 2;
  display: inline-block;
  letter-spacing: 0.1em;
}
.a-scroll-down,
.a-scroll-down:hover,
.a-scroll-down:focus {
  text-decoration: none;
  color: #fff;
}
.a-scroll-down:hover {
  opacity: 0.5;
}
.a-scroll-down span {
  position: absolute;
  bottom: 60px;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
.home-banner-bg {
  display: none;
}
.video-bg {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video-bg #ytplayer {
  width: 100%;
  height: 100%;
}
.bg-video .content {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: medium none;
  background: rgba(0, 124, 195, 0.4);
  backface-visibility: hidden;
}
.content {
  position: relative;
  z-index: 1;
}
#us_country {
  overflow: hidden;
}
/*--- overview ---*/
#overview {
  position: relative;
  padding: 75px 0px; /*	text-align: center;*/
}
.h2-heading {
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 45px;
}
.h3-heading {
  font-size: 45px;
  line-height: 45px;
  text-align: center;
  margin-bottom: 30px;
  font-family: "Tungsten A", "Tungsten B", "Khand", sans-serif;
}
.bg-coral-dark .h3-heading {
  margin: 20px 0 !important;
}
.h2-txt-left {
  text-align: left;
}
#overview p {
  line-height: 30px;
  font-size: 20px;
  margin-bottom: 15px;
}
.compass-img-bg {
  position: absolute;
  right: 0;
  float: right;
  bottom: 0;
  z-index: -1;
}
.compass-img {
  float: right;
  width: 100%;
}
/*--- us confluence ---*/
.hamburger {
  color: #fff;
  position: fixed;
  top: 50px;
  right: 43px;
  z-index: 1040;
  cursor: pointer;
  background-color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.bg-sapphire-dark .icon-bar1,
.bg-sapphire-dark .icon-bar2,
.bg-sapphire-dark .icon-bar3 {
  background-color: #fff;
  transition: all 200ms ease-out 0s;
}
.burger {
  width: 45px;
  height: 45px;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
}
.icon-bar1,
.icon-bar2,
.icon-bar3 {
  background-color: #061838;
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 200ms ease-out 0s;
  z-index: -1;
}
.burger .icon-bar1,
.burger .icon-bar2,
.burger .icon-bar3 {
  right: 14px;
  bottom: 15px;
}
.icon-bar1,
.icon-bar3 {
  height: 2px;
  width: 18px;
}
.icon-bar2 {
  height: 2px;
  top: 16px;
  width: 10px;
}
.icon-bar3 {
  top: 31px;
}
.open .icon-bar1,
.open .icon-bar3 {
  right: 5px;
}
.open .icon-bar1 {
  left: 6px;
  transform: rotate(45deg);
}
.open .icon-bar2 {
  display: none;
}
.open .icon-bar3 {
  left: 6px;
  top: 0;
  transform: rotate(135deg);
}
ul.menu-link li {
  display: block;
  margin-bottom: 5px !important;
}
ul.menu-link li a {
  color: #000 !important;
  background-color: #fff;
  border: 1px solid #ffffff;
  border-radius: 20px;
  padding: 5px 20px;
  margin-right: 20px;
  margin-top: 10px;
  line-height: 25px;
  display: inline-block;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
ul.menu-link li a {
  color: #000000;
  font-size: 20px;
}
ul.menu-link li a:hover {
  background-color: transparent;
}
ul.menu-link li:hover a {
  left: 0px !important;
}
/*
.close-overlay span,
.hover-rect span {
    background-color: #2f1113;
    display: block;
    height: 30px;
    position: absolute;
    transform: translate(-25px, -29px);
    transition: all 0.4s ease 0s;
    width: 0;
    z-index: -9;
}
*/
.close-overlay span,
.hover-rect span {
  display: block;
  height: 100%;
  position: absolute;
  /* transform: translate(-25px, -29px); */
  transition: all 0.4s ease 0s;
  width: 0;
  z-index: -9;
  top: 0;
  left: -10px;
}
.close-overlay span {
  background-color: #2f1113;
}
.hover-rect span {
  background-color: #061838 !important;
}
.overlay ul.close-overlay li:hover span {
  width: 103%;
}
/*.event-link span {
	margin-top: 0 !important;
}*/
#events {
  padding: 0px;
  position: relative;
  /*    background-color: #963596;*/
  height: 100vh;
  overflow: hidden;
}
.eq-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.eq-row:before,
.eq-row:after {
  content: normal;
}
.eqh-box {
  position: relative;
  height: 100vh;
}
.right {
  height: 100%;
  position: absolute;
  right: 0;
  width: 100%;
}
.down-anim-bg {
  animation: down-anim 1s;
  animation-fill-mode: forwards;
  transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.up-anim-bg {
  animation: up-anim 1s;
  animation-fill-mode: forwards;
  transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@-webkit-keyframes down-anim {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-moz-keyframes down-anim {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-o-keyframes down-anim {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes down-anim {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes up-anim {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-moz-keyframes up-anim {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-o-keyframes up-anim {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes up-anim {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
#events address {
  margin: 0 auto;
  max-width: 500px;
  color: #fff;
  text-align: center;
  position: relative;
  top: 12%;
  z-index: 999;
}
#events address a {
  color: #fff;
  display: block;
}
.evets-title {
  font-size: 40px;
  font-weight: 500;
  font-family: "Tungsten A", "Tungsten B", "Khand", sans-serif;
}
.border-radius {
  position: absolute;
  z-index: 99;
  width: 1000px;
  height: 1000px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.link-bg {
  position: relative;
  top: 65%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 999;
}
.link-bg a {
  margin: 0px 20px;
}
/*--- Through the year ---*/
.line-img {
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}
.video-box {
  overflow: hidden; /*	padding: 0px 0px;*/
}
a.video-img {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9;
  border: none;
  outline: none;
  overflow: hidden;
}
.play-icon {
  width: 60px;
  /*	height: 100px;p*/
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.video-box .video-image {
  transition: all 0.4s;
}
.video-box:hover .video-image {
  -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);
}
.video-box .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;
}
.video-box:hover .box-overlay {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.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%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
#videoModal button.close {
  position: absolute;
  z-index: 99;
  right: 15px;
  top: 2px;
  line-height: 20px;
  font-size: 24px;
}
#videoModal .modal-body {
  padding-top: 30px;
}
#register {
  top: 50%;
  transform: translateY(-50%);
}
#register .modal-body {
  background-color: #df9926;
}
#register p {
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding: 20px 0px;
  margin-bottom: 0px;
}
/*--- US Confluence ---*/
#us_country {
  padding: 150px 0;
}
.vnu-cnt p {
  margin: 0;
}
.short-para p {
  line-height: 35px;
  font-size: 20px;
}
.left-heading {
  text-align: left;
  margin-bottom: 0;
}
.seprator {
  margin: 5px 0 20px 0;
  width: 100px;
  height: 3px; /*bottom: -1px;
	transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1) 0s;*/
}
/*.seprator-large {
	width: 100px;
}*/
/*--- Agenda ---*/
/*#agenda {
	color: #fff;
	padding: 0;
}*/
#agenda {
  color: #000;
  padding: 75px 0px;
}
.bg-gray-color {
  background-color: #e4e4e4;
}
.bg-blue-color {
  background-color: #0f9ffa;
}
.agenda-bg {
  float: left;
  padding: 100px 0;
  background-color: #0f9ffa;
  position: relative;
}
.agenda-bg-img {
  position: absolute;
  max-width: 400px;
  width: 100%;
  /*height: 100%;*/
  bottom: 0px;
}
.agenda-bg-img .calendar-img {
  float: left;
  width: 100%;
  opacity: 0.1;
}
/*--- agenda tab ---*/
.sub-txt {
  font-size: 20px;
  /*    text-align: center;*/
  margin-bottom: 40px;
}
.agenda-tab .nav-tabs > li {
  float: none;
}
.magic-line-tab .nav-tabs > li {
  float: none;
}
.agenda-tab .nav > li {
  position: static;
}
.magic-line-tab .nav > li {
  position: static;
}
.agenda-tab .nav > li > a {
  position: static;
}
.magic-line-tab .nav > li > a {
  position: static;
}
.agenda-tab .nav-tabs > li.active > a,
.agenda-tab .nav-tabs > li.active > a:focus,
.agenda-tab .nav-tabs > li.active > a:hover {
  background-color: transparent;
  border: 1px solid transparent;
}
.magic-line-tab .nav-tabs > li.active > a,
.magic-line-tab .nav-tabs > li.active > a:focus,
.magic-line-tab .nav-tabs > li.active > a:hover {
  background-color: transparent;
  border: 1px solid transparent;
}
.agenda-tab .nav > li > a:focus,
.agenda-tab .nav > li > a:hover {
  background-color: transparent;
  border: 1px solid transparent;
}
.magic-line-tab .nav > li > a:focus,
.magic-line-tab .nav > li > a:hover {
  background-color: transparent;
  border: 1px solid transparent;
}
.agenda-tab .nav-tabs > li > a span {
  font-size: 12px;
  display: block;
}
.magic-line-tab .nav-tabs > li > a span {
  font-size: 12px;
  display: block;
}
#agenda-menu,
#magic-line-menu {
  margin: 0 auto;
  list-style: none;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  border: 0;
}
#agenda-menu {
  height: 65px;
}
#magic-line-menu {
  height: 45px;
}
#agenda-menu li,
#magic-line-menu li {
  display: inline-block;
  /* padding: 0px 5px; */
  padding: 0px;
  margin: 0px 5px;
}
/* #magic-line-menu li {
  padding: 0px;
  margin: 0px 5px;
} */
#magic-line-menu > li > a {
  padding: 9px 15px;
}
#agenda-menu li a,
#magic-line-menu li a {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  position: relative;
  z-index: 200;
  display: block;
  float: left;
  margin: 0px;
  border: 1px solid #df9926;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 10px;
}
#agenda-menu li a:hover,
#magic-line-menu li a:hover {
  border: 1px solid #df9926;
}
#agenda-menu #magic-line-two,
#magic-line-menu #magic-line-three {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  background-color: #df9926;
  z-index: 100;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 10px;
  margin: 0px;
}
.box-row {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  padding-left: 65px;
}
.icon-box {
  position: absolute;
  top: 15px;
  left: -14px;
  border: 1px solid #b8b8b8;
  background-color: #e4e4e4;
}
.icon-box .fa {
  font-size: 16px;
  color: #3f3f3f;
  padding: 5px 5px;
}
.date-month {
  font-size: 26px;
  color: #000;
  font-weight: 900;
  margin-bottom: 15px;
  display: inline-block;
}
.start-time p {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px;
}
.border-row {
  padding: 15px 30px;
  border: 1px solid #b8b8b8;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.border-row:hover {
  border: 1px solid #963596;
  background-color: #e6dbe6;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.border-row:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 0;
  background-color: #963596;
  top: 0;
  right: 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.border-row:hover:after {
  height: 100%;
  bottom: 0;
}
.time-txt {
  border-right: 1px solid #7e7e7e;
  font-weight: 400;
   font-size:16px;
}
.abstract,
.abstract-close {
  cursor: pointer;
}
.abstract:before {
  font-size: 34px;
  height: 21px;
  right: 0px;
  top: 6px;
  content: "+";
  position: absolute;
  line-height: 14px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.abstract-close:before {
  font-size: 34px;
  right: 4px;
  top: 0px;
  content: "--";
  position: absolute;
  line-height: 28px;
  letter-spacing: -4px;
}
.border-row h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-right: 15px;
}
/* .border-row:hover .abstract:before {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  z-index: 999;
} */
.slider-row {
  margin-top: 20px;
}
.speakers-slider .media-left {
  float: left;
  width: 80px;
  height: 80px;
}
.speakers-slider .media-body h4 {
  font-size: 18px;
  font-weight: 600;
}
.speakers-slider .media-body p {
  font-size: 16px;
  font-weight: 400;
}
.speakers-slider.owl-carousel .owl-stage-outer {
  min-height: 80px;
}
.speakers-slider.owl-carousel .owl-item {
  min-height: 80px;
}
.speakers-slider .owl-prev,
.speakers-slider .owl-next {
  width: 25px;
  height: 25px;
  top: 50% !important;
  transform: translateY(-70%);
}
.speakers-slider .owl-prev {
  background-image: url(/content/dam/infosys-web/en/confluence/Images/18/left-arrow.png);
  left: -25px;
}
.speakers-slider .owl-next {
  background-image: url(/content/dam/infosys-web/en/confluence/Images/18/right-arrow.png);
  right: -25px;
}
.speakers-slider.owl-theme .owl-nav .disabled {
  opacity: 0.4;
  cursor: default;
}
.border-row h4 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 5px;
}
.border-row h5 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 12px;
  margin-bottom: 5px;
}
/*.border-row p {
	font-size: 16px;
}*/
.breakout-room h3 {
  margin-top: 0px;
  margin-bottom: 10px;
}
.breakout-room p strong {
  font-weight: 400;
}
.breakout-box p {
  font-weight: 500;
}
.breakout-room {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breakout-room:before,
.breakout-room:after {
  content: normal;
}
.breakout-box {
  height: 100%;
  position: relative;
  padding-bottom: 50px;
}
/*.breakout-box p {
    border-right: 1px solid transparent !important;
}*/
/*wayra button*/
.view-btn {
  min-width: 100px;
  font-size: 16px;
  color: #061838;
  text-align: center;
  display: inline-block;
  padding: 4px 6px;
  border: 1px solid #061838;
  background: none;
  vertical-align: middle;
  position: absolute;
  bottom: 15px;
  z-index: 1;
  border-radius: 2px;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.view-wayra {
  overflow: hidden;
  -webkit-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.view-wayra::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background-color: transparent;
  z-index: -1;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s,
    background-color 0.4s;
  transition: transform 0.4s, opacity 0.4s, background-color 0.4s;
}
.view-wayra:hover {
  color: #fff;
  border-color: #061838;
}
.view-wayra:hover::before {
  opacity: 1;
  background-color: #061838;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.view-wayra:focus {
  color: #ffffff;
}
/*agenda section end*/

/*--- speakers ---*/
#speakers .bold-txt {
  font-size: 42px;
  font-weight: 900;
  line-height: 40px;
}
/*--- Venue ---*/
#venue {
  color: #fff;
}
#venue p a {
  color: #fff;
}
.venue-video {
  display: block;
}
/* .venue-img {
	display: none;
} */
.venue-list {
  margin-top: 20px;
}
.venue-list a {
  font-size: 16px;
  color: #fff;
}
.venue-img {
  animation: leaves 8s ease-in-out infinite alternate;
  -webkit-animation: leaves 8s ease-in-out infinite alternate; /*	display: none;*/
}
@keyframes leaves {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.overlay-venue {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(76, 5, 25, 0.65);
}
.direction-txt {
  text-align: center;
}
.direction-map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  width: 96%;
  margin: 0 auto;
}
.direction-map > a {
  background-color: #fff;
  color: #000;
  padding: 0 8px;
  position: absolute;
  right: 0;
  top: -32px;
}
.direction-map iframe {
  width: 100%;
}
/*#venu-video {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}*/
.video-size {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  position: relative;
  top: 0;
  right: 0;
  z-index: -100;
}
.video-size video {
  position: relative;
  width: auto;
  min-width: 100%;
  top: -150px;
  height: auto;
}
.video-txt {
  position: absolute;
  top: 0;
  padding: 75px 0;
  width: 100%;
  font-size: 21px;
}
.eq-col {
  position: relative;
  height: 100%;
  padding: 15px;
}
.eq-col p {
  font-size: 18px;
  text-align: center;
  font-weight: 400;
}
.eq-col p span {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 30px;
}
/*--- faqs ---*/
#faqs {
  background-color: #fff;
}
.tab-accordion-bg .nav-tabs > li {
  position: static;
}
.tab-accordion-bg .nav-tabs > li.active > a,
.tab-accordion-bg .nav-tabs > li.active > a:focus,
.tab-accordion-bg .nav-tabs > li.active > a:hover {
  color: #000;
  background-color: transparent;
  border: 1px solid transparent;
}
.tab-accordion-bg .nav > li > a:hover {
  text-decoration: none;
  background-color: transparent !important;
  border: 1px solid transparent !important;
}
/*
.tab-accordion-bg .nav-tabs>li.active a {
    border-bottom: 3px solid #0f9ffa !important;
  }
*/

#menu-border-line {
  margin: 0px;
  padding: 0px;
  list-style: none;
  position: relative;
  padding-bottom: 5px;
}
#menu-border-line li {
  display: inline-block;
}
#menu-border-line a {
  font-size: 18px;
  color: #000;
  font-weight: 600 !important;
  text-transform: uppercase;
  padding: 6px 10px 4px 10px;
  text-decoration: none;
  margin-right: 0px; /*	margin-bottom: 20px;*/
}
#magic-line {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 70px;
  height: 2px;
  background: #0f9ffa;
}
/*Accordion*/
.accordion-faqs {
  margin-bottom: 0px !important;
}
.accordion-faqs h3 {
  float: left;
  font-size: 26px;
  font-weight: 600;
  padding-left: 10px;
  margin: 30px 0px 15px;
}
.accordion-faqs .panel-default {
  float: left;
  width: 100%;
  border-color: transparent;
  margin-bottom: 5px !important;
  padding: 0px 10px;
  background-color: #fff;
  border-radius: 0px;
  border-bottom: 1px solid #dadada;
}
.accordion-faqs .panel {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.accordion-faqs .panel-heading h4 a {
  font-size: 20px;
  color: #000;
  font-weight: 400;
  display: block;
  padding: 20px 0px;
  padding-right: 32px;
}
.accordion-faqs .panel-heading h4 > a:before {
  font-family: FontAwesome;
  /*content: "\f068";*/
  content: "\f078";
  font-size: 24px;
  line-height: -moz-block-height;
  letter-spacing: -0.0625em;
  position: absolute;
  right: 5px;
  bottom: 0;
  top: 50%;
  transform: translateY(-50%);
}
.accordion-faqs .panel-heading h4 > a.collapsed:before {
  /*content: "\f067";*/
  content: "\f054";
  font-size: 24px;
  position: absolute;
  right: 5px;
  bottom: 0;
  top: 50%;
  line-height: 22px;
  height: 23px;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.panel-heading h4:hover a.collapsed:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 33%;
}
.accordion-faqs .panel-heading h4 > a:hover,
.accordion-faqs .panel-heading h4 > a:active,
.accordion-faqs .panel-heading h4 > a:focus {
  text-decoration: none;
}
.accordion-faqs .panel-default > .panel-heading {
  background-color: transparent;
  border-color: transparent;
  position: relative;
  padding: 0px;
}
.accordion-faqs
  .panel-default
  > .panel-heading
  + .panel-collapse
  > .panel-body {
  border-top: none;
  padding: 10px 0px;
  background-color: transparent !important;
}
.accordion-faqs .panel-body p {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  font-weight: 400;
}
.accordion-faqs .panel-body ul li {
  font-size: 18px;
  color: #333;
  padding-bottom: 5px;
  font-weight: 400;
}
/*--- contact us ---*/
#contact_us {
  background-color: #f16c51;
  color: #fff;
}
#contact_us p {
  font-size: 20px;
  text-align: center;
}
#contact_us p a {
  color: #ffffff;
}
/*--------------------------------------------------------------
# Footer - Desktop
--------------------------------------------------------------*/
footer {
  background: #f8f8f8;
  color: #333;
  /*padding: 50px 0;*/
  border-top: 5px solid #d8d8d8;
}
footer .ptb50 {
  padding: 50px 15px;
}
ul.footer-txt > li:first-child {
  margin-top: 15px;
}
ul.footer-txt > li {
  margin-bottom: 10px;
}
ul.footer-txt > li > a {
  color: #777777;
  font-size: 16px;
  font-weight: 400;
}
.ftr-head {
  color: #000000;
  font-size: 22px;
  font-weight: 900;
}
.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 #777777;
  padding: 5px 15px;
  display: inline-block;
  color: #777777;
}
.select-country > a:hover,
.select-country > a:focus {
  color: #777777;
  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: #777777;
  padding: 10px 15px;
  display: block;
}
.country-align > li > a:hover {
  background: #63b0ff;
  color: #fff;
}
/*--------------------------------------------------------------
# Margin CSS - Desktop
--------------------------------------------------------------*/
.mb0 {
  margin-bottom: 0px !important;
}
.mt-md-0 {
  margin-top: 0px !important;
}
.mt10 {
  margin-top: 10px;
}
.mt-md-10 {
  margin-top: 10px;
}
.mt-md-50 {
  margin-top: 50px;
}
.mt-md-100 {
  margin-top: 100px;
}
.mb-md-0 {
  margin-bottom: 0;
}
.mb-md-20 {
  margin-bottom: 20px;
}
/*--------------------------------------------------------------
# Padding CSS - Desktop
--------------------------------------------------------------*/
.ptb15 {
  padding: 15px 0;
}
.p0-md {
  padding: 0;
}
.pt-md-20 {
  padding-top: 20px;
}
/*agenda section*/
body.overflow-hidden {
  overflow: hidden !important;
}
main {
  position: relative;
  z-index: 2;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/*main.slide-out {
	-webkit-transform: translateX(-270px);
	-moz-transform: translateX(-270px);
	-ms-transform: translateX(-270px);
	-o-transform: translateX(-270px);
	transform: translateX(-270px);
}*/
main.slide-out .cd-overlay {
  display: block;
  -webkit-animation: cd-fade-in 0.3s;
  -moz-animation: cd-fade-in 0.3s;
  animation: cd-fade-in 0.3s;
}
#cd-team {
  background: #8abeb2;
}
.cd-member-bio {
  position: fixed;
  top: 0;
  right: 0;
  width: 270px;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #f16c51;
  z-index: 999;
  -webkit-transform: translateX(270px);
  -moz-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.cd-member-bio.slide-in {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-member-bio .cd-bio-content {
  padding: 1em;
  color: #fff;
}
.cd-member-bio-close {
  width: 32px;
  height: 32px;
  overflow: hidden;
  position: fixed;
  top: 10px;
  right: 10px;
  background: url("/content/dam/infosys-web/en/confluence/images/18/close-icon.svg")
    no-repeat center center;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 999;
  display: none;
}
.cd-member-bio-close.is-visible {
  display: block;
  -webkit-animation: cd-move-in 0.8s;
  -moz-animation: cd-move-in 0.8s;
  animation: cd-move-in 0.8s;
}
.cd-bio-content h3 {
  font-family: "Tungsten A", "Tungsten B", "Khand", sans-serif;
  font-size: 36px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
}
.cd-bio-content h4 {
  font-size: 26px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 15px;
}
.cd-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  /*background-color: rgba(15,159,250,0.7);*/
  background-color: rgba(76, 5, 25, 0.9);
  cursor: pointer;
  display: none;
}

/*xkeyframes*/
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes cd-move-in {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes cd-move-in {
  0% {
    -moz-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes cd-move-in {
  0% {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
#speaker_bg {
  padding: 100px 0 50px;
  background-color: #f16c51;
}
#speakers .h2-heading,
.speaker-row .h2-heading {
  color: #000 !important;
}
.speaker-title {
  color: #fff !important;
  text-align: left;
  margin-top: 90px;
}
.single-speakers h4 {
  font-size: 34px;
  padding-bottom: 8px;
}
.single-speakers h5 {
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 15px;
}
.single-speakers p {
  margin-bottom: 15px;
}
.speaker-txt {
  line-height: 32px;
  font-size: 22px;
  margin-bottom: 50px;
}
.speake-box {
  border: 1px solid #ccc;
  padding-bottom: 15px;
  position: relative;
  height: 100%;
}
.speaker-details {
  padding: 10px 10px;
}
.speaker-details h5 {
  font-size: 20px;
  color: #2f1113;
  padding-bottom: 5px;
  font-weight: 600;
}
.speaker-details p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.speakericon {
  padding: 0px 10px;
  text-align: center;
  margin-bottom: 15px;
}
.speakericon a {
  border: 1px solid #000;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0px 5px;
}
a.speaker-btn {
  color: #000;
}
a.speaker-btn::before,
a.speaker-btn::after {
  background-color: #000;
}
.speakers-list {
  margin: 0px;
  padding: 0px;
  margin-top: 30px;
}
.speakers-list li {
  list-style: none;
  margin-bottom: 15px;
}
.speakers-list li a {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  text-align: left;
  padding: 0px 10px;
  display: block;
  border-left: 4px solid #000;
}
.speakers-list li a:hover {
  color: #000;
  padding-left: 15px;
  border-left: 4px solid #000;
}
#speaker_bg {
  padding: 100px 0 50px;
  background-color: #0f9ffa;
}
#keynote,
#plenary_panel,
#client_speakers,
#industry_thought,
#partner_speakers,
#infosys_speakers {
  padding: 50px 0px;
}
.speaker-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.speaker-row:before,
.speaker-row:after {
  content: normal;
}
.eqh-speaker {
  position: relative;
  height: 100%;
}
.speaker-box {
  overflow: hidden;
  border: 1px dashed #7e7e7e;
  padding-bottom: 50px;
}
.speaker-box:hover {
  border: 1px dashed #f16c51;
}
.speaker-details {
  padding: 15px 10px 0px;
}
.speaker-details h5 {
  font-size: 20px;
  color: #2f1113;
  padding-bottom: 5px;
  font-weight: 600;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.speaker-box:hover .speaker-details h5 {
  color: #f16c51;
}
.speaker-details p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.hover-effect {
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
/*.opacity-one {
	opacity: 1 !important;
}*/
.img_wrapper {
  position: relative;
  width: 100% !important;
  height: auto !important;
}
.img_wrapper {
  width: 100%;
}
.hover-effect {
  left: 0px;
  top: 0px;
  bottom: 0px;
  position: absolute !important;
}
.img_grayscale {
  left: 0px;
  top: 0px;
  position: relative !important;
}
.opacity-one {
  opacity: 1 !important;
}
/*speaker icon*/
.speaker-icon {
  display: inline-block;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 0px 5px;
}
.speaker-icon a {
  display: inline-block;
}
/*.speaker-icon img {
	vertical-align: baseline;
	padding-right: 3px;
}*/
.speaker-icon .fa {
  color: #7e7e7e;
}
.speaker-icon:hover .fa {
  color: #f16c51;
}
.speaker-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.speaker-icon:before {
  display: block;
  -webkit-font-smoothing: antialiased;
}
.icon-rotate {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
}
.icon-rotate .speaker-icon {
  width: 30px;
  height: 30px; /*box-shadow: 0 0 0 4px rgba(255,255,255,1);*/
}
.icon-rotate .speaker-icon:after {
  top: -2px;
  left: -2px;
  padding: 0;
  z-index: 10;
  border: 1px dashed #7e7e7e;
}
.icon-rotate .speaker-icon:hover:after {
  border: 1px dashed #f16c51;
}
.icon-rotate .speaker-icon:hover {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  color: #fff;
}
.icon-rotate-border .speaker-icon:hover {
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
.icon-rotate-border .speaker-icon:hover:after {
  -webkit-animation: spinAround 9s linear infinite;
  -moz-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
}
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinAround {
  from {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*speaker icon end*/
#speaker-menu {
  padding: 50px 0px 0px;
}
.back-btn {
  font-size: 20px;
  color: #000;
  margin-bottom: 15px;
  display: inline-block;
  text-align: left;
}
.back-btn:hover {
  color: #f16c51;
}
.speaker-left .icon-rotate {
  margin-top: 25px;
  position: inherit;
}
.single-speakers h4 {
  font-size: 34px;
  padding-bottom: 8px;
}
.single-speakers h5 {
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 15px;
}
.single-speakers p {
  margin-bottom: 15px;
}
.center-mrg {
  margin: 0 auto !important;
}
.left-mrg {
  margin-left: 12%;
}
/*speaker-category*/
.speaker-item {
  margin: 0px;
  padding: 0px;
  max-width: 250px;
}
.speaker-item li {
  list-style: none;
  margin-bottom: 15px;
  position: relative;
}
.speaker-item li a {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  text-align: left;
  padding: 1px 10px 4px;
  display: block;
  border-left: 4px solid #000;
}
.speaker-item li a:hover {
  color: #fff;
  border-left: 4px solid #f16c51;
}
.speaker-item li a::after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.speaker-item li a:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
}
.speaker-item li a:hover:after /*.speaker-item li a:active:after*/ {
  width: 100%;
}
#networking-activities {
  padding: 100px 0px;
  /*background: rgba(0,0,0,0.6) url(/content/dam/infosys-web/en/confluence/Images/18/activities.jpg);*/
  background-repeat: no-repeat !important;
  background-position: top center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  position: relative;
  color: #000000;
}
#networking-activities:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: inherit;
  content: " ";
}
#networking-activities .h2-heading {
  /*color: #fff;*/
  color: #000;
}
.activiti-box p {
  font-size: 20px;
  color: #fff;
  line-height: 34px;
  text-align: center;
}
.activiti-btn {
  text-align: center;
}
#delegate_activities,
#spouse_program {
  padding: 75px 0px;
}
#activities {
  padding: 75px 0px;
}
.activitie-row {
  display: inline-block;
  margin-bottom: 70px;
}
/*.activitie-row:nth-child(2) {
	margin-bottom: 0px;
}*/

#dana_point {
  padding: 75px 0px;
  background-color: #f4f4f4;
}
.activitie-row h3 {
  font-weight: 900;
  margin-bottom: 10px;
}
.profile-title {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 5px;
  margin-top: 10px;
}
.agenda-speaker a img {
  max-width: 140px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.agenda-speaker a {
  color: #000;
}
.profile-link a img {
  max-width: 150px;
  margin-bottom: 5px;
}
.profile-link a {
  color: #fff;
  font-weight: 300;
}
.profile-link .profile-name {
  font-weight: 600;
  margin-bottom: 0px;
}
.profile-link a:hover .profile-name {
  text-decoration: underline;
}
.profile-link p {
  color: #fff;
}
.accordion_title {
  font-weight: 600;
  margin-bottom: 0px;
}
.spotlight .fa {
  color: #963596;
}
.spotlight-bg {
  border: 1px solid #963596;
}
.agenda-speaker a:hover .name_line {
  text-decoration: underline;
}
/*sponsors*/
#venue {
  padding: 75px 0px;
}
#sponsors {
  padding: 75px 0px 30px;
  background-color: #e4e4e4;
}
.sponsor-bottom {
  margin-bottom: 75px;
}
#sponsor_slider h4 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 600;
}
.sponsor-logo .modal-header {
  padding-bottom: 0px;
  border-bottom: 0;
}
.sponsor-logo .modal-header img {
  width: 150px;
}
.sponsor-logo .modal-body p {
  font-size: 16px;
  line-height: 24px;
}
.sponsor-logo .modal-content {
  border-radius: 0;
}
.sponsor-logo .modal-dialog {
  width: 60%;
}
.sponsor-logo .modal-content {
  -webkit-box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.75);
}
.sponsor-logo .modal-header .close {
  margin-top: 0px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #2f1113;
  opacity: 1;
  text-shadow: none;
  color: #fff;
  font-weight: 400;
  padding: 6px 10px;
  outline: none;
}
.modal-backdrop {
  background-color: #2f1113;
}
.modal-backdrop.in {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.slider-stop {
  width: auto !important;
  max-width: 100% !important;
  margin: 0 auto;
  cursor: pointer; /*border: 1px solid #ccc;*/
}
/*#sponsor_slider.owl-carousel .owl-stage-outer {
	margin-top: 80px;
}*/
#sponsor_slider .owl-dots {
  top: -70px !important;
  bottom: inherit;
}
#sponsor_slider.owl-theme .owl-dots .owl-dot {
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  margin: 0 15px;
  width: auto;
  height: auto;
  color: #000;
}
#sponsor_slider .owl-dots .owl-dot.active {
  color: #df9926;
}
.logo-img {
  margin: 0 auto;
  max-width: 200px;
  position: relative;
  margin-bottom: 30px;
}
/*sponsors end*/

/*photo gallery*/
#photo_gallery {
  padding-top: 40px;
}
.title-bg {
  margin: 30px 0px 0px;
}
.gallery-title {
  font-family: "Tungsten A", "Tungsten B", "Khand", sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  text-align: left;
}
#photo_gallery .grid-gallery {
  clear: both;
  margin-top: 0px !important;
}
#photo_gallery .grid li {
  padding: 0px 1px !important;
  margin-bottom: 2px;
}
.access-box {
  padding: 20px 20px;
  background-color: #dadada;
}
.access-bg p {
  font-weight: 400;
}
.access-bg h4 {
  font-size: 22px;
  margin-bottom: 5px;
}
#americas_confluence {
  padding: 0px;
}
.highlight-images {
  text-align: center;
}
.highlight-images a {
  font-size: 26px;
  color: #061838;
  font-weight: 300;
  text-align: center;
  padding: 30px 0px;
  display: block;
  line-height: 34px;
}
.highlight-images a span {
  display: block;
  font-weight: 900;
}
.highlight-images a:hover {
  color: #0f9ffa;
}
.highlights-box {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
.photogallery {
 
  display: table;
  font-size: 18px;
  color: #fff;
  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;
}
.photogallery span {
  display: table-cell;
  vertical-align: middle;
}
.highlights-box:hover .photogallery {
  color: #df9926;
  background-color: rgba(0, 0, 0, 1);
}
.highlight-txt {
  float: left;
  font-size: 16px !important;
  margin-top: 5px;
}
.gallery-txt {
  float: right;
  margin-top: 5px;
  margin-right: 20px;
  position: relative;
}
.gallery-txt a {
  font-size: 16px;
  color: #000;
}
.gallery-txt .fa {
  font-size: 12px;
  position: absolute;
  right: -15px;
  top: 13px;
  -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;
}
.gallery-txt:hover .fa {
  right: -20px;
}
.photogallery .fa {
  font-size: 10px;
  padding-left: 2px;
}
/*.highlights-box:hover .fa {
	padding-left: 2px;
}*/

/*photo gallery ened*/

/*home slider*/
/*-- section start---*/
#home {
  padding: 0px;
}
#home_overview,
#highlights,
#home_what_new,
#home_our_offerings,
#home_clients_speak,
#home_partnership,
#awards,
#home_social_hub {
  padding: 75px 0px;
  overflow: hidden;
}
/*-- home --*/
#home {
  height: 100vh;
}
#hero_slider {
  overflow: hidden;
}
#hero_slider .item {
  min-height: 600px;
  position: relative;
}
.slider {
  background-color: #fff;
}
.slider-overlay-web {
  background-color: rgba(0, 124, 195, 0.4);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  backface-visibility: hidden;
  overflow: hidden;
}
.repeated-css {
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-position: center center !important;
  width: 100%;
  height: 100vh;
}
.slide-image {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: auto !important;
  height: auto !important;
}
/*-- slider video --*/
.background-youtube {
  opacity: 1;
  backface-visibility: hidden;
  background-position: center center;
  background-size: cover;
  height: 300%;
  left: 0;
  position: absolute;
  top: -100%;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}
.background-youtube iframe {
  background-size: cover;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  width: auto;
  z-index: -100;
}
.video-gradient img.slide-image {
  display: none;
}
.virtual-gradient img.slide-image {
  display: none;
}
#hero_slider .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  background-image: url(/content/dam/infosys-web/en/atp/Images/ball-dot.png);
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
#hero_slider .owl-dots .owl-dot.active span,
#hero_slider .owl-dots .owl-dot:hover span {
  background-image: url(/content/dam/infosys-web/en/atp/Images/ball-dot-active.png);
}
#hero_slider .owl-dots {
  width: auto;
  text-align: left;
  left: 8%;
  bottom: 10%;
}
#hero_slider .owl-prev,
#hero_slider .owl-next {
  background-repeat: no-repeat;
  width: 31px;
  height: 56px;
  text-indent: -9999px;
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
}
#hero_slider .owl-prev {
  background: url(/content/dam/infosys-web/en/c-suite-forum/2021/images/left.png);
  left: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#hero_slider .owl-next {
  background: url(/content/dam/infosys-web/en/c-suite-forum/2021/images/right.png);
  right: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.atxt_hide {
  display: none !important;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
}
.popup-ctrl .modal-content {
    border-radius: 0;
}
.popup-ctrl{
padding-left :0 !important;
}

@media (min-width: 992px) {
  .offset-1-half {
    margin-left: 12.499999995%;
  }
  .offset-3-half {
    margin-left: 37.499999995%;
  }
}

@media only screen and (min-width: 768px) {
  /*
main.slide-out {
	-webkit-transform: translateX(-600px);
	-moz-transform: translateX(-600px);
	-ms-transform: translateX(-600px);
	-o-transform: translateX(-600px);
	transform: translateX(-600px);
}
*/
  .cd-member-bio {
    width: 600px;
    -webkit-transform: translateX(600px);
    -moz-transform: translateX(600px);
    -ms-transform: translateX(600px);
    -o-transform: translateX(600px);
    transform: translateX(600px);
  }
  .cd-member-bio .cd-bio-content {
    padding: 2em;
  }
}

@media only screen and (min-width: 1200px) {
  /*
main.slide-out {
	-webkit-transform: translateX(-800px);
	-moz-transform: translateX(-800px);
	-ms-transform: translateX(-800px);
	-o-transform: translateX(-800px);
	transform: translateX(-800px);
}
*/
  .cd-member-bio {
    width: 800px;
    -webkit-transform: translateX(800px);
    -moz-transform: translateX(800px);
    -ms-transform: translateX(800px);
    -o-transform: translateX(800px);
    transform: translateX(800px);
  }
  .cd-member-bio .cd-member-bio-pict::after {
    height: 150px;
  }
  .cd-member-bio .cd-bio-content {
    padding: 4em 3em 3em;
  }
  .cd-member-bio-close {
    right: 20px;
    top: 20px;
  }
}

/*agenda section end*/

.speaker-items .media .media-heading {
  margin-top: 25px;
}

/* Virtual Page CSS */

.virtual-homeBg {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 100%;
}

.virtual-insights .flipcard_front {
  background-color: transparent;
}

.virtual-insights .flipcard_front .verticle_align_helper {
  padding: 30px;
}

.virtual-insights .flipcard-1 .flipcard_front,
.virtual-insights .flipcard-2 .flipcard_front,
.virtual-insights .flipcard-3 .flipcard_front,
.virtual-insights .flipcard-4 .flipcard_front,
.virtual-insights .flipcard-5 .flipcard_front,
.virtual-insights .flipcard-6 .flipcard_front,
.virtual-insights .flipcard-7 .flipcard_front,
.virtual-insights .flipcard-8 .flipcard_front,
.virtual-insights .flipcard-9 .flipcard_front {
  background-image: none !important;
}

.virtual-insights .flipcard_front .verticle_align_helper {
  background-color: transparent !important;
}

.virtual-insights .flipcard_back .verticle_align_helper {
  width: 100%;
  height: 100%;
  display: table;
  /* background-color: rgba(0, 0, 0, 0.45); */
}

.virtual-insights .flipcard-1 .flipcard_back,
.virtual-insights .flipcard-2 .flipcard_back,
.virtual-insights .flipcard-3 .flipcard_back,
.virtual-insights .flipcard-4 .flipcard_back,
.virtual-insights .flipcard-5 .flipcard_back,
.virtual-insights .flipcard-6 .flipcard_back,
.virtual-insights .flipcard-7 .flipcard_back,
.virtual-insights .flipcard-8 .flipcard_back,
.virtual-insights .flipcard-9 .flipcard_back {
  background-repeat: no-repeat;
  background-size: cover;
}

.virtual-insights .flipcard-1 .flipcard_back {
  background-image: url(/content/dam/infosys-web/en/confluence/images/virtual/power-to-win.jpg);
}

.virtual-insights .flipcard-2 .flipcard_back {
  background-image: url(/content/dam/infosys-web/en/confluence/images/virtual/training-day.jpg);
}

.virtual-insights .flipcard-3 .flipcard_back {
  background-image: url(/content/dam/infosys-web/en/confluence/images/virtual/magic-keys-success.jpg);
}

.virtual-insights .flipcard-1 .flipcard_back {
  background-image: url(/content/dam/infosys-web/en/confluence/images/virtual/power-to-win.jpg);
}

.virtual-insights .flipcard-2 .flipcard_back {
  background-image: url(/content/dam/infosys-web/en/confluence/images/virtual/training-day.jpg);
}

.virtual-insights .flipcard-3 .flipcard_back {
  background-image: url(/content/dam/infosys-web/en/confluence/images/virtual/magic-keys-success.jpg);
}

.virtual-insights .flipcard-4 .flipcard_back {
  background-image: url(/content/dam/infosys-web/en/confluence/images/virtual/refashioning-modern-enterprise.jpg);
}

.virtual-insights .flipcard-5 .flipcard_back {
  background-image: url(/content/dam/infosys-web/en/confluence/images/virtual/regenerative-circular-economy.jpg);
}

.virtual-insights .flipcard-6 .flipcard_back {
  background-image: url(/content/dam/infosys-web/en/confluence/images/virtual/evolution-modern-sport-athlete.jpg);
}

.virtual-insights .flipcard-7 .flipcard_back {
  background-image: url(/content/dam/infosys-web/en/confluence/images/virtual/leadership-resilience.jpg);
}

.virtual-insights .flipcard-8 .flipcard_back {
  background-image: url(/content/dam/infosys-web/en/confluence/images/virtual/how-far-can-you-go.jpg);
}

.virtual-insights .flipcard-9 .flipcard_back {
  background-image: url(/content/dam/infosys-web/en/confluence/images/virtual/mind-machine-data.jpg);
}

/* Virtual Page CSS */

@media screen and (max-width: 1024px) {
  .grid-wrap ul.grid li:hover img {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  .virtual-insights .flipcard_back .verticle_align_helper {
    background-color: rgba(0, 0, 0, 0.45);
  }

  /* iPads (Landscape) ----------- */

  /*--------------------------------------------------------------
# border_switch_effect - Tablet
--------------------------------------------------------------*/
  .mt-5 {
    margin-top: 30px;
  }
  .banner-txt a.left-arrow {
    padding-left: 0;
  }
  .btn-bg {
    margin-top: 20px;
  }
  a.border_switch_effect {
    padding: 0;
    margin-bottom: 10px;
  }
  a.border_switch_effect::before {
    left: 50%;
    transform: rotate(0deg) translateX(-50%);
  }
  a.border_switch_effect::before,
  a.border_switch_effect::after {
    opacity: 1;
  }
  a.border_switch_effect::after,
  a.border_switch_effect::after {
    right: 50%;
    transform: rotate(0deg) translateX(50%);
  }
  a.explore-border::before,
  a.border_switch_effect::before {
    top: -10px;
  }
  a.explore-border::after,
  a.border_switch_effect::after {
    bottom: -10px;
  }
  p.border_switch_effect {
    padding: 0;
  }
  p.border_switch_effect::before {
    left: 50%;
    transform: rotate(0deg) translateX(-50%);
  }
  p.border_switch_effect::before,
  a.border_switch_effect::after {
    opacity: 1;
  }
  p.border_switch_effect::after,
  a.border_switch_effect::after {
    right: 50%;
    transform: rotate(0deg) translateX(50%);
  }
  p.explore-border::before,
  a.border_switch_effect::before {
    top: -10px;
  }
  p.explore-border::after,
  a.border_switch_effect::after {
    bottom: -10px;
  }
  #events a.border_switch_effect::before {
    top: 0px;
  }
  #events a.border_switch_effect::after {
    bottom: 0px;
  }
  .evets-title {
    font-size: 30px;
  }
  .hidden-1024 {
    display: none;
  }
  #home_section {
    height: 600px;
    width: 100%;
    background-color: transparent;
  }
  .home-banner-bg {
    width: auto;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
  }
  .bg-video {
    background-color: #bee3ff;
  }
  .h1-heading {
    font-size: 60px;
    line-height: 60px;
  }
  .scroll-down {
    display: none;
  }
  .compass-img {
    float: right;
    width: 80%;
  }
  .video-bg {
    display: none;
  }
  #events {
    height: auto;
  }
  .p-tab-tb {
    padding: 75px 0;
  }
  .eqh-box {
    height: auto;
  }
  .border-radius {
    display: none;
  }
  .bg-amethyst-dark {
    display: none;
  }
  #events address {
    top: inherit;
    margin: 30px 0 100px;
    z-index: 99;
    padding: 0 30px;
  }
  .link-bg {
    top: inherit;
    margin-top: 30px;
  }
  .video-box .box-overlay {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .grid-wrap ul.grid li .box-overlay {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .video-size {
    max-height: inherit;
    height: 600px;
  }
  .venue-video {
    display: none;
  }
  .venue-img {
    display: block;
  }
  .overlay {
    width: 40%;
  }
  #magic-line {
    display: none !important;
  }
  .tab-accordion-bg .nav-tabs > li.active > a,
  .tab-accordion-bg .nav-tabs > li.active > a:focus,
  .tab-accordion-bg .nav-tabs > li.active > a:hover {
    border-bottom: 1px solid #0f9ffa !important;
  }
  .tab-accordion-bg .nav-tabs > li.active a {
    border-bottom: 1px solid #0f9ffa !important;
  }
  #menu-border-line a {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  #agenda-menu #magic-line-two,
  #magic-line-menu #magic-line-three {
    display: none;
  }
  .agenda-tab .nav-tabs > li.active > a,
  .agenda-tab .nav-tabs > li.active > a:focus,
  .agenda-tab .nav-tabs > li.active > a:hover {
    background-color: #df9926;
    border: 1px solid #df9926 !important;
  }
  .magic-line-tab .nav-tabs > li.active > a,
  .magic-line-tab .nav-tabs > li.active > a:focus,
  .magic-line-tab .nav-tabs > li.active > a:hover {
    background-color: #df9926;
    border: 1px solid #df9926 !important;
  }
  .agenda-tab .nav-tabs > li.active > a {
    background-color: #df9926;
    border: 1px solid #df9926 !important;
  }
  .magic-line-tab .nav-tabs > li.active > a {
    background-color: #df9926;
    border: 1px solid #df9926 !important;
  }
  #agenda-menu,
  #magic-line-menu {
    height: auto;
  }
  .agenda-tab .nav-tabs {
    border-bottom: 1px solid transparent;
  }
  .magic-line-tab .nav-tabs {
    border-bottom: 1px solid transparent;
  }
  .border-row:hover .abstract:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .caption p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .border-row:hover {
    border: 1px solid #b8b8b8;
    background-color: transparent;
  }
  .border-row:after {
    display: none;
  }
  .speaker-box {
    border: 1px dashed #f16c51;
  }
  .speaker-row [class*="col-"] {
    margin-bottom: 20px;
  }
  .img_grayscale {
    opacity: 1 !important;
  }
  .speaker-details h5 {
    color: #f16c51;
  }
  .speaker-icon .fa {
    color: #f16c51;
  }
  .icon-rotate .speaker-icon:after {
    border: 1px dashed #f16c51;
  }
  /*sponsors*/
  .sponsor-logo .modal-dialog {
    width: 80%;
    margin: 10px auto;
  }
  img.slider-stop {
    opacity: 0;
  }
  img.img_grayscale2 {
    opacity: 1 !important;
  }
  /*sponsors end*/

  .video-gradient img.slide-image {
    display: block !important;
  }
  .virtual-gradient img.slide-image {
    display: block !important;
  }
  .atxt_hide {
    display: block !important;
  }
  .watch_height {
    height: 22px !important;
  }
  /*.hgt_647{ height:647px !important;}*/
  .flipcard .flipcard_front {
    -webkit-transform: translate(-50%, -50%) rotateY(180deg);
    -ms-transform: translate(-50%, -50%) rotateY(180deg);
    transform: translate(-50%, -50%) rotateY(180deg);
    display: none;
  }
  .flipcard .flipcard_back {
    -webkit-transform: translate(-50%, -50%) rotateY(360deg);
    -ms-transform: translate(-50%, -50%) rotateY(360deg);
    transform: translate(-50%, -50%) rotateY(360deg);
    background: #963596;
  }
  .flipcard {
    width: 100% !important;
  }
}

@media screen and (max-width: 992px) {
  .eq-bg {
    margin-bottom: 15px;
  }
  /*--------------------------------------------------------------
# Margin CSS - Tablet
--------------------------------------------------------------*/
  .mt-sm-0 {
    margin-top: 0;
  }
  .mt-xs-5 {
    margin-top: 5px;
  }
  .mt-sm-10 {
    margin-top: 10px;
  }
  .mt-sm-25 {
    margin-top: 25px;
  }
  .mt-sm-50 {
    margin-top: 50px;
  }
  .mb-sm-0 {
    margin-bottom: 0;
  }
  /*--------------------------------------------------------------
# Padding CSS - Tablet
--------------------------------------------------------------*/
  .p0-sm {
    padding: 0;
  }
  .pt-sm-20 {
    padding-top: 20px;
  }
  /*
    #overview {
        padding-top: 20px;
    }
*/

  .compass-img-bg {
    position: relative;
    right: 0;
    float: right;
    bottom: 0;
    z-index: -1;
  }
  .tab-accordion-bg .nav-tabs > li > a {
    margin: 0px 10px;
  }
  .breakout-box {
    padding-bottom: 90px;
  }
  .view-btn {
    bottom: 45px;
  }
  .caption {
    top: 55%;
    transform: translate(0px, -45%);
  }
  #featured-speakers .owl-prev {
    left: 0;
  }
  #featured-speakers .owl-next {
    right: 0;
  }
}

@media screen and (min-width: 812px) and (orientation: landscape) {
  /* iPhonex (landscape) ----------- */

  /*.home_bannerctrl{ height:646px !important;}	*/
}

@media screen and (max-width: 768px) {
  /* iPads (portrait) ----------- */
  #us_country {
    padding: 75px 0;
  }
  .start-time p {
    margin-bottom: 5px;
  }
  .box-row {
    padding-left: 15px;
  }
  .border-row h3 {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  /* .home_bannerctrl {
    height: 700px !important;
  } */
  #events address {
    margin: 0px auto;
    padding: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  /* Mobile (Landscape) ----------- */
  /*--------------------------------------------------------------
# Margin CSS - Mobile
--------------------------------------------------------------*/
  .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;
  }
  /*--------------------------------------------------------------
# Padding CSS - Mobile
--------------------------------------------------------------*/

  .p0-xs {
    padding: 0;
  }
  .pt-xs-20 {
    padding-top: 20px;
  }
  .ht-mob,
  .emea-slide1,
  .emea-slide2,
  .emea-slide3,
  .emea-slide4,
  .slide-virtual,
  .virtual-home {
    height: 700px !important;
  }
  #home_section,
  .slide1,
  .slide2,
  .slide3 {
    height: 550px;
  }
  .confluence-txt {
    font-size: 22px;
  }
  .h1-heading {
    font-size: 40px;
    line-height: 40px !important;
    color: #ffffff !important;
  }
  .banner-box {
    padding: 15px 15px;
  }
  .caption h2 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .border-row h3 {
    font-size: 20px;
  }
  .explore-btn {
    font-size: 16px;
    padding: 8px 30px;
    margin-top: 10px;
  }
  .bg-video .content {
    position: initial;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: medium none;
    background: transparent;
    backface-visibility: hidden;
  }
  .background video {
    background-size: cover;
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: auto;
    z-index: -100;
  }
  .h2-heading {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 25px;
  }
  .h3-heading {
    font-size: 35px;
    line-height: 35px;
  }
  .logo-txt img {
    margin-bottom: 20px;
  }
  .tab-accordion-bg .nav-tabs > li > a {
    font-size: 18px;
    padding: 10px 10px;
  }
  .inner-page .h1-heading {
    margin-top: 80px;
  }
  .overlay {
    width: 100%;
    overflow-y: scroll;
  }
  .overlay.color-blue {
    background-color: rgba(50, 159, 250, 1) !important;
  }
  .overlay.color-orange {
    background-color: rgba(223, 153, 38, 1) !important;
  }
  .overlay.color-insight {
    background-color: rgba(223, 153, 38, 1) !important;
  }
  .scroll-up {
    right: 30px;
    bottom: 45px;
  }
  #through_the_year {
    padding-bottom: 0;
  }
  #overview p {
    line-height: 28px;
    font-size: 18px;
  }
  #events {
    height: auto; /*		padding: 30px 0;*/
  }
  .p-tab-tb {
    padding: 50px 0;
  }
  .compass-img-bg {
    right: -15px;
  }
  .eqh-box {
    height: auto;
  }
  .btn-bg {
    margin-top: 30px;
  }
  .btn-bg a {
    font-size: 20px;
    display: inline-block;
    margin: 0 15px 20px 0;
    /*border: 1px solid #ffffff;
	padding: 8px;*/
    color: #ffffff; /*	width: 180px !important;*/
  }
  .caption-content {
    margin-top: 120px;
  }
  .btn-bg p {
    font-size: 20px;
    display: inline-block;
    margin: 0;
    border: 0px solid #ffffff;
    padding: 0px;
    color: #ffffff; /*	width: 180px !important;*/
  }
  .btn-bg a span {
    font-size: 16px;
  }
  a.border_switch_effect {
    height: auto;
    width: auto;
    border: 0px solid #ffffff;
    padding: 0px;
    /*margin: 0;*/
    margin-bottom: 0px;
    line-height: 1.2;
  }
  #events a.border_switch_effect {
    /*border: 1px solid #ffffff;*/
    padding: 5px 10px;
  }
  /* a.border_switch_effect::before,
  a.border_switch_effect::after {
    background-color: transparent;
  } */
  .btn-bg p span {
    font-size: 16px;
  }
  p.border_switch_effect {
    height: auto;
    width: 180px;
    margin-top: 10px;
  }
  .btn-bg p {
    width: auto;
    display: block;
  }
  p.border_switch_effect::before,
  p.border_switch_effect::after {
    background-color: transparent;
  }
  .video-txt p {
    font-size: 20px;
  }
  .overlay-mt {
    margin: 50px 0px 20px;
  }
  .mobile-scroll {
    overflow-y: scroll;
    height: 240px;
  }
  #speakers .bold-txt {
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
  }
  .short-para p {
    font-size: 18px;
    line-height: 28px;
  }
  .tab-accordion-bg .nav-tabs > li {
    float: none;
  }
  .tab-accordion-bg .nav-tabs > li > a {
    padding: 10px 0px;
  }
  .accordion-faqs .panel-default {
    padding: 0px 10px;
  }
  /* .accordion-faqs .panel-default a {
  } */
  .banner-txt {
    color: #ffffff !important;
    font-size: 18px;
    line-height: 1;
  }
  .banner-txt a.left-arrow {
    display: block;
    padding-left: 0px;
    margin-top: 12px;
    color: #ffffff;
  }
  .banner-txt a.left-arrow svg.arrow-move {
    top: 3px;
    right: unset;
    left: 70px;
  }
  .home-banner-bg {
    height: auto;
    bottom: 50%;
    transform: translate(0%, 50%);
    max-width: 100%;
    max-height: 100%;
  }
  .arrow-move path {
    fill: #ffffff;
  }
  .toptxtbann-vido {
    display: none !important;
  }
  .pt_20 {
    padding-bottom: 2% important;
  }
  .textctr {
    text-align: left !important;
  }
  .watch_height {
    height: 38px !important;
  }
  #sponsor_slider h4 {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .hamburger {
    right: 15px;
  }
  .gallery-title {
    font-size: 35px;
  }
  /*--------------------------------------------------------------
# Footer - Mobile
--------------------------------------------------------------*/

  .ftr-head {
    margin-bottom: 10px;
  }
  ul.footer-txt {
    float: left;
    width: 100%;
  }
  ul.footer-txt > li {
    float: left;
    width: 50%;
  }
  ul.footer-txt > li:first-child {
    margin-top: 0px;
  }
  footer div:nth-of-type(5) ul.footer-txt > li,
  .overlay div:nth-of-type(2) ul.footer-txt > li {
    width: auto;
  }
  .bg-white {
    padding-bottom: 40px;
  }
  #register p {
    font-size: 24px;
    line-height: 28px;
  }
  .contact {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: normal;
    padding: 10px 0px;
    top: inherit;
    bottom: 0px;
    background-color: #df9926;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
  }
  .contact::before {
    display: none;
  }
  /*agenda section*/
  .cd-member-bio {
    width: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  .cd-member-bio .cd-bio-content {
    padding: 3em 1em 1em;
  }
  .date-month {
    font-size: 22px;
  }
  .breakout-box {
    padding-bottom: 40px;
  }
  .view-btn {
    position: relative;
    margin-top: 10px;
    bottom: inherit;
  }
  .agenda-tab .nav-tabs {
    margin-bottom: 30px;
  }
  .magic-line-tab .nav-tabs {
    margin-bottom: 30px;
  }
  .agenda-tab .nav-tabs li {
    margin: 0px 2px 10px;
  }
  .magic-line-tab .nav-tabs li {
    margin: 0px 2px 10px;
  }
  .agenda-tab .nav-tabs > li > a {
    font-size: 16px;
    padding: 5px 10px;
  }
  .magic-line-tab .nav-tabs > li > a {
    font-size: 16px;
    padding: 5px 10px;
  }
  .time-txt {
    border-right: none;
  }
  /*agenda section end*/

  .speake-box {
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .speaker-txt {
    line-height: 28px;
    font-size: 18px;
  }
  .speaker-box {
    margin: 0 auto;
    max-width: 360px;
  }
  img.actv-img {
    margin-bottom: 10px;
  }
  .activitie-row {
    margin-bottom: 30px;
  }
  .activitie-row h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  /*sponsors*/
  .sponsor-logo .modal-dialog {
    width: 90%;
  }
  .logo-img {
    max-width: 160px;
    margin-bottom: 10px;
  }
  /*sponsors end*/
  a.speaker-btn {
    margin: 40px 0;
  }
  /*photo gallery*/
  .highlight-images a {
    font-size: 20px;
    line-height: 26px;
  }
  .highlight-txt {
    margin-bottom: 0px !important;
  }
  .gallery-txt {
    float: left;
    clear: both;
    margin-bottom: 30px !important;
  }
  /* .home_bannerctrl {
    min-height: 670px !important;
  } */
  .atxt_hide {
    display: block !important;
  }
}

@media screen and (max-width: 640px) {
  /* Mobile (Landscape) ----------- */
  .overlay .overlay-close {
    right: 30px;
  }
  .menu-link span a,
  .event-link span a {
    font-size: 18px;
    padding: 5px 12px;
    margin-top: 15px;
    margin-right: 10px;
  }
  .atxt_hide {
    display: block !important;
  }
  /* .home_bannerctrl {
  min-height: 670px !important;
  } */
}

@media screen and (max-width: 480px) {
  /* Virtual Page */
  .speaker-items .media .media-heading {
    font-size: 16px;
  }

  /* Mobile (Landscape) ----------- */
  .photo-gallery {
    font-size: 16px;
  }
  .mrn-top {
    padding-top: 30px;
  }
  .logo-txt img {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .caption h2 {
    font-size: 40px;
  }
  .caption p {
    font-size: 20px;
    line-height: 24px;
  }
  .btn-bg {
    margin-top: 15px;
  }
  .btn-bg a {
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .breadcrumb > li {
    display: block;
    margin-bottom: 10px;
  }
  .breadcrumb > li + li::before {
    content: " ";
  }
  .atxt_hide {
    display: block !important;
  }
  .btn-bg p {
    margin-left: 0px !important;
  }
}

@media screen and (max-width: 360px) {
  /* Mobile (portrait) ----------- */
  .lftmar_0 {
    margin-left: 0px !important;
  }
}

@media screen and (max-width: 320px) {
  /* Mobile (portrait) ----------- */
  .countries-list > ul > li > a {
    color: #000;
    display: inline-block;
    font-size: 16px;
  }
  .cntry-nme {
    font-size: 13px;
  }
  .atxt_hide {
    display: block !important;
  }
}
#grad4 {
  height: 100%;
  background-color: red;
  /* For browsers that do not support gradients */
  background-image: linear-gradient(
    90deg,
    #963596 30%,
    #372261 10%,
    #372261 70%,
    #f16c51 10%
  ); /* Standard syntax (must be last) */
}
/*---------custom css-------*/
.pb_10 {
  padding-bottom: 10px;
}
.pt_20 {
  padding-bottom: 20% important;
}
.bluebg {
  background-color: rgba(2, 65, 102, 0.7);
}
.toptxtbann-vido {
  position: absolute;
  top: 350px;
  right: 105px;
  font-size: 14px;
  color: #ffffff;
}
/*Code in 2019*/
.verticle_align_helper {
  width: 100%;
  height: 100%;
  display: table;
}
.verticle_align {
  vertical-align: middle;
  display: table-cell;
}
.flipcard {
  height: 400px;
  width: 100%;
  position: relative;
  perspective: 700px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: center;
  margin: 0 auto 15px;
}
.flipcard img {
  width: 100%;
}
.flipcard_front,
.flipcard_back {
  backface-visibility: hidden;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.flipcard_front {
  -webkit-transform: translate(-50%, -50%) rotateY(0deg);
  -ms-transform: translate(-50%, -50%) rotateY(0deg);
  -moz-transform: translate(-50%, -50%) rotateY(0deg);
  -o-transform: translate(-50%, -50%) rotateY(0deg);
  transform: translate(-50%, -50%) rotateY(0deg);
  background-color: #963596;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; /*    padding: 30px;*/
}
.flipcard-1 .flipcard_front {
  background-image: url(/content/dam/infosys-web/en/confluence/images/19/insights/us/power-to-win-us.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.flipcard-2 .flipcard_front {
  background-image: url(/content/dam/infosys-web/en/confluence/images/19/insights/us/human-first-frontier-us-01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.flipcard-3 .flipcard_front {
  background-image: url(/content/dam/infosys-web/en/confluence/images/19/insights/us/blurring-boundaries-us-01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.flipcard-4 .flipcard_front {
  background-image: url(/content/dam/infosys-web/en/confluence/images/19/insights/emea/refashioning-modern-enterprise-emea-01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.flipcard-5 .flipcard_front {
  background-image: url(/content/dam/infosys-web/en/confluence/images/19/insights/emea/predicting-the-future-emea-01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.flipcard-6 .flipcard_front {
  background-image: url(/content/dam/infosys-web/en/confluence/images/19/insights/emea/hyper-productivity-emea-01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.flipcard-7 .flipcard_front {
  background-image: url(/content/dam/infosys-web/en/confluence/images/2020/insights/apac/digitisation-australia-apac-01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.flipcard-8 .flipcard_front {
  background-image: url(/content/dam/infosys-web/en/confluence/images/2020/insights/apac/how-far-can-you-go-apac-01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.flipcard-9 .flipcard_front {
  background-image: url(/content/dam/infosys-web/en/confluence/images/2020/insights/apac/leadership-resilience-apac-01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.flipcard_front .verticle_align_helper {
  width: 100%;
  height: 100%;
  display: table;
  background-color: rgba(0, 0, 0, 0.45);
}
.flipcard_front img {
  width: 180px;
}
.flip_front_inner {
  position: absolute;
  left: 0;
  right: 0;
  padding: 20px;
  margin: 0 auto;
  text-align: left;
  bottom: 0px;
}
.flip_front_inner p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
  margin: 10px 0 0;
  font-weight: 400;
}
.flip_front_inner p span {
  margin-top: 5px;
  display: block;
}
.flipcard:hover .flipcard_front {
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
  -ms-transform: translate(-50%, -50%) rotateY(180deg);
  -moz-transform: translate(-50%, -50%) rotateY(180deg);
  -o-transform: translate(-50%, -50%) rotateY(180deg);
  transform: translate(-50%, -50%) rotateY(180deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flipcard_back {
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
  -ms-transform: translate(-50%, -50%) rotateY(180deg);
  -moz-transform: translate(-50%, -50%) rotateY(180deg);
  -o-transform: translate(-50%, -50%) rotateY(180deg);
  transform: translate(-50%, -50%) rotateY(180deg);
  color: white;
  background: #963596;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flipcard-2 .flipcard_back {
  background: #0f9ffa;
}
.flipcard-3 .flipcard_back {
  background: #f16c51;
}
.flipcard-5 .flipcard_back {
  background: #0f9ffa;
}
.flipcard-6 .flipcard_back {
  background: #f16c51;
}
.flipcard_back .verticle_align_helper {
  padding: 30px;
}
.flipcard_back a {
  color: #ffffff !important;
}
.flipcard:hover .flipcard_back {
  -webkit-transform: translate(-50%, -50%) rotateY(360deg);
  -ms-transform: translate(-50%, -50%) rotateY(360deg);
  -moz-transform: translate(-50%, -50%) rotateY(360deg);
  -o-transform: translate(-50%, -50%) rotateY(360deg);
  transform: translate(-50%, -50%) rotateY(360deg);
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible;
}
.flipcard_description {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 10% 10% 0%;
  overflow: auto;
}
.block_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.link-bg span {
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -40px;
}
#inpage_links {
  width: 100%;
}
#inpage_links li {
  position: relative;
}
.overlay ul li {
  position: relative;
}
#inpage_links li a {
  text-transform: capitalize;
}
#insights {
  overflow: hidden !important;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.button-banner {
  display: flex;
  flex-direction: column;
}
.button-banner-highlight {
  position: absolute;
  bottom: 0;
  right: 15%;
}
.button-banner-highlight a {
  padding: 5px 10px;
  color: #ffffff;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 1px;
  outline: medium none;
  text-decoration: none;
  border: 2px solid #ffffff;
  transition: all 0.3s ease-in-out;
}
.button-banner-highlight a:hover {
  background: #ffffff;
  color: #000000;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1024px) {
  .link-bg span {
    display: block;
    position: relative;
    margin-bottom: 30px;
    top: inherit;
  }
  .flipcard-1 .flipcard_back {
    background-image: url(/content/dam/infosys-web/en/confluence/images/19/power-to-win-us.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .flipcard-2 .flipcard_back {
    background-image: url(/content/dam/infosys-web/en/confluence/images/19/emea-insight.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .flipcard-3 .flipcard_back {
    background-image: url(/content/dam/infosys-web/en/confluence/images/19/apac-insight.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .flipcard-4 .flipcard_back {
    background-image: url(/content/dam/infosys-web/en/confluence/images/19/us-insight-2019.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .flipcard-5 .flipcard_back {
    background-image: url(/content/dam/infosys-web/en/confluence/images/19/emea-insight-2019.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .flipcard-6 .flipcard_back {
    background-image: url(/content/dam/infosys-web/en/confluence/images/19/apac-insight-2020.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .flipcard_back .verticle_align_helper {
    background: rgba(0, 0, 0, 0.5);
  }
  .button-banner-highlight {
    position: relative;
    margin-top: 20px;
    right: 0;
    bottom: 0;
  }
  .button-banner-highlight a {
    background: #ffffff;
    color: #000000;
  }
}

@media screen and (max-width: 767px) {
  .flipcard .flipcard_front {
    -webkit-transform: translate(-50%, -50%) rotateY(180deg);
    -ms-transform: translate(-50%, -50%) rotateY(180deg);
    transform: translate(-50%, -50%) rotateY(180deg);
  }
  .flipcard .flipcard_back {
    -webkit-transform: translate(-50%, -50%) rotateY(360deg);
    -ms-transform: translate(-50%, -50%) rotateY(360deg);
    transform: translate(-50%, -50%) rotateY(360deg); /*        background: #963596;*/
  }
  #highlights h3 {
    margin-top: 20px;
  }
  .grid li {
    width: 100%;
  }
  .mbt20 {
    margin-bottom: 0px;
  }
  /*
	.flipcard-2 .flipcard_back {
		background: #0f9ffa;
	}

	.flipcard-3 .flipcard_back {
		background: #f16c51;
	}
*/
  .link-bg span {
    margin-bottom: 10px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  /*
    .flipcard .flipcard_front {
        -webkit-transform: translate(-50%, -50%) rotateY(180deg);
        -ms-transform: translate(-50%, -50%) rotateY(180deg);
        transform: translate(-50%, -50%) rotateY(180deg);
    }

    .flipcard .flipcard_back {
        -webkit-transform: translate(-50%, -50%) rotateY(360deg);
        -ms-transform: translate(-50%, -50%) rotateY(360deg);
        transform: translate(-50%, -50%) rotateY(360deg);
        background: #963596;
    }
*/
}

@media only screen and (min-device-width: 480px) and (max-device-width: 812px) and (orientation: landscape) {
  #highlights .p-0,
  #insights .p-0 {
    width: 33.333%;
  }
  .flipcard_back .verticle_align_helper {
    padding: 5px;
  }
}
.svg-icon svg {
  margin: 0 auto;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  top: 1px;
  transition: all 0.2s;
}
.svg-icon svg * {
  fill: none;
  stroke: currentColor;
}
.obturateur {
  stroke-width: 2;
  stroke-miterlimit: 8;
}
/* .box-txt {
  color: #fff; 
  font-size: 20px;
} */
