
button.btn-search {
    right: auto;
    left: 10px;
}


.speakers-wrapper {
	padding: 4.063rem 0 4.063rem
}

.speakers-wrapper.inner-speaker-wrapper {
	padding: 2.941rem 0 5.353rem;
	background: #f5f5f5;
	position: relative
}

.speakers-wrapper.inner-speaker-wrapper .row {
	margin-top: 0;
	margin-right: -19px;
	margin-left: -19px
}

.speakers-wrapper .row {
	margin-top: 3.313rem
}

.speakers-wrapper .row .speaker-block {
	margin-bottom: 26px;
	padding: 0 13px
}

.speakers-wrapper .row .speaker-block a {
	text-decoration: none
}

@media (min-width:601px) and (max-width:767px) {
	.speakers-wrapper .row .speaker-block {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}
}

.speaker-outer {
	overflow: hidden;
	position: relative;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	background: #f5f5f5;
	padding: 1px
}

.speaker-outer img {
	display: block;
	width: 100%
}

.speaker-outer:hover .speaker-description {
	opacity: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.speaker-description {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	background: rgba(255, 255, 255, .85);
	padding: 15px 21px;
	min-height: 90px;
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

@media (min-width:768px) and (max-width:991px) {
	.speaker-description {
		padding: 15px
	}
	.speaker-description p {
		font-size: 13px
	}
}

.overlay-speaker {
	cursor: pointer;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	width: 100%;
	height: 101%;
	position: absolute;
	top: auto;
	bottom: 0;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	opacity: 0;
	-webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
	transition: opacity .5s ease, -webkit-transform .5s ease;
	transition: transform .5s ease, opacity .5s ease;
	transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
	padding: 0 30px
}

.view-profile {
	width: 100%;
	text-align: center
}

.view-profile span {
	border: solid 2px #fff;
	font-size: .941rem;
	text-decoration: none;
	color: #fff;
	padding: 8px 5px;
	width: 100%;
	display: block;
	max-width: 11.765rem;
	margin: 0 auto
}

.founder-text {
	padding: 14px 21px
}

.speaker-in h5  {
	color: #fff
}

.founder-text p span {
	display: block
}

.speaker-description p {
	font-size: 15px;
	line-height: 22px;
	color: rgba(0, 0, 0, .7);
	margin-bottom: 0
}

.speaker-description h5,  .founder-text h5 {
	font-size: 1.059rem;
	line-height: normal;
	margin-bottom: 0;
	color: #000;
	font-weight: 700;
	padding-bottom: 0
}

.founder-text h6
{
	margin-bottom: 0.3rem!important;
}

.speaker-outer:hover .overlay-speaker {
	opacity: 1;
	-webkit-transform: rotateY(0);
	transform: rotateY(0)
}

.speaker-in h5 {
	font-weight: 700;
	font-size: 1.059rem;
	line-height: 30px;
	position: relative;
	padding-bottom: 4px;
	margin-top: 20px;
	position: absolute;
	top: 0;
	bottom: auto
}

.speaker-in p {
	color: #fff;
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 0
}

.speaker-in ul {
	margin-top: 17px
}

.speaker-in ul li {
	display: inline-block;
	margin-right: 5px
}

.speaker-in ul li a {
	height: 28px;
	width: 28px;
	border: 1px solid #fff;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 27px;
	color: #fff;
	font-size: 12px
}

.load-more-speaker {
	text-align: center;
	margin-top: 4.235rem
}

.speakers-wrapper.inner-speaker-wrapper .load-more-speaker {
	margin-top: 0
}

@media (min-width:768px) and (max-width:991px) {
	.speaker-description {
		padding: 15px
	}
	.speaker-description p {
		font-size: 13px
	}
}

.sp-detail-outer {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap
}

.pre-next-speaker-wrapper a {
	color: #fff!important;
	background: linear-gradient(90.21deg, #ed3936 -5.44%, #ed3936 64.6%)!important;
	border: 0 solid transparent!important
}

.pre-next-speaker-wrapper {
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap
}

.prev.btn.non-arrow:hover {
	position: relative;
	padding: 1.118rem 3.647rem 1.118rem 2.235rem
}

.prev.btn.non-arrow {
	border: 0;
	padding: 1.118rem 2.235rem 1.118rem 3.647rem
}

.prev.btn.non-arrow:hover .after_icon {
	right: 24.5px;
	visibility: visible;
	opacity: 1
}

.prev.btn .after_icon {
	right: -10%;
	visibility: hidden;
	opacity: 0
}

.prev.btn.non-arrow:hover .before_icon {
	left: -10%;
	visibility: hidden;
	opacity: 0
}

.prev.btn .before_icon {
	left: 24.5px;
	visibility: visible;
	opacity: 1
}

@media (max-width:991px) {
	.pre-next-speaker-wrapper {
		margin-top: 40px;
		flex-wrap: inherit
	}
	.pre-next-speaker-wrapper .btn {
		width: auto;
		min-width: 9.125rem
	}
}

.sp-detail-img {
	width: 333px
}

.sp-detail-img.spexh-detail-img img {
	width: auto;
	max-width: 100%
}

.sp-detail-img img {
	width: 100%
}

.sp-detail-img.auto img {
	width: auto;
	display: block
}

.sp-detail-content {
	width: calc(100% - 333px);
	padding-left: 40px;
	position: relative
}

.sp-detail-wrap {
	padding: 2.941rem 0 2.941rem;
	background: #f5f5f5
}

@media(max-width:767px) {
	.sp-detail-wrap {
		padding-bottom: 0
	}
}

.sp-detail-wrap-news {
	padding: 2.941rem 0 2.941rem;
	background: #f5f5f5
}

.sp-detail-img-news img {
	max-width: 100%
}

.sp-detail-img-news {
	margin-bottom: 10px
}

@media (max-width:767px) {
	.sp-detail-img-news {
		text-align: center
	}
}

.sp-detail-outer-news ol,
.sp-detail-outer-news ul {
	margin-left: 30px;
	padding-left: 0
}

.description-sponsor-news {
	display: block;
	font-size: .824rem;
	color: rgba(0, 0, 0, .7);
	margin-bottom: 2.059rem
}

.sp-detail-content-news h4 {
	color: #e18729;
	font-weight: 600;
	margin-bottom: 0
}

.sp-detail-content h4 {
	color: #e18729;
	font-size: 1.471rem;
	font-weight: 600;
	margin-bottom: 0
}

span.description-sponsor {
	display: block;
	font-size: .824rem;
	color: rgba(0, 0, 0, .7);
	margin-bottom: 2.059rem
}

.exhibi-back-link-holder.back-speaker {
	text-transform: uppercase;
	font-weight: 700
}

.sp-detail-content.addition h4,
.sp-detail-content.addition span.description-sponsor {
	margin-right: 225px
}

.exhibi-back-link-holder.back-speaker a {
	text-decoration: none
}

.exhibi-back-link-holder.back-speaker a i {
	margin-right: 10px
}

ul.speaker-social-links {
	margin-top: 17px
}

.sp-detail-wrap .container {
	position: relative;
	padding-right: 50px;
	padding-left: 50px;
	z-index: 9
}

@media (min-width:1025px) {
	.sp-detail-wrap .container {
		max-width: 1020px
	}
}

@media (min-width:1200px) {
	.sp-detail-wrap .container {
		max-width: 1200px
	}
}

@media (min-width:1480px) {
	.sp-detail-wrap .container {
		max-width: 1290px
	}
}

.angle-speaker-wrapper {
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	width: 100%;
	left: 0
}

.tooltip {
	border: rgba(224, 221, 221, .9) 1px solid;
	border-radius: 3px;
	box-shadow: rgba(222, 222, 222, .28) 0 0 2px;
	right: 0;
	top: 0;
	position: absolute;
	background: #fff;
	z-index: 10000;
	padding: 12px;
	box-sizing: border-box;
	font-size: 12px;
	text-align: left;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	width: 0;
	height: 0;
	opacity: 0;
	overflow: hidden
}

.tooltip img {
	width: 100%
}

a.speker-angle-left {
	position: absolute;
	left: 0;
	color: #000
}

.speker-angle-next {
	position: absolute;
	right: 0
}

.profile_link:hover .tooltip {
	width: 190px;
	height: auto;
	opacity: 1
}

.speker-angle-left .tooltip {
	left: 0!important
}

.tooltip p {
	color: rgba(0, 0, 0, .7);
	font-size: .824rem;
	margin-bottom: 0
}

ul.speaker-social-links li {
	display: inline-block;
	margin-right: 5px
}

ul.speaker-social-links li a {
	height: 28px;
	width: 28px;
	border: 1px solid #e18729;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 27px;
	color: #e18729;
	font-size: 12px
}

.sp-detail-content p {
	color: #464646
}

.speaker-detail-contact {
	margin-top: 1.765rem
}

.speaker-detail-contact ul {
	display: inline-block;
	margin: 0;
	padding-left: 0
}

.speaker-detail-contact ul li {
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	padding-bottom: 12px;
	margin-bottom: 12px;
	color: #464646
}

.speaker-detail-contact ul li span a {
	color: #464646;
	transition: all .4s ease
}

.speaker-detail-contact ul li span a:hover {
	color: #e18729
}

.speaker-detail-contact ul li a {
	text-decoration: none
}

a.disable-cursor {
	cursor: default;
	pointer-events: none
}

span.sn-left {
	color: #222;
	font-weight: 600;
	display: inline-block;
	width: 100px
}

.speaker-detail-contact ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0
}

@media (max-width:991px) {
	.sp-detail-content.addition h4,
	.sp-detail-content.addition span.description-sponsor {
		margin-right: 0
	}
	.exhibi-back-link-holder.back-speaker {
		bottom: -18px
	}
	.sp-detail-content.addition {
		padding-bottom: 20px
	}
}

.session-wrap {
	padding-bottom: 4.706rem;
	background: #f5f5f5
}

.session-wrap h3 {
	font-size: 1.765rem;
	font-weight: 600;
	width: 100%;
	padding: 0 10px
}

.session-rows {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px
}

.session-block-inner {
	border: solid 1px rgba(0, 0, 0, .5);
	border-style: dashed;
	padding: 1.765rem 2.353rem;
	height: 100%
}

.session-block-inner ul {
	display: flex;
	flex-wrap: wrap
}

.session-block-inner ul li {
	display: inline;
	vertical-align: middle;
	margin-right: 24px;
	color: rgba(0, 0, 0, .6);
	font-size: .824rem;
	position: relative;
	padding-left: 24px;
	max-width: calc(50% - 24px);
	white-space: normal;
	line-height: 1.412rem;
	word-break: break-word
}

.session-block-inner ul li:last-child {
	max-width: 50%;
	margin-right: 0
}

.session-block {
	padding: 0 10px;
	margin-bottom: 20px;
	width: 33.33%
}

.date-session {
	display: block;
	font-size: .882rem;
	font-weight: 600;
	color: #e18729
}

.session-text {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 10px;
	display: block
}

.session-left {
	display: inline-block;
	margin-right: 6px;
	vertical-align: inherit;
	position: absolute;
	left: 0;
	top: 3px
}

@media (max-width:767px) {
	.sp-detail-img {
		width: 100%;
		text-align: center
	}
	.sp-detail-img img {
		width: auto;
		max-width: 100%
	}
	.sp-detail-content {
		width: 100%;
		padding-left: 0;
		margin-top: 15px
	}
	.session-block {
		width: 50%
	}
}

@media (max-width:480px) {
	.session-block {
		width: 100%
	}
}

.br-wrap {
	background: #00274d;
	min-height: 100px;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center
}

.br-wrap:after,
.br-wrap:before {
	min-height: inherit;
	content: ""
}

.br-wrap ul li {
	display: inline-block;
	color: #e18729;
	padding-right: 11px;
	margin-right: 11px;
	position: relative
}

.br-wrap ul li a {
	color: #fff;
	transition: all .4s ease
}

.br-wrap ul li a:hover {
	color: #e18729
}

.br-wrap ul li:after {
	position: absolute;
	content: "";
	background: url(assets/images/icons/breadcrump.png) no-repeat;
	height: 12px;
	width: 12px;
	right: -11px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%
}

.br-wrap ul li a {
	text-decoration: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.br-wrap ul li:last-child:after {
	background: 0 0
}

.team-wrap {
	padding: 2.647rem 0 2.941rem;
	background: #f5f5f5
}

.team-block {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px 25px
}

.team-block h3 {
	width: 100%;
	padding: 0 15px
}

.team-block:last-child {
	margin-bottom: 0
}

.team-block-inner {
	width: 33.33%;
	padding: 0 15px
}

@media (min-width:1025px) {
	.team-block-inner {
		margin-bottom: 30px
	}
}

@media (max-width:1024px) {
	.team-block-inner {
		width: 50%;
		margin-bottom: 30px
	}
}

@media (max-width:600px) {
	.team-block-inner {
		width: 100%
	}
}

.team-block-content img {
	display: block;
	width: 100%
}

.team-content {
	background: #00274d;
	box-shadow: 3px 5px 8px rgba(0, 0, 0, .2);
	padding: 13px 22px 17px 22px;
	min-width: 78%;
	margin-top: -35px;
	position: relative;
	display: inline-block;
	max-width: 100%
}

.team-content.teammate-details {
	margin-top: -1px
}

@media (max-width:600px) {
	.team-content.teammate-details {
		height: auto!important
	}
}

@media (max-width:767px) {
	.team-content {
		min-width: 90%
	}
	.fl-rich-text img {
		height: auto
	}
}

.team-content h4 {
	font-size: 1.471rem;
	font-weight: 600;
	color: #e18729;
	margin-bottom: 0
}

.team-content p {
	font-size: 1rem;
	color: #fff;
	font-weight: 600;
	margin-bottom: 0
}

.team-contact {
	color: #fff;
	font-size: .824rem;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 3px
}

.team-contact img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	width: auto
}

.team-contact:last-child {
	margin-bottom: 0
}

.team-contact-main {
	margin-top: .625rem
}

.team-contact-main a {
	color: #fff;
	text-decoration: none;
	transition: all .4s ease;
	word-break: break-all
}

.team-contact .call a {
	white-space: nowrap
}

.team-contact-main a:hover {
	color: #e18729
}

.team-contact span {
	display: block;
	position: relative;
	padding-left: 30px
}

.team-contact span img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}

.get-touch-wrap {
	background: #f5f5f5
}

.ge-touch-row {
	background: #fff;
	margin-bottom: -20px;
	position: relative;
	padding: 3.353rem 15px 4.353rem
}

.ge-touch-row .common-border .cmn-brd {
	background: 0 0
}

.ge-touch-row .common-head h2 {
	margin-bottom: 20px
}

.get-touch-form {
	max-width: 548px;
	margin: .235rem auto 0
}

.get-touch-control {
	margin-bottom: 1.176rem
}

.get-touch-control label {
	font-size: 1rem;
	font-weight: 600;
	color: #464646;
	width: 100%;
	display: block;
	margin-bottom: 5px
}

.frm-control {
	min-height: 47px;
	border-radius: 2px;
	border: solid 1px rgba(0, 0, 0, .25);
	background-color: #fff;
	font-size: 14px;
	color: #464646;
	padding: 14px 20px;
	width: 100%;
	font-family: Poppins, sans-serif
}

.frm-control-textarea {
	border-radius: 2px;
	border: solid 1px rgba(0, 0, 0, .25);
	background-color: #fff;
	font-size: 14px;
	color: #464646;
	padding: 14px 20px;
	width: 100%;
	resize: vertical;
	min-height: 124px;
	font-family: Poppins, sans-serif
}

.get-touch-btn {
	background: #e18729 url(/images/icons/arrow-white.png) no-repeat;
	display: inline-block;
	border: 0;
	padding: 18px 40px 18px 20px;
	font-weight: 600;
	font-size: 17px;
	line-height: 1.47;
	letter-spacing: .34px;
	color: #fff;
	text-transform: uppercase;
	background-position: 90% 50%
}

.cnt-exhibitor {
	background: #f5f5f5;
	padding: 2.941rem 0 3.824rem
}

.theme-option-exhibitor {
	margin: 0 -12px
}
.filter-by-theme {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.search-by-theme {
    width: 100%;
    text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
}
@media (max-width:767px) {
	.theme-option-exhibitor {
		display: flex;
		flex-wrap: wrap;
		justify-content: center
	}
}

.theme-option-exhibitor li {
	display: inline-block;
	margin: 0 12px 10px
}

.theme-option-exhibitor li span.exhibitor-category {
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	color: #222;
	padding: 5px 16px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: inline-block;
	cursor: pointer
}

@media (max-width:767px) {
	.theme-option-exhibitor li span.exhibitor-category {
		border: 1px solid rgba(204, 204, 204, .47)
	}
	.theme-option-exhibitor li {
		margin: 0 5px 10px
	}
}

.theme-option-exhibitor li span.selected {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#e18729), to(#f27f1b));
	background-image: linear-gradient(to top, #e18729, #f27f1b);
	color: #fff
}

.theme-option-exhibitor li span.exhibitor-category:hover {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#e18729), to(#f27f1b));
	background-image: linear-gradient(to top, #e18729, #f27f1b);
	color: #fff
}

.theme-exhibitor {
	margin-bottom: 2.813rem
}

.exhibitor-option li {
	display: inline-block;
	margin-right: 2px;
	margin-bottom: 6px
}

.exhibitor-option {
	display: flex;
	flex-wrap: wrap
}

.ex-filtr {
	width: calc(100% - 43px);
	padding-left: 12px
}

@media (max-width:1199px) {
	.ex-filtr {
		padding-left: 0
	}
}

.exhibitor-option .slick-track {
	margin-left: 0;
	margin-right: 0
}

.exhibitor-option li span.alphabet-selector {
	text-decoration: none;
	width: 2rem;
	height: 2rem;
	border-radius: 2px;
	background-color: #efece9;
	display: inline-block;
	text-align: center;
	color: rgba(0, 0, 0, .45);
	font-size: .824rem;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 2rem;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
	max-width: 100%
}

.exhibitor-option li span.selected {
	background: #fff;
	color: #e18729
}

.exhibitor-option li span.alphabet-selector:hover {
	background: #fff;
	color: #e18729
}

.option-combo-exhibitor-lists {
	margin-bottom: 18px
}

.exhibitor-block {
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	position: static!important;
	-webkit-transform: inherit!important;
	transform: inherit!important
}

.exhibitor-block:last-child {
	border-bottom: 0
}

.exhibitor-logos {
	padding: 1.4rem 2.412rem 1.4rem 3.412rem;
	background: #fff;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	position: relative
}

.badge-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
	z-index: 100;
	-webkit-transition: width 1s ease, height 1s ease;
	-moz-transition: width 1s ease, height 1s ease;
	-o-transition: width 1s ease, height 1s ease;
	transition: width .4s ease, height .4s ease
}

.top-left {
	position: absolute;
	top: -14px;
	left: 2px;
	-ms-transform: translateX(-30%) translateY(0) rotate(-45deg);
	-webkit-transform: translateX(-30%) translateY(0) rotate(-45deg);
	transform: translateX(-56%) translateY(0) rotate(-50deg);
	-ms-transform-origin: top right;
	-webkit-transform-origin: top right;
	transform-origin: top right
}

.badge {
	margin: 0;
	padding: 0;
	color: #fff;
	padding: 8px 10px;
	font-size: 14px;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	background: #e18729;
	font-weight: 600
}

.badge::after,
.badge::before {
	content: "";
	position: absolute;
	top: 0;
	margin: 0 -1px;
	width: 100%;
	height: 100%;
	background: inherit;
	min-width: 55px
}

.badge::after {
	left: 100%
}

.badge::before {
	right: 100%
}

.rest_exhibitor,
.search_exhibitor {
	cursor: pointer
}

.ex-logo-block-one {
	width: 20%
}

.ex-logo-block a {
	width: 100%;
	display: block
}

.exhibitor-block.exhibitor-block-titles .exhibitor-logos {
	padding: .8rem 2.412rem .8rem 3.412rem
}

.exhibitor-block.exhibitor-block-titles .exhibitor-logos .ex-logo-block {
	color: #222;
	font-weight: 900
}

@media (max-width:1199px) {
	.exhibitor-option li {
		text-align: center
	}
	.exhibitor-option li.all {
		width: 100%
	}
	.exhibitor-option .slick-track {
		margin-left: auto;
		margin-right: auto
	}
	.exhibitor-option {
		margin: 0 30px;
		justify-content: center
	}
	.exhibitor-option .slick-next,
	.exhibitor-option .slick-prev {
		top: 12px;
		box-shadow: inherit;
		background: 0 0
	}
	.exhibitor-option .slick-prev {
		left: -35px
	}
	.exhibitor-option .slick-next {
		right: -35px
	}
}

@media screen and (max-width:767px) {
	.exhibitor-block.exhibitor-block-titles {
		display: none
	}
}

@media (min-width:768px) and (max-width:1199px) {
	.ex-logo-block-one {
		width: 18%
	}
}

@media screen and (max-width:767px) {
	.ex-logo-block-one {
		width: 50%
	}
}

.ex-logo-block {
	min-height: 3px;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	padding: 0 10px;
	color: #464646;
	font-size: .882rem
}

.ex-logo-block img {
	max-width: 120px
}

@media screen and (max-width:767px) {
	.ex-logo-block {
		margin-bottom: 10px;
		text-align: center;
		-webkit-box-pack: center;
		justify-content: center
	}
}

.ex-logo-block-two {
	width: 19%;
	color: #222;
	font-weight: 600
}

@media screen and (max-width:767px) {
	.ex-logo-block-two {
		width: 50%
	}
}

.ex-logo-block-three {
	width: 19%
}

@media screen and (max-width:767px) {
	.ex-logo-block-three {
		width: 50%
	}
}

.ex-logo-block-four {
	width: 19%
}

@media screen and (max-width:767px) {
	.ex-logo-block-four {
		width: 50%
	}
}

.ex-logo-block-five {
	width: 19%
}

@media screen and (max-width:767px) {
	.ex-logo-block-five {
		width: 50%
	}
}

.ex-logo-block-six {
	width: 4%;
	text-align: center
}

@media (min-width:768px) and (max-width:1199px) {
	.ex-logo-block-six {
		width: 6%
	}
}

@media screen and (max-width:767px) {
	.ex-logo-block-six {
		width: 50%
	}
}

@media (max-width:480px) {
	.ex-logo-block {
		width: 100%;
		margin-bottom: 1rem
	}
	.ex-logo-block:last-child {
		margin-bottom: 0
	}
}

.exhibitor-block.isotope-hidden {
	border-bottom: 0!important;
	display: none
}

.exhibitor-page .isotope,
.exhibitor-page .isotope .isotope-item {
	-webkit-transition-duration: inherit!important;
	transition-duration: inherit!important
}

.exhibitor-sec {
	background: #f5f5f5;
	padding: 0 0 2.813rem
}

@media screen and (max-width:1024px) {
	.exhibitor-sec .exhibit-form .col-lg-6 {
		padding: 0
	}
}

.exhibitor-sec .exhibit-form form .form-group {
	padding: 0 15px;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 23px
}

.exhibitor-sec .exhibit-form form .form-group label {
	font-size: .824rem;
	font-weight: 600
}

.exhibitor-sec .exhibit-form form .form-group input {
	border: solid 1px rgba(0, 0, 0, .25);
	border-radius: 0;
	height: 40px;
	width: 100%;
	padding: 10px;
	background: 0 0;
	min-height: 47px;
	border-radius: 2px;
	outline: 0
}

.exhibitor-sec .exhibit-form form .form-group .faq-select {
	border: 1px solid rgba(34, 34, 34, .4);
	border-radius: 0;
	height: 40px;
	width: 100%;
	color: #1d1d1b;
	font-size: 15px;
	-webkit-appearance: none;
	padding: 10px
}

.exhibitor-sec .exhibit-form form .form-group .for-select .fa-caret-down {
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.exhibitor-sec .exhibit-form .cmn-btn-style-green-small a.btn-style-green-small {
	padding: 8px 18px;
	text-transform: initial;
	font-size: 15px
}

.exhibitor-sec .primary-btn {
	padding: 8px 21px;
	font-weight: 600
}

.exhibit-form .cmn-btn-style-green-small {
	display: inline-block;
	margin-right: 3px
}

.exhibit-form .cmn-btn-style-green-small .btn {
	background: linear-gradient(90.21deg, #e18729 -5.44%, #f27f1b 64.6%);
	border-color: transparent;
	padding: 5px 16px
}

@media (min-width:576px) and (max-width:1024px) {
	.exhibitor-sec .exhibit-form form .form-group .col-sm-5 {
		-webkit-box-flex: 0;
		flex: 0 0 20%;
		max-width: 20%
	}
	.exhibitor-sec .exhibit-form form .form-btn {
		-webkit-box-flex: 0;
		flex: 0 0 80%;
		max-width: 80%
	}
	.exhibitor-sec .exhibit-form form .form-group .col-sm-7 {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}
}

.news-wrapper {
	background: #f5f5f5;
	padding: 2.941rem 0 4.75rem
}

.news-left {
	width: 66%;
	padding: 0 15px
}

@media (max-width:1024px) {
	section.news-wrapper.search-here .news-left {
		width: 100%
	}
}

@media (max-width:1024px) {
	.news-left {
		width: 60%
	}
}

@media (max-width:767px) {
	.news-left {
		width: 100%
	}
}

.news-row {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px
}

.news-block-img img {
	width: 100%;
	display: block
}

.news-block-img {
	position: relative
}

.news-block-img span {
	position: absolute;
	left: 1.563rem;
	top: 1rem;
	display: inline-block;
	padding: 4px 7px;
	background: #000;
	font-size: .824rem;
	line-height: normal;
	color: #fff
}

.news-wrapper.single .news-block-img {
	background: #fff;
	padding: 20px
}

.news-wrapper.single .news-block-img img {
	width: auto;
	max-width: 100%
}

.news-content {
	background: #fff;
	padding: 1.25rem 5rem 1.25rem 1.563rem
}

.start-news-wrap .news-left {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	overflow: hidden
}

.start-news-wrap .news-block:last-child {
	margin-bottom: 2.188rem
}

.start-news-wrap .news-content {
	padding: 1.25rem 1.563rem 0 1.563rem
}

.start-news-wrap .read-news {
	position: absolute;
	bottom: 1.25rem;
	left: 1.563rem
}

.start-news-wrap .news-block {
	margin-bottom: 2.188rem;
	width: calc(33.33% - 30px);
	margin: 0 15px 2.188rem 15px;
	background: #fff;
	position: relative;
	padding-bottom: 2.941rem;
	border: 1px solid #ccc
}

@media (max-width:767px) {
	.start-news-wrap .news-content {
		padding-bottom: 1.25rem
	}
	.news-content {
		padding-right: 1.563rem
	}
	.start-news-wrap .news-left {
		margin: 0
	}
	.start-news-wrap .news-block {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-bottom: 0
	}
	.start-news-wrap .read-news {
		position: static
	}
}

.news-content h4 {
	margin-bottom: .5rem
}

.start-news-wrap .news-content h4 {
	font-size: 1.176rem;
	line-height: normal
}

.news-content p {
	color: #464646;
	margin-bottom: 1rem
}

.news-block {
	margin-bottom: 2.188rem
}

.news-block .read-news a {
	font-size: .88rem;
	font-weight: 600;
	letter-spacing: .34px;
	color: #e18729;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	vertical-align: middle
}

.news-block .read-news a i,
.news-block .read-news a img {
	display: inline-block;
	vertical-align: middle;
	padding: 0 7px 0 7px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	font-size: 10px
}

.news-block .read-news a:hover i,
.news-block .read-news a:hover img {
	padding-left: 10px;
	padding-right: 0
}

.start-news-wrap .news-content a {
	text-decoration: none!important
}

.start-news-wrap .news-content a h4 {
	color: #222;
	text-decoration: none;
	transition: all .4s ease
}

.news-block:last-child {
	margin-bottom: 0
}

.news-right {
	width: 34%;
	padding: 0 15px
}

@media (max-width:1024px) {
	.news-right {
		width: 40%
	}
}

@media (max-width:767px) {
	.news-right {
		width: 100%;
		margin-top: 30px
	}
}

.sidebar-block-search .search-form {
	position: relative;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap
}

.sidebar-block-search .search-form .search-field {
	border-radius: 2px;
	border: solid 1px rgba(0, 0, 0, .1);
	background-color: #fff;
	padding: 15px 17px;
	width: calc(100% - 50px);
	color: rgba(0, 0, 0, .4);
	outline: 0;
	display: inline-block;
	border-right: 0;
	font-family: Poppins, sans-serif;
	box-shadow: inherit!important;
	-webkit-appearance: none
}

input[type=search]::-ms-clear {
	display: none;
	width: 0;
	height: 0
}

input[type=search]::-ms-reveal {
	display: none;
	width: 0;
	height: 0
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	display: none
}

.sidebar-block-search .search-form .search-field::-webkit-input-placeholder {
	color: rgba(0, 0, 0, .4)
}

.sidebar-block-search .search-form .search-field::-moz-placeholder {
	color: rgba(0, 0, 0, .4)
}

.sidebar-block-search .search-form .search-field:-ms-input-placeholder {
	color: rgba(0, 0, 0, .4)
}

.sidebar-block-search .search-form .search-field::-ms-input-placeholder {
	color: rgba(0, 0, 0, .4)
}

.sidebar-block-search .search-form .search-field::placeholder {
	color: rgba(0, 0, 0, .4)
}

.sidebar-block-search .search-form .search-field:-ms-input-placeholder {
	color: rgba(0, 0, 0, .4)
}

.sidebar-block-search .search-form .search-field::-ms-input-placeholder {
	color: rgba(0, 0, 0, .4)
}

.search-submit {
	width: 50px;
	border-radius: 2px;
	border: solid 1px rgba(0, 0, 0, .1);
	background-color: #fff;
	border-left: 0;
	padding: 0;
	outline: 0!important
}

.sidebar-block {
	margin-bottom: 60px
}

.sidebar-block h6 {
	margin-bottom: 21px
}

.sidebar-block p {
	font-size: 14px;
	line-height: 1.93;
	color: #464646
}

.recent-news-block {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 17px;
	padding-bottom: 17px;
	border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.recent-news-img {
	width: 68px
}

.recent-content {
	width: calc(100% - 68px);
	padding-left: 15px
}

.recent-content a {
	text-decoration: none
}

.news-head {
	font-size: .824rem;
	font-weight: 600;
	color: #e18729;
	margin-bottom: 0;
	display: block;
	margin-top: -8px
}

.recent-content-block .news-date {
	position: absolute;
	bottom: 1.25rem
}

.news-date {
	font-size: .824rem;
	color: #010101
}

.recent-news-img img {
	display: block;
	width: 100%
}

.recent-news-block:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0
}

.sidebar-block.tag-cloud ul li {
	display: inline-block;
	margin-right: 2px;
	margin-bottom: 6px
}

.sidebar-block.tag-cloud ul li a {
	display: inline-block;
	font-size: 12px;
	color: rgba(0, 0, 0, .6);
	text-decoration: none;
	background-color: #f9ece0;
	padding: 1px 15px
}

.pagination-news {
	text-align: center;
	margin-top: 13px
}

.pagination-news ul li {
	display: inline-block;
	margin: 0 1px
}

.pagination-news ul li a {
	padding: 7px 15px;
	font-size: 14px;
	font-weight: 600;
	color: rgba(0, 0, 0, .45);
	text-decoration: none;
	border-radius: 2px;
	background-color: #efece9;
	min-height: 34px;
	min-width: 34px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	margin: 0 1px 6px;
	display: inline-block
}

.pagination-news ul li a.disable-cursor {
	display: none
}

.pagination-news ul li a:hover {
	background: #fff;
	color: #e18729
}

.pagination-news ul li.current a {
	background: #fff;
	color: #e18729
}

.inner-banner {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 100px;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	z-index: 1
}

.inner-banner:after,
.inner-banner:before {
	min-height: inherit;
	content: ""
}

.inner-banner .inner-heading {
	padding: .8rem 0;
	position: relative;
	z-index: 1
}

.inner-banner .inner-heading h1 {
	color: #fff;
	font-size: 3.3rem;
	font-weight: 600;
	margin-bottom: 0
}

@media (max-width:767px) {
	.inner-banner .inner-heading h1 {
		font-size: 2.75rem;
		line-height: 2.75rem
	}
}

.inner-banner:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(assets/images/banner/inner-banner-bg-2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .6
}

.load-more-speaker .black-btn:before {
	display: none
}

.load-more-speaker .black-btn:after {
	display: none
}

.no-items-block {
	min-height: 250px;
	background: #fff;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 23px;
	font-weight: 600;
	padding: 40px 70px
}

.loader {
	border: 6px solid #efece9;
	border-radius: 50%;
	border-top: 6px solid #f58424;
	width: 40px;
	height: 40px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 1.3s linear infinite
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes spin {
	0% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(360deg)
	}
}

.accordion-container-exhibitor {
	position: relative
}

.load-wrpa {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	z-index: 9
}

.team-content .team_link {
	text-decoration: none
}

@media (max-width:1199px) {
	.addeventatc_dropdown {
		width: 180px!important
	}
}

@media (max-width:390px) {
	.addeventatc_dropdown {
		width: 160px!important
	}
}

.error-404-sec {
	text-align: center;
	color: #fff
}

.error-404-sec .row {
	align-items: center
}

.error-404-sec .error-wrap {
	width: 100%;
	margin-top: 60px
}

.error-404-sec .error-wrap .left {
	width: 400px;
	height: 400px;
	margin: auto;
	background-color: #e18729;
	border-radius: 50%;
	padding: 35px 0;
	box-shadow: 5px 3px 20px 6px #afafaf;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center
}

@media screen and (max-width:499px) {
	.error-404-sec .error-wrap .left {
		width: 300px;
		height: 300px
	}
}

.error-404-sec .error-wrap h1 {
	font-size: 8.438rem;
	position: relative;
	margin: 60px 0 0;
	letter-spacing: 10px;
	color: #fff
}

.error-404-sec .error-wrap h1 span {
	display: inline-block
}

.error-404-sec .error-wrap h2 {
	color: #fff;
	font-size: 1.625rem
}

.error-404-sec .error-wrap p {
	margin-bottom: 29px
}

.error-404-sec .error-wrap .right p {
	color: #222
}

.error-404-sec .error-wrap .right p a {
	color: #e18729;
	font-weight: 700
}

.error-404-sec .error-wrap .right h3 {
	color: #222;
	font-size: 36px;
	margin-bottom: 20px
}

@media screen and (max-width:1024px) {
	.error-404-sec .error-wrap .right {
		margin-top: 20px
	}
}

.error-404-sec .logo-wrap {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 0
}

.error-404-sec .logo-wrap .logo-box {
	margin: 5px
}

.exhibi-back-link-holder .btn.arrow i {
	content: "";
	display: block;
	position: absolute;
	left: 20px;
	visibility: visible;
	opacity: 1;
	font-size: 10px;
	vertical-align: middle;
	line-height: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 24.5px
}

.exhibi-back-link-holder .btn.arrow:before {
	display: none
}

.exhibi-back-link-holder {
	margin-top: 20px
}

.exhibi-back-link-holder .btn.arrow:after {
	display: none
}

.exhibi-back-link-holder .btn.arrow {
	padding: 1.118rem 2.235rem 1.118rem 3.647rem
}

.news-fullblock {
	background: #f5f5f5;
	padding: 2.941rem 0 4.75rem
}

.news-fullblock-img-wrap img {
	height: auto;
	width: 100%;
	display: block
}

.news-fullblock-content {
	background: #fff;
	padding: 1.25rem 1.563rem 1.25rem 1.563rem
}

.recent-content-block a {
	text-decoration: none
}

.recent-content-block {
	background: #fff;
	padding: 1.25rem 1.563rem 2.5rem 1.563rem
}

.news-tag {
	margin-bottom: 10px
}

.news-tag li {
	display: inline-block;
	margin-right: 2px;
	margin-bottom: 6px
}

.news-tag li a {
	display: inline-block;
	font-size: 12px;
	color: rgba(0, 0, 0, .6);
	text-decoration: none;
	background-color: #f9ece0;
	padding: 1px 15px
}

.news-fullblock-img {
	margin-bottom: 3rem
}

.news-fullblock-img .read-news a {
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: .34px;
	color: #e18729;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	vertical-align: middle
}

.news-fullblock-img .read-news a i,
.news-fullblock-img .read-news a img {
	display: inline-block;
	vertical-align: middle;
	padding: 0 7px 0 7px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	font-size: 10px
}

.news-fullblock-img .read-news a:hover i,
.news-fullblock-img .read-news a:hover img {
	padding-left: 10px;
	padding-right: 0
}

.news-fullblock-img:last-child {
	margin-bottom: 0
}

.recent-blocks {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-top: 3rem;
	margin-left: -15px;
	margin-right: -15px
}

.recent-blocks h3 {
	width: 100%;
	padding: 0 15px
}

.recent-block-img {
	width: 33.33%;
	padding: 0 15px
}

.recent-block-img img {
	width: 100%;
	display: block
}

.recent-content-block p {
	font-size: 14px;
	color: #222
}

.news-f-img {
	height: 100%;
	background: #fff;
	position: relative;
	padding-bottom: 1.25rem
}

.recent-blocks a {
	text-decoration: none
}

@media (max-width:767px) {
	.recent-block-img {
		width: 100%;
		margin-bottom: 1rem
	}
}

.select2-container--default .select2-selection--single {
	border: solid 1px rgba(0, 0, 0, .25)!important;
	height: auto!important;
	padding: 8px 15px;
	font-size: .824rem;
	font-family: Poppins, sans-serif;
	color: #464646!important;
	background: 0 0!important;
	border-radius: 2px!important;
	outline: 0;
	min-height: 47px;
	flex-wrap: wrap;
	align-items: center;
	display: flex!important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: inherit!important
}

.exhibit-form .fa-caret-down {
	display: none!important
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #464646!important
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #464646 transparent transparent transparent!important
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%!important;
	right: 15px!important
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #464646 transparent!important
}

.select2-dropdown {
	border: 1px solid rgba(0, 0, 0, .25)!important
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid rgba(0, 0, 0, .25)!important;
	outline: 0!important
}

span.select2-results ul li {
	font-size: 14px!important
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background: #f5f5f5!important
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background: #e18729!important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-left: 0!important
}

span.select2-results ul li {
	padding: 3px 13px!important
}

.select2-container {
	width: 100%!important
}

@media (max-width:767px) {
	.form-btn {
		padding: 0 15px!important
	}
	.exhibitor-sec .exhibit-form form .form-group label {
		margin-bottom: 5px
	}
}

.isotope-hidden.isotope-item {
	display: none
}

.agenda-content {
	display: none
}

#content {
	background: #f5f5f5;
	padding: 2.941rem 0
}

.theme-option li {
	display: inline-block
}

.theme-option li span.category-filter {
	padding: 2px 15px;
	background: 0 0;
	color: #222;
	display: inline-block;
	font-size: 1rem;
	text-decoration: none;
	font-weight: 600;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer
}

.theme-option li span.selected {
	background: linear-gradient(90.18deg, #e18729 -5.44%, #f27f1b 64.6%);
	color: #fff;
	cursor: pointer
}

.theme-option li span.category-filter:hover {
	background: linear-gradient(90.18deg, #e18729 -5.44%, #f27f1b 64.6%);
	color: #fff
}

.theme-option {
	margin-bottom: 34px
}

@media (max-width:767px) {
	.theme-option {
		display: flex;
		flex-wrap: wrap;
		justify-content: center
	}
}

.theme-option li {
	display: inline-block;
	text-align: center;
	margin-bottom: 10px
}

.date-block {
	display: block;
	font-size: 1.059rem;
	font-weight: 600
}

.days-option {
	background: #fff;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between
}

.days-option .slick-list {
	width: 100%
}

.days-option li {
	display: block!important;
	text-align: center
}

.days-option .slick-track {
	padding-bottom: 15px
}

.days-option li span.date-filter {
	color: #fff;
	padding: 10px 25px;
	display: block;
	text-decoration: none;
	font-size: .824rem;
	position: relative;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
	white-space: nowrap;
	background: #00274d;
	width: 100%
}

.days-option li span.date-filter:after {
	position: absolute;
	display: none;
	content: "";
	bottom: -28px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border: 14px solid rgba(0, 39, 77, .8);
	border-color: rgba(0, 39, 77, .8) transparent transparent transparent;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer
}

.days-option li span.date-filter:hover {
	background: rgba(0, 39, 77, .8)
}

.days-option li span.date-filter:hover:after {
	border-color: rgba(0, 39, 77, .8) transparent transparent transparent
}

.days-option li span.selected_one {
	background: rgba(0, 39, 77, .8);
	cursor: pointer
}

.days-option li span.selected_one:after {
	border-color: rgba(0, 39, 77, .8) transparent transparent transparent;
	display: block;
	cursor: pointer
}

[dir=rtl] .days-option .slick-prev {
	right: 0;
	left: auto
}

[dir=rtl] .days-option .slick-next {
	left: 0;
	right: auto
}

.accordion-content-agenda {
	display: none;
	color: #464646;
	font-size: 17px;
	line-height: 30px;
	padding-top: 20px
}
.accordion-content-agenda ul li, .accordion-content-agenda ol li {
    margin: 0 0 15px;
    font-size: .882rem;
    line-height: 1.412rem;
}

.accordion-content-agenda ul {
    margin-left: 18px;
    margin-bottom: 20px;
}
.accordion-content-agenda p:last-child {
	margin-bottom: 0
}

.accordion-content-agenda p {
	color: #464646
}

.agenda-block {
	width: 100%;
	position: static!important;
	-webkit-transform: inherit!important;
	transform: inherit!important
}

.agenda-block:last-child .agenda-conference {
	border-bottom: 0
}

.agenda-conference {
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, .2)
}

#options-agenda {
	position: relative;
	z-index: 9
}

.agenda-con-outer {
	padding: 1.625rem 5rem 1.625rem 6.25rem;
	position: relative
}

@media (max-width:991px) {
	.agenda-con-outer {
		padding-left: 2.5rem
	}
}

.agenda-con-outer.open .article-title-agenda {
	background: url(../images/icons/collapse.png);
	background-repeat: no-repeat;
	background-position: center
}

.agenda-con-outer .article-title-agenda {
	position: absolute;
	content: "";
	height: 30px;
	width: 30px;
	background: url(../images/icons/expand.png);
	right: 40px;
	top: 26px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer
}

.agenda-con-outer h5 {
	font-weight: 600;
	font-size: 1.176rem;
	line-height: 1.765rem;
	color: #222;
	margin-bottom: 8px
}
.agenda-page .theme-filter-drpdown {
    max-width: 300px;
	margin-bottom: 20px;
	width: 100%;
}
@media (max-width:767px) {
	.agenda-page .theme-option li span.category-filter {
		border: 1px solid rgba(204, 204, 204, .47)
	}
	.agenda-page .theme-option li {
		margin: 0 5px 10px
	}
}

.location-agenda {
	margin-bottom: 15px
}

.location-agenda ul li {
	display: inline-block;
	vertical-align: middle;
	font-size: .824rem;
	color: #464646;
	margin-right: 20px;
	font-weight: 400;
	text-transform: capitalize
}

.location-agenda ul li.date-title {
	text-transform: uppercase
}

@media (max-width:767px) {
	.location-agenda ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px
	}
	.location-agenda ul li:last-child {
		margin-bottom: 0
	}
}

.location-agenda ul li img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px
}

.agenda-dis .dis-img {
	display: inline-block;
	margin-right: 10px;
	position: absolute;
	left: 0
}

.agenda-dis {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-top: 5px;
	padding-left: 30px;
	position: relative
}

.agenda-dis ul {
	margin-left: -15px;
	margin-right: -15px
}

.agenda-dis ul li {
	display: inline-block;
	padding: 0 15px;
	position: relative
}

@media (max-width:767px) {
	.agenda-dis ul li {
		width: 100%;
		margin-bottom: 20px
	}
	.agenda-dis ul li:last-child {
		margin-bottom: 0
	}
}

@media (min-width: 768px)
{
    .agenda-dis ul {
    display: flex;
    flex-wrap: wrap;
}
.agenda-dis ul li{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: .5rem;
}
}

.agenda-dis ul li h6 {
	color: #e18729;
	font-size: 14px;
	margin-bottom: 0px;
	text-transform: capitalize
}

.agenda-dis ul li img {
	position: absolute;
	top: 2px
}

.agenda-speaker-details {
	display: inline-block;
	/*padding-left: 50px*/
}

.agenda-dis ul li span.cm-org {
	text-transform: uppercase
}

.agenda-dis ul li h6 a {
	text-decoration: none
}

.agenda-dis ul li span {
	display: block;
	font-size: .765rem;
	color: rgba(0, 0, 0, .5);
	line-height: 19px
}

.agenda-page .isotope {
	-webkit-transition-duration: inherit!important;
	transition-duration: inherit!important;
	-webkit-transition-property: inherit!important;
	transition-property: inherit!important;
	height: auto!important
}

.agenda-page .isotope .isotope-item {
	-webkit-transition-duration: inherit!important;
	transition-duration: inherit!important;
	-webkit-transition-property: inherit!important;
	transition-property: inherit!important
}

.expand-all {
	position: absolute;
	right: 0;
	top: 0
}

.coffee-break {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center
}

.break-time img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}

.break-time {
	position: relative;
	padding-left: 52px
}

span.break-head {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.5rem;
	font-weight: 600;
	color: #e18729
}

.coffee-break-head {
	margin-left: 42px
}

@media (max-width:767px) {
	.coffee-break-head {
		width: 100%;
		margin-top: 15px;
		margin-left: 0
	}
}

.coffee-break-head h5 {
	margin-bottom: 0
}

.location-agenda ul {
	display: inline-block
}

.agenda-featured-text {
	display: inline-block;
	margin-left: 30px
}

@media (max-width:991px) {
	.agenda-featured-text {
		width: 100%;
		margin-left: 0;
		margin-top: 15px
	}
}

.agenda-featured-text p {
	padding: 2px 10px;
	display: inline-block;
	font-size: 1rem;
	text-decoration: none;
	transition: all .4s ease;
	background: linear-gradient(90.18deg, #e18729 -5.44%, #f27f1b 64.6%);
	color: #fff4bd;
	text-align: center;
	margin-bottom: 0;
	text-transform: capitalize;
	line-height: 19px;
	font-weight: 500
}

.days-option .slick-prev {
	left: 0
}

.days-option .slick-next,
.days-option .slick-prev {
	top: 45%;
	border-radius: 50%;
	z-index: 9;
	transform: translateY(-50%);
	background: 0 0
}

.days-option .slick-next {
	right: 0
}

::-ms-clear {
	display: none
}

@media(max-width:500px) {
	.speaker-detail-contact ul li .sn-left {
		width: 100%
	}
	.speaker-detail-contact ul li .sn-right {
		width: 100%
	}
}

.co-located-banner {
	padding: 3.176rem 0 3.7rem;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	min-height: 400px;
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

@media(max-width:767px) {
	.co-located-banner {
		min-height: auto
	}
}

.co-located-banner:after,
.co-located-banner:before {
	display: none
}

.co-located-logo {
	margin-bottom: 13px;
	display: block
}

.co-located-text {
	font-size: .941rem;
	line-height: 1.13;
	background-color: #ed3936;
	display: inline-block;
	color: #fff;
	padding: 2px 11px;
	margin-bottom: 7px;
	word-break: break-all
}

.co-located-heading h1 {
    font-size: 1.882rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
	line-height: 2.294rem;
	max-width: 550px;
}
@media(max-width:1366px){
	.co-located-heading h1 {
		font-size: 1.647rem;
		line-height:2.059rem;
	}
}
.co-located-banner {
    position: relative;
}

.colocated-overlay-image {
    position: absolute;
    right: 0px;
	bottom: 0;
	max-width: 56%;
}
@media(max-width:800px){
	.colocated-overlay-image{
		display: none;
	}
}

.colocated-overlay-image img {
    display: inline-block;
	vertical-align: bottom;
	max-width:100%;
}

.co-located-banner .container {
    position: relative;
    z-index: 1;
}
.co-located-heading p {
	font-size: 1.1764rem;
	text-align: left;
	color: #fff;
	margin-bottom: 0;
	max-width: 550px;
}
.rtl .co-located-heading p {
    text-align: right;
}
@media(max-width:991px){
	.co-located-heading p {
		font-size: 1.11rem;
	}
}

.header-colocated .header-part:before {
	background: #256aa3;
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0
}

.header-colocated .header-part {
	position: relative
}

.header-colocated .main-logo .logo-wrapper .logo-text p {
	color: #fff
}

.header-colocated .main-logo .logo-wrapper .logo-text h6 {
	color: #fff
}
.co-located-heading .bts-fc {
    margin-top:0.882rem;
}
.co-located-heading .bts-fc .btn {
    margin-right: 0.471rem;
    padding-top: .8rem;
    padding-bottom: .8rem;
}
@media(min-width:1200px) {
	.header-colocated {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		border-bottom: 2px solid #93a5b4
	}
	.header-colocated .header-part:before {
		opacity: .5;
		background: #040404
	}
	.header-colocated nav.main-nav:before {
		background: #040404;
		opacity: .5;
		position: absolute;
		content: "";
		height: 100%;
		width: 100%;
		left: 0;
		top: 0
	}
	.header-colocated.sticky nav.main-nav:before {
		background: 0 0
	}
	.header-colocated nav.main-nav {
		position: relative
	}
	.header-colocated .home-menu a {
		color: #fff
	}
	.header-colocated .main-nav ul li a {
		color: #fff
	}
	.header-colocated.sticky .main-nav ul li a {
		color: #000
	}
	.header-colocated.sticky .home-menu a {
		color: #000
	}
	.header-colocated.sticky .main-nav ul.sub-menu li a {
		color: #fff
	}
	.header-colocated .main-nav ul li.submenu i:after {
		border-top-color: #fff
	}
	.header-colocated.sticky .main-nav ul li.submenu i:after {
		border-top-color: #000
	}
	.header-colocated .ad-slide a img {
		border: 1px solid #fff
	}
	.co-located-heading {
		padding: 69px 0 83px;
	}
	.co-located-banner {
		padding: 0
    }
    .co-located-banner.colocated-banner-innerpage {
        padding: 3.176rem 0 3.7rem !important;
    }
    
    .co-located-banner.colocated-banner-innerpage .co-located-heading {
        padding: 0;
    }
    
}

@media(max-width:1199px) {
	.co-located-banner {
		padding-top: 3.176rem!important
	}
}

@media(min-width:801px) and (max-width:1240px){
	.co-located-banner  .container {
		max-width: 100%;
	}
	
	.co-located-banner  .co-located-heading {
		padding-right: 40%;
	}
	
	.co-located-banner  .colocated-overlay-image {
		max-width: 52%;
	}
	.co-located-banner{
		 min-height: 340px;
	}
	}
	@media(max-width:800px){
		.co-located-banner{
			min-height:inherit;
		}
	}
	

	/*css arabic version*/
	.rtl .sp-detail-content {
		text-align: right;
		padding-right: 40px;
	}
	
	.rtl .sp-detail-content.addition h4, .sp-detail-content.addition span.description-sponsor {
		margin-left: 225px;
		margin-right: 0;
	}
	
	.rtl .sp-detail-outer {
		direction: rtl;
	}
	
	.rtl .sp-popup-body .close-sp-popup {
		right: auto;
		left: 20px;
		float: left;
	}