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

/* .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;
}
.inner_banner_sec .banner-content h1:after{
	content: '';
	width: 90px;
    height: 4px;
    background: #183d3d;
    position: absolute;
    bottom: -30px;
}
.inner_banner_sec .banner-content h1 span{
}

.inner_banner_sec .banner-content .pink{
	background-color: #183d3d;
	margin-top: 60px;
	color: #fff;
}

.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{
	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;
}

.inner_content.why-exhibit .box h5{
	font-size: 12pt;
	color: #183d3d;
	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/red_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;
}

.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: #183d3d;
	padding: 30px 0;
} 
.inner_content.agenda .tabs-days ul{
	display: flex;
    align-items: center;
}

.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: #000;
}
.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;
    width: 1px;
    height: 100%;
}
.inner_content.agenda .tab-agenda .section{

	/* border-left: 2px solid #d2d2d2; */
	position:relative;
    padding-bottom: 40px;
}

.inner_content.agenda .tab-agenda .section:before{

	content: '';
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #08174d;
	position: absolute;
	top:0;
	left: -10px;
}

.inner_content.agenda .tab-agenda .section .text-wrap .right ul {
    padding-left: 30px;
}

.inner_content.agenda .tab-agenda .section .text-wrap{
	margin: 0 40px;
	border-bottom: 1px solid #d2d2d245;
	padding-bottom: 40px;
	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: 200px;
	overflow: hidden;
}
.inner_content.agenda .tab-agenda .section .text-wrap .left{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.inner_content.agenda .tab-agenda .section .text-wrap .left img{
	width: 100%;
    /* margin-left: -30px; */
}
.inner_content.agenda .tab-agenda .section .text-wrap .left h3{
	font-size: 14pt;
	color: #0e0e0e;
	font-weight: 600;
}
.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;
}
.inner_content.agenda .tab-agenda .section .text-wrap .right h5{
	font-size: 14pt;
	color: #183d3d;
	font-style: italic;
	font-weight: 600;
}
.inner_content.agenda .tab-agenda .section .text-wrap .right h4{

	font-size: 14pt;
	color: #183d3d;
}
.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;
}

.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-bottom: 20px;
}

.inner_content.agenda .tab-agenda .text{
	font-size: 14pt;
	color: #183d3d;
	margin-bottom: 10px;
}

.inner_content.agenda .tab-agenda .section .text-wrap .right .panel-discussion{

	margin-top: 40px;

}

.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;

}

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

.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 {
    color: #183d3d!important;
}

.next-prv {
    text-align: right;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.next-prv a{
  padding: 10px 20px;
  background: #183d3d;
  color: #fff;
  border-radius: 3px;
}
