.inner_banner_sec {
  /*
	background: url('../images/why-exhibit-bannerbg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	*/
  position: relative;
}
.inner_banner_sec .hero-img {
  position: absolute;
  top: 0;
  left: 0;
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.inner_banner_sec .banner-content {
  min-height: 400px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.inner_banner_sec.agenda_banner .banner-content {
  min-height: 275px;
}

.inner_banner_sec .banner-content h1 {
  font-size: 28pt;
  color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
}
/*
.inner_banner_sec .banner-content h1:after{
	content: '';
	width: 90px;
    height: 4px;
    background: #499ff4;
    position: absolute;
    bottom: -30px;
}
*/
.separator {
  width: 90px;
  height: 4px;
  background: #499ff4;
  margin: 15px auto;
}
.inner_banner_sec .banner-content h1 span {
}

.inner_banner_sec .banner-content .pink {
  background-color: #e22013 !important;
  margin-top: 60px;
  color: #fff;
}

.inner_banner_sec .banner-content .overview-new-heading {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.inner_banner_sec .banner-content p {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 20px;
}
.inner_banner_sec .banner-content .pink:hover {
  background-color: #cbcbcb;
  color: #000;
}
.inner_content {
  padding: 80px 0;
}

.inner_content.why-exhibit {
  background: #f9f9f9;
}
.inner_content.why-exhibit .section {
  display: flex;
  position: relative;
  align-items: center;
}

.inner_content.why-exhibit .section-left {
  justify-content: flex-start;
}
.inner_content .section-right {
  justify-content: flex-end;
  padding-right: 16%;
  margin-top: -5%;
}
.inner_content.why-exhibit .section:nth-child(3).section-left,
.inner_content.why-exhibit .section:nth-child(5).section-left {
  margin-top: -5%;
}
.inner_content.why-exhibit img {
  width: auto;
}

.inner_content.why-exhibit .box {
  background: #fff;
  padding: 30px 30px;
  display: flex;
  flex-direction: column;
  width: 500px;
  position: absolute;
}

.inner_content.why-exhibit .box h3 {
  font-size: 18pt;
  color: #000;
  line-height: 1.4;
  font-weight: 700;
}

.inner_content.why-exhibit .box h4 {
  font-size: 38pt;
  color: #afafaf;
  margin: 0;
  font-weight: 600;
}

.inner_content.why-exhibit .box h5 {
  font-size: 12pt;
  color: #e22013;
  line-height: 1.4;
  margin: 0;
  font-weight: 600;
}

.inner_content.why-exhibit .box p {
  font-size: 12pt;
  color: #000;
}

.inner_content.why-exhibit .box .odometer-formatting-mark {
  display: inline-block;
  font-size: 20pt;
  vertical-align: text-top;
}
.inner_content.why-exhibit .section-left .box {
  right: 12%;
}

.inner_content.why-exhibit .section-right .box {
  left: 12%;
}
/*
.why_speak_banner{
	background: url('../images/why-speak-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
*/
.inner_content {
  position: relative;
}
.inner_content .circle1 {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
}
.inner_content .circle1 img {
  width: 80%;
}
.inner_content .circle2 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.inner_content .circle2 img {
  width: 80%;
}
.inner_content.why-speak .section {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  clear: both;
}
.inner_content.why-speak .section img {
  width: auto;
}
.inner_content.why-speak .section .left {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: right;
}
.inner_content.why-speak .section .right {
  position: relative;
  background: url("../images/blue-bg.png");
  background-repeat: no-repeat;
  background-size: auto;
  display: flex;
}
.inner_content.why-speak .section .right img {
  min-width: 548px;
  height: 601px;
}
.inner_content.why-speak .section.section-left .right img {
  padding: 40px 40px 0 0;
}
.inner_content.why-speak .section .right .blue-box {
  background: #08174d;
  width: 380px;
  height: 400px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.inner_content.why-speak .section.section-left .left {
  justify-content: flex-start;
  padding-top: 8%;
  padding-right: 4%;
}
.inner_content.why-speak .section.section-left .right {
  background-position: top right;
}
.inner_content.why-speak .section.section-right .right {
  background-position: top left;
  justify-content: flex-start;
}
.inner_content.why-speak .section.section-right .right img {
  padding: 40px 40px 0 40px;
}
.inner_content.why-speak .section .left h3 {
  font-size: 22pt;
  color: #000;
  line-height: 1.1;
  font-weight: 600;
}

.inner_content.why-speak .section .left p {
  font-size: 13pt;
  color: #000;
}

.inner_content.why-speak .section.section-right .left {
  justify-content: flex-start;
  padding-top: 8%;
  padding-left: 0;
  text-align: left;
}
.inner_content.why-speak .section.section-right .right {
  margin-top: -20%;
}
.agenda_banner_sec {
  background: #08174d;
}
.agenda_banner_sec .banner-content {
  min-height: 250px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 2%;
}

.agenda_banner_sec .banner-content h1 {
  font-size: 28pt;
  color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  text-transform: uppercase;
}

.agenda_heading_sec {
  padding: 2% 0 1% 0;
  display: flex;
  flex-direction: column;
}
.agenda_heading_sec h2 {
  font-size: 38pt;
  color: #0e0e0e;
  margin-bottom: 5px;
}
.agenda_heading_sec p {
  font-size: 14pt;
  color: #0e0e0e;
}
.inner_content.agenda {
  padding: 30px 0 8px 0;
}
.inner_content.agenda .tabs-days {
  /*background: #e22013;*/
  background-color: #000000 !important;
  padding: 30px 0;
}
.inner_content.agenda .tabs-days ul {
  display: flex;
  align-items: center;
}
.inner_content.agenda .tabs-days ul li {
  /* border-right:2px solid #0000004d; */
}
.inner_content.agenda .tabs-days ul li:last-child {
  border: none;
}
.inner_content.agenda .tabs-days ul li a {
  font-size: 18pt;
  color: #fff;
  text-transform: uppercase;
  padding: 0 40px;
}
.inner_content.agenda .tabs-days ul li a.active {
  color: #e22013 !important;
}
.inner_content.agenda .tabs-days ul li:first-child a {
  padding-left: 0;
}

.inner_content.agenda .tab-agenda {
  padding: 80px 0;
}
.inner_content.agenda .tab-content {
  position: relative;
}
.inner_content.agenda .tab-content:before {
  content: " ";
  background: #d2d2d2;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 1px;
  height: 100%;
}
.inner_content.agenda .tab-agenda .section {
  /* border-left: 2px solid #d2d2d2; */
  position: relative;
  padding: 10px 0;
}

.inner_content.agenda .tab-agenda .section:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e22013 !important;
  position: absolute;
  top: 0;
  left: -10px;
}

.inner_content.agenda .tab-agenda .section .text-wrap {
  margin: 0;
  border-bottom: 1px solid #d2d2d245;
  padding-bottom: 0;
  display: flex;
}
.inner_content.agenda .tab-agenda .section:last-child .text-wrap {
  border: none;
}
.inner_content.agenda .tab-agenda .section .text-wrap .left {
  width: 20%;
}
.inner_content.agenda .tab-agenda .section .text-wrap .left .img-wrap-logo {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.inner_content.agenda .tab-agenda .section .text-wrap .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 20px;
}
.inner_content.agenda .tab-agenda .section .text-wrap .left img {
  /* width: 100%; */
}
.inner_content.agenda .tab-agenda .section .text-wrap .left h3 {
  font-size: 14pt;
  color: #0e0e0e;
  font-weight: 600;
  text-align: center;
}
.inner_content.agenda .tab-agenda .section .text-wrap .right {
  width: 80%;
}

.inner_content.agenda .tab-agenda .section .text-wrap .right h3 {
  font-size: 14pt;
  color: #0e0e0e;
  margin-bottom: 20px;
  line-height: 1.3;
}
.inner_content.agenda .tab-agenda .section .text-wrap .right h5 {
  font-size: 14pt;
  color: #e22013;
  /* 	font-style: italic; */
  font-weight: 600;
  margin: 0;
}
.inner_content.agenda .tab-agenda .section .text-wrap .right h4 {
  font-size: 14pt;
  color: #e22013;
}
.inner_content.agenda .tab-agenda .section .text-wrap .right p {
  font-size: 12pt;
  color: #0e0e0e;
}
.inner_content.agenda .tab-agenda .section .text-wrap .right .img-wrap {
  width: 60px;
  height: 60px;
  border: 1px solid #08174d42;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.inner_content.agenda .tab-agenda .section .text-wrap .right .img-wrap img {
  width: 100%;
  /*
	height: 100%;
	border: 1px solid #08174d42;
	border-radius: 50%;
	*/
}

.inner_content.agenda .tab-agenda .section .text-wrap .right .widget {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  position: relative;
  height: 190px;
}

.inner_content.agenda .tab-agenda .text {
  font-size: 13pt;
  color: #fff;
  margin-bottom: 10px;
  background-color: #e22013 !important;
  display: inline-block;
  padding: 0 10px;
  border-radius: 4px;
}
.inner_content.agenda .tab-agenda div.text:empty {
  display: none;
}
.inner_content.agenda .tab-agenda .text.moderator {
  margin: 0;
  position: relative;
  font-size: 11pt;
  margin-top: 20px;
}
.inner_content.agenda .tab-agenda .text.moderator::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #e22013 transparent transparent transparent;
}
.inner_content.agenda .tab-agenda .section .text-wrap .right .panel-discussion {
  margin-top: 0px;
}
.inner_content.agenda .tab-agenda .section .text-wrap .right ul {
  padding-left: 30px;
}
.inner_content.agenda .tab-agenda .section .text-wrap .right ul li {
  font-size: 12pt;
  color: #0e0e0e;
  list-style: disc;
}

.inner_content.agenda .tab-agenda .section .text-wrap .right .widget h3.name {
  font-size: 11pt;
  color: #499ff4;
  margin: 10px 0 0 0;
}

.inner_content.agenda
  .tab-agenda
  .section
  .text-wrap
  .right
  .widget
  h4.company {
  font-size: 10pt;
  color: #0e0e0e;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}

.inner_content.agenda .tab-agenda .day {
  display: none;
}
.inner_content.agenda .tab-agenda .day.active {
  display: block;
  animation: fadeIn 0.5s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

a.download_button {
  background: #fff;
  padding: 10px 15px !important;
  border-radius: 50px;
  margin-right: 10px;
  color: #000 !important;
  font-size: 11pt !important;
  text-align: center;
}

a.download_button:hover {
  background: #e22013 !important;
  color: #fff !important;
}
.inner_content.agenda .tab-agenda .section .text-wrap .right p,
.inner_content.agenda .tab-agenda .section .text-wrap .right ul li {
  margin-bottom: 10px;
}
.inner_content.agenda .tab-agenda .section .text-wrap .right p {
  margin: 0;
}
.inner_content.agenda .tab-agenda .section::before {
  top: 10px;
}
.next-prv {
  margin-top: 30px;
}
.inner_content {
  padding: 30px 0 !important;
}
