@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:focus {
  outline: 2px solid blue;
  outline-offset: -2px;
}
a:hover, a:visited, a:focus {
  text-decoration: none;
}
.submenu-portion .h2-heading {
  margin: 0 0 10px;
  color: #000;
}
.menu .align-list > ul > li {
  margin-bottom: 0 !important;
}
.align-list > ul > li > a {
  font-weight: 400;
}
.m-0 {
  margin: 0 !important;
}
.p-0 {
  padding: 0 !important;
}
.mt-0, .my-0 {
  margin-top: 0 !important;
}
.mb-0, .my-0 {
  margin-bottom: 0 !important;
}
.mt-10, .my-10 {
  margin-top: 10px !important;
}
.mb-10, .my-10 {
  margin-bottom: 10px !important;
}
.mt-20, .my-20 {
  margin-top: 20px !important;
}
.mb-20, .my-20 {
  margin-bottom: 20px !important;
}
.mt-30, .my-30 {
  margin-top: 30px !important;
}
.mb-30, .my-30 {
  margin-bottom: 30px !important;
}
.mt-40, .my-40 {
  margin-top: 40px !important;
}
.mb-40, .my-40 {
  margin-bottom: 40px !important;
}
.mt-50, .my-50 {
  margin-top: 50px !important;
}
.mb-50, .my-50 {
  margin-bottom: 50px !important;
}
.pt-50, .py-50 {
  padding-top: 50px !important;
}
.pb-50, .py-50 {
  padding-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;
}
.pt50.pb50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ptb15 {
  padding: 15px 0;
}
.open > .icon-bar11, .open > .icon-bar31 {
  background-color: #061838 !important;
}
.menu ul li {
  margin-bottom: 10px !important;
}
/*--------------------------------------------------------------
# Fontweight
--------------------------------------------------------------*/
.fontweight300 {
  font-weight: 300 !important;
}
.fontweight400 {
  font-weight: 400 !important;
}
.fontweight600 {
  font-weight: 600 !important;
}
.fontweight900 {
  font-weight: 900 !important;
}
/*--------------------------------------------------------------
# Color CSS 
--------------------------------------------------------------*/
.color-white {
  color: #ffffff !important;
}
.color-black {
  color: #000000 !important;
}
.color-grey {
  color: #cccccc !important;
}
.color-sapphire-d {
  color: #061838 !important;
}
.color-sapphire-m {
  color: #0f9ffa !important;
}
.color-sapphire-l {
  color: #92d1ff !important;
}
.color-sapphire-lbg {
  color: #bee3ff !important;
}
.color-coral-d {
  color: #4c0519 !important;
}
.color-coral-m {
  color: #f16c51 !important;
}
.color-coral-l {
  color: #fbc2ba !important;
}
.color-coral-lbg {
  color: #fcddd6 !important;
}
.color-topaz-d {
  color: #2f1113 !important;
}
.color-topaz-m {
  color: #df9926 !important;
}
.color-topaz-l {
  color: #eac8a5 !important;
}
.color-topaz-lbg {
  color: #ece1ce !important;
}
.color-jade-d {
  color: #09321d !important;
}
.color-jade-m {
  color: #00b28f !important;
}
.color-jade-l {
  color: #a8d7cd !important;
}
.color-jade-lbg {
  color: #d8e7da !important;
}
.color-amethyst-d {
  color: #372261 !important;
}
.color-amethyst-m {
  color: #963596 !important;
}
.color-amethyst-l {
  color: #d0b5d5 !important;
}
.color-amethyst-lbg {
  color: #e6dbe6 !important;
}
.color-onyx-d {
  color: #3f3f3f !important;
}
.color-onyx-m {
  color: #7e7e7e !important;
}
.color-onyx-l {
  color: #b8b8b8 !important;
}
.color-onyx-lbg {
  color: #dadada !important;
}
/*--------------------------------------------------------------
# Background CSS 
--------------------------------------------------------------*/
.bg-white {
  background-color: #fff !important;
}
.bg-blue {
  background-color: #0f9ffa !important;
}
.bg-black {
  background-color: #000 !important;
}
.bg-egyptian-blue {
  background-color: #213f98 !important;
}
.bg-light-white {
  background-color: #f2f2f2 !important;
}
.bg-light-grey {
  background-color: #f8f8f8 !important;
}
.bg-darkblue {
  background-color: #372261 !important;
}
.bg-purple {
  background-color: #963596 !important;
}
.bg-green {
  background-color: #1995a4 !important;
}
.bg-cyan {
  background-color: #0f9ffa !important;
}
.bg-twittercyan {
  background-color: #4fb6dc !important;
}
.bg-orange {
  background-color: #df9926 !important;
}
.bg-sapphire-dark {
  background-color: #061838 !important;
}
.bg-sapphire-medium {
  background-color: #0f9ffa !important;
}
.bg-sapphire-light {
  background-color: #92d1ff !important;
}
.bg-sapphire-less-light {
  background-color: #bee3ff !important;
}
.bg-coral-dark {
  background-color: #4c0519 !important;
}
.bg-coral-medium {
  background-color: #f16c51 !important;
}
.bg-coral-light {
  background-color: #fbc2ba !important;
}
.bg-coral-less-light {
  background-color: #fcddd6 !important;
}
.bg-topaz-dark {
  background-color: #2f1113 !important;
}
.bg-topaz-medium {
  background-color: #df9926 !important;
}
.bg-topaz-light {
  background-color: #eac8a5 !important;
}
.bg-topaz-less-light {
  background-color: #ece1ce !important;
}
.bg-jade-dark {
  background-color: #09321d !important;
}
.bg-jade-medium {
  background-color: #00b28f !important;
}
.bg-jade-light {
  background-color: #a8d7cd !important;
}
.bg-jade-less-light {
  background-color: #d8e7da !important;
}
.bg-amethyst-dark {
  background-color: #372261 !important;
}
.bg-amethyst-medium {
  background-color: #963596 !important;
}
.bg-amethyst-light {
  background-color: #d0b5d5 !important;
}
.bg-amethyst-less-light {
  background-color: #e6dbe6 !important;
}
.bg-onyx-dark {
  background-color: #3f3f3f !important;
}
.bg-onyx-medium {
  background-color: #7e7e7e !important;
}
.bg-onyx-light {
  background-color: #b8b8b8 !important;
}
.bg-onyx-less-light {
  background-color: #dadada !important;
}
.cta-link {
  color: #fff;
  border: 1px solid #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 8px 25px;
  margin: 5px 0;
  text-decoration: none;
  overflow: hidden;
  font-weight: 500;
}
.cta-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  z-index: -1;
  transform: translate(-50%, -50%) rotate(45deg);
}
.cta-link:hover, .cta-link:focus {
  border: 1px solid #fff;
  color: #000;
  background-color: #fff;
  text-decoration: none;
}
.cta-link:hover:before {
  height: 1000%;
}
header {
  position: absolute;
  top: 35px;
  height: 35px;
  z-index: 9;
  left: 0;
  width: 100%;
}
.d-block {
  display: block !important;
}
.d-inline-block {
  display: inline-block !important;
}
.slider, #hero_slider {
  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;
}
.hero-head {
  font-size: 85px;
  line-height: 0.9;
  margin: 0;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}
.hero-head span:nth-child(2), .hero-head span:nth-child(3) span {
  font-size: 85px;
  background-image: linear-gradient(to right top, #f97300, #f84737, #e91256, #cb0071, #9f0286);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.hero-head span:nth-child(4) {
  position: relative;
}
.hero-head span:nth-child(4):after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 55px;
  width: 50%;
  height: 1px;
  background-color: rgba(241, 108, 81);
  margin: 0 auto;
  transform: translateX(-50%);
}
.hero-head span:last-child {
  font-size: 25px;
  margin-top: 50px;
  font-family: "myriad-pro", arial;
  text-transform: uppercase;
  letter-spacing: 3px;
}
/* .evnt-details span:nth-child(1) {
  font-size: 20px;
} */
.evnt-details {
  border-bottom: 1px solid rgba(241, 108, 81);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.evnt-details:nth-of-type(4) {
  border-bottom: 0;
}
/* .evnt-details:nth-of-type(3) {
  margin-bottom: 70px !important;
} */
.evnt-details span:nth-child(1) {
  margin-bottom: 5px;
}
.evnt-details span:nth-child(2) {
  font-size: 18px;
}
.hero-para {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}
.repeated-css:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.owl-item {
  overflow: hidden;
}
.slide-image {
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: 0;
  width: auto !important;
}
.owl-theme .owl-controls {
  margin-top: 0px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: white;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  color: white;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-dots {
  bottom: 25px;
  position: absolute;
  width: 100%;
}
/* Dots CSS */
.owl-theme .owl-dots .owl-dot {
  cursor: pointer;
  height: 16px;
  margin: 0 16px;
  position: relative;
  width: 16px;
}
.owl-theme .owl-dots .owl-dot span {
  background-color: transparent;
  box-shadow: 0 0 0 2px white inset;
  overflow: hidden;
  transition: background 0.3s ease 0s;
}
.owl-theme .owl-dots .owl-dot span {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
  height: 100%;
  left: 0;
  outline: medium none;
  position: absolute;
  text-indent: -999em;
  top: 0;
  width: 100%;
}
.owl-theme .owl-dots .owl-dot.active span::after {
  height: 100%;
}
.owl-theme .owl-dots .owl-dot span::after {
  background-color: #fff;
  bottom: 0;
  box-shadow: 0 0 1px #fff;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  transition: height 0.3s ease 0s;
  width: 100%;
  border-radius: 50%;
}
/* End */
.owl-prev, .owl-next {
  background-repeat: no-repeat;
  width: 31px;
  height: 56px;
  text-indent: -9999px;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background-color: #fff;
}
.owl-next {
  right: 0;
}
.topaz-logo {
  max-width: 15%;
  margin: 0 auto;
  position: relative;
  left: -15px;
}
.list-items {
  padding: 0px;
}
.list-items > li {
  display: block;
  padding-left: 20px;
  background-image: url(/content/dam/infosys-web/en/newsroom/events/2023/responsible-ai-summit-2023/right-arrow.png);
  background-repeat: no-repeat;
  background-position: 0px 6px;
  margin-bottom: 5px;
}
.sec2 {
  overflow: hidden;
  height: 120vh;
}
.split-screen {
  position: relative;
}
.split {
  position: absolute;
  height: 135vh;
  top: 0;
}
.split-left {
  float: left;
  width: 33.33333333%;
  left: 0;
  background-color: #2c2c2c;
}
.split-right {
  width: 66.66666667%;
  right: 0;
  background-color: #007cc3;
}
.overview-para {
  padding-top: 60px;
}
.event-details {
  padding: 80px 80px 0 0;
  /* border-radius: 15px; */
}
.h2-head {
  margin: 0;
  font-size: 80px;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  line-height: 0.9;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.border-box {
  /* border: 1px solid; */
  border-radius: 15px;
  padding: 20px;
  height: 100%;
  /* margin-bottom: 30px; */
  background: rgba(6, 24, 56, 0.3);
}
.border-box img {
  max-width: 80%;
  margin: 0 auto;
}
.line-separator {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  align-items: center;
  margin-bottom: 50px;
  height: 100%;
}
.line-separator img {
  width: 15%;
  margin-right: 15px;
}
.line-separator span {
  display: inline-block;
  line-height: 1.2;
}
.sec4 {
  height: 120vh;
  background-image: url(/content/dam/infosys-web/en/campaigns/gptw-study-mission/gptw-overview.jpg);
  position: relative;
}
.sec4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.agenda-bg-wrap {
  position: relative;
}
.agenda-bg-wrap:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.agenda-bg {
  width: 100%;
  height: 120vh;
  object-fit: cover;
}
.agenda-head {
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  line-height: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  /* right: 0; */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120vh;
  width: 100%;
}
.pad-ctrl {
  padding: 0;
}
.sec4 .row > [class*="col-"] {
  height: 120vh;
}
.agenda-center-wrap {
  padding: 40px;
  color: #000;
  overflow-y: scroll;
  border-radius: 10px;
}
.accordion-custom .panel {
  border: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: transparent;
  border-radius: 0;
  /* opacity: 0;
  transform: translateY(50px); */
  /* border-bottom: transparent; */
}
/*.accordion-custom .panel-group {
  margin-bottom: 20px;
}
 .accordion-custom .panel-group .panel {
  border-radius: 4px;
  margin-top: 8px;
} */
.accordion-custom .panel-default {
  float: left;
  width: 100%;
  border-color: transparent;
  margin-bottom: 20px !important;
  margin-top: 0 !important;
  border-bottom: 1px solid;
  padding-bottom: 15px;
}
.accordion-custom .panel-default > .panel-heading {
  background-color: transparent;
  border-color: transparent;
  position: relative;
  padding: 0;
  border-bottom: 0;
}
/* .accordion-custom .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
} */
.accordion-custom .panel-title .capsule-bg {
  color: #000;
  padding: 0 90px 0 0;
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  display: block;
  /* font-family: "tungstenw05-medium", "Oswald", sans-serif; */
  outline: none;
}
.panel-body h4 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
}
.accordion-txt h5 {
  font-size: 18px;
}
.accordion-custom .panel-title > .capsule-bg:active, .accordion-custom .panel-title > .capsule-bg:focus, .accordion-custom .panel-title > .capsule-bg:hover {
  text-decoration: none;
}
.accordion-custom .panel-title > .capsule-bg.collapsed:before {
  font-size: 18px;
  /* border: 2px solid;
  border-radius: 50%; */
  width: 15px;
  height: 15px;
  padding: 0;
  position: absolute;
  right: 50px;
  bottom: 0;
  top: 50%;
  transform: translateY(-50%);
}
.accordion-custom .panel-title > .capsule-bg:before {
  font-family: FontAwesome;
  content: "\f067";
  font-size: 18px;
  /* letter-spacing: -0.0625em; */
  position: absolute;
  right: 50px;
  bottom: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.2s ease;
  /* border-radius: 50%;
  border: 2px solid; */
  width: 15px;
  height: 15px;
  padding: 0;
}
.accordion-custom .panel-title > .capsule-bg.sign-remove:before {
  content: "";
  border: 0;
}
.accordion-custom .panel-title > .capsule-bg span:nth-child(1) {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 300;
}
.accordion-custom .accordion-txt {
  font-weight: 300;
  margin: 20px 0 0;
  padding: 0;
}
.accordion-custom .accordion-txt span:nth-child(2) {
  font-size: 16px;
}
.accordion-custom .accordion-txt sup {
  position: relative;
  font-size: 40px;
  top: 15px;
}
.accordion-custom .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: medium none;
  border-top-color: transparent;
  padding: 0;
  background-color: transparent !important;
  /* line-height: 26px; */
}
/* .accordion-custom .panel.panel-default:after {
  position: absolute;
  content: "";
  width: 89%;
  left: 11%;
  right: 0;
  border-bottom: 1px solid #000;
  margin: 14px 0;
} 
.accordion-custom .panel.panel-default:last-child::after {
  border: 0;
}*/
.sec4 .panel-group {
  margin-bottom: 0;
}
.sec4 .media-object {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
}
.sec5 {
  padding-bottom: 0 !important;
}
/* Item SLIDER */
.sec5-carousel.owl-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
.sec5-carousel.owl-carousel .owl-stage .item {
  height: 100%;
}
.sec5-carousel .owl-nav .owl-prev, .sec5-carousel .owl-nav .owl-next {
  background-repeat: no-repeat !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  filter: invert(1);
  background-position: center;
  background-size: 40%;
  text-indent: -9999px;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(6, 24, 56, 0.3);
}
/* .sec5-carousel .owl-nav .owl-prev {
  left: -50px !important;
  background-image: url(../images/prev-chevron.png);
}
.sec5-carousel .owl-nav .owl-prev:hover {
  left: 0;
}
.sec5-carousel .owl-nav .owl-next {
  right: -50px !important;
  background-image: url(../images/next-chevron.png);
} */
.sec5-carousel .owl-dots {
  bottom: -70px;
  position: absolute;
}
.sec5-carousel .owl-nav {
  position: relative;
  width: 0%;
  bottom: -60px;
  left: 45px;
}
.sec5-carousel .owl-nav .owl-prev {
  left: -50px !important;
  background-image: url(/content/dam/infosys-web/en/mwc/images/left-chevron-prev.png);
}
.sec5-carousel .owl-nav .owl-prev:hover {
  background-position: 10px;
}
.sec5-carousel .owl-nav .owl-next {
  right: -100px !important;
  background-image: url(/content/dam/infosys-web/en/mwc/images/left-chevron-next.png);
}
.sec5-carousel .owl-nav .owl-next:hover {
  background-position: 20px;
}
.item-img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.item-img-wrapper img {
  transform: scale(1.1);
  transition: all 0.7s ease;
  object-fit: cover;
  /* height: 260px;
  border-radius: 50%;
  width: 260px !important; */
}
.item-slider-href:hover .item-img-wrapper img {
  transform: scale(1);
}
.item-cnt-wrapper {
  padding: 15px;
  color: #000;
}
.item-slider-href {
  display: block;
  height: 100%;
  border-radius: 10px;
}
.item-slider-head {
  font-weight: 700;
}
.item-cta-link {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px;
  font-weight: 700;
}
/* Item SLIDER */
.pipe-separator {
  position: relative;
}
.pipe-separator:before {
  content: "";
  position: absolute;
  top: -45px;
  left: -70px;
  width: 1px;
  height: 200px;
  background: #fff;
}
.btm-band {
  margin-top: 150px;
}
.sec5-btm-para {
  font-size: 26px;
  margin: 0;
}
.sec5-btm-para a {
  text-decoration: underline;
}
.sec6 {
  padding-bottom: 75px !important;
}
/* BOX SLIDER */
.box-carousel.owl-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
.box-carousel.owl-carousel .owl-stage .item {
  height: 100%;
}
.box-carousel .owl-nav {
  text-align: center;
  width: 200px;
  margin: 0 auto;
  position: relative;
}
.box-carousel .owl-nav .owl-prev, .box-carousel .owl-nav .owl-next {
  background-repeat: no-repeat !important;
  width: 50px !important;
  height: 50px !important;
  text-indent: -9999px;
  position: absolute !important;
  top: unset !important;
  bottom: -120px !important;
  transform: none !important;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  margin: 0;
  background-size: 20px;
  background-position: center center;
}
.box-carousel .owl-nav .owl-prev {
  left: 35px;
  background-image: url(/content/dam/infosys-web/en/mwc/images/left-chevron-prev.png);
}
.box-carousel .owl-nav .owl-prev:hover {
  background-position: 10px;
}
/* .box-carousel .owl-nav .owl-prev:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 20px;
  bottom: 15px;
  border: 2px solid #000;
  border-bottom: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
} */
.box-carousel .owl-nav .owl-next {
  right: 35px;
  background-image: url(/content/dam/infosys-web/en/mwc/images/left-chevron-next.png);
}
.box-carousel .owl-nav .owl-next:hover {
  background-position: 20px;
}
/* .box-carousel .owl-nav .owl-next:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  bottom: 15px;
  border: 2px solid #000;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
} */
.box-carousel .owl-dots {
  bottom: -70px;
  position: absolute;
}
.box-slider-href {
  display: block;
  height: 100%;
  border-radius: 15px;
}
/* .box-slider-href svg {
  width: 75px;
  height: 75px;
} */
.ctrl-pad {
  padding: 0;
}
.box-cnt-wrapper {
  color: #fff;
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.box-slider-head {
  position: relative;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-size: 32px;
  margin: 0;
  line-height: 1;
  padding: 20px;
}
.box-slider-para {
  color: #b8b8b8;
}
.box-img-wrap {
  overflow: hidden;
  border-radius: 15px;
  height: 100%;
}
.box-img-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 70%;
  background: transparent linear-gradient(180deg, #05217500 0%, #05217547 40%, #05217599 60%, #052175bd 74%, #052175 100%) 0% 0% no-repeat padding-box;
  /* background-image: linear-gradient(
    to bottom,
    rgba(76, 5, 25, 0) 0%,
    rgba(76, 5, 25, 1) 100%
  ); */
  border-radius: 0 0 20px 20px;
}
.box-carousel.owl-carousel .owl-item img {
  width: 100% !important;
  height: 300px;
  left: 0;
  right: 0;
  object-fit: cover;
}
.box-img-wrap .box-img {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.box-img-wrap:hover .box-img {
  transform: scale(1);
}
/* BOX SLIDER */
.logo-band {
  border-radius: 20px;
  margin-top: 175px;
}
.logo-band-text {
  font-size: 60px;
  color: #fff;
  margin: 0;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  line-height: 0.9;
  position: relative;
}
.logo-band-text:hover, .logo-band-text:focus {
  color: #fff;
}
.logo-band-arrow {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-30%);
  transition: all 0.5s ease;
}
.logo-band-text:hover .logo-band-arrow {
  right: -70px;
}
/* scrollbar */
.agenda-center-wrap::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.agenda-center-wrap::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.agenda-center-wrap::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(150, 53, 150, 0.3);
  /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); */
}
.agenda-center-wrap::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(150, 53, 150, 0.3);
}
/* FOOTER */
.skip-main-cnt, .skip-footer {
  background: #df9926;
  height: auto;
  left: 0%;
  padding: 8px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s;
  color: #ffffff;
  z-index: 9999;
  outline: 0 !important;
}
.skip-main-cnt:focus, .skip-footer:focus {
  transform: translateY(0%);
  color: #ffffff;
}
.scroll-up {
  position: fixed;
  bottom: 20px;
  right: 18px;
  display: none;
  z-index: 1;
}
footer {
  position: relative;
  background: #f8f8f8;
  color: #333;
  border-top: 5px solid #d8d8d8;
}
ul.footer-txt > li:first-child {
  margin-top: 20px;
}
ul.footer-txt > li {
  margin-bottom: 10px;
}
ul.footer-txt > li > a {
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 400;
}
.ul.footer-txt > li > a:hover {
  text-decoration: none;
}
.ftr-head {
  color: #000000;
  font-size: 22px;
  font-weight: 900;
  margin-top: 0;
}
.country {
  position: relative;
  z-index: 1;
}
.up-arrow, .down-arrow {
  position: relative;
  margin-left: 100px;
  z-index: -1;
}
.up-arrow:before, .down-arrow:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #333;
  font-size: 18px;
  /*position: absolute;*/
  top: 2px;
  left: 0;
}
.up-arrow:before {
  content: "\f0d8";
}
.down-arrow:before {
  content: "\f0d7";
}
.select-country > a {
  border: 1px solid #7e7e7e;
  padding: 5px 15px;
  display: inline-block;
  color: #3f3f3f;
}
.select-country > a:hover, .select-country > a:focus {
  color: #3f3f3f;
  text-decoration: none;
}
.option-country {
  display: none;
}
.open-country {
  display: block;
  position: relative;
}
.country-align {
  position: absolute;
  top: -238px;
  margin-bottom: 10px;
  background-color: #fff;
  color: #fff;
  width: 100%;
  max-height: 200px;
  overflow: auto;
  -webkit-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
}
.country-align > li > a {
  color: #7e7e7e;
  padding: 10px 15px;
  display: block;
}
.country-align > li > a:hover {
  background: #63b0ff;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .slider, #hero_slider, .repeated-css {
    height: 600px;
  }
}
@media only screen and (max-width: 992px) {
  .sec2 {
    height: auto;
  }
  .event-details {
    padding: 80px 0 0 0;
  }
  .overview-para {
    padding-top: 75px;
  }
  .sec2, .bg-color-top-xs {
    background-color: #061838;
  }
  .bg-color-bottom-xs {
    background-color: #007cc3;
  }
  .pt-75-sm, .py-75-sm {
    padding-top: 75px !important;
  }
  .pb-75-sm, .py-75-sm {
    padding-bottom: 75px !important;
  }
}
@media only screen and (max-width: 767px) {
  .hero-head span:last-child {
    font-size: 18px;
  }
  .line-separator img {
    width: 12%;
  }
  .line-separator {
    margin-bottom: 40px;
  }
  .mt-0-xs, .my-0-xs {
    margin-top: 0 !important;
  }
  .mb-0-xs, .my-0-xs {
    margin-bottom: 0 !important;
  }
  .mt-10-xs, .my-10-xs {
    margin-top: 10px !important;
  }
  .mb-10-xs, .my-10-xs {
    margin-bottom: 10px !important;
  }
  .mt-20-xs, .my-20-xs {
    margin-top: 20px !important;
  }
  .mb-20-xs, .my-20-xs {
    margin-bottom: 20px !important;
  }
  .mt-30-xs, .my-30-xs {
    margin-top: 30px !important;
  }
  .mb-30-xs, .my-30-xs {
    margin-bottom: 30px !important;
  }
  .mt-40-xs, .my-40-xs {
    margin-top: 40px !important;
  }
  .mb-40-xs, .my-40-xs {
    margin-bottom: 40px !important;
  }
  .mt-50-xs, .my-50-xs {
    margin-top: 50px !important;
  }
  .mb-50-xs, .my-50-xs {
    margin-bottom: 50px !important;
  }
  .mt-75-xs, .my-75-xs {
    margin-top: 75px !important;
  }
  .mb-75-xs, .my-75-xs {
    margin-bottom: 75px !important;
  }
  .mt-100-xs, .my-100-xs {
    margin-top: 100px !important;
  }
  .mb-100-xs, .my-100-xs {
    margin-bottom: 100px !important;
  }
  .pt-30-xs, .py-30-xs {
    padding-top: 30px !important;
  }
  .pb-30-xs, .py-30-xs {
    padding-bottom: 30px !important;
  }
  .pt-50-xs, .py-50-xs {
    padding-top: 50px !important;
  }
  .pb-50-xs, .py-50-xs {
    padding-bottom: 50px !important;
  }
  .pt-75-xs, .py-75-xs {
    padding-top: 75px !important;
  }
  .pb-75-xs, .py-75-xs {
    padding-bottom: 75px !important;
  }
  .pt-100-xs, .py-100-xs {
    padding-top: 100px !important;
  }
  .pb-100-xs, .py-100-xs {
    padding-bottom: 100px !important;
  }
  .slider, #hero_slider, .repeated-css {
    height: 480px;
  }
  .hero-head, .h2-head, .hero-head span:nth-child(2), .hero-head span:nth-child(3) span {
    font-size: 50px;
  }
  .hero-head span:nth-child(4):after {
    width: 100%;
  }
  .topaz-logo {
    left: 0;
    max-width: 25%;
  }
  .sec2 {
    height: auto;
  }
  .event-details {
    padding: 80px 0 0 0;
  }
  .overview-para {
    padding-top: 75px;
  }
  /* .split {
    position: absolute;
    height: 50vh;
    top: 0;
  }
  .split-left {
    float: left;
    width: 100%;
    left: 0;
    background-color: #2c2c2c;
  }
  .split-right {
    width: 100%;
    right: unset;
    background-color: #007cc3;
    top: unset;
    bottom: -150vh;
    left: 0;
    height: 100vh;
  } */
  .bg-color-top-xs {
    background-color: #061838;
  }
  .bg-color-bottom-xs {
    background-color: #007cc3;
  }
  .accordion-custom .panel-title .capsule-bg {
    padding: 0 64px 0 0;
  }
  .accordion-custom .panel-title > .capsule-bg.collapsed:before, .accordion-custom .panel-title > .capsule-bg:before {
    right: 10px;
  }
  .sec4 {
    height: auto;
    padding: 75px 0;
  }
  .sec4 .row > [class*="col-"] {
    height: auto;
  }
  .agenda-head {
    position: relative;
    display: block;
    height: auto;
    margin-bottom: 50px;
  }
  .pad-ctrl {
    padding: 0 15px;
  }
  .agenda-center-wrap {
    padding: 30px 15px;
    color: #000;
    overflow-y: auto;
  }
  .sec5 .h2-head {
    margin-bottom: 50px;
  }
  .pipe-separator:before {
    top: -50px;
    left: 0;
    width: 100%;
    height: 1px;
  }
  .sec5-btm-para {
    margin-bottom: 50px;
  }
  .pipe-separator {
    margin-top: 50px;
    margin-bottom: 0;
  }
  .logo-band-text {
    font-size: 40px;
  }
  .logo-band-arrow {
    right: -40px;
    max-width: 20%;
  }
  .logo-band-text:hover .logo-band-arrow {
    right: -50px;
  }
  footer ul {
    margin-bottom: 10px;
  }
  .select-country > a {
    color: #7e7e7e;
  }
  .select-country > a:hover, .select-country > a:focus {
    color: #7e7e7e;
  }
  .pull-left-xs {
    float: left !important;
  }
}
@media only screen and (max-width: 680px) {}
@media only screen and (max-width: 480px) {}
@media only screen and (max-width: 360px) {}