body {
	background: #fff;
	color: #888;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px
}

html {
  scroll-behavior: smooth;
}

a {
	color: #03C4EB;
	transition: .5s
}

a:hover,
a:active,
a:focus {
	color: #ffab29;
	outline: none;
	border: 0;
	text-decoration: none
}

p {
	padding: 0;
	margin: 0 0 10px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	margin: 0 0 20px;
	padding: 0
}

#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url(../img/preloader.svg) no-repeat center center;
}

.back-to-top {
	position: fixed;
	display: none;
	background-image: linear-gradient(#ff9b23, #ff640e);
	color: #fff;
	padding: 6px 12px 9px;
	font-size: 16px;
	border-radius: 2px;
	right: 15px;
	bottom: 100px;
	transition: background .5s
}

@media (max-width: 768px) {
	.back-to-top {
		bottom: 15px
	}
}

.back-to-top:focus {
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	outline: none
}

.back-to-top:hover {
	background-image: linear-gradient(#ff640e, #ff9b23);
	color: #fff
}

.top-section {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

#topbar {
	height: 120px;
	font-size: 14px;
	transition: all .5s
}

.top_right_menu {
	padding-top: 35px;
	padding-bottom: 35px
}

#topbar .top_right_menu a {
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 17px;
	padding-left: 40px;
	display: inline-block;
	line-height: 1px;
	transition: .3s
}

#topbar .top_right_menu a:hover {
	color: #29c8f7;
	text-decoration: underline
}

#topbar .logo {
	font-size: 28px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 600;
	letter-spacing: .5px;
	text-transform: uppercase
}

#topbar .logo img {
	max-height: 117px
}

#hero {
	display: table;
	width: 100%;
	height: 90vh;
	background: url(../img/hero-bg.jpg) top center;
	background-size: cover
}

#hero .hero-logo {
	margin: 20px
}

#hero .hero-logo img {
	max-width: 100%
}

#hero .hero-container {
	background: url(../img/banner_pattern.png) top center;
	display: table-cell;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle
}

#hero h1 {
	font-family: 'Poppins', sans-serif;
	margin: 30px 0 10px;
	font-size: 44px;
	font-weight: 700;
	color: #fff
}

#hero span {
	background-color: #000;
	padding: 8px 15px;
	line-height: 1.8
}

@media (max-width: 768px) {
	#hero h1 {
		font-size: 28px;
		line-height: 36px
	}
}

#hero h2 {
	color: #ccc;
	margin-bottom: 50px
}

#hero h2 span {
	color: #fff;
	transition: .3s;
	border-bottom: 2px solid #03C4EB
}

@media (max-width: 768px) {
	#hero h2 {
		font-size: 24px;
		line-height: 26px;
		margin-bottom: 30px
	}
	#hero h2 .rotating {
		display: block
	}
	
	.feature-content-box {
	padding: 15px;
	}
}


#vc_hero{
	display: table;
	width: 100%;
	height: 90vh;
	background: url(../img/vc_header_banner.png) top center;
	background-size: cover
}

#vc_hero_virtual {
	display: table;
	width: 100%;
	height: 40vh;
	background: url(../img/dollar.jpg) top center;
	background-size: cover
}
#vc_hero_virtual .hero-vc-container{

	display: table-cell;
	margin: 0;
	padding: 0;
	text-align:left;
	vertical-align: middle
}
#vc_hero .hero-logo {
	margin: 20px
}

#vc_hero .hero-logo img {
	max-width: 100%
}

#vc_hero .hero-vc-container{

	display: table-cell;
	margin: 0;
	padding: 0;
	text-align:left;
	vertical-align: middle
}

#vc_hero h1 {
	font-family: 'Poppins', sans-serif;
	margin: 30px 0 10px;
	font-size: 44px;
	font-weight: 700;
	color: #fff
}

#vc_hero span {
	background-color: #000;
	padding: 8px 15px;
	line-height: 1.8
}

@media (max-width: 768px) {
	#vc_hero h1 {
		font-size: 28px;
		line-height: 36px
	}
}

#vc_hero h2 {
	margin-bottom: 50px
}

#vc_hero h2 span {
	color: #fff;
	transition: .3s;
	border-bottom: 2px solid #03C4EB
}

@media (max-width: 768px) {
	#vc_hero h2 {
		font-size: 24px;
		line-height: 26px;
		margin-bottom: 30px
	}
	#vc_hero h2 .rotating {
		display: block
	}
}







#hero .rotating>.animated {
	display: inline-block
}

#header {
	background: #fff;
	transition: all .5s;
	z-index: 997;
	-webkit-box-shadow: 0 8px 6px -6px #ddd;
	-moz-box-shadow: 0 8px 6px -6px #ddd;
	box-shadow: 0 8px 6px -6px #ddd
}

.is-sticky #header {
	background: #fff
}

.menu-box {
	justify-content: center
}

.nav-menu ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.nav-menu>ul {
	display: flex
}

.nav-menu>ul>li {
	position: relative;
	white-space: nowrap
}

.hide_class {
	display: none
}

.nav-menu a {
	display: block;
	position: relative;
	color: #000;
	transition: .3s;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	padding: 20px 18px
}

.nav-menu a:hover {
	background-color: #19c1f0;
	color: #fff;
	transition: .3s
}

.nav-menu .active-menu {
	background-color: #21c5f4;
	color: #fff
}

.nav-menu .drop-down ul {
	display: block;
	position: absolute;
	left: 0;
	top: calc(100% + 30px);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0;
	background: #fff;
	box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
	transition: .3s
}

.nav-menu .drop-down:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible
}

.nav-menu .drop-down li {
	min-width: 180px;
	position: relative
}

.nav-menu .drop-down ul a {
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 500;
	text-transform: none;
	color: #333
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
	color: #03C4EB
}

.nav-menu .drop-down>a:after {
	content: "\ea99";
	font-family: IcoFont;
	padding-left: 5px
}

.nav-menu .drop-down .drop-down ul {
	top: 0;
	left: calc(100% - 30px)
}

.nav-menu .drop-down .drop-down:hover>ul {
	opacity: 1;
	top: 0;
	left: 100%
}

.nav-menu .drop-down .drop-down>a {
	padding-right: 35px
}

.nav-menu .drop-down .drop-down>a:after {
	content: "\eaa0";
	font-family: IcoFont;
	position: absolute;
	right: 15px
}

@media (max-width: 1366px) {
	.nav-menu .drop-down .drop-down ul {
		left: -90%
	}
	.nav-menu .drop-down .drop-down:hover>ul {
		left: -100%
	}
	.nav-menu .drop-down .drop-down>a:after {
		content: "\ea9d"
	}
}

.mobile-nav-toggle {
	position: fixed;
	right: 15px;
	top: 28px;
	z-index: 9998;
	border: 0;
	background: none;
	font-size: 24px;
	transition: all .4s;
	outline: none!important;
	line-height: 1;
	cursor: pointer;
	text-align: right
}

.mobile-nav-toggle i {
	color: #ffab29
}

.mobile-nav {
	position: fixed;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	z-index: 9999;
	overflow-y: auto;
	background: #fff;
	transition: ease-in-out .2s;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0
}

.mobile-nav * {
	margin: 0;
	padding: 0;
	list-style: none
}

.mobile-nav a {
	display: block;
	position: relative;
	color: #333;
	padding: 10px 20px;
	font-weight: 500;
	outline: none
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
	text-decoration: none
}

.mobile-nav .drop-down>a:after {
	content: "\ea99";
	font-family: IcoFont;
	padding-left: 10px;
	position: absolute;
	right: 15px
}

.mobile-nav .active.drop-down>a:after {
	content: "\eaa1"
}

.mobile-nav .drop-down>a {
	padding-right: 35px
}

.mobile-nav .drop-down ul {
	display: none;
	overflow: hidden
}

.mobile-nav .drop-down li {
	padding-left: 20px
}

.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(26, 26, 26, 0.6);
	overflow: hidden;
	display: none;
	transition: ease-in-out .2s
}

.mobile-nav-active {
	overflow: hidden
}

.mobile-nav-active .mobile-nav {
	opacity: 1;
	visibility: visible
}

.mobile-nav-active .mobile-nav-toggle i {
	color: #fff
}

#main {
	min-height: 400px
}

.section-title {
	font-size: 28x;
	color: #111;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	margin-bottom: 7px
}

.section-title span {
	color: #21c5f4
}

.section-description {
	text-align: center;
	margin-bottom: 40px
}

.section-title-divider {
	width: 70px;
	height: 3px;
	background: #ffab29;
	margin: 0 auto;
	margin-bottom: 20px
}

.section-title strong {
	font-size: 32px;
	font-weight: 700
}

#about {
	padding: 90px 0
}

#about .about-title {
	color: #343741;
	font-weight: 700;
	font-size: 28px
}

#about .about-text {
	line-height: 26px;
	margin-bottom: 15px
}

.blue_text {
	color: #19c1f0
}

.request_demo_button {
	margin-top: 20px;
	width: 100%
}

.request_demo_button a {
	background: linear-gradient(to right, #ff9a23 0%, #ff6c11, #ff650f 100%);
	color: #fff;
	border-radius: 50px;
	padding: 3px 7px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 16px;
	min-width: 125px
}

.request_demo_button a:hover {
	border: 2px solid #ff7a16;
	background: #fff;
	color: #000
}

.request_demo_button i {
	font-size: 18px;
	padding-left: 5px;
	vertical-align: middle
}

.submit_button button {
display: inline-block;
border: 2px solid #ff7a16;
background: #fff;
color: #000;
border-radius: 50px;
padding: 14px 30px;
font-family: 'Lato', sans-serif;
font-weight: 700;
font-size: 16px;
min-width: 125px;
outline:none;
}

.submit_button button:hover {
background: linear-gradient(to right,#ff9a23 0%,#ff6c11,#ff650f 100%);
color: #fff;
min-width: 125px;
outline:none;
}

.submit_button button i {
font-size: 18px;
padding-left: 5px;
vertical-align: middle;
}


#solution {
	padding: 70px 0;
	background-color: #f9f9f9
}

.view_more_bttn a {
	border: 2px solid #ff7a16;
	background: #fff;
	color: #000;
	border-radius: 50px;
	padding: 14px 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 16px;
	min-width: 125px
}

.view_more_bttn a:hover {
	background: linear-gradient(to right, #ff9a23 0%, #ff6c11, #ff650f 100%);
	color: #fff
}

.view_more_bttn i {
	font-size: 18px;
	padding-left: 5px;
	vertical-align: middle
}

.card-icon {
	border: 2px solid #19c1f0;
	display: table;
	margin: 0 auto;
	padding: 10px
}

.post-slide10 {
	padding: 45px 20px;
	margin: 0 15px;
	position: relative;
	background: #fff!important;
	box-shadow: 0 1px 5px rgba(43, 59, 93, 0.06);
	margin-bottom: 2em
}

.post-slide10 .post-title {
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #000;
	padding: 0 15px;
	display: inline-block;
	margin-top: 20px
}

.post-slide10 .post-description {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: normal;
	color: gray;
	padding: 0 15px;
	margin-bottom: 0
}

.owl-controls .owl-buttons {
	margin-top: 20px;
	position: relative
}

.owl-controls .owl-prev {
	position: absolute;
	left: -60px;
	bottom: 115px;
	padding: 8px 17px;
	background: #333;
	transition: background .5s ease
}

.owl-controls .owl-next {
	position: absolute;
	right: -60px;
	bottom: 115px;
	padding: 8px 17px;
	background: #333;
	transition: background .5s ease
}

.owl-controls .owl-prev:after,
.owl-controls .owl-next:after {
	content: "\f104";
	font-family: FontAwesome;
	color: #d3d3d3;
	font-size: 80px
}

.owl-controls .owl-next:after {
	content: "\f105"
}

.owl-controls .owl-prev:hover,
.owl-controls .owl-next:hover {
	background: #e74c3c
}

@media only screen and (max-width: 991px) {
	.post-slide10 {
		margin: 0 20px
	}
	.owl-controls .owl-buttons .owl-prev {
		left: -20px;
		padding: 5px 14px
	}
	.owl-controls .owl-buttons .owl-next {
		right: -20px;
		padding: 5px 14px
	}
	.hide_class {
		display: block
	}
	#header {
		background: #fff;
		transition: all .5s;
		z-index: 997;
		padding: 15px 0;
		-webkit-box-shadow: 0 8px 6px -6px #ddd;
		-moz-box-shadow: 0 8px 6px -6px #ddd;
		box-shadow: 0 8px 6px -6px #ddd;
		padding-top: 5px;
		padding-bottom: 5px
	}
}

#news-slider10 {
	margin-top: 50px
}

#testimonials {
	padding: 70px 0;
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/testimonials-bg.jpg) fixed center center;
	background-size: cover
}

#testimonials .section-title {
	font-size: 28x;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	margin-bottom: 7px
}

.testimonial {
	text-align: center
}

.testimonial .pic {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 15px
}

.testimonial .pic img {
	width: 100%;
	height: 100%;
	border-radius: 50%
}

.testimonial .testimonial-title {
	display: inline-block;
	font-size: 22px;
	font-weight: 600;
	color: #0c4767;
	margin: 0 0 70px
}

.testimonial .testimonial-title small {
	font-size: 15px;
	font-weight: 600;
	color: #787878
}

.testimonial .description {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #fff;
	line-height: 27px;
	position: relative;
	margin: 0;
	padding-bottom: 25px;
	padding-left: 200px;
	padding-right: 200px
}

.owl-theme .owl-controls .owl-page span {
	border: 2px solid #ffab29
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
	border: 2px solid #ffab29;
	background: none
}

.testimonial-name {
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #fff;
	margin-bottom: 5px
}

.testimonial-place {
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #1ac1f1
}

.quote i {
	font-size: 60px;
	color: #949292;
	padding-top: 20px;
	padding-bottom: 10px
}

#exhibitor_customer_hero {
	display: table;
	width: 100%;
	height: 50vh;
	background: url(../img/exibitor_customer_banner.jpg) top center;
	background-size: cover
}

#exhibitor_customer_hero .hero-logo {
	margin: 20px
}

#exhibitor_customer_hero .hero-logo img {
	max-width: 100%
}

#exhibitor_customer_hero .exhibitor_container {
	background-color: rgba(0, 0, 0, 0.7);
	display: table-cell;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle
}

.lgx-page-inner {
	padding: 10rem 0 6rem
}

.lgx-banner-inner .lgx-heading-area {
	margin-bottom: 0
}

.lgx-banner-inner .lgx-heading {
	margin-bottom: 0;
	text-align: center
}

.lgx-banner-inner .lgx-heading .heading {
	margin-bottom: .3rem;
	color: #fff;
	font-family: Poppins, sans-serif;
	font-size: 40px;
	font-weight: 700
}

.lgx-banner-inner .breadcrumb {
	background: 0 0;
	display: inline-block;
	padding: 0;
	position: relative;
	z-index: 1;
	margin-top: .5rem;
	margin-bottom: 0;
	border-radius: 0
}

.lgx-banner-inner .breadcrumb li {
	color: #fff;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-weight: 500;
	color: #fff;
	display: inline-block
}

.lgx-banner-inner .breadcrumb li i {
	padding-right: 6px;
	padding-left: 6px
}

.lgx-banner-inner .breadcrumb li a {
	color: #fff;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-weight: 500
}

.lgx-banner-inner .breadcrumb .active {
	color: #fec75a
}

#support_exhibitors {
	padding: 60px 0
}

.support_box a {
	color: #03C4EB
}

.support_box a:hover {
	text-decoration: underline
}

.support_box h1 {
	color: #000;
	font-size: 26px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700
}

.list ul {
	margin-left: 0;
	padding-left: 0
}

.list ul li {
	list-style: none;
	margin-bottom: 10px
}

.list ul li::before {
	content: "•";
	color: #19c1f0;
	padding-right: 5px;
	font-size: 20px
}
#fullfillment {
	display: table;
	width: 100%;
	height: 50vh;
	background: url(../img/fulfillment-banner.jpg) top center;
	background-size: cover
}
#fullfillment .contact_container {
	background-color: rgba(0, 0, 0, 0.7);
	display: table-cell;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle
}
#contact_hero {
	display: table;
	width: 100%;
	height: 50vh;
	background: url(../img/contact_banner.jpg) top center;
	background-size: cover
}

#contact_hero .hero-logo {
	margin: 20px
}

#contact_hero .hero-logo img {
	max-width: 100%
}

#contact_hero .contact_container {
	background-color: rgba(0, 0, 0, 0.7);
	display: table-cell;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle
}

#contact_section {
	padding: 60px 0
}

.contact_form {
	margin-bottom: 80px
}

.contact_form h2 {
	color: #000;
	font-size: 26px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600
}

.contact_form p {
	color: #000;
	margin-bottom: 30px
}

.form-control-custom {
	margin-bottom: 10px!important;
	background-color: transparent;
	border: 1px solid #e0edf4;
	border-radius: 0;
	height: 40px
}

input[type=text],
textarea, select {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	outline: none;
	margin: 2px 0px 2px 0;
	border: 1px solid #e0edf4
}

input[type=text]:focus,
textarea:focus, select:focus {
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	margin: 2px 0px 2px 0;
	border: 1px solid rgba(81, 203, 238, 1)
}

.contact_details {
	background-color: #f9f9f9;
	border: 1px solid #efefef;
	padding: 30px
}

.contact_details:hover {
	background-color: #f7f9fa;
	transition: .5s
}

.contact_details h3 {
	color: #000;
	font-family: Poppins, sans-serif;
	font-size: 20px;
	font-weight: 600
}

.fp-box {
	padding: 8px 0;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px
}

.fp-circle {
	width: 40px;
	height: 90px;
	float: left;
	margin-right: 15px;
	position: relative;
	background-repeat: no-repeat
}

.fp-icon {
	width: 40px;
	height: 40px;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.fp-icon img {
	width: 100%
}

.fp-caption h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #000;
	margin-bottom: 10px
}

.fp-caption p {
	color: #888
}

.fp-caption a {
	color: #888
}

.fp-caption a:hover {
	color: #19c1f0;
	text-decoration: underline
}

#web_reg_hero {
	display: table;
	width: 100%;
	height: 50vh;
	background: url(../img/exibitor_customer_banner.jpg) top center;
	background-size: cover
}

#web_reg_hero .hero-logo {
	margin: 20px
}

#web_reg_hero .hero-logo img {
	max-width: 100%
}

#web_reg_hero .web_reg_container {
	background-color: rgba(0, 0, 0, 0.7);
	display: table-cell;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle
}

#web_reg_section {
	padding: 60px 0
}

.web_reg_title {
	margin-bottom: 20px
}

.web_reg_graphic_hub {
	margin-top: 3rem;
	margin-bottom: 1rem
}

.web_reg_graphic_hub img {
	max-width: 100%;
	height: auto;
	width: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic
}

.button_box {
	margin-bottom: 20px
}

#web_reg_list_section {
	padding: 80px 0;
	background-color: #f7f9fa
}

.web_reg_left_box {
	max-width: 100%;
	height: auto;
	width: auto;
	vertical-align: top;
	border: 0;
	-ms-interpolation-mode: bicubic
}

.web_reg_left_box img {
	max-width: 100%;
	height: auto;
	width: auto;
	vertical-align: top;
	border: 0;
	-ms-interpolation-mode: bicubic
}

.web_reg_right_box {
	float: left;
	width: 100%
}

.web_reg_main {
	padding: 8px 0;
	margin-bottom: 8px
}

.web-circle {
	width: 40px;
	float: left;
	margin-right: 15px;
	position: relative;
	background-repeat: no-repeat
}

.web-caption h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #000;
	margin-bottom: 5px;
	text-transform: uppercase
}

.web-caption p {
	color: #888
}

.web-caption a {
	color: #888
}

.web-caption a:hover {
	color: #19c1f0;
	text-decoration: underline
}

#exhibit_lead_hero {
	display: table;
	width: 100%;
	height: 50vh;
	background: url(../img/exibitor_customer_banner.jpg) top center;
	background-size: cover
}

#exhibit_lead_hero .hero-logo {
	margin: 20px
}

#exhibit_lead_hero .hero-logo img {
	max-width: 100%
}

#exhibit_lead_hero .exhibit_lead_container {
	background-color: rgba(0, 0, 0, 0.7);
	display: table-cell;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle
}

#energize_the_exhibition_section {
	padding: 80px 0;
	background-color: #f9f9f9
}

.energize-title {
	font-size: 30x;
	color: #111;
	text-align: center;
	font-weight: 600;
	margin-bottom: 7px
}

.energize-description {
	text-align: center;
	margin-bottom: 40px;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #444
}

.energize-description a {
	text-decoration: underline;
	color: #444
}

.energize-description a:hover {
	text-decoration: none
}

#mobile_app_section {
	padding: 80px 0;
	background-color: #fff
}

.verticale-content {
	align-items: center;
	justify-content: center
}

.tsl_mobile_left_box h1 {
	font-size: 36px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #343741
}

.tsl_mobile_left_box span {
	color: #19c1f0
}

.tsl_mobile_left_box ul {
	list-style: none;
	margin-left: 0;
	padding-left: 15px;
	padding-bottom: 15px
}

.tsl_mobile_left_box ul li::before {
	content: "\2022";
	color: #1cc2f2;
	font-weight: 700;
	display: inline-block;
	width: 1em;
	margin-left: -1em
}

.tsl_mobile_left_box li {
	margin-bottom: 20px
}

.tsl_mobile_right_box {
	max-width: 100%;
	height: auto;
	width: auto;
	vertical-align: top;
	border: 0;
	-ms-interpolation-mode: bicubic
}

.tsl_mobile_right_box img {
	max-width: 100%;
	height: auto;
	width: auto;
	vertical-align: top;
	border: 0;
	-ms-interpolation-mode: bicubic
}

#lead_products {
	padding: 80px 0;
	background-color: #f9f9f9
}

.reterrieval_product {
	margin-top: 30px
}

.reterrieval_product .product_tittle {
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #000;
	margin-bottom: 30px
}

.box_p_main {
	background-color: #fff;
	border: 1px solid #f0f0f0;
	padding: 20px
}

.box_p_main img {
	width: auto;
	max-width: 100%
}

#lead_dashboard {
	background-color: #fff;
	padding: 80px 0
}

.lead_dashboard_left_box {
	max-width: 100%;
	height: auto;
	width: auto;
	vertical-align: top;
	border: 0;
	-ms-interpolation-mode: bicubic
}

.lead_dashboard_left_box img {
	max-width: 100%;
	height: auto;
	width: auto;
	vertical-align: top;
	border: 0;
	-ms-interpolation-mode: bicubic
}

.lead_dashboard_pehragraph h1 {
	font-size: 30px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #000;
	margin-bottom: 10px
}

.lead_dashboard_pehragraph p {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #888
}

#session_tracking_hero {
	display: table;
	width: 100%;
	height: 50vh;
	background: url(../img/exibitor_customer_banner.jpg) top center;
	background-size: cover
}

#session_tracking_hero .hero-logo {
	margin: 20px
}

#session_tracking_hero .hero-logo img {
	max-width: 100%
}

#session_tracking_hero .session_tracking_container {
	background-color: rgba(0, 0, 0, 0.7);
	display: table-cell;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle
}

#track_session_section {
	background-color: #f3f3f3;
	padding: 80px 0
}

.track_back_box {
	background-color: #fff;
	display: flex
}

.back_wrapp {
	background-color: #fff
}

.padd_0 {
	padding-left: 0;
	padding-right: 0
}

.tracking_left_box img {
	max-width: 100%;
	width: auto
}

.session_app_box {
	background-color: #fff;
	padding: 25px 25px 55px
}

.session_app_box h1 {
	font-size: 28px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #343741
}

.title-divider-left {
	width: 70px;
	height: 3px;
	background: #ffab29;
	margin-bottom: 35px;
	left: 0
}

.session_app_box li {
	margin-bottom: 20px
}

.session_app_box ul {
	list-style: none;
	margin-left: 0;
	padding-left: 15px;
	padding-bottom: 15px
}

.session_app_box ul li::before {
	content: "\2022";
	color: #1cc2f2;
	font-weight: 700;
	display: inline-block;
	width: 1em;
	margin-left: -1em
}

#reporting_dashboard_section {
	background-color: #fff;
	padding: 80px 0
}

.reporting_box {
	padding: 20px
}

.reporting_box h1 {
	font-size: 28px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #343741
}

.reporting_box span {
	color: #19c1f0
}

.reporting_box li {
	margin-bottom: 20px
}

.reporting_box ul {
	list-style: none;
	margin-left: 0;
	padding-left: 15px;
	padding-bottom: 15px
}

.reporting_box ul li::before {
	content: "\2022";
	color: #1cc2f2;
	font-weight: 700;
	display: inline-block;
	width: 1em;
	margin-left: -1em
}

.reporting_box ul li a {
	color: #ff861b;
	text-decoration: underline
}

.reporting_box ul li a:hover {
	text-decoration: none
}

#ce_certificates_surveys_hero {
	display: table;
	width: 100%;
	height: 50vh;
	background: url(../img/surveys.jpg) top center;
	background-size: cover
}

#ce_certificates_surveys_hero .hero-logo {
	margin: 20px
}

#ce_certificates_surveys_hero .hero-logo img {
	max-width: 100%
}

#ce_certificates_surveys_hero .ce_certificates_surveys_container {
	background-color: rgba(0, 0, 0, 0.7);
	display: table-cell;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle
}

#surveys_section {
	background-color: #fff;
	padding: 80px 0
}

.surveys_left_box img {
	max-width: 100%;
	width: auto
}

.attendee_access_box {
	background-color: #19c1f0;
	padding: 50px
}

.attendee_access_box h1 {
	font-size: 28px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #fff
}

.attendee_access_box li {
	margin-bottom: 20px;
	color: #fff
}

.attendee_access_box ul {
	list-style: none;
	margin-left: 0;
	padding-left: 15px;
	padding-bottom: 15px
}

.attendee_access_box ul li::before {
	content: "\2022";
	color: #fff;
	font-weight: 700;
	display: inline-block;
	width: 1em;
	margin-left: -1em
}

#badge_print_hero {
	display: table;
	width: 100%;
	height: 50vh;
	background: url(../img/badge_banner.jpg) top center;
	background-size: cover
}

#badge_print_hero .hero-logo {
	margin: 20px
}

#badge_print_hero .hero-logo img {
	max-width: 100%
}

#badge_print_hero .badge_print_container {
	background-color: rgba(0, 0, 0, 0.7);
	display: table-cell;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle
}

#badges_section {
	background-color: #fff;
	padding: 80px 0
}

.registration_left_box img {
	max-width: 100%;
	width: auto
}

.express_box {
	background-color: #19c1f0;
	padding: 50px
}

.express_box h1 {
	font-size: 28px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #fff
}

.express_box li {
	margin-bottom: 20px;
	color: #fff
}

.express_box ul {
	list-style: none;
	margin-left: 0;
	padding-left: 15px;
	padding-bottom: 15px
}

.express_box ul li::before {
	content: "\2022";
	color: #fff;
	font-weight: 700;
	display: inline-block;
	width: 1em;
	margin-left: -1em
}

#onside_section {
	background-color: #f9f9f9;
	padding: 80px 0
}

.onside_left_box {
	max-width: 100%;
	height: auto;
	width: auto;
	vertical-align: top;
	border: 0;
	-ms-interpolation-mode: bicubic
}

.onside_left_box img {
	max-width: 100%;
	height: auto;
	width: auto;
	vertical-align: top;
	border: 0;
	-ms-interpolation-mode: bicubic
}

.onside_right_box h1 {
	font-size: 28px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #343741
}

.onside_right_box span {
	color: #19c1f0
}

.onside_right_box li {
	margin-bottom: 20px
}

.onside_right_box ul {
	list-style: none;
	margin-left: 0;
	padding-left: 15px;
	padding-bottom: 15px
}

.onside_right_box ul li::before {
	content: "\2022";
	color: #1cc2f2;
	font-weight: 700;
	display: inline-block;
	width: 1em;
	margin-left: -1em
}

.onside_right_box ul li a {
	color: #ff861b;
	text-decoration: underline
}

.onside_right_box ul li a:hover {
	text-decoration: none
}

#miconference_hero, #conferenceMobileApp {
	display: table;
	width: 100%;
	height: 50vh;
	background: url(../img/miconference_banner.jpg) top center;
	background-size: cover
}
#conferenceMobileApp {
	background: url(../img/conference-mobile-app-banner.jpg) top center;
}
#miconference_hero .hero-logo , #conferenceMobileApp .hero-logo {
	margin: 20px
}

#miconference_hero .hero-logo img, #conferenceMobileApp .hero-logo img {
	max-width: 100%
}

#miconference_hero .miconference_container,#conferenceMobileApp .miconference_container  {
	background-color: rgba(0, 0, 0, 0.7);
	display: table-cell;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle
}

#tsl-miconference_section {
	background-color: #fff;
	padding: 80px 0
}

.tsl_mi_left_box img {
	max-width: 100%;
	height: auto;
	width: auto;
	vertical-align: top;
	border: 0;
	-ms-interpolation-mode: bicubic
}

.tsl_right_box {
	margin-bottom: 45px;
}

.tsl_right_box h1 {
	font-size: 28px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #343741
}

.tsl_right_box p {
	color: #888;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px
}

#tsl-reporting_tool_section {
	width: 100%;
	background: url(../img/reporting_tool_bg.jpg) top center;
	padding: 80px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.reporting_tool_left_box h1 {
	font-size: 28px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #343741
}

.reporting_tool_right_box img {
	max-width: 100%;
	height: auto;
	width: auto;
	vertical-align: top;
	border: 0;
	-ms-interpolation-mode: bicubic
}

.request_demo_main {
	margin: 0 auto
}

#virtualconference_hero {
	display: table;
	width: 100%;
	height: 50vh;
	background: url(../img/virtual_conference_banner.jpg) top center;
	background-size: cover
}

#virtualconference_hero .hero-logo {
	margin: 20px
}

#virtualconference_hero .hero-logo img {
	max-width: 100%
}

#virtualconference_hero .virtualconference_container {
	background-color: rgba(0, 0, 0, 0.7);
	display: table-cell;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle
}

#virtualconference_section {
	padding: 80px 0
}

.conference_short {
	text-align: center;
	margin-bottom: 40px;
	font-size: 16px;
	color: #444
}

.vc_feature_box {
	margin: 4% 0;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
}

.services {
	text-align: center;
	padding: 8%;
	background-color: #fff
}

.services:hover {
	background-color: #eefafd;
	-webkit-transition: background 0.5s, color .5s;
	-moz-transition: background 0.5s, color .5s;
	transition: background 0.5s, color .5s
}

.services p {
	padding: 0 15px;
	color: #888;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px
}

.services h4 {
	color: #000;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	margin-bottom: 20px;
	margin-top: 20px
}

.icons i {
	color: #c69c56;
	border-color: #ccc;
	margin-top: 30px;
	margin-bottom: 30px;
	-webkit-transition: background 0.2s, color .2s;
	-moz-transition: background 0.2s, color .2s;
	transition: background 0.2s, color .2s
}

.icons i:hover {
	color: #ccc
}

.border-right {
	border-right: 1px solid #f0f0f0
}

.border-bottom {
	border-bottom: 1px solid #f0f0f0
}

.padd-none {
	padding: 0
}

.check_box_heading
{
	margin-bottom:5px;
	color:#444;
	font-weight:700;
}

.button_main_box
{
	margin-top:8px;
}


/*--payOnline CSS---*/
#section_bule
{
	background-color:#19c1f0;
	   padding:180px 0;
}


#payOnline_section {
    padding: 60px 0;
}


.payOnline_form {
	margin-bottom:40px;
	box-shadow:0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 1px 30px 0 rgba(0, 0, 0, 0.09);
	padding:30px;
	border-radius: 20px;
	margin-top: -350px;
    background-color:#fff;
}

.payOnline_form h2 {
    color: #000;
    font-size: 26px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
	border-bottom: 1px dotted #ddd;
	padding:10px 0px;
}

.payOnline_form label
{
    font-weight: bold;
    color: #555;
    margin-bottom: 0px;
}

.red_color
{
	color:#f00;
}


#virtualconference_features {
    background-color:#f4f4f4;
    padding: 60px 0;
}

.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
	text-align:center;
	margin-bottom:20px;
}

.Flexible-container iframe,   
.Flexible-container object,
.Flexible-container video, /* for html5 video embeds */
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vc_feature_featire_box
{
}


.feature_box{
    text-align: center;
    padding:15% 4%;
    background-color: #fff;
	box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	margin-bottom:8%
}

.feature_box:hover{
	background-color:#ebfbff;
   
}

.feature_box h4 {
    color: #000;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 20px;
}

#features_section
{
	background-color:#f4f4f4;
	padding-bottom:80px;
}
.policy-section-wrap {
    background-color: #f4f4f4;
    padding-bottom: 80px;
    padding-top: 80px;
}

.feature-content-box
{
	align-items: center;
	justify-content: center;
	background-color: #fff;
	margin-bottom: 45px;
	padding:45px;
	margin-left:0px;
	margin-right:0px;
}

.padd-top_vc
{
	margin-top:40px;
}


.feature_img_box {
	max-width: 100%;
	height: auto;
	width: auto;
	vertical-align: top;
	border: 0;
	-ms-interpolation-mode: bicubic;
	background-color:#fff;
}

.feature_img_box img {
	max-width: 100%;
	height: auto;
	width: auto;
	vertical-align: top;
	border: 0;
	-ms-interpolation-mode: bicubic
}

.feature_cont_box
{
	background-color:#fff;
	padding: 20px;

}


.feature_cont_box h1
{
	font-size:20px;
	color:#000;
     font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.feature_cont_box span
{
	color:#ccc;
}

.feature_cont_box p
{
	font-size:16px;
	color: #888;
	text-align:justify;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.marging_0
{
	margin-left:0px;
	margin-right:0px;
}


.hero-vc-container h2
{
	font-size:44px;
	color:#fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}
.dollar-wrap .hero-vc-container h2 {
    font-size: 52px;
    color: #038163;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    max-width: 500px;
}
.hero-area .contents {
    padding: 220px 0;
}


.hero-vc-container .intro-img {
    padding: 210px 0 0px;
}


.hero-vc-container .intro-img img {
    display: block;
    height: auto;
    max-width: 100%;
}

.hero-vc-container .contents
{
	padding: 220px 0;
}


#footer {
	background: #2e2e2e;
	padding: 20px 0;
	color: #fff;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	font-weight: 400
}

#footer .copyright {
	text-align: center
}

#footer .copyright strong {
	color: #ffab29
}
.tslVideo{
	text-align: center;
	padding: 50px 0 0;
}
.tslVideo video{
	width: 100%; 
	height: auto;
	object-fit: cover;
}
.tslVideo h3 {

}
.align-item-center {
    align-items: center;
}

.banner3DContent h3 {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.request_demo_button a {
	display: inline-block;
}
.banner3DContent h4 {
    margin: 10px 0;
    font-size: 24px;
    color: #ffab29;
    font-weight: 600;
    text-transform: uppercase;
}
.hybrid3d{
	background: #fff url(../img/hybrid_bg.jpg) no-repeat center center;
	padding: 50px 0;
	background-attachment: fixed;
	background-size: 100% 100%;
}
.banner3DContent {
    padding-left: 40px;
}
.videoTestimonial {
    padding: 30px 0;
    background: #3c3c3c;
}

.videoTestimonialBx video {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    border: solid 5px #ffffff;
}

.videoTestimonialBx {
    display: flex;
}
.conferenceMobileAppSlider {
    max-width: 223px;
    margin: 0 auto;
    position: relative;
}

#mobile-app {
    position: absolute;
    top: 52px;
    max-width: calc( 100% - 20px );
    left: 12px;
}

/* .mobileLogo {
	display : none; 
}

.mobileLogo img {
	max-width : 80px;
	width : 100%;
}

@media only screen and (max-width: 767px) {
	.mobileLogo {
		display : block !important;
	}
	.desktopLogo{
		display : none; 
	}
} */
#card_accepts { padding:50px 10px; }
#card_accepts h1 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 26px;
    color: #444;
    font-weight: 600;
    text-align: left;
}
#card_accepts img {
    max-width: 100%;
    height: auto;
    width: auto;
    vertical-align: top;
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-width: 400px;
    width: 100%;
}
#privacy-link {
    display: table;
    width: 100%;
    background: url(../img/privacy-banner-wrap.jpg) top center;
    background-size: cover;
}
#privacy-link .hero-vc-container {
    display: table-cell;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle;
}
#privacy-link .hero-vc-container .contents {
    padding: 50px 0;
}
#privacy-link h1 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.checkinbadge a{
	font-size: 28px;padding-bottom: 7px; color: #000; text-decoration: none;
}
.checkinbadge a:hover{
    text-decoration:underline;
}
