@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&display=swap");
@import url("https://use.typekit.net/nkq8fly.css");
@font-face {
  font-family: "tungstenw05-medium";
  src: url("/content/dam/infosys-web/en/fonts/tungstenw05-medium.woff2")
      format("woff2"),
    url("/content/dam/infosys-web/en/fonts/tungstenw05-medium.woff")
      format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body,
html {
  background-color: #fff;
  color: #000;
  font-family: myriad-pro, Arial;
  font-size: 18px;
  font-weight: 300;
  padding: 0;
  margin: 0;
}
a:hover,
a:visited,
a:focus {
  text-decoration: none;
}
.ctrl-bdr {
  color: #001892 !important;
  border: 2px solid #001892 !important;
}
.cta-link {
  color: #fff;
  border: 2px solid #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 12px;
  margin: 10px 0 0;
  text-decoration: none;
  font-size: 18px !important;
  overflow: hidden;
  font-weight: 500;
}
.cta-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  z-index: -1;
  transform: translate(-50%, -50%) rotate(45deg);
}
.cta-link:hover {
  border: 2px solid #fff;
  background-color: transparent;
  color: #000;
  text-decoration: none;
}
.ctrl-bdr:hover {
  /* color: #fff !important; */
  border: 2px solid #001892 !important;
}
.cta-link:hover:before {
  height: 1000%;
}
.cta-link:focus {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
/* .ctrl-bdr:focus {
  color: #fff !important;
  background-color: #001892 !important;
} */
.submenu-portion .h2-heading {
  margin: 0 0 10px;
  color: #000;
}
.menu .align-list > ul > li {
  margin-bottom: 0 !important;
}
.align-list > ul > li > a {
  font-weight: 400;
}
.m-0 {
  margin: 0 !important;
}
.p-0 {
  padding: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.mt-10,
.my-10 {
  margin-top: 10px !important;
}
.mb-10,
.my-10 {
  margin-bottom: 10px !important;
}
.mt-20,
.my-20 {
  margin-top: 20px !important;
}
.mb-20,
.my-20 {
  margin-bottom: 20px !important;
}
.mt-30,
.my-30 {
  margin-top: 30px !important;
}
.mb-30,
.my-30 {
  margin-bottom: 30px !important;
}
.mt-40,
.my-40 {
  margin-top: 40px !important;
}
.mb-40,
.my-40 {
  margin-bottom: 40px !important;
}
.mt-50,
.my-50 {
  margin-top: 50px !important;
}
.mb-50,
.my-50 {
  margin-bottom: 50px !important;
}
.pt-100,
.py-100 {
  padding-top: 100px !important;
}
.pb-100,
.py-100 {
  padding-bottom: 100px !important;
}
.pt-75,
.py-75 {
  padding-top: 75px !important;
}
.pb-75,
.py-75 {
  padding-bottom: 75px !important;
}
.pb-100,
.py-100 {
  padding-bottom: 100px !important;
}
.pt50.pb50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ptb15 {
  padding: 15px 0;
}
.open > .icon-bar11,
.open > .icon-bar31 {
  background-color: #061838 !important;
}
.menu ul li {
  margin-bottom: 10px !important;
}
/* Hamburger menu Start */
.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;
}
/* .home-hero-video {
  height: 100vh;
  overflow: hidden;
  position: relative;
} */
.overlay {
  position: fixed;
  width: 25%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 9999;
}
/* .overlay.color-blue {
  background-color: rgba(50, 159, 250, 0.8) !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-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;
}
.menu-logo {
  width: 140px;
  margin-bottom: 20px;
}
/* Hamburger menu End */
/*--------------------------------------------------------------
# Fontweight
--------------------------------------------------------------*/
.fontweight300 {
  font-weight: 300 !important;
}
.fontweight400 {
  font-weight: 400 !important;
}
.fontweight600 {
  font-weight: 600 !important;
}
.fontweight900 {
  font-weight: 900 !important;
}
/*--------------------------------------------------------------
# Color CSS 
--------------------------------------------------------------*/
.color-white {
  color: #ffffff !important;
}
.color-black {
  color: #000000 !important;
}
.color-grey {
  color: #cccccc !important;
}
.color-sapphire-d {
  color: #061838 !important;
}
.color-sapphire-m {
  color: #0f9ffa !important;
}
.color-sapphire-l {
  color: #92d1ff !important;
}
.color-sapphire-lbg {
  color: #bee3ff !important;
}
.color-coral-d {
  color: #4c0519 !important;
}
.color-coral-m {
  color: #f16c51 !important;
}
.color-coral-l {
  color: #fbc2ba !important;
}
.color-coral-lbg {
  color: #fcddd6 !important;
}
.color-topaz-d {
  color: #2f1113 !important;
}
.color-topaz-m {
  color: #df9926 !important;
}
.color-topaz-l {
  color: #eac8a5 !important;
}
.color-topaz-lbg {
  color: #ece1ce !important;
}
.color-jade-d {
  color: #09321d !important;
}
.color-jade-m {
  color: #00b28f !important;
}
.color-jade-l {
  color: #a8d7cd !important;
}
.color-jade-lbg {
  color: #d8e7da !important;
}
.color-amethyst-d {
  color: #372261 !important;
}
.color-amethyst-m {
  color: #963596 !important;
}
.color-amethyst-l {
  color: #d0b5d5 !important;
}
.color-amethyst-lbg {
  color: #e6dbe6 !important;
}
.color-onyx-d {
  color: #3f3f3f !important;
}
.color-onyx-m {
  color: #7e7e7e !important;
}
.color-onyx-l {
  color: #b8b8b8 !important;
}
.color-onyx-lbg {
  color: #dadada !important;
}
/*--------------------------------------------------------------
# Background CSS 
--------------------------------------------------------------*/
.bg-white {
  background-color: #fff !important;
}
.bg-blue {
  background-color: #0f9ffa !important;
}
.bg-black {
  background-color: #000 !important;
}
.bg-egyptian-blue {
  background-color: #213f98 !important;
}
.bg-light-white {
  background-color: #f2f2f2 !important;
}
.bg-light-grey {
  background-color: #f8f8f8 !important;
}
.bg-darkblue {
  background-color: #372261 !important;
}
.bg-purple {
  background-color: #963596 !important;
}
.bg-green {
  background-color: #1995a4 !important;
}
.bg-cyan {
  background-color: #0f9ffa !important;
}
.bg-twittercyan {
  background-color: #4fb6dc !important;
}
.bg-orange {
  background-color: #df9926 !important;
}
.bg-sapphire-dark {
  background-color: #061838 !important;
}
.bg-sapphire-medium {
  background-color: #0f9ffa !important;
}
.bg-sapphire-light {
  background-color: #92d1ff !important;
}
.bg-sapphire-less-light {
  background-color: #bee3ff !important;
}
.bg-coral-dark {
  background-color: #4c0519 !important;
}
.bg-coral-medium {
  background-color: #f16c51 !important;
}
.bg-coral-light {
  background-color: #fbc2ba !important;
}
.bg-coral-less-light {
  background-color: #fcddd6 !important;
}
.bg-topaz-dark {
  background-color: #2f1113 !important;
}
.bg-topaz-medium {
  background-color: #df9926 !important;
}
.bg-topaz-light {
  background-color: #eac8a5 !important;
}
.bg-topaz-less-light {
  background-color: #ece1ce !important;
}
.bg-jade-dark {
  background-color: #09321d !important;
}
.bg-jade-medium {
  background-color: #00b28f !important;
}
.bg-jade-light {
  background-color: #a8d7cd !important;
}
.bg-jade-less-light {
  background-color: #d8e7da !important;
}
.bg-amethyst-dark {
  background-color: #372261 !important;
}
.bg-amethyst-medium {
  background-color: #963596 !important;
}
.bg-amethyst-light {
  background-color: #d0b5d5 !important;
}
.bg-amethyst-less-light {
  background-color: #e6dbe6 !important;
}
.bg-onyx-dark {
  background-color: #3f3f3f !important;
}
.bg-onyx-medium {
  background-color: #7e7e7e !important;
}
.bg-onyx-light {
  background-color: #b8b8b8 !important;
}
.bg-onyx-less-light {
  background-color: #dadada !important;
}
.d-block {
  display: block !important;
}
/* .d-inline-block {
  display: inline-block !important;
} */
header {
  position: absolute;
  top: 35px;
  height: auto;
  z-index: 9;
  left: 0;
  width: 100%;
}
h1,
h2 {
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-weight: 500;
  margin: 0;
}
.hero-sec {
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
  background: #090609;
  overflow: hidden;
}
.hero-video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* transform: scaleX(-1) translateX(-250px); */
  /*z-index: -1;*/
}
.hero-sec::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  background: rgba(0, 0, 0, 0.5);
  left: 0px;
  z-index: 9;
}
.hero-sec-caption {
  z-index: 10;
}
.venue-eclipse {
  position: absolute;
  width: 200px;
  right: 30px;
  bottom: 50px;
  animation: rotate 15s infinite linear;
  z-index: 10;
}
.hero-head .ctrl-break {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    to right bottom,
    #a7f0f7,
    #8ae2f9,
    #72d3fb,
    #66c2fc,
    #6ab0fa
  );
}
.hero-head .ctrl-break.last {
  -webkit-text-fill-color: white;
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-ms-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.slider,
#hero_slider,
.network-activities,
.venue {
  height: 100vh;
  position: relative;
}
.repeated-css {
  width: 100%;
  height: 100vh;
}
.caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0px, -50%) !important;
  -moz-transform: translate(0px, -50%) !important;
  -ms-transform: translate(0px, -50%) !important;
  -o-transform: translate(0px, -50%) !important;
  transform: translate(0px, -50%) !important;
  width: auto;
  color: #fff;
}
.ctrl-break {
  display: block;
  text-align: right;
}
.hero-head {
  font-size: 95px;
  line-height: 0.8;
  margin-top: 100px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.m-align-hero {
  margin-top: 390px;
}
.hero-para {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 180px;
}
.last {
  font-size: 36px !important;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-weight: 500;
}
.scroll-down-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -130px;
  transition: all 0.5s ease-in-out;
}
.scroll-down-arrow .circle {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.scroll-down-arrow span {
  color: coral;
  left: 50%;
  transform: translate(-51%, 15%);
  display: block;
  position: absolute;
  font-size: 25px;
}
.repeated-css:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.owl-item {
  overflow: hidden;
}
.slide-image,
.venue-img {
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: 0;
  width: auto !important;
}
.owl-theme .owl-controls {
  margin-top: 0px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: white;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  color: white;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-dots {
  bottom: 25px;
  position: absolute;
  width: 100%;
}
/* Dots CSS */
.owl-theme .owl-dots .owl-dot {
  cursor: pointer;
  height: 16px;
  margin: 0 16px;
  position: relative;
  width: 16px;
}
.owl-theme .owl-dots .owl-dot span {
  background-color: transparent;
  box-shadow: 0 0 0 2px white inset;
  overflow: hidden;
  transition: background 0.3s ease 0s;
}
.owl-theme .owl-dots .owl-dot span {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
  height: 100%;
  left: 0;
  outline: medium none;
  position: absolute;
  text-indent: -999em;
  top: 0;
  width: 100%;
}
.owl-theme .owl-dots .owl-dot.active span::after {
  height: 100%;
}
.owl-theme .owl-dots .owl-dot span::after {
  background-color: #fff;
  bottom: 0;
  box-shadow: 0 0 1px #fff;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  transition: height 0.3s ease 0s;
  width: 100%;
  border-radius: 50%;
}
/* End */
.owl-prev,
.owl-next {
  background-repeat: no-repeat;
  width: 31px;
  height: 56px;
  text-indent: -9999px;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.h2-head {
  font-size: 70px;
  line-height: 0.9;
  margin: 0 0 15px;
}
.next-opportunity {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: transparent linear-gradient(180deg, #081547 0%, #001892 100%) 0%
    0% no-repeat padding-box;
  overflow: hidden;
}
.next-opportunity img {
  width: 390px;
  max-width: initial;
}
.next-opportunity .h2-head {
  font-size: 76px;
}
.next-opp-img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.next-opp-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(9, 38, 87, 0.2);
}
.next-opp-img img {
  height: 100%;
}
.next-opp-para {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
.d-flex-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.next-cnt-wrap1 {
  display: flex;
  align-items: center;
  margin-left: -230px;
}

.agenda {
  /* background-color: #ddebf3; */
  background: transparent linear-gradient(180deg, #dfe2ff 0%, #adb2ff 100%) 0%
    0% no-repeat padding-box;
  /* border-radius: 0 0 0 15vw; */
}
.agenda .nav-tabs {
  border-bottom: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.agenda .nav-tabs > li:not(:first-child) {
  margin-left: 40px;
}
/* .tab-content,
.tab-pane {
  float: left;
  width: 100%;
} */
.img-speaker {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin-right: 10px;
  object-fit: cover;
  float: left;
}
.highlighted-profile img {
  width: 75px;
  height: 75px;
}
.agenda .nav-tabs > li.active > a,
.agenda .nav-tabs > li.active > a:focus,
.agenda .nav-tabs > li.active > a:hover {
  background-color: transparent;
  border: 0;
  border-bottom: 3px solid #f16c51;
  color: #e09729;
}
.agenda .nav-tabs > li > a {
  margin-right: 0;
  font-size: 15px;
  border: 0;
  border-radius: 0;
  color: #a978b3;
}
.agenda .nav-tabs {
  position: relative;
}
.agenda .nav-tabs::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  opacity: 0.2;
  border-bottom: 1px solid #000;
}
.agenda .nav > li > a:focus,
.agenda .nav > li > a:hover {
  text-decoration: none;
  border: 0;
  background-color: transparent;
}
.accordion-custom .panel {
  border: 0px;
  border-bottom: transparent;
  background: #fff;
}
.accordion-custom .panel-group {
  margin-bottom: 20px;
}
.accordion-custom .panel-group .panel {
  border-radius: 4px;
  margin-top: 8px;
}
.accordion-custom .panel {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.accordion-custom .panel-default {
  float: left;
  width: 100%;
  border-color: transparent;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.accordion-custom .panel-default .panel-heading {
  background-color: transparent;
  border-color: transparent;
  position: relative;
  padding: 0px;
  border-bottom: 0;
}
.accordion-custom .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.accordion-custom .panel-title {
  padding-left: 0;
  line-height: 1.2;
  font-size: 36px;
  /* font-weight: 600; */
  text-transform: uppercase;
  display: block;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-weight: 500;
  padding-right: 20px;
}
.accordion-custom .panel-title > a:hover,
.accordion-custom .panel-title > a:active,
.accordion-custom .panel-title > a:focus {
  text-decoration: none;
}
.accordion-custom .panel-title > a.collapsed:before {
  transform: rotate(45deg);
}
.accordion-custom .panel-title > a:before {
  content: "";
  position: absolute;
  right: -10px;
  transform: rotate(-135deg);
  transition: all 0.2s ease;
  transform-origin: center center;
  border: 2px solid;
  border-top: 0;
  border-left: 0;
  width: 20px;
  height: 20px;
  top: 10px;
}
.accordion-custom .panel-title > a.plenary-content::before {
  content: "\f03a" !important;
  font-family: FontAwesome;
  border: 0 !important;
  top: 0;
  transform: rotate(0deg);
}
.accordion-custom .panel-title > a.leisure-content::before {
  content: "\f103" !important;
  font-family: FontAwesome;
  border: 0 !important;
  top: 0;
  transform: rotate(0deg);
}
.accordion-custom .panel {
  background-color: transparent;
}
.accordion-custom .panel-body {
  padding: 15px 75px 0 0;
}
.accordion-custom .accordion-txt {
  font-weight: 400;
  margin: 0;
}
.accordion-custom
  .panel-default
  > .panel-heading
  + .panel-collapse
  > .panel-body {
  border-top: medium none;
  border-top-color: transparent;
  padding: 15px 0;
  background-color: transparent !important;
  line-height: 26px;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0 !important;
}
.panel-head {
  /* color: #d0b5d4; */
  position: relative;
}
.panel-head::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 40px;
  background-color: #001892;
  /* background-image: linear-gradient(
    to right top,
    #126da8,
    #0282bb,
    #0098cd,
    #00aede,
    #19c4ed
  ); */
  transform-origin: top right;
  -ms-transform: skew(-19deg, 0deg);
  -webkit-transform: skew(-19deg, 0deg);
  transform: skew(-19deg, 0deg);
  border-radius: 25px;
}
.agenda-speaker {
  font-size: 16px;
  line-height: 1.2;
  display: flex;
  /* width: 50%; 
  height: 50px;
  justify-content: center; */
  flex-direction: column;
}
.agenda-speaker-designation {
  font-size: 14px;
}
.left-wrap {
  position: absolute;
  left: -150px;
  height: 50px;
  top: 15px;
  width: 200px;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.left-wrap i {
  font-size: 20px;
  margin-right: 8px;
}
.left-wrap span {
  display: inline-block;
  position: relative;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-weight: 500;
  font-size: 30px;
  padding-left: 25px;
}
.left-wrap span:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 16px;
  height: 2px;
  background-color: #001892;
  top: 50%;
  transform: translateY(-50%);
}
.right-wrap {
  position: relative;
  border-radius: 10px;
  padding: 20px 0 20px 65px;
}
.speakers {
  position: relative;
  min-height: 135vh;
  overflow: hidden;
}
.screen {
  position: absolute;
  width: 100%;
  min-height: 65vh;
}
.bottom-screen {
  bottom: 0;
  background: transparent linear-gradient(180deg, #dfe2ff 0%, #adb2ff 100%) 0%
    0% no-repeat padding-box;
}
.speak-flex {
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* height: auto; */
  margin-top: 50px;
  float: left;
  width: 100%;
}
.img-speak-sec {
  max-width: 100%;
  height: 300px;
  object-fit: cover;
}
.bg-speaker {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.bg-speaker:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 24, 146, 0.1);
}
.bg-speak-cnt {
  position: relative;
  bottom: 0;
  padding: 20px;
  color: #fff;
  z-index: 1;
  width: 100%;
  background-color: #001892;
}
.bg-speak-cnt:before {
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 80px;
  left: 0;
  background-color: #001892;
  transform: skew(0, 4deg);
  z-index: -1;
}
.reverse-separator::before {
  transform: skew(0, -4deg);
  /* bottom: 90px; */
}
.pad-align {
  padding-top: 30px !important;
}
.next-cnt-wrap-parent .ctrl-break {
  text-align: right;
}
.speak-name {
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 28px;
  text-transform: uppercase;
  margin: 0;
}
.speak-desc {
  font-size: 16px;
  font-weight: 400;
}
.speaker-caption {
  position: absolute;
  width: 100%;
  top: 10%;
  left: 0;
}
/* .speaker-caption .cta-link {
  margin-top: 130px;
} */
.network-activities .caption {
  z-index: 8;
}
.next-cnt-wrap {
  background-color: #007cc3;
  color: #fff;
  padding: 50px;
  border-radius: 0 15vw 0 0;
  background-image: linear-gradient(
    to right top,
    #051937,
    #004770,
    #007c9e,
    #00b4b8,
    #12ebbb
  );
}
.cnt-wrap {
  background-color: rgba(239, 109, 86, 0.9);
  color: #fff;
  padding: 50px;
  border-radius: 0 15vw 0 0;
}
.cnt-wrap-para {
  font-size: 22px;
}
.network-activities .repeated-css:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.venue {
  position: relative;
  /* background-image: linear-gradient(
    to right bottom,
    #263fb4,
    #1f2f98,
    #161f7e,
    #0a1064,
    #01004c
  ); */
  background-image: linear-gradient(
    to left bottom,
    #0e0057,
    #1d025c,
    #280560,
    #320865,
    #3c0d69
  );
}
.venue-head {
  font-size: 120px;
}
.venue-para {
  font-size: 20px;
}
.venue-capsule-box {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 400px;
  height: 500px;
  border-radius: 300px;
  object-position: -160px;
  margin: 0 0 20px 150px;
}
.direction-map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  width: 96%;
  margin: 0 auto;
}
.direction-map iframe {
  width: 100%;
}
.direction-map > a {
  background-color: #fff;
  color: #000;
  padding: 0 8px;
  position: absolute;
  right: 0;
  top: -32px;
}
.contact-us {
  background-color: #001892;
}
/* FOOTER */
.scroll-up {
  position: fixed;
  bottom: 20px;
  right: 18px;
  display: none;
  z-index: 1;
}
footer {
  position: relative;
  background: #f8f8f8;
  color: #333;
  border-top: 5px solid #d8d8d8;
}
ul.footer-txt > li:first-child {
  margin-top: 20px;
}
ul.footer-txt > li {
  margin-bottom: 10px;
}
ul.footer-txt > li > a {
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 400;
}
.ul.footer-txt > li > a:hover {
  text-decoration: none;
}
.ftr-head {
  color: #000000;
  font-size: 22px;
  font-weight: 900;
  margin-top: 0;
}
.country {
  position: relative;
  z-index: 1;
}
.up-arrow,
.down-arrow {
  position: relative;
  margin-left: 100px;
  z-index: -1;
}
.up-arrow:before,
.down-arrow:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #333;
  font-size: 18px;
  /*position: absolute;*/
  top: 2px;
  left: 0;
}
.up-arrow:before {
  content: "\f0d8";
}
.down-arrow:before {
  content: "\f0d7";
}
.select-country > a {
  border: 1px solid #7e7e7e;
  padding: 5px 15px;
  display: inline-block;
  color: #3f3f3f;
}
.select-country > a:hover,
.select-country > a:focus {
  color: #3f3f3f;
  text-decoration: none;
}
.option-country {
  display: none;
}
.open-country {
  display: block;
  position: relative;
}
.country-align {
  position: absolute;
  top: -238px;
  margin-bottom: 10px;
  background-color: #fff;
  color: #fff;
  width: 100%;
  max-height: 200px;
  overflow: auto;
  -webkit-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
}
.country-align > li > a {
  color: #7e7e7e;
  padding: 10px 15px;
  display: block;
}
.country-align > li > a:hover {
  background: #63b0ff;
  color: #fff;
}
#speaker_bg {
  padding: 100px 0 50px;
  background-color: #0f9ffa;
}
#speakers {
  padding: 75px 0px;
}
.equalheights_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.equalheights_col {
  height: 100%;
  position: relative;
}
.equalheights_col:before,
.equalheights_col:after {
  content: normal;
}
.speak-cnt {
  padding: 15px 10px;
}
.content_ctrl .speak-name {
  color: #000;
  margin-bottom: 10px;
}
.content_ctrl .speak-desc {
  color: #000;
}
#speaker_bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
#speaker_bg {
  padding: 130px 0 75px;
  background-color: #0f9ffa;
  background-image: url(/content/dam/infosys-web/en/infosys-cobalt-world-tour/world-tour-video-bg.jpg);
  background-position: center right;
  position: relative;
}
.h1-heading {
  font-size: 80px;
  line-height: 80px;
}
.speaker-title {
  color: #fff !important;
  text-align: left;
  margin-top: 90px;
}
#speaker {
  padding: 75px 0px;
}
.single-speakers .speaker_name {
  font-size: 60px;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  margin-top: 0;
}
.single-speakers .speader_designation {
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 25px;
  position: relative;
  margin: 10px 0 50px;
}
.single-speakers .speader_designation:after {
  content: "";
  position: absolute;
  width: 10%;
  height: 3px;
  background: red;
  left: 0;
  bottom: 0;
}
.single-speakers p {
  margin-bottom: 15px;
  line-height: 1.6;
}
.back-btn {
  font-size: 14px;
  color: #000;
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
  text-align: left;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 15px;
  letter-spacing: 1px;
}
.back-btn:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid;
  left: 0;
  top: 6px;
  border-bottom: 0;
  border-right: 0;
  transform: rotate(-45deg);
}
/* If screen size is more than 1920px wide */
@media screen and (min-width: 1920px) {
  .next-opportunity {
    height: auto;
    padding: 75px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .network-activities,
  .slider,
  #hero_slider,
  .repeated-css {
    height: 600px;
  }
  .venue {
    height: 100vh;
  }
  .overlay {
    width: 40%;
  }
  .accordion-custom .panel-title {
    font-size: 28px;
    padding-right: 70px;
  }
  .venue-capsule-box {
    width: 270px;
    height: 480px;
    margin: 0 0 0px 30px;
  }
  .next-cnt-wrap1 {
    margin-left: -130px;
  }
}
@media only screen and (max-width: 992px) {
  .hero-head {
    font-size: 80px;
  }
  .venue-capsule-box {
    width: 250px;
    height: 440px;
    margin: 0 0 0px 30px;
  }
  .next-opportunity {
    height: auto;
    padding: 75px 0;
  }
  .next-cnt-wrap1 {
    margin-left: -100px;
  }
  .h2-head {
    font-size: 50px;
  }
  .speakers {
    min-height: 120vh;
  }
  .bg-speaker {
    height: auto;
  }
  .bg-speak-cnt {
    position: relative;
  }
  .bg-speak-cnt:before {
    bottom: 85px;
  }
}
@media only screen and (max-width: 767px) {
  .hamburger {
    right: 15px;
  }
  .overlay-mt {
    margin: 20px 0 30px;
  }
  .overlay .overlay-close {
    right: 15px;
    top: 20px;
  }
  .overlay {
    width: 100%;
  }
  .next-opportunity img {
    max-width: 100%;
  }
  .logo {
    max-width: 200px;
  }
  .ctrl-width {
    width: 50%;
  }
  .hero-sec-caption {
    margin-top: 100px;
  }
  .hero-sec {
    height: auto;
    padding: 100px 0;
  }
  .hero-head {
    font-size: 45px;
    margin-bottom: 20px;
    margin-top: 0px;
  }
  .last {
    font-size: 30px;
  }
  .hero-para {
    font-size: 18px;
    margin-top: 0;
  }
  .hero-head .ctrl-break {
    display: inline-block;
  }
  .single-speakers .speaker_name {
    font-size: 40px;
    margin-top: 10px;
  }
  /* .next-opportunity {
    height: 100vh;
  } */
  .d-flex-row,
  .next-cnt-wrap1 {
    display: block;
  }
  .next-cnt-wrap1 .ctrl-break {
    display: block;
    text-align: left;
    margin-top: 50px;
    font-size: 60px;
  }
  .pad-ctrl-30-xs {
    padding-top: 30px !important;
  }
  .next-cnt-wrap1 {
    margin-left: -15px;
  }
  .next-cnt-wrap,
  .cnt-wrap {
    padding: 30px;
  }
  .h2-head {
    font-size: 50px;
  }
  .next-opp-para,
  .cnt-wrap-para {
    font-size: 18px;
  }
  .agenda .nav-tabs {
    display: block;
    width: 100%;
    float: left;
  }
  .agenda .nav-tabs::before {
    border-bottom: 0;
  }
  .agenda .nav-tabs > li {
    text-align: center;
    float: none;
    margin-bottom: 20px;
  }
  .nav-link {
    position: relative;
    display: block;
  }
  .nav-link:before {
    content: "";
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    height: 1px;
    left: 0;
    bottom: 0;
  }
  .agenda .nav-tabs > li:not(:first-child) {
    margin-left: 0;
  }
  .accordion-custom .panel-body {
    padding: 15px 0 0 0;
  }
  .left-wrap {
    left: 0;
    top: -45px;
  }
  .left-wrap span {
    padding-left: 0;
    font-size: 24px;
  }
  .mb-xs-50 {
    margin-bottom: 50px !important;
  }
  .left-wrap span:before {
    width: 0;
    height: 0;
  }
  .right-wrap {
    padding: 15px 0;
  }
  .accordion-custom .panel-title > a.plenary-content::before {
    font-size: 24px;
  }
  /* .accordion-custom .panel-default {
    margin-bottom: 45px !important;
  } */
  .panel-head::before {
    left: 0;
    transform: none;
  }
  .accordion-custom .panel-title {
    padding-right: 50px;
  }
  .accordion-custom .panel-title > a:before {
    width: 10px;
    height: 10px;
    right: 15px;
  }
  .speakers {
    min-height: auto;
    padding: 75px 0;
    background: transparent linear-gradient(180deg, #dfe2ff 0%, #adb2ff 100%) 0%
      0% no-repeat padding-box;
    /* color: #fff !important; */
  }
  .speaker-caption {
    position: relative;
    top: 0;
    left: 0;
  }
  .speak-flex {
    display: block;
    height: auto;
    margin-top: 50px;
  }
  .venue {
    height: auto;
    padding: 75px 0;
  }
  .venue .caption {
    position: relative;
    top: 0;
    left: 0;
    transform: none !important;
  }
  .venue-capsule-box {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 75px auto 0;
    object-position: center;
  }
  footer ul {
    margin-bottom: 10px;
  }
  .select-country > a {
    color: #7e7e7e;
  }
  .select-country > a:hover,
  .select-country > a:focus {
    color: #7e7e7e;
  }
  .pull-left-xs {
    float: left !important;
  }
  .single-speakers h4 {
    font-size: 40px;
    margin-top: 20px;
  }
  .h1-heading {
    font-size: 60px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 680px) {
}
@media only screen and (max-width: 480px) {
  .ctrl-width {
    width: 100%;
  }
}
@media only screen and (max-width: 360px) {
}
