Sh3ll
OdayForums


Server : LiteSpeed
System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
User : claqxcrl ( 523)
PHP Version : 8.1.32
Disable Function : NONE
Directory :  /home/claqxcrl/confenda.com/wp-content/themes/beevent/assets/css/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/claqxcrl/confenda.com/wp-content/themes/beevent/assets/css/beevent-style.css
@charset "utf-8";

/*
Theme Name: BeEvent - Conference & Event WordPress Theme
Author: webmasterdriver
Version:4.0
*/

/*===========================

 =  Table of Css
 
	1. General code
		1.1. Typography
		1.2. Button
		1.3. Space margins and padding
		1.4. Form
		1.5. Section-background-color & sectino-heading
		1.6. Overlay-color
		
	2. Header
		2.1 Header-style-1
		2.2 Dropdown-menu
		2.3 Header-style-2
			2.3.1. Header Fixed top
			2.3.2. Navigation
			2.3.3. Dropdown-menu
	3. Intro { Banner CSS}
		3.1. Default Background image
		3.2. Video Background
		3.3. Background Slideshow
	4. Countdown
	5. About Conference 
	6. conference info
	7. Speaker
	8. Schedule
	9. Pricing
	10. FAQ
	11. Newsletter
	12. Sponsors
	13. Conference Venue
	14. Footer
	15. Back to top
	16. Registration form
	17. Latest Blog
	18. Responsive CSS
                                                     
===========================*/



/*====================
	1. General code
==========================*/

body {
	font-family:'Roboto', sans-serif;
	margin:0px;
	padding:0px !important;
	overflow-x:hidden;
	color:#555555;
}

/*------------------
	1.1. Typography
--------------------------*/

h1, h2, h3, h4, h5, h6 {
	color:#111111;
	font-weight:700;
	margin:0 auto 30px;
}
h1 {
	font-size:64px;
}
h2 {
	font-size:54px;
	color:#222222;
}
h3 {
	font-size:44px;
	font-weight:700;
}
h4 {
	font-size:36px;
}
h5 {
	font-size:28px;
	font-weight:500px;
	line-height:32px;
}
h6 {
	font-size:20px;
	color:#555555;
}
p {
	font-size:18px;
	color:#555555;
	line-height:32px;
	font-weight:300;
}

a {
	transition-duration:0.5s;
	 -moz-transition-duration:0.5s;
	  -o-transition-duration:0.5s;
	   -webkit-transition-duration:0.5s;
	   -ms-transition-duration:0.5s;
	text-decoration:none;
	color:#de302f;
}
a:hover, a:focus {
	text-decoration:none;
	color:#de302f;
	outline:none;
}
ul, ol {
	margin:0 auto 20px;
}
ul li, ol li {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 auto 10px;
}
ul.list_style_none, ol.list_style_none {
	list-style:none;
}
ul.list_style_none i, ol.list_style_none i {
	margin:0 12px 0 0;
}
table {
	margin:0 0 0px;
}
table th, table td {
  border: 1px solid #ccc;
  padding: 15px;
}
.panel-body {
  color: #8f8f8f;
  font-size: 16px;
  line-height: 32px;
}
.panel-title a, .panel-title a.collapsed {
	color:#333;
	display:block;
	font-size:24px;
	padding:20px 0;
	line-height:32px;
	text-decoration:none;
}
.modal-header .close {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-size: 29px;
  height: 40px;
  line-height: 40px;
  text-align:center;
  opacity: 1;
  position: absolute;
  right: -5px;
  top: -10px;
  width: 40px;
  border: none;
}
.divider {
  border-bottom:#333 solid 1px;
  float: left;
  height: 0px;
  margin: 20px 0;
  width: 100%;
}
.divider.dashed {
  border-bottom:#333 dashed 1px;
}
.divider.dotted {
  border-bottom:#333 dotted 1px;
}

.divider.double {
  border-bottom:#333 double 4px;
}
.alignleft {
  float: left;
  margin: 10px 20px 20px 0;
}
.alignright {
  float: right;
  margin: 10px 0 20px 20px;
}

/*-----------------
	1.2. Button
-------------------------*/

.btn {
	background:#de302f;
	border:medium none;
	border-radius:0;
	color:#fff;
	font-size:22px;
	font-weight:600;
	line-height:1;
	margin:auto;
	padding:20px 50px;
	text-transform:capitalize;
	-moz-transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
}
form input[type="submit"] {
	background:#de302f;
	border:medium none;
	border-radius:0;
	color:#fff;
	font-size:22px;
	font-weight:600;
	line-height:1;
	margin:auto;
	padding:10px 50px;
	text-transform:capitalize;
	-moz-transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
}
.btn.btn-lg {
	font-size:44px !important;
	font-weight:600 !important;
	padding:50px 108px;
}
.btn-lg-boder-w {
	background:rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border:5px solid #ffffff;
	font-size:36px !important;
	font-weight:600 !important;
	line-height:60px;
	padding:15px 60px;
}
.btn:hover, .btn:focus {
	background-color:#de302f;
	color:#ffffff;
	outline:none;
}
.btn-lg-boder-w:hover {
	border:5px solid #de302f;
}
.btn-lg-boder-r {
	background:rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border:5px solid #de302f;
	font-size:36px !important;
	font-weight:600 !important;
	line-height:60px;
	padding:15px 60px;
	color:#222222;
}
.btn.btn-lg:hover {
	background:#c51514
}
.btn.btn-danger {
	background:#rgba(222, 48, 47, 1) !important;
}
.btn.btn-lg:after {
	font-size:44px;
}
.btn-link, .btn-link:hover {
	color:#de302f;	
}

.btn-group-xs .btn, .btn-xs {
  margin: 0 2px;
}
/*-------------------------------------
	1.3. Space margins and padding
------------------------------------------------*/
.padding_none {
	padding:0px;
}
.padding {
	padding:20px 0;
}
.padding_4x4_30 {
	padding:30px;	
}
.padding_4x4_40 {
	padding:40px;	
}
.padding_50px {
	padding:50px 0;
}
.space-20 {
    width:100%;
    height: 20px;
	clear:both;
}
.space-30 {
    width:100%;
    height: 30px;
	clear:both;
}
.space-40 {
    width:100%;
    height: 40px;
	clear:both;
}
.space-60 {
    width:100%;
    height: 60px;
	clear:both;
}
.space-80 {
    height: 80px;
    width:100%;
}
.margin-btm-20 {
    margin-bottom: 20px;
	clear:both;
}
.margin-none {
	margin:0px;
}


/*-----------------
	1.4. Form
---------------------------*/

.form-control, 
input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"] {
	background:#eeecec none repeat scroll 0 0;
	border:1px solid #eeecec;
	border-radius:0;
	box-shadow:none;
	color:#555555;
	font-size:16px;
	height:50px;
	padding:0 25px;
}
textarea.form-control {
	padding:10px 25px;
	line-height: inherit;
}
textarea {
	background:#eeecec none repeat scroll 0 0;
	border:1px solid #eeecec;
	border-radius:0;
	box-shadow:none;
	color:#555555;
	font-size:16px;
	height:150px;
	padding:0 25px;
}
.form-control:focus {
	border-color:#de302f;
	box-shadow:none;
}
.form-control::-moz-placeholder {
	color:#7e7d7d;
}
.form-group {
	margin:auto auto 17px;
	position:relative
}

.countdown-btn .btn::after {
  content: "";
  font-family: fontawesome;
  font-size: 19px;
  margin-left: 20px;
  position: relative;
  top: -5px;
}


/*-------------------------------------------------
	1.5. Section-background-color & sectino-heading
------------------------------------------------------*/

.secondary-bg {
	background-color:#222222;
	color:#fff;
}
.primary-bg {
	background-color:#de302f;
	color:#fff;
}
.fourth-bg {
	background-color:#161616;
}
.section-padding {
	padding:140px 0px;
}
.inner_pages {
  padding: 100px 0;
}
.less-padding {
	padding:50px 0px;
}
.border-box {
	border:12px solid #cccccc;
	overflow:hidden
}
.section-header {
	margin-bottom:80px
}
.section-header p {
	width:98%;
}
.section_header_style2 p {
	text-decoration:underline;	
}
.div_zindex {
	position:relative;
	z-index:1;
}
.secondary-bg,
.secondary-bg  p, 
.secondary-bg h1, 
.secondary-bg h2,
.secondary-bg h3,
.secondary-bg h4,
.secondary-bg h5,
.secondary-bg h6,
.primary-bg,
.primary-bg p,
.primary-bg h1,
.primary-bg h2,
.primary-bg h3,
.primary-bg h4,
.primary-bg h5,
.primary-bg h6,
.white_text, 
.white_text p, 
.white_text h1,
.white_text h2,
.white_text h3,
.white_text h4,
.white_text h5,
.white_text h6,
.white_text p {
	color:#fff;
}

/*--------------------------------------------
	1.7. parallex-background
---------------------------------------------------*/

.parallex-bg {
  background-attachment: fixed;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/*--------------------------------------------
	1.6. Overlay-color
---------------------------------------------------*/
.dark-overlay {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.red-overlay {
	background:#de302f none repeat scroll 0 0;
	content:"";
	height:100%;
	left:0;
	opacity:0.85;
	position:absolute;
	top:0;
	transition:all 0.5s linear 0s;
	width:100%;
}

/*-------------------------
	2.1 wpb_accordion_section
-----------------------------------*/

.wpb_accordion_section.group {
  background: #ffffff none repeat scroll 0 0;
  margin: 0 0 28px;
  padding: 0 25px;
  position:relative;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
	background:none !important;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
  color: #333333;
  display: block;
  font-size: 28px;
  font-weight: 500;
  padding: 15px 100px 15px 0 !important;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active a {
	color:#de2f2f;
	border-bottom:#dddddd solid 1px;
}
#faq .wpb_accordion_wrapper {
	margin:0 auto;
	max-width:945px;	
}
.faq-accordion .elementor-accordion-item
{
	max-width: 945px;
	margin-left: auto !important;
	margin-right: auto !important; 
}
.wpb_accordion .panel-body {
	padding-bottom:30px;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon, .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon {
  background-position: center center;
  border: 1px solid #cccccc;
  border-radius: 3px;
  cursor: pointer;
  height: 26px !important;
  padding: 7px;
  top: 20px !important;
  width: 26px !important;
  position:absolute;
  right:20px;
}


.wpb_content_element .wpb_tabs_nav li a {
  color: #333333;
  font-size: 20px;
  padding: 15px 31px !important;
}
.wpb_content_element .wpb_tabs_nav li {
  float: left;
  margin: 26px 0 20px !important;
  position: relative;
}
#schedule .wpb_content_element .wpb_tabs_nav li.ui-tabs-active::after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #de2f2f;
  border-style: solid;
  border-width: 16px;
  content: "";
  position: absolute;
  right: -32px;
  top: 13px;
  display:block !important;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
	color:#fff;
	background:#de302f;	
}
.wpb_content_element .wpb_tab.ui-tabs-panel .wpb_content_element {
  padding: 36px 46px 0;
}
#schedule .wpb_content_element .wpb_tab.ui-tabs-panel .wpb_content_element {
  background: #de302f none repeat scroll 0 0;
  margin-bottom: 0;
  margin-left: 34px;
}
.wpb_content_element .wpb_tab.ui-tabs-panel .wpb_content_element:last-child {
	padding-bottom:50px;
}
.wpb_content_element .wpb_tab.ui-tabs-panel .wpb_content_element:last-child .schedule_wrap {
	border:0px;
}
.wpb_tour_next_prev_nav a {
  font-size: 15px;
  text-transform: uppercase;
}
.wpb_tour_next_prev_nav span, .wpb_tour_next_prev_nav span.wpb_next_slide {
	text-align:center !important;
}
.banner_style2.banner_style2extra {
  padding: 0;
}




/*============================
	2. Header & Navigation
==================================*/

/*-------------------------
	2.1 Header-style-1
-----------------------------------*/

header {
	padding:40px 0px
}
.logo h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
  text-align: center;

}
.logo {
  text-align: center;
}
.header_style2 .logo {
  text-align: left;
}
.header_style2 .logo h3 {
  font-size: 24px;
  margin: 6px 0 0;
  text-align: left;
}

.logo h3 a {
	color:#fff;
}
.logo h3 a span, .logo h3 span {
	color:#de302f;	
}
.info-text span {
  color: #fff;
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
}
#menu-toggle-close {
  cursor: pointer;
  display: inline-block;
  padding: 10px;
}
#menu-toggle-bar {
  cursor: pointer;
  display: inline-block;
}
#menu-toggle-bar i, #menu-toggle-close i {
	font-size:30px;
	color:#fff;
	line-height:1
}
header.nav-stacked {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:222;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.admin-bar header.nav-stacked {
  top: 30px;
}
header.nav-stacked.affix {
	padding:30px 0px;
	background:#000;
	box-shadow:3px 0px 8px rgba(0,0,0,0.25);
}
nav.navigation {
  background: hsl(0, 0%, 0%) none repeat scroll 0 0;
  left: 0;
  min-height: 100px;
  padding: 24px 0;
  position: fixed;
  right: 0;
  top: -400%;
  transition-duration: 0.3s;
   -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
     -webkit-transition-duration: 0.3s;
      -ms-transition-duration: 0.3s;
  z-index: 22222;
}

nav.navigation.shownav {
	top:0px;
}
.sub-menu {
  display: none;
}
.admin-bar nav.navigation.shownav {
  top: 21px;
}
nav.navigation ul {
	float:none;
}
nav.navigation ul li {
	padding:0px 15px 0px 0px;
}
nav.navigation ul li:last-child {
	margin-right:0px;
}
nav.navigation ul li a {
	font-size:18px;
	color:#fff;
	display:inline-block;
}
nav.navigation ul li a:hover, nav.navigation ul li.active a, nav.navigation ul li a:focus {
	background:none;
	color:#de302f;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background:none;
}
.default_menu .nav.navbar-nav ul {
	padding:0px;
}
.default_menu .nav.navbar-nav ul > li {
	list-style:none;
	padding:0px 15px 0px 0px;
	margin:0px;
	position:relative;
}
.default_menu .nav.navbar-nav ul > li.page_item {
	float:left;
}
.default_menu .nav.navbar-nav ul > li.page_item .children li {
	float:none;
}
.default_menu .nav.navbar-nav ul li a {
	color:#fff;
	display:inline-block;
}
.default_menu .nav.navbar-nav ul > li.page_item a {
	padding:15px;	
}
.default_menu .nav.navbar-nav ul li a:hover {
	color:#de302f;	
}
.navbar-nav ul.children {
  background-clip: padding-box;
  background-color: #000;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display:none;
  left: 0;
  list-style: outside none none;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
}
ul.dropdown-menu li.menu-item-has-children ul.dropdown-menu {
	left:100%;
	top:0px;
}
.default_menu .nav.navbar-nav li.menu-item-has-children:hover ul.dropdown-menu ul.dropdown-menu {
	display:none !important;
}
.default_menu .nav.navbar-nav li.menu-item-has-children ul.dropdown-menu li.menu-item-has-children:hover ul.dropdown-menu, 
.default_menu .nav.navbar-nav li.menu-item-has-children ul.dropdown-menu ul.dropdown-menu li.menu-item-has-children:hover ul.dropdown-menu {
	display:block !important;
}
.default_menu .nav.navbar-nav li.menu-item-has-children:hover ul.dropdown-menu ul.dropdown-menu ul.dropdown-menu {
  display: none !important;
}
.default_menu .navbar-nav ul.children li {
	padding:0px;
	float:none;
}
.default_menu .nav.navbar-nav ul li:hover ul.children {
	display:block;
}
.default_menu .nav.navbar-nav li.page_item_has_children::after, .default_menu .nav.navbar-nav li.menu-item-has-children::after {
  border-color: #ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 5px;
  content: "";
  position: absolute;
  right: 9px;
  top: 24px;
}
.default_menu .nav.navbar-nav li.menu-item-has-children ul.dropdown-menu li:after {
	top:15px;
}
.navbar-nav ul.children li.page_item_has_children ul.children {
  background: #111111 none repeat scroll 0 0;
  left: 100%;
  right: inherit;
  top: 0;
  display:none;
}
.default_menu .nav.navbar-nav ul li:hover ul.children ul.children {
	display:none;
}
.navbar-nav ul.children li.page_item_has_children:hover ul.children {
	display:block !important;
}




/*-------------------
	2.2 Dropdown-menu
-----------------------*/
.navbar-nav > li.dropdown {
	position:relative;	
}
.navbar-nav > li.dropdown::after {
  border-color: #ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 5px;
  content: "";
  position: absolute;
  top: 48%;
  right: 5px;
}
.dropdown-toggle .caret {
	color:#fff;
}
.dropdown-menu {
  background:#000000;
}
.dropdown a:after:hover .dropdown-menu{
	display:block;
}
.dropdown-menu {
	border-radius:3px;
}
nav.navigation ul li.active .dropdown-menu a {
  color: #fff;
}
nav.navigation ul li .dropdown-menu li {
  display: block;
  margin: 20px auto;
  text-align: left;
}

@media (min-width:768px) {
nav.navigation ul li.dropdown:hover ul.dropdown-menu {
	display:block !important;
}
nav.navigation ul li.dropdown:hover ul.dropdown-menu ul.dropdown-menu {
	display:none !important;
}
nav.navigation ul li.dropdown ul.dropdown-menu:hover ul.dropdown-menu {
	display:block !important;	
}
}

@media (min-width:768px) and (max-width:991px) {
nav.navigation ul li .dropdown-menu li {
  margin: 10px auto;
}

}


/*-------------------------
	2.3 Header-style-2
-----------------------------------*/

/*-----------------------------
	2.3.1. Header Fixed top
--------------------------------------*/
header.header_style2 {
	padding:12px 0;
}
header.header_style2 .logo a {
  line-height: 75px;
}
header.header_style2.nav-stacked {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	overflow:visible;
	z-index: 10000;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	transition: all 0.3s linear;
}
.admin-bar header.header_style2.nav-stacked {
  top: 30px;
}
header.header_style2.nav-stacked.affix {
  background: #000000 none repeat scroll 0 0;
  box-shadow: 3px 0 8px rgba(0, 0, 0, 0.25);
  padding: 5px 0;
}



/*---------------------
	2.3.2. Navigation
--------------------------*/
.nav-stacked.affix {
	background: #111111 none repeat scroll 0 0;
}
.navbar {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	margin: 0 auto !important;
	padding: 12px 0;
}
.navbar-collapse {
	padding: 0;
}
.nav > li {
	margin: 0;
}
.navbar .navbar-nav > li > a {
	color: #fff;
	display:inline-block;
}
.navbar .navbar-nav > li > a:focus, .navbar .navbar-nav > li > a:hover {
	color: #de302f;
}
.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:focus, .navbar .navbar-nav > .active > a:hover {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #de302f;
}
.navbar-nav {
	float: right;
}
header.header_style2 .nav > li {
	padding:0px 25px; 
}
.navbar-nav > li:nth-child(1) {
	padding-left: 0;
}
header.header_style2 .navbar-nav > li > a {
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  padding: 15px 26px;
}





/*-------------------------
	2.3.3. Dropdown-menu
----------------------------------*/
header.header_style2 ul.navbar-nav li.active .dropdown-menu a, header.header_style2 ul.navbar-nav li:hover .dropdown-menu a {
  color: #fff;
}
ul.nav.navbar-nav li .dropdown-menu li {
  display: block;
  margin: 20px auto;
  text-align: left;
}

header.header_style2 ul.navbar-nav li.active .dropdown-menu a:hover, header.header_style2 .dropdown-menu a:hover {
	color:#222 !important;
}

header.header_style2 .dropdown-menu>li>a {
    font-size: 18px;
}
.header_style1 nav.navbar.navbar-expand-lg {
    float: left;
}
.header_style1 .navbar .navbar-nav > li > a {
    padding: 0px 15px;
}
.text-right{ text-align: right; }
.text-left{ text-align: left; }
.text-center{ text-align: center; }
@media (min-width:768px) {
ul.navbar-nav li.dropdown:hover ul.dropdown-menu {
	display:block !important;    padding: 16px 2px 2px;
}
.gt-event-tabs .active {
    width: 100%;
}
}






/*===========
	3. Intro
===================*/

.banner-section {
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	position:relative;
	overflow:hidden;
}


/*-----------------------------------
	3.1. Default Background image
------------------------------------------*/

.banner-content {
	padding:140px 0;
}
.banner-content h1 {
	font-size:90px;
	color:#fff;
}
.banner-fixed {
	display:table-cell;
	height:100vh;
	width:1%;
	vertical-align:middle;
	text-align:center;
	z-index:1
}
.banner-tagline p {
	font-size:24px;
	color:#fff;
	line-height:auto !important;
	margin-top:20px;
}


/*-------------------------------------------
	3.1.2. Default Background image Style 2
-------------------------------------------------*/

.banner_style2 .banner-fixed {
  display: block;
  height: auto;
  padding: 120px 0 100px;
  position: relative;
  vertical-align: middle;
  text-align:left;
  width: 100%;
  z-index: 1;
}
.banner_style2 .banner-content {
	padding: 0;
}
.banner-form {
	background: #ffffff none repeat scroll 0 0;
	padding: 26px;
}
.banner-form h4 {
  font-weight: 400;
  line-height: 36px;
}
.select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.select::after {
  color: hsl(0, 0%, 53%);
  content: "";
  cursor: pointer;
  font-family: fontawesome;
  font-size: 12px;
  padding: 14px 2px;
  pointer-events: none;
  position: absolute;
  right: 8px;
  top: 0;
}



/*----------------------------------
	3.2. Video Background
--------------------------------------*/
.video {
  bottom: 0;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0px);
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}


/*----------------------------------
	3.3. Background Slideshow
--------------------------------------*/
.slides {
  background-position: center top;
  background-size: cover;
  height:100vh;
  position:relative;
}
.masked::after {
  background-color: rgba(0, 0, 0, 0.78);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index:-1;
}
.banner_style2 .masked::after {
	z-index:0;
}
.slider-page .banner_style2 {
  padding: 0;
}
.banner_style2 {
	padding:150px 0;
}



/*================
	4. Countdown
========================*/

.countdown-tab {
	position:relative
}
.counter-sec {
	position: absolute;
	bottom:0px;
	left:5%;
	right:0px;
	padding:0px 15px;
	z-index:1
}
.half-width {
	width:50%;
	float:left;
}
.coming-timer {
	margin:0 auto;
	background:#161616;
	padding:22px 0px;
}
.countdown-counter {
	margin:0 auto;
	padding:22px 0px;
	background:rgba(34,34,34,0.65);
}
.countdown-amount:after {
	content:"";
	height:100%;
	width:1px;
	background:#444445;
	position:absolute;
	top:0px;
	right:-21px;
}
.countdown-amount:last-child:after {
	margin:0px;
	width:0px;
}
.countdown-amount:last-child {
	margin:0px;
}
.countdown-period {
	display:block;
	font-size:17px;
	line-height:1;
	text-align:center;
	font-weight:300;
	margin-top:3px;
	text-transform:capitalize;
}
.countdown-amount {
	color:#fff;
	font-size:50px;
	font-weight:700;
	display:inline-block;
	list-style:outside none none;
	margin:0 42px 0px auto;
	padding:15px 0px;
	text-align:center;
	width:auto;
	position:relative;
	line-height:1;
	display:inline-block;
	vertical-align:middle;
}
.timer-extra-css h6 {
	margin-top:80px;
}
.timer-extra-css .countdown_style2 {
	margin-bottom:75px;
}


/*========================
	4.1. Timer CountDown 
=================================*/

.vc_row {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.vc_col {
  display: flex;
}
.timer_wrap {
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
}
.timer_wrap h6 {
  line-height: 50px;
  margin-bottom: 30px;
  text-decoration: underline;
}
.conference_date {
	font-weight:300;
	font-size:36px;
	line-height:50px;
	margin:0px;	
}
.countdown_style2 {
  width: 100%;
}
.countdown_style2 .countdown-amount {
	border: 1px solid #434242;
	padding:18px;
	margin:0 5px;
}
.countdown_style2 .countdown-amount:after {
	display:none;
}



/*=====================
	5. About Conference 
============================*/

.about-section {
	position:relative
}
.about-content p {
	margin-bottom:40px;
}
.carousel {
	position:relative;
	overflow:hidden
}
.carousel-inner .item img {
	width:100%
}
.carousel-control {
	box-shadow:none;
	background:transparent
}
.left.carousel-control, .right.carousel-control, #about .flexslider .flex-prev, #about .flexslider .flex-next {
	background:#de302f none repeat scroll 0 0;
	bottom:0;
	font-size:40px;
	height:45px;
	line-height:22.5px;
	opacity:1;
	padding:0 !important;
	position:absolute;
	text-shadow:none;
	top:inherit;
	width:58px;
}
.left.carousel-control {
	right:65px !important;
	left:auto
}
.right.carousel-control {
	right:0px !important;
}
#about .flex-control-nav {
	display:none;
}
#about .flexslider {
	margin:0px;
	border:0px;
}
#about .flexslider .flex-prev, #about .flexslider .flex-next {
  color: #ffffff;
  font-size: 0;
  left: inherit;
  opacity: 1;
  right: 0;
  text-align: center;
  top: inherit;
}
#about .flexslider .flex-prev {
	right:60px;
}
#about .flexslider .slides img {
  height: auto;
}
#about .flex-direction-nav a::before {
  font-size: 24px;
  position: relative;
  top: 11px;
}
#about .conference-gallery ul {
	padding:0px;
	margin:0 auto;
}
#about .conference-gallery ul li {
	position:relative;
	left:0px;
	float:left;
	clear:inherit;
	list-style:none;
}
#about .conference-gallery ul li img {
	max-width:100%;
	height:auto;
}




/*==========================
	5. About Us Section
===================================*/
.conference-gallery .isotope-item {
  margin-bottom: 30px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  width: 48%;
}
.about-m-content p {
	margin-bottom: 30px;
}
.abut-event-img:nth-child(3n) {
  clear: left;
}
.abut-event-img img {
  max-width: 100%;
  transition-duration: 0.3s;
   -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
     -webkit-transition-duration: 0.3s;
      -ms-transition-duration: 0.3s;
	  
  transform:scale(1);
	 -moz-transform:scale(1);
	  -o-transform:scale(1);
	   -webkit-transform:scale(1);
		-ms-transform:scale(1);
}
.abut-event-img:hover img {
	transform:scale(1.1);
	 -moz-transform:scale(1.1);
	  -o-transform:scale(1.1);
	   -webkit-transform:scale(1.1);
	    -ms-transform:scale(1.1);
}
.abut-event-img {
	margin:0 auto 30px;
	overflow:hidden;
}
.about-m-content .wpb_gallery_slides ul li {
	float:left;
}



/*==========================
	6. our-conference info
====================================*/

.our-conference {
	background-image:url(../images/our-conference-bg.jpg);
	position: relative;
}
.conference-m-box {
	position: relative;
	z-index: 1;
}
.conference-info {
	color: #ffffff;
}

.conference-info span {
	color: #ffffff;
	font-size: 28px;
	font-weight: 600;
	line-height: 70px;
	text-align: center;
}
.conference-info .fa {
	display: block;
	font-size: 80px;
}
.resever-today h2 {
	color: #ffffff;
	margin-bottom: 40px;
}
.conf-icon-m {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	margin-bottom: 40px;
	overflow: hidden;
	padding-bottom: 40px;
}

/*===================
	6. conference info
==========================*/

.conference-content-box {
	padding-left:43px;
	overflow:hidden;
}
.conference-price {
	overflow:hidden;
	padding:40px 0;
}
.conference-price > p {
	color:#ffffff;
}
.conference-amount {
	color:#ffffff;
	font-size:40px;
	font-weight:300;
	line-height:52px;
}
.conference h2 {
	color:#ffffff;
}
#conference {
	position:relative;
}
.vc_row {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}
.vc_col { 
	display:flex;
}
.vc_column-inner {
  display: block;
  width: 100%;
}
.width50-right {
  float: right;
  max-width: 570px;
  padding-right: 60px;
  flex-direction: column;
}
.width50-left {
  float: left;
  max-width: 570px;
  padding-left: 60px !important;
  flex-direction: column;
}
.section-conference-bg {
	background-image:url(../images/conference-start-box-bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
}
.spekers-tickets-box {
	margin-bottom:35px;
	overflow:hidden;
	padding-top:10px;
}
.spekers-tickets-info {
	background:#222222 none repeat scroll 0 0;
	border-radius:50%;
	color:#ffffff;
	display:inline-block;
	font-size:28px;
	height:195px;
	line-height:70px;
	margin-right:15px;
	padding:42px 20px;
	text-align:center;
	width:195px;
	font-weight:300;
}
.conference-start-box {
	overflow:hidden;
	position:relative;
	z-index:1;
}
.spekers-tickets-info .fa {
	display:block;
	font-size:54px;
}

/*====================
	7. Event Gallery
===============================*/

#gallery_slider {
  background: #000000 none repeat scroll 0 0;
}
#gallery_slider .owl-item {
  opacity: 0.2;
  cursor:pointer;
  transition-duration:0.8s;
}
#gallery_slider .owl-item img {
  width: 100%;
}
#gallery_slider .owl-item:hover {
  opacity: 1;
}
.owl-buttons, .owl-nav {
  color: #de2f2f;
  font-size: 30px;
  height: 1px;
  left: -60px;
  overflow: visible;
  position: absolute;
  right: -60px;
  text-align: center;
  top: 40%;
}
.owl-prev {
  border: 2px solid #de302f;
  float: left;
  height: 47px;
  width: 47px;
}
.owl-next {
  border: 2px solid #de302f;
  float: right;
  height: 47px;
  width: 47px;
}
.owl-pagination {
	display:block
}
.owl-pagination, .owl-dots {
	width:100%;
	display:block;
	margin:auto;
	text-align:center
}
.owl-pagination:after {
	content:"";
	clear:both;
	display:block
}
.owl-theme .owl-dots {
	padding-top:15px;
}
.owl-pagination .owl-page, .owl-theme .owl-dots .owl-dot span {
	height:10px;
	width:10px;
	background:#d7d6d6;
	border-radius:50%;
	display:inline-block;
	margin:25px 5px 0px;
}
.owl-pagination .owl-page.active, .owl-theme .owl-dots .owl-dot.active span  {
	height:16px;
	width:16px;
	border-radius:50%;
	background:#de302f !important;
	position:relative;
	top:2px;
}
#gallery_slider .owl-pagination {
	display: none;
}
#gallery_slider .owl-item.active {
	opacity:1;
}


/*===============
	7. Speaker
======================*/

.speaker-info {
	margin-bottom:5px;
	padding:15px 0;
}
.speaker-info h5 {
	margin-bottom:0px;
	color:#de302f;
}
.speaker-info h6 {
	font-size:16px;
	font-weight:300;
	line-height:32px;
}
.speaker-info-box {
	position:relative;
}
.social-icons a {
  color: #ffffff;
  font-size: 40px;
  line-height: 100%;
  margin-left: 10px;
  margin-right: 10px;
}
.social-icons {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	width:100%;
}
.speaker-info-box:hover .speaker-hover {
	opacity:1;
}
.speaker-hover {
	background:rgba(222, 48, 47, 0.80) none repeat scroll 0 0;
	height:100%;
	left:0;
	opacity:0;
	position:absolute;
	right:0;
	top:0;
	transition:all 0.5s linear 0s;
	vertical-align:middle;
	width:100%;
}
.social-icons a > i {
  font-size: 30px;
}

/*====================
	9. Our Speakers
==============================*/

.speakers_wrap {
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 25px;
  position: relative;
}
.our_speaker_img {
  float: left;
  width: 36%;
  margin:0;
  position:relative;
  transition-duration:1s;
   -moz-transition-duration:1s;
    -o-transition-duration:1s;
     -webkit-transition-duration:1s;
      -ms-transition-duration:1s;
}
.our_speaker_img img {
	border-radius:50%;
	max-width:100%;
	    height: 240px;
    width: 240px;
    object-fit: cover;
}
.speakers_info {
  float: left;
  margin-left: 3%;
  margin-top: 3%;
  width: 59%;
  position:relative;
   transition-duration:1s;
   -moz-transition-duration:1s;
    -o-transition-duration:1s;
     -webkit-transition-duration:1s;
      -ms-transition-duration:1s;
}
.speakers_info h5 {
  color: #de2f2f;
  margin: 14px 0;
}
small {
  color: #545454;
  display: block;
  font-size: 13px;
  font-style: italic;
  font-weight: 500;
  margin: 0 0 18px;
}
.speakers_info p {
	color:#555;
	font-size:15px;
	line-height:24px;	
}
.speakers_follow_us {
  float: left;
  height: 100%;
  position: absolute;
  right: -36%;
  text-align: center;
  top: 0;
  background:#fff;
  width: 36%;
  transition-duration:0.3s;
   -moz-transition-duration:0.3s;
    -o-transition-duration:0.3s;
     -webkit-transition-duration:0.3s;
      -ms-transition-duration:0.3s;
}
.speakers_follow_us ul {
  left: 0;
  margin: 0;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.speakers_follow_us ul li {
	display:inline-block;
	vertical-align:middle;
	margin:2px 10px;
}
.speakers_follow_us ul li a {
	display:inline-block;
	color:#333;
	font-size:28px;
}
.speakers_follow_us ul li a:hover {
	color:#de302f;
}
.speakers_wrap:hover .speakers_follow_us {
	right:0px;
}
.speakers_wrap:hover .our_speaker_img {
	margin-left:-100%;
}



/*===============
	8. Schedule
======================*/

.day-time-m {
	padding-bottom:70px;
	text-align:center;
}
.day-time-m ul {
    padding: 0;
    text-align: center;
    margin: 0 auto;
    display: block;
    border: none;
}
.day-time-m .nav-tabs button {
    color: #fff;
    padding: 3px 25px;
    border:3px solid #ffffff;    border-radius: 0;
}
.day-time-m .nav-tabs button.active {
    background: red;
    border-color: red;
    color: #fff;
}
.day-time-m li {
	
	display:inline-block;
	font-size:20px;
	font-weight:300;
	line-height:35px;
	list-style:outside none none;
	margin:0 10px;
	text-align:center;
	position:relative;
}
.day-time-m li.active, .day-time-m li:hover {
	background:#de302f none repeat scroll 0 0;
	border-color:#de302f;
}
.day-time-m .nav-tabs button.active::after {
    border-color: hsl(0deg 100% 50%) hsla(0, 0%, 0%, 0) hsla(0, 0%, 0%, 0);
    border-style: solid;
    border-width: 12px;
    content: "";
    height: 12px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 96px;
    width: 12px;
}
.day-time-m li a {
	color:#ffffff;
	display:block;
	padding:3px 25px;
}
.conference-time-list {
	border-top:3px solid #393939;
	overflow:hidden;
	position:relative;
}
.conference-time-list:nth-last-child(1) {
	border-bottom:3px solid #393939;
}
.conf-user-time {
	color:#ffffff;
	float:left;
	padding:15px;
	text-align:center;
	width:135px;
	font-weight:300;
}
.conf-user-time span.time {
	display:block;
	font-size:44px;
	line-height:60px;
}
.time-schedule {
	display:block;
	font-size:20px;
	text-align:right;
}
.conf-user-img {
	float:left;
	padding:29px 20px;
	width:100px;
}
.conf-user-info {
  float: left;
  padding: 34px 0;
  width: 465px;
}
.conf-user-info h5 {
	color:#fff !important;
	margin-bottom:10px;
}
.conf-user-info h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin: 0 auto;
}
.conf-user-content {
	overflow:hidden;
	padding-top:25px;
}
.conf-user-content p {
	color:#ffffff;
	font-size:16px;
}
.conf-close {
	background:#de302f none repeat scroll 0 0;
	border-radius:50%;
	color:#ffffff !important;
	display:inline-block;
	font-size:31px;
	height:52px;
	line-height:52px;
	position:absolute;
	right:23px;
	text-align:center;
	top:45px;
	width:52px;
	cursor:pointer;
}
.conf-close:hover {
	color:#fff;
}
.conf-close.menu-down {
	transform:rotate(89deg);
}

/*===========================
	8. Conference Schedule
========================================*/

.conference_schedule {
	background-image:url(../images/schedule_bg.jpg);	
}
.conference_schedule .tab-content {
  background: #de2f2f none repeat scroll 0 0;
  color: #ffffff;
  padding: 48px;
  margin-left:28px;
}
.conference_schedule .nav-tabs {
	border:0px;
	padding:0px;
	margin:0px;
}
.conference_schedule ul.nav-tabs li.active a, 
.conference_schedule ul.nav-tabs li a:hover, 
.conference_schedule .nav-tabs li a:focus {
  background: #DE2F2F none repeat scroll 0 0 !important;
}
.conference_schedule .nav-tabs > li.active > a, 
.conference_schedule .nav-tabs > li.active > a:focus, 
.conference_schedule .nav-tabs > li.active > a:hover, 
.conference_schedule .nav-tabs > li > a:hover {
	color:#fff;
	border:0px;
}
.conference_schedule .nav-tabs li {
	list-style:none;
}
.conference_schedule .nav-tabs li a {
  background: #cccccc none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  color: #333333;
  display: block;
  font-size: 20px;
  line-height: 50px;
  padding: 4px 60px;
}

.schedule_wrap {
  border-bottom: 1px solid #212121;
  margin-bottom: 15px;
  overflow: hidden;
  padding: 0 0 15px;
}
.schedule_time {
	font-size:20px;	
	font-weight:500;
}
.schedule_time span {
	font-size:14px;
	font-weight:300;	
}
.schedule_speaker_info {
	float:left;
	width:106px;	
}
.schedule_speaker_info img {
	max-width:100%;
	height:auto;
}
.schedule_speaker_info p {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
  margin-top: 7px;
}
.schedule_info {
  float: right;
  width: 78%;
}
.schedule_info p {
	font-size:18px;
	line-height:32px;	
}
#schedule .nav-tabs li {
  margin:26px 0 20px;
  position:relative;
}
#schedule .nav-tabs li a {
	background:#fff;
}

#schedule .nav-tabs li.active::after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #de2f2f;
  border-style: solid;
  border-width: 16px;
  content: "";
  position: absolute;
  right: -25px;
  top: 13px;
}
.sechedule_download {
	font-size:16px;
	color:#fff;
	font-weight:500;
	display:inline-block;
	margin:0 auto 10px;	
}
#schedule .wpb_tabs_nav.ui-tabs-nav {
	padding-right:20px;	
}



/*===============
	9. Pricing
======================*/

.regi-price-table {
	margin-bottom:29px;
	overflow:hidden;
}
.pricing_wrap:nth-child(3n) {
  clear: left;
}
.table-price-box {
	display:table-cell;
	padding:19px 21px;
	vertical-align:top;
	width:250px;
	text-align:center;
}
.table-price-detail {
	display:table-cell;
	padding:30px 21px;
	vertical-align:top;
	width:281px;
}
.table-price-box h5 {
	color:#ffffff;
	margin-bottom:25px;
}
.regi-price-box {
	border-top:1px solid #4e4e4e;
	overflow:hidden;
	padding-top:25px;
}
.regi-price-box p {
	color:#de302f;
	font-size:54px;
	line-height:50px;
}
.table-price-detail ul {
	padding-left:0px;
	margin:0px;
}
.table-price-detail li {
  color: hsl(0, 0%, 13%);
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  list-style: outside none none;
  margin: 24px 0;
}
.table-price-detail li:last-child {
	margin-bottom:24px;
}
.table-price-detail li .fa {
	margin-right:5px;
}
.regi-price-btn-box {
	margin:0 auto;
	padding-top:10px;
	text-align:center;
}

/*================
	10. Priceing
=======================*/

.event_plan  {
	background-image:url(../images/pricing_bg.jpg);	
}
.event_priceing {
  background: #212121 none repeat scroll 0 0;
  border: 8px solid #4c4c4c;
  border-radius: 0;
  padding: 0 25px 25px;
 transition-duration:0.3s;
   -moz-transition-duration:0.3s;
    -o-transition-duration:0.3s;
     -webkit-transition-duration:0.3s;
      -ms-transition-duration:0.3s;
}
.plan_name {
  margin-left: -28px;
  margin-top:-3px;
}
.plan_name h6 {
  background: #212121 none repeat scroll 0 0;
  display: inline-block;
  line-height: 50px;
  margin: 0;
  padding: 0 30px;
  text-decoration: underline;
}
.plan_price {
  padding: 30px 0 40px;
}
.plan_price p {
  font-size: 64px;
  font-weight: 500;
  line-height: 60px;
  margin: 0;
}
.event_priceing ul {
	margin:0 0 30px;
	padding:0px;
	list-style:none;
}
.event_priceing ul li {
  border-top: 1px solid #333333;
  font-size: 18px;
  line-height: 30px;
  margin: 0;
  padding: 14px 2px;
}
.event_priceing ul li i {
	margin:0 12px 0 0;
}
.event_priceing ul li:last-child {
  border-bottom: 1px solid hsl(0, 0%, 20%);	
}
.event_priceing .btn {
	font-weight:500;
	margin:12px 0; 
}

/*======================
	11. Testimonial
==============================*/

#testimonial_slider {
  clear: both;
}
#testimonial_slider .item {
	border:#ccc solid 1px;
	padding:26px;
	margin:1px 15px;
}
#testimonial_slider .item p {
	font-size:16px;
	line-height:30px;
	color:#555;	
}
#testimonial_slider .item h5 {
	margin:8px 0 10px;	
	color:#de302f;
}
.testimonial_img {
	float:left;
	width:80px;
	margin:0 25px 0 0;
	height:80px;
	overflow:hidden;	
}
.testimonial_img img {
	max-width:100%;
	border-radius:50%;
}
.testimonial_head {
	overflow:hidden;
	margin:0 0 15px;
}


/*===============
	10. FAQ
======================*/

section#faq {
	position:relative;
}
.faq-box-m {
	overflow:hidden;
	padding-right:90px;
}
.faq-box-m h2 {
	color:#ffffff;
	margin-bottom:45px;
}
.panel-group .panel {
	background:transparent none repeat scroll 0 0;
	border:medium none;
	border-radius:0;
	padding:0px 0 0;
	box-shadow:none;
	border-top:1px solid #717171;
}
.panel-group .panel:nth-last-child(1) {
	border-bottom:1px solid #717171;
}
.panel.panel-default:last-child {
	padding-bottom:0px;
}
.panel-group {
	margin-bottom:0;
}
.panel-heading {
	position:relative;
	padding:0;
}
.panel-body {
	background-color:transparent;
	padding:0;
	margin-bottom:25px;
}
.panel-body p {
	color:#908f8f;
	font-size:16px;
	line-height:32px;
}
.faq-box-m .panel-title a ,  #faq .vc_toggle_title h4{
	color:#ffffff;
	display:block;
	font-size:24px;
	text-decoration:none;
	margin-bottom:24px;
}
.panel-default > .panel-heading {
	background:none;
}
#faq .vc_toggle  {
	border-top:#717171 solid 1px;
	margin-bottom:0px;
	padding-top:22px;
}
#faq .vc_toggle:last-child {
	border-top:#717171 solid 1px;
}
#faq h2 {
	margin-bottom:45px;
}
.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
	border-top:none;
}
.faq-box-m .panel-title a.collapsed {
	background-color:transparent;
	color:#fff;
}
.sport-video-box > h2 {
	color:#ffffff;
	line-height:70px;
}
.sport-video-box {
	padding:0 40px;
	position:relative;
	z-index:1;
}
.video-box {
	margin-top:50px;
	overflow:hidden;
}
.video-box iframe {
  border: 0 none;
  height: 300px;
  width: 100%;
}
.faq_bg {
	background-image:url(../images/faq-video-box-bg.jpg);	
}

#faq iframe {
	width:100%;
}



/*===============
	11. FAQ
======================*/
.faq_m {
	background-image:url(../images/faq_bg.jpg);	
}
.faq_group {
	margin:0 auto;
	max-width:945px;	
}
.faq_group.panel-group .panel {
  background: #ffffff none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  margin-bottom: 28px;
  overflow: hidden;
  padding: 0 35px;
}
.faq_group .panel-default > .panel-heading {
  background: #ffffff none repeat scroll 0 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.faq_group .panel-default > .panel-heading h4 a {
  color: #de2f2f;
  font-size: 28px;
  font-weight: 500;
  padding-right: 100px;
}
.faq_group .panel-default > .panel-heading h4 a.collapsed {
  color: #333333;
}
.faq_control .fa {
  display: block;
}
.panel-default > .panel-heading h4 a.collapsed .fa-plus-square {
  display: block;
}
.panel-default > .panel-heading h4 a.collapsed .fa-minus-square {
  display: none;
}
.panel-default > .panel-heading h4 a .fa-plus-square {
  display: none;
}
.faq_control {
  position: absolute;
  right: 4px;
  top: 21px;
}
.faq_group.panel-group .panel-heading + .panel-collapse > .list-group, .faq_group.panel-group .panel-heading + .panel-collapse > .panel-body {
	border-top:#dddddd solid 1px;
	padding:20px 0;
}
.faq_group.panel-group .panel-body p {
	color:#555;
}





/*===============
	11. Newsletter
======================*/

.subscribe-newsletter {
  background: #222 none repeat scroll 0 0;
  margin: 0 auto;
  text-align: center;
}
.newslette-iframe {
  border: medium none;
  height: 100px;
  width: 100%;
}
.subscribe-form > h2 {
   color:#fff;
  display: inline-block;
  line-height: 65px;
  margin: 0 35px 0 0;
  vertical-align: top;
}
.form-group.newsletter-input {
	display:inline-block;
	margin:0 -3px 0 auto;
	vertical-align:top;
	width:100%;
}
.newsletter-btn {
  background: #de302f none repeat scroll 0 0 !important;
  border: 0 none;
  color: #ffffff;
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
  height: 50px;
  padding: 3px 16px;
  position: absolute;
  right: -2px;
  vertical-align: top;
  top:0px;
}
.subscribe-form form {
  display: inline-block;
  vertical-align: middle;
}
#newsletter form {
	position:relative;
}
#newsletter form .tnp-field > label[for="tnp-email"] {
	display:none;	
}
#newsletter form .tnp-email {
	width:490px;	
	padding-right:70px;
}
#newsletter form .tnp-field-button {
  height: 30px;
  position: absolute;
  right: 20px;
  top: 17px;
  width: 40px;
  z-index: 1;
}
#newsletter form .tnp-field-button input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  float: left;
  font-size: 0;
  height: 30px;
  position: relative;
  width: 40px;
}
#newsletter form .tnp-field-button::after {
  color: #222222;
  content: "\f1d8";
  font-family: fontawesome;
  font-size: 25px;
  position: absolute;
  right: 10px;
  top: -3px;
  z-index: -1;
}
.newsletter-form-2 .subscribe-form {
  margin: 0 auto;
  max-width: 430px;
  position:relative;
}
.newsletter-form-2 .subscribe-form .mc4wp-form-fields {
	position:relative;
}
.newsletter-form-2 .subscribe-form p {
	margin:0px;
}



/*==============
	12. Sponsors
====================*/

.sponsors-list {
	margin:0 auto;
	overflow:hidden;
	text-align:center;
}
.sponsors-list > ul {
	margin:0 auto;
	padding:0;
}
.sponsors-list li {
  display: inline-block;
  list-style: outside none none;
  margin-bottom: 48px;
  margin-left: 15px;
  margin-right: 15px;
}

/*================
	13. Sponsors
=======================*/

#sponsors_slider {
	clear:both;
}
#sponsors_slider .item {
  display: table;
  height: 200px;
  padding: 14px;
  text-align: center;
  width: 100%;
}
#sponsors_slider .item img {
	max-width:100%;
	width:auto;
	display:inline-block;
}

.vertical_align_md {
  outline:#dddddd solid 1px;
  display: table-cell;
  vertical-align: middle;
}

#become_sponsor {
	position:relative;
}

/*=====================
	13. Conference Venue
==============================*/

.contact-info-box, #venue .contact-info-box{
	padding:50px 100px;
	text-align:center;
}
.contact-info-box h5 {
  font-size: 26px;
  font-weight: 300;
  line-height: 40px;
  margin: 15px 0 50px;
}
.contact-info-box h5 a {
	color:#111;
}
.contact-info-box h5 a:hover {
	color:#de302f;
}
.contact-info-details {
	overflow:hidden;
	padding-bottom:20px;
}
.direction-icon {
	color:#111111;
	margin-bottom:5px;
}
.contact-info-details .fa, .contact-info-box .fa {
	font-size:80px;
}
.contact-info-details h5 {
  font-size: 26px;
  font-weight: 300;
  line-height: 40px;
  margin: 8px 0;
  text-align:center;
}
.contact-info-details a {
	color:#111111;
}
.contact-info-details a:hover {
	color:#de302f;
}
.g-map-m .gmap {
	height:666px;
	width:100%;
}


/*================
	14. Venue
=======================*/

.conference_venue {
	background-image:url(../images/venue_bg.jpg);	
}
.venue_info_box {
  border: 1px solid #de2f2f;
  min-height: 275px;
  padding: 50px;
  text-align: center;
}
.venue_info_box .fa {
	font-size:80px;
	margin:0 0 10px;
	clear:both;
	display:block;	
}
.venue_info_box a {
	display:inline-block;
	font-size:18px;
	color:#fff;
	margin:0 0 10px;
	clear:both;
}
.venue_info_box a:hover {
	color:#de302f;
}	
#map .gmap {
  height: 516px;
  width: 100%;
}
.event_priceing .plan_price {
    font-size: 50px;
    color: #fff;
}
/*==============
	14. Footer
=======================*/

/*----------------------------
	14.1. Footer-style-2
------------------------------------*/
.footer-social-tab {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.footer-social-tab ul {
  margin: 0;
  padding: 0;
}
.footer-social-tab ul li {
  display: inline-block;
  list-style: outside none none;
  margin-bottom: 80px;
  margin-top: 80px;
  vertical-align: middle;
}
.footer-social-tab a {
  border: 1px solid hsl(0, 1%, 35%);
  border-radius: 50%;
  color: hsl(0, 0%, 100%);
  display: block;
  font-size: 35px;
  height: 80px;
  line-height: 80px;
  margin: 0 22px;
  width: 80px;
}
.footer-social-tab a:hover {
  border: 1px solid hsl(0, 73%, 53%);
  color: hsl(0, 73%, 53%);
}
.footer-logo-text {
  margin: 0 0 100px;
}
.footer-logo-text p {
  color: #353535;
  font-size: 288px;
  font-weight: 700;
  line-height: 250px;
  text-align: center;
  text-transform: capitalize;
}
.copyright {
	overflow:hidden;
	padding:50px 0;
	text-align:center;
	position:relative;
}
.copyright p {
  color: hsl(0, 0%, 100%);
  font-size: 16px;
}



/*----------------------------
	14.2. Footer-style-2
------------------------------------*/

.footer-pd {
	padding:60px 0;
}
footer p {
	font-size:18px;
	margin:0px;
}
footer.footer-pd p {
  font-size: 15px;
}
.social_links {
	margin:0px;
	padding:0px;
}
.social_links li {
	list-style:none;
	display:inline-block;
	vertical-align:middle;
	margin:0px;
}
.social_links li a {
	display:block;
	color:#fff;
	margin:0 0 0 18px;
	font-size:20px;
}
.social_links li a:hover {
	color:#de302f;	
}
.footer_logo h3 {
	margin:0px;
}




/*================
	15. Back to top
=========================*/

.back-top {
	bottom:20px;
	position:fixed;
	right:30px;
	z-index:1;
}
.back-top a {
  background: hsl(0, 0%, 0%) none repeat scroll 0 0;
  border-radius: 0;
  color: hsl(0, 0%, 100%);
  display: block;
  font-size: 31px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  vertical-align: top;
  width: 52px;
}
#back-top a:hover {
	opacity:0.57;
}


/*========================
	16. Registration form
================================*/

label.error.wobble-error {
  color: #de302f;
  display: block;
  font-weight: 400;
  margin: 0;
  padding: 3px 0 0 3px;
  text-align: left;
}

.modal-message {
  text-align: center;
}
.modal-message .modal-dialog {
  top: 30%;
}
#registration_form

.banner-form .success-message, .banner-form .error-message{
	display:none;	
}
.banner-form .success-message.show-message {
  display: block;
  margin-top: 13px;
  text-align: center;
}
.banner-form .error-message.show-message {
  display: block;
  margin-top: 13px;
  text-align: center;
}
.banner-form label.error.wobble-error, .banner-form span.wpcf7-not-valid-tip {
  background: #de302f none repeat scroll 0 0;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  font-size: 12px;
  font-weight: 400;
  left: -160px;
  margin: 0;
  padding: 1px 9px;
  position: absolute;
  text-align: left;
  top: 31%;
}
.banner-form label.error.wobble-error:after, .banner-form span.wpcf7-not-valid-tip:after {
	content:"";
	position:absolute;
	right:-12px;
	top:4px;
	border-style:solid;
	border-width:6px;
	border-color:transparent transparent transparent #de302f;	
}
.banner-form .wpcf7-form-control-wrap {
	display:block;
}
span.wpcf7-not-valid-tip {
	text-align:left;
}
.banner-form .form-control, .banner-form input[type="text"], .banner-form input[type="email"], .banner-form input[type="url"], 
.banner-form input[type="password"], .banner-form input[type="search"] {
  background: #eeecec none repeat scroll 0 0;
  border: 1px solid #eeecec;
  border-radius: 0;
  box-shadow: none;
  color: #555555;
  font-size: 14px;
  height: 38px;
  padding: 0 20px;
}
select {
  background: #eeecec none repeat scroll 0 0;
  border: 1px solid #eeecec;
  color: #555555;
  font-size: 14px;
  height: 38px;
  padding: 0 20px;
  width:100%;
}



.banner-form .form-group {
  margin: auto auto 12px;
  position: relative;
}



/*=======================
	17. Latest Blog
================================*/

.blog_wrap h5 {
	margin:0 auto 10px;	
}
.blog_wrap h5 a {
	color:#222;	
}
.blog_wrap h5 a:hover {
	color:#de302f
}
.blog_wrap p {
	font-size:16px;
	line-height:26px;	
}
.blog_img {
	overflow:hidden;
}
.blog_img img {
	max-width:100%;
}
.blog_img a {
	display:block;
}
.blog_meta p {
	font-size:13px;
	margin:0px;	
	font-weight:400;
	color:#de302f;
}

/*================
	19. Blog-Page
=========================*/

.inner-pages {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  overflow: hidden;
  position: relative;
  padding:90px 0;
}
.page_title {
  margin: 90px auto 10px;
}
.our_articles {
	padding:80px 0;
}
.our_articles .blog_wrap {
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 60px;
  padding-bottom:40px;
}
.video_post iframe {
	width:100%;
	height:450px;	
}
.grid_view .video_post iframe {
	width:100%;
	height:230px;	
}
.quote_post .blog_img blockquote {
	background:#de302f;
	border:0px;
	color:#fff;	
	padding:80px 80px;
	position:relative;
	margin:0;
}
.quote_post.grid-style-quote .blog_img blockquote {
  padding: 50px;
}

.quote_post .blog_img blockquote p {
	color:#fff;
	font-size:26px;	
}
.blog_wrap h4 a, .blog_wrap h3 a {
	color:#111;
}
.blog_wrap h3 a:hover {
	color:#de302f;	
}
.single_article .blog_meta p {
	color:#555;
	font-size:16px;	
}
.inline-div {
	display:inline-block;
}
.single_article .blog_meta p {
  color: #555;
  font-size: 13px;
  margin-bottom:0px;
}
.single_article .blog_meta {
	margin-bottom:10px;
}
.blog_wrap h3 {
  margin: 0 auto 20px;
}
.blog_meta p {
  display: inline-block;
  margin: 0 20px 0 0;
}
.grid_view .blog_wrap {
	 border:0px;
	 margin-bottom:40px;
}
.grid_view .blog_wrap:nth-child(3n) {
  clear: right;
}
.grid_view .blog_wrap:nth-child(3n+1) {
  clear: left;
}
.view_one p {
	font-size:18px;
	line-height:32px;	
}
.pagination > li > a, .pagination > li > span {
	color:#de302f;	
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, 
.pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background:#de302f;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, 
.pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	border-color:#de302f;
}
.pagination, 
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span, 
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-radius: 0;
}
ul.page-numbers {
	clear:both;
	padding:0px;
}
ul.page-numbers li {
	list-style:none;
	float:left;
}
ul.page-numbers li .page-numbers, .page-links .page-number {
  border: 1px solid #dddddd;
  font-size: 18px;
  margin: 0 -1px 0 0;
  padding: 10px 16px;
}
ul.page-numbers li .page-numbers.current {
	background:#de302f;
	color:#fff;	
}
ul.page-numbers li .page-numbers:hover, .page-links .page-number:hover {
	color:#222;
	background:#eee;
}
.sidebar_wrap {
	margin-left:20px;
}
.sidebar_wrap.leftsidebar {
	margin-left:0px;
	margin-right:20px;
}
.sidebar_widgets {
/*	padding:20px;*/
	border:#ddd solid 1px;
	margin:0 auto 40px 0px;	
}
.search-form label, .search-form label .search-field {
	width:100%;
}
.sidebar_widgets form input[type="submit"] {
	background:#de302f;
	border:medium none;
	border-radius:0;
	color:#fff;
	font-size:22px;
	font-weight:600;
	width:100%;
	line-height:1;
	margin:12px auto 0;
	padding:18px 50px;
	text-transform:capitalize;
	-moz-transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
}
.sidebar_widgets ul {
    margin-left: 35px; margin-right: 35px;word-wrap: break-word;
}.no-comments.wp-block-latest-comments {
    margin-left: 35px;
    margin-bottom: 20px;
}
.sidebar_widgets table th, .sidebar_widgets table td {
	padding:10px;	
}
.sidebar_widgets .tagcloud a {
  background: #de302f none repeat scroll 0 0;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-weight: 900;
  line-height: 1.5;
  margin: 5px 0;
  padding: 5px 13px;
}
.sidebar_widgets ul {
	padding:0 0 0 20px;
}
.widget_title {
  margin: -20px -20px 20px;
  padding: 20px;
}
.widget_title h6 {
	margin:0px;
}
.list-style-none {
	list-style:none;
	padding:0;
	margin:0px;	
}
.blog_categories li a {
	color:#555;
}
.blog_categories li a:hover, .widget_post_info h6 a:hover {
	color:#de302f;	
}
.widget_post_img {
	width:45%;
	float:left;
	margin-right:14px;
}
.widget_post_img img {
	max-width:100%;
}
.widget_post_info h6 a {
	color:#111;
}
.popular_post li {
  overflow: hidden;
}
.textwidget img {
	max-width: 100%;
}
.article_tag {
  padding: 25px 15px 20px;
  clear:both;
}
.blog_wrap img {
  height: auto;
  max-width: 100%;
}
.article_tag h6, .article_tag .tag_list {
  display:inline-block;
  vertical-align:middle;
  margin:0 8px 0 0;
}
.article_tag .tag_list li {
	margin-bottom:0px;
}
.share_article {
	text-align:right;
}
.share_article ul, .share_article h6 {
	display:inline-block;
	padding:0px;
	margin:0 8px 0;
	vertical-align:middle;
}
.share_article ul li {
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  border-color:#de302f;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  list-style: outside none none;
  margin: 0 2px;
  text-align: center;
  transition-duration:0.3s;
 	 -moz-transition-duration:0.3s;
	  -o-transition-duration:0.3s;
	   -webkit-transition-duration:0.3s;
	    -ms-transition-duration:0.3s;
  vertical-align: middle;
  width: 26px;
}
.share_article ul li a {
	display:block;
	font-size:15px;
}
.share_article ul li a .fa {
	margin:0px auto;
}
.share_article ul li:hover a {
	color:#fff;
}
.share_article ul li:hover {
	background:#de302f;
}



/*--------------------
	14.2 Comment-List
----------------------------*/
.articale_comments {
	margin:0 auto 130px;
}
.block-head {
  position: relative;
}
.commentlist {
  margin: 0 0 30px;
  padding: 0;
}
.commentlist li.comment {
  list-style: outside none none;
  padding: 30px 0;
}
.commentlist li.comment .children li {
  padding: 5px 0;
}
.commentlist li.comment {
	 border-bottom: 1px solid #cecece;
}
.comment-author img {
  float: left;
}
.commentlist li.comment .children li {
	border:0px;
}
.commentlist li.comment .children li:last-child {
	padding-bottom:0px;
	padding-top:0px;
}
.commentlist li img.avatar {
  border: 1px solid #cccccc;
  border-radius: 50%;
  float: left;
  height: 84px;
  margin-bottom: 30px;
  margin-right: 25px;
  position: relative;
  width: 84px;
}
.comment-body h1, .comment-body h2, .comment-body h3, .comment-body h4, .comment-body h5, .comment-body h6, .comment-body table, .comment-body ul, .comment-body ol, .comment-body blockquote, .comment-body dl, .comment-body address, .comment-body pre, .comment-body p, .comment-body .reply {
  margin-left: 110px;
}
.comment-body p {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.alignnone {
  max-width: 100%;
}
.comment-meta.commentmetadata {
	margin-bottom:8px;
}
.comment-meta.commentmetadata, .comment-meta.commentmetadata a, .comment-meta .comment-metadata a {
  color: #b7b7b7;
  font-size: 14px;
  font-weight: 400;
}
.comment-reply-link {
  font-weight: 400;
  padding-left: 24px;
  position: relative;
}
.comment-reply-link::after {
  content: "\f112";
  font-family: fontawesome;
  font-size: 14px;
  left: 2px;
  position: absolute;
  top: -5px;
}	
.comment-author .fn, .comment-author .fn a {
  color: #111;
  font-size:18px;
  font-weight: 900;
}
.comment ul.children {
  padding-left: 110px;
}
.comment ul.children li.comment {
  border-bottom: 0 none;
  border-top: 1px solid #cecece;
  margin-top: 30px;
  padding-bottom: 0;
}
.comment-form {
	margin:20px 0 40px;
}
.comment-reply-title {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 15px;
  margin-top: 10px;
}
.comment-form-comment textarea {
  width: 100%;
}

.comment-form-comment > label {
  display: none;
}
.form-submit .submit {
  background: #de302f none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin: auto;
  padding: 20px 50px;
  text-transform: capitalize;
  transition: all 0.5s linear 0s;
}

@media(max-width:1200px) {
	.gt-event-tabs button {
    padding: 12px 10px!important;
    font-size: 16px!important;
	}
	.content-box-module-detail ul li {
    width: 14%!important;
	}
	.listing_action_btn .fa {
		font-size: 19px!important;
	}
	.listing_action_btn li {
		width: 110px!important;
	}
	.single .listing_action_btn li {
		width: 112px!important;
	}
	.single-event .listing_action_btn li {
    width: 112px!important;
	}
	.sponsor_img {
		width: 47%!important;
	}
	.event_contact .gallery_style2 img, .event_contact .gallery_style3 img {
    height: 160px!important;
    object-fit: cover;
	}
}

@media (max-width:767px) {
.gt-information > li {
    font-size: 13px;
}
.content-box-module-detail ul li a {
		padding: 15px;
	}
.content-box-module-detail ul{
	display:block !important;
}
.listing_action_btn li {
	margin-right: 8px !important; 
}
.single-event .navbar-toggle{
	padding:0 25px !important;
}
.event_status::after {
	top: 740px !important;
}
.listing-sidebar .sidebar_wrap {
    border-bottom: 1px solid #eeeeee;
    margin: 0 -30px 0px;
    padding: 0 !important;
}
.sponsor_img{
	width: 47% !important;
}
.content-box-module-detail ul li {
    width: 100% !important;
} 
.sidebar_wrap{
	margin: 0 !important;
}
.quote_post .blog_img blockquote {
	padding:30px;	
}
.video_post iframe {
  height: 300px;
  width: 100%;
}
.quote_post .blog_img blockquote p {
	font-size:18px;
}
.share_article {
  margin-top: 20px;
  text-align: left;
}
.commentlist li img.avatar {
  height: 50px;
  margin-right: 15px;
  width: 50px;
}
.comment-body h1, .comment-body h2, .comment-body h3, .comment-body h4, .comment-body h5, .comment-body h6, .comment-body table, .comment-body ul, .comment-body ol, .comment-body blockquote, .comment-body dl, .comment-body address, .comment-body pre, .comment-body p, .comment-body .reply {
  margin-left: 70px;
}
.comment-body p {
  font-size: 14px;
  line-height: 23px;
}
.comment ul.children {
  padding-left: 60px;
}
.comment-respond {
  margin-bottom: 100px;
}
.sidebar_wrap {
	/* margin:80px 0 0 !important; */
}
	
}






/*================
	21. Responsive CSS
=========================*/

@media (min-width:992px) and (max-width:1200px) {
	
.banner-content h1 {
	font-size:65px;
}
h2 {
	font-size:46px
}
.banner-tagline p {
	font-size:23px;
	margin-top:10px;
}
.btn.btn-lg {
	padding:50px 58px;
	font-size:40px !important;
}
p {
	font-size:17px;
	line-height:30px;
}
.about-content p {
  margin-bottom: 30px;
}
.width50-right {
  max-width: 470px;
  padding-right: 20px;
}
.width50-left {
  max-width: 470px;
  padding-left: 20px;
}
.section-padding {
	padding:90px 0;
}
.section-header {
	margin-bottom:50px;
}
.spekers-tickets-info {
  margin-right: 20px;
}
.table-price-detail li {
  font-size: 22px;
  margin: 18px 0;
}
.header_style2  .navbar-nav > li.dropdown::after {
  right: 0;
}
.sport-video-box > h2 {
  color: hsl(0, 0%, 100%);
  line-height: 58px;
}
.conference-content-box {
	padding-left:20px;
}
.conference-price {
	padding:20px 0;
}
.faq-box-m {
	padding-right:20px;
}
.sport-video-box {
	padding:0 20px;
}
.vodeo-icon-box {
	margin-top:50px;
}
.subscribe-form > h2 {
	font-size:41px;
	margin-right:30px;
}
.form-group.newsletter-input {
  text-align: left;
  width: 430px;
}
.contact-info-details > h5 {
  font-size: 22px;
  line-height: 32px;
}
.subscribe-form input:focus, .subscribe-form input:hover {
	border:0px;
}
.g-map-m .gmap {
  height: 596px;
}
.contact-info-box {
	padding:50px 40px;
}
.footer-logo-text p {
  font-size: 200px;
  line-height: 205px;
}
.copyright {
	padding:25px 0;
}
.widget_post_info h6 {
  font-size: 16px;
}
nav.navigation ul li {
  margin:0;
}
nav.navigation ul li a {
  font-size: 16px;
}
.grid_view .video_post iframe {
	width:100%;
	height:190px;	
}
header.header_style2 .nav > li {
  padding: 0 15px;
}
.conference_schedule .nav-tabs li a {
  padding: 4px 30px;
}
.conference_schedule .tab-content {
  padding: 30px;
}
.conference_schedule .schedule_info {
  width: 75%;
}



#conference .vc_custom_1481958386142 {
  padding-left: 10% !important;
  padding-right: 10% !important;
}
#conference .vc_custom_1481960123817 {
  padding-left: 10% !important;
  padding-right: 10% !important;
}
.spekers-tickets-info {
  font-size: 20px;
  height: 175px;
  line-height: 60px;
  padding: 30px 20px;
  width: 175px;
}
#faq .vc_custom_1481022331281 {
  padding-left: 7% !important;
  padding-right: 7% !important;
}
#faq .vc_custom_1481022752429 {
  padding-left: 7% !important;
  padding-right: 7% !important;
}
.contact-info-box, #venue .contact-info-box {
  padding: 25px 70px;
}
.countdown-btn .btn {
  display: block;
}


/*----------DEOM 2 -------------------*/
.schedule_info > h4 {
  margin-bottom: 10px;
}
.wpb_content_element .wpb_tab.ui-tabs-panel .wpb_content_element {
  margin-left: 15px;
  padding: 20px 25px 0;
}
.wpb_content_element .wpb_tab.ui-tabs-panel .wpb_content_element {
  margin-left: 20px;
  padding: 15px 20px 0;
}
.schedule_info > h4 {
  margin-bottom: 10px;
}
.schedule_speaker_info img {
  margin-top: 0;
}
.schedule_info > p {
  font-size: 16px;
  line-height: 23px;
}
.banner_style2 .banner-content {
  padding-right: 80px;
}
.banner_style2 .banner-form {
  margin-left: -80px;
}
.vc_custom_heading.form-hadding {
  margin-left: -80px;
}
.banner_style2 #slideshow .banner-content h1 {
  font-size: 65px;
}

}


@media (min-width:768px) and (max-width:991px) {

nav.navigation ul {
  text-align: center;
}
nav.navigation ul li {
  display: inline-block;
  float: none;
  margin:0;
}
nav.navigation ul li a {
  font-size: 15px;
  padding: 10px 7px;
}
.default_menu .nav.navbar-nav ul li {
	display:block;
}
#menu-toggle-close {
	display:block;
	padding:0px;
	margin:0 0 20px;
	text-align:center;
}
.banner-content h1 {
	font-size:50px;
}
h2 {
	font-size:43px;
}
h5 {
  font-size: 26px;
}
.info-text span {
  font-size: 22px;
}
.countdown-amount {
	font-size:34px;
	margin:0 auto;
	padding:8px 0;
	width:85px;
}
.countdown-period {
	font-size:16px;
}
.countdown-amount::after {
	right:0;
}
.btn.btn-lg {
	font-size:34px !important;
	font-weight:300 !important;
	padding:40px 38px;
}
.btn.btn-lg::after {
	font-size:34px;
}
.section-header {
	margin-bottom:40px;
}
.about-content > h2 {
	font-size:43px;
	margin-bottom:10px;
}
.about-content p {
	font-size:16px;
	line-height:30px;
	margin-bottom:10px;
}
.about-carousel {
	margin-top:71px;
}
.spekers-tickets-box {
	margin-bottom:25px;
}
.spekers-tickets-info .fa {
	font-size:44px;
}
.conference-price > p {
  display: inline-block;
  margin-right: 10px;
}
.conference-content-box {
	padding-left:13px;
}
.btn-lg-boder-w {
	font-size:25px !important;
	line-height:44px;
	padding:10px 40px;
}
.conf-user-time span.time {
	font-size:38px;
}
.conf-user-time {
	padding:10px;
	width:110px;
}
.conf-user-img {
	padding:30px 15px;
	width:90px;
}
.conf-user-info {
	padding:34px 0;
	width:490px;
}
.regi-price-box p {
	font-size:44px;
	line-height:35px;
}
.table-price-detail ul {
	padding-left:0;
}
.table-price-detail, .table-price-box {
	display:block;
	width:100%;
	padding:22px;
}
.table-price-detail li {
	font-size:22px;
}
.btn-lg-boder-r {
	font-size:28px !important;
	line-height:50px;
	padding:5px 45px;
}
.sponsors-list li {
  margin-bottom: 25px;
  margin-left: 30px;
  margin-right: 30px;
}
.vc_row {
  display: block;
}
.width50-right, .width50-left {
  float: none;
  margin: 0 auto;
  max-width: 700px;
  padding: 0px !important;
}
.faq-box-m {
	padding-right:15px;
}
.faq-box-m h2 {
	margin-bottom:30px;
}
.panel-body p {
	font-size:15px;
	line-height:29px;
}
.panel-title a {
	font-size:19px;
	line-height:55px;
}
.sport-video-box {
	padding:0 10px;
}
.vodeo-icon-box {
	margin-top:40px;
}
.vodeo-icon-box a {
	font-size:45px;
}
.subscribe-form > h2 {
  display: block;
  line-height: 50px;
  margin: 0 auto 43px;
}
.contact-info-details .fa {
	font-size:60px;
}
.contact-info-box {
	padding:20px 25px;
}
.contact-info-details h5 {
	font-size:21px;
	line-height:35px;
}
.contact-info-details {
	padding-bottom:10px;
}
.g-map-m .gmap{
	height:494px;
}
.footer-social-tab ul li {
	margin-bottom:60px;
}
.footer-logo-text {
  margin: 0 0 80px;
}
.footer-social-tab a {
	margin:0 15px;
}
.footer-logo-text p {
  font-size: 183px;
  line-height: 105px;
  text-align: center;
}
.copyright {
	padding:20px 0;
}
.newslette-iframe {
  height: 180px;
}
.blog_wrap h5 {
  font-size: 18px;
  line-height: 22px;
  margin: 0 auto 10px;
}
.grid_view .video_post iframe {
	width:100%;
	height:140px;	
}

header.header_style2 .nav > li {
  padding: 0 11px;
}
.header_style2 .navbar-nav > li.dropdown::after {
   right: -2px;
}
header.header_style2 .navbar-nav > li > a {
  font-size: 15px;
}
.banner-form h4 {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 20px;
}
#timer_countdown.vc_row {
	display:flex;
}
.conference-info {
  font-size: 22px;
  line-height: 50px;
}
.conference_schedule .nav-tabs li a {
  font-size: 16px;
  line-height: 40px;
  padding: 4px 20px;
}
#schedule .nav-tabs li {
  margin: 26px 0 5px;
}
.conference_schedule .tab-content {
  margin-left: 0;
  padding: 20px;
}
.conference_schedule .schedule_info {
  width: 70%;
}
.conference_schedule h4 {
	font-size:26px;
	margin:0 auto 15px;
}
.conference_schedule .schedule_info p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
.event_priceing {
  border: 5px solid #4c4c4c;
  padding: 0 15px 25px;
}
.plan_name {
  margin-left: -17px;
}
.plan_price p {
  font-size: 44px;
  line-height: 40px;
}
.event_priceing ul li {
  font-size: 16px;
  line-height: 20px;
  padding: 14px 2px;
}
.event_priceing .btn {
  font-size: 17px;
  margin: 12px 0;
  padding: 15px 20px;
}
#testimonial_slider .item p {
  font-size: 15px;
  line-height: 28px;
}
.venue_info_box {
  border: 1px solid #de2f2f;
  min-height: inherit;
  padding: 15px;
  text-align: center;
}
.venue_info_box a, .venue_info_box p {
  font-size: 15px;
}
.social_links {
  margin: 30px 0;
  padding: 0;
  text-align: center;
}
footer p {
	text-align:center;
}


.contact-info-box, #venue .contact-info-box {
  padding: 49px 20px;
  text-align: center;
}





#conference .vc_custom_1481958386142 {
  padding-left: 10% !important;
  padding-right: 10% !important;
}
#conference .vc_custom_1481960123817 {
  padding-left: 10% !important;
  padding-right: 10% !important;
}
.spekers-tickets-info {
  font-size: 18px;
  height: 145px;
  line-height: 49px;
  margin-right: 2%;
  padding: 33px 10px;
  width: 145px;
}

#faq .vc_custom_1481022331281 {
  padding-left: 5% !important;
  padding-right: 5%!important;
}
#faq .vc_custom_1481022752429 {
  padding-left: 5% !important;
  padding-right: 5% !important;
}
.countdown-btn .btn {
  display: block;
}

/*----------DEOM 2 -------------------*/
.banner_style2 .banner-content {
  padding-right: 80px;
}
.vc_custom_heading.form-hadding {
   padding-top: 10px;
   margin-left: -80px;
   font-size:26px;
}
.banner_style2 .banner-form {
  margin-left: -80px;
  padding: 20px;
}
.venue_info_box {
  inline-size: 30% !important;
  margin-left: 10px;
  margin-right: 10px;
  min-height: 225px !important;
}
.venue_info_box .vc_column-inner {
  padding-top: 0 !important;
}
.venue_info_box .wpb_content_element {
  margin-bottom: 0;
}
.event_priceing {
  margin-left: -7px;
  margin-right: -7px;
}

.wpb_content_element .wpb_tabs_nav li a {
  font-size: 17px;
  padding: 0.5em 1em !important;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active::after {
   top: 8px;
}
.wpb_content_element .wpb_tab.ui-tabs-panel .wpb_content_element {
  margin-left: 20px;
  padding: 15px 20px 0;
}
.schedule_speaker_info > p {
  margin-top: 0;
}
.schedule_speaker_info img {
  margin-top: 0;
}
.schedule_info > h4 {
  font-size: 25px;
  margin-bottom: 10px;
}
.schedule_info > p {
  font-size: 16px;
  line-height: 22px;
}
.schedule_info {
  width: 70%;
}
.banner_style2 #slideshow .banner-content h1 {
  font-size: 50px;
}



}
@media (min-width:767px) and (max-width: 992px) {
.banner-fixed {
    height: 60vh !important;
}
.slides {
    height: 60vh !important;
}
#slideshow1 .slides .banner-content .content {
    width: 85% !important;
}
}
@media (max-width:767px) {

#eventshow .slides .banner-content .content .banner-tagline h1 {
    font-size: 24px !important;
    margin: 0;
}	
.navbar-toggle{
	margin: -20px auto 0 !important;
}	
.navbar .navbar-toggle .icon-bar {
    background-color: #fff !important;
}
.logo {
    text-align: center !important;
}	
li.dropdown:hover .dropdown-menu{ 
	display:block !important;
}
header.header_style3 ul li {
    border-top: 1px solid hsla(0, 0%, 100%, 0.1);
    padding: 10px 0;
    padding-left: 0px;
}
.navbar-nav {
    float: none !important;
}
.nav > li{
	margin: 0 auto 10px !important;
}
.navbar-nav {
    margin: 12.5px 0px;
}	
.popular-link, .latest-newpost{
	padding: 0 30px;
	margin-bottom: 30px;
}
.event_icon li a .fa {
	padding: 0 !important;
}	
.event_icon li .batn .fa {
    font-size: 18px;
    bottom: 3px !important;
    left: 3px !important;
}
.latest-post .content p {
    padding-left: 15px;
    font-size: 15px;
	text-align: left !important;
}	
.copyright-text {
    text-align: center !important;
    margin-top: 20px;
}	
.footer-news .newsletter-btn{
	right: 15px !important;
	top: 52px !important;
}	
.row-overlay{
	left: -55px !important;
}	
#slideshow1 .slides .banner-content .content {
    text-align: center;
    border: 1px solid #FFF;
    padding: 0.5em;
    width: 100% !important;
    position: relative;
    margin: 0 auto !important;
}
	
#slideshow1 .slides .banner-content .content .banner-tagline h1 {
    font-size: 22px !important;
    margin: 0;
}
.gt-information > li {
    padding: 5px !important;
}
.banner-fixed {
    height: 70vh !important;
}
.slides {
    height: 70vh !important;
}
.default_menu .nav.navbar-nav ul li:hover ul {
	position:relative;
	top:inherit;
	left:inherit;
}
	
.admin-bar header.nav-stacked {
  top: 50px;
}
.admin-bar header.nav-stacked.affix {
  top: 0px;
}
header {
  padding: 10px 0;
}
#menu-toggle-close {
	text-align:left;
	display:block;
}
.modal-dialog {
  width: 90%;
}
.modal-dialog .form-control, .modal-dialog input[type="text"], .modal-dialog input[type="email"], .modal-dialog input[type="url"], 
.modal-dialog input[type="password"], .modal-dialog input[type="search"] {
  font-size: 14px;
  height: 48px;
  padding: 0 15px;
}
.form-group {
  margin: auto auto 15px;
}
.btn {
  font-size: 20px;
  padding: 17px 50px;
}
.modal h3 {
  font-size: 28px;
  margin-bottom: 15px;
}
.padding_4x4_40 {
  padding: 25px;
}
h1 {
	font-size:52px;	
}
h2 {
	font-size:44px;
}
h5 {
	font-size:24px;
}
nav.navigation ul.nav.navbar-nav {
	height:400px;
	overflow-Y:auto;
}
nav.navigation ul li {
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  padding: 10px 0;
}
nav.navigation ul li a {
	display:inline-block;
}
nav.navigation.active {
	height:100%;
}
.default_menu .nav.navbar-nav ul > li {
	float:none;
}
.default_menu .nav.navbar-nav ul > li.page_item {
	float:none;
}
.info-text span {
	display:block;
	font-size:25px;
	text-align:center;
}
.info-text span {
	font-size:22px;
}
.banner-tagline {
  padding-top: 10px;
}
.logo .center-block {
  display: inline;
}
.banner-content h1 {
	font-size:46px;
}
.about-carousel.border-box {
  margin-bottom: 0;
}
.counter-sec {
      margin-top: 23px;
  padding: 0;
  position: relative;
}
.conference-start-box h2 {
	line-height:55px;
}
.width50-right, .width50-left {
  float: none;
  margin: 0 auto;
  max-width: 90%;
  padding: 0px !important;
}
.half-width {
	float:none;
	width:100%;
}
.countdown-amount::after {
	right:0;
}
.countdown-amount {
	font-size:36px;
	margin:0 auto;
	padding:8px 0;
	width:120px;
}
.countdown-period {
	font-size:18px;
}
.btn.btn-lg {
	font-size:25px !important;
	padding:25px 10px;
	width:100%;
}
.btn.btn-lg::after {
	font-size:24px;
}
.countdown-counter {
	padding:12px 0;
}
.section-padding {
	padding:80px 0;
}
.conference-time-list {
  padding: 20px 0;
}
p {
	font-size:16px;
	line-height:28px;
}
.section-header {
	margin-bottom:40px;
}
.about-content p {
	margin-bottom:20px;
}
.spekers-tickets-box {
	margin-bottom:20px;
}
.conference-start-box > p {
	width:100%;
}
.spekers-tickets-info {
	height:185px;
	margin:0 3%;
	width:185px;
	font-size:22px;

}
.spekers-tickets-info .fa {
	font-size:44px;
}
.conference-price > p {
  display: inline-block;
}
.section-conference-bg {
	height:100%;
	width:100%;
}
.vc_row {
	display:block;
}
.section-overlay {
	height:100%;
	width:100%;
}
.conference-content-box {
	position:relative;
	z-index:1;
}
.conference-price {
	padding:20px 0;
}
.btn-lg-boder-w {
	font-size:32px !important;
	line-height:53px;
	padding:10px 48px;
}
.regi-price-table {
	margin-left:auto;
	margin-right:auto;
	max-width:560px;
}
.faq-box-m {
	padding-right:0;
	position:relative;
	z-index:1;
}
.section-faq-bg {
	bottom:0;
	height:40%;
	top:inherit;
	width:100%;
}
.section-right-overlay {
	bottom:0;
	height:40%;
	top:inherit;
	width:100%;
}

.vodeo-icon-box {
	margin-top:40px;
	overflow:hidden;
}
.subscribe-form > h2 {
  display: block;
  line-height: 50px;
  margin-bottom: 20px;
  margin-right: 0;
}
.form-group.newsletter-input {
	margin-bottom:30px;
}
.sponsors-list li {
	margin-bottom:31px;
	margin-left:12px;
	margin-right:12px;
}
.sponsors-list img {
	max-width:100%;
}
.border-box {
	margin-bottom:50px;
}
.contact-info-box {
	padding:50px;
}
.g-map-m .gmap {
	height:500px;
}
.conf-user-time {
	padding:15px 0;
	width:74px;
}
.conf-user-time span.time {
	font-size:24px;
	line-height:40px;
}
.time-schedule {
	font-size:16px;
	text-align:center;
}
.conf-user-img {
	float:left;
	padding:9px;
	width:75px;
}
.conf-user-info {
	padding:15px 5px;
	width:66%;
}
.conf-user-content {
	padding-top:10px;
}
.conf-close {
  font-size: 20px;
  height: 32px;
  line-height: 32px;
  right: 8px;
  top: 38px;
  width: 32px;
}
.speaker-info-box {
	margin:0 auto;
}
.speaker-info {
  margin-bottom: 50px;
  padding: 10px 0;
}
.speaker-info h6 {
	margin-bottom:0px;
}
.spearker-img img {
  width: 100%;
}
.mobile-accordion .speaker-sec .speaker-info-box img {
  max-height: 300px;
}
.mobile-accordion .speakers_3 .speaker-sec .speaker-info-box img {
  max-height: 250px;
}
.mobile-accordion .pay_services2 .table-price-detail li {
  width: 100%;
}
.mobile-accordion form input[type="submit"] {
  padding: 10px 30px;
}
.mobile-accordion .table-price-detail ul {
  padding-left: 0;
}
.mobile-accordion .pay_services .table-price-detail li {
  line-height: 13px;
}
.mobile-accordion .pay_services .table-price-detail li span {
  font-size: 14px;
}
.mobile-accordion .pay_services .table-price-detail {
  padding: 8px 8px 0px;
}
.mobile-accordion .pay-btn {
  margin: 15px 0 0px 0;
}
.mobile-accordion .single-ticket-style-style3 .table-price-detail li {
  width: 100%;
  padding-left: 10px;
  line-height: 0px;
  margin-top: 6px!important;
}
.mobile-accordion .pay_services3 .table_btn {
  padding: 6px 9px;
}
.mobile-accordion .event_tickets p {
  margin: 0px 0px;
}
.mobile-accordion .pay_services3 .table-price-box {
  padding: 10px 10px;
}
.mobile-accordion .pay_services3 .regi-price-box {
  padding-top: 10px;
}
.mobile-accordion .col-md-6.venue-left-half {
  padding: 10px 10px;
}
.mobile-accordion .venue-left-half p.venue a {
  font-size: 16px;
  line-height: 23px;
}
.mobile-accordion .venue-left-half p.venue i {
  font-size: 30px;
}
.speaker-sec {
  margin: 0 auto;
  max-width: 460px;
}
#newsletter form .tnp-email {
	width:100%;
	max-width:490px;
}
.footer-social-tab a {
	font-size:25px;
	height:50px;
	line-height:48px;
	margin:6px;
	width:50px;
}
.footer-logo-text {
  margin: 0 0 60px;
}
.footer-social-tab ul li {
  margin: 30px 0;
}
.footer-logo-text p {
	font-size:70px;
	line-height:66px;
	text-align:center;
}
.copyright {
	padding:20px 0;
}
.blog_wrap {
  margin-bottom: 30px;
}
.blog_wrap h3 {
  font-size: 26px;
}
.view_one p {
  font-size: 16px;
  line-height: 30px;
}




header.header_style2, header.header_style2.nav-stacked.affix {
	padding: 0;
}
.header_style2 .navbar-toggle .icon-bar {
  border-radius: 1px;
  display: block;
  height: 4px;
  width: 26px;
}
.header_style2 .navbar .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.header_style2 .logo {
	float: left;
}
.header_style2 .logo a {
	line-height: 53px;
}
.header_style2 .navbar-header {
	padding-top: 15px;
}
.navbar-toggle {
  border: medium none;
  margin: 3px auto 0;
  padding: 0;
}
.header_style2 header.navbar {
	position:relative;
	background:#0a0a0a;
}
.affix-top nav.navbar.navbar #navigation {
  background: #000000 none repeat scroll 0 0;
  border: 0 none;
  margin-left: -15px;
  margin-right: -15px;
}
.navbar-toggle:focus, .navbar-toggle:hover {
	background:none !important;
}
.header_style2 .navbar-collapse {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
  height: 410px;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 10px !important;
}
.header_style2 .navbar .navbar-collapse {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header_style2 .navbar {
	position:a;
	bottom:0px;
	height:100% !important;
	min-height:auto !important;
}
.header_style2 .navbar ul.nav.navbar-nav {
	width:100%;
	margin:0px;
}
.header_style2 .navbar ul.nav.navbar-nav li a {
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  padding: 10px 0;
  display:block;
}
.header_style2 .navbar-nav > li:nth-child(1) {
	/*padding-left: 20px;*/
}
.header_style2 .navbar-nav.nav > li {
  padding: 0 20px;
  border-bottom:1px solid rgba(255, 255, 255, 0.1);
}
.banner_style2 .banner-tagline {
  padding-top: 0;
  text-align: center;
}
.banner-form {
  padding:20px;
}
.banner-form h4 {
  font-size: 29px;
  line-height: 30px;
  text-align: center;
}
.countdown_style2 .countdown-amount {
  margin: 0 1px;
  padding: 8px;
  font-size:28px;
  width:100px;
}
.countdown_style2 .countdown-period {
	font-size:12px;
}
.conference_date {
  font-size: 30px;
  line-height: 35px;
}
.about-m-content ul {
  margin-bottom: 30px;
  padding-left: 20px;
}
ul.list_style_none li, ol.list_style_none li {
  display: flex;
  font-size: 16px;
  line-height: 29px;
  margin: 0 auto 10px;
  width: 100%;
}
ul li i.fa, ol li i.fa {
  margin-top: 9px;
}
.conference-info .fa {
  font-size: 60px;
}
.conference-info {
  font-size: 22px;
  margin-top:22px;
}
.conference_schedule .nav-tabs {
  margin-bottom: 30px;
  overflow: hidden;
  text-align: center;
}
#schedule.conference_schedule .nav-tabs li {
  display: inline-block;
  float: none;
  margin: 26px 0 0;
}
#schedule.conference_schedule .nav-tabs li:after {
	display:none;
}
.conference_schedule .nav-tabs li a {
  font-size: 16px;
  line-height: 40px;
  padding: 4px 20px;
}
.conference_schedule .tab-content {
  padding: 20px;
  margin-left:0px;
}
.event_priceing {
  margin: 0 auto 40px;
  max-width: 450px;
}
.faq_group.panel-group .panel {
  padding: 0 15px;
}
.faq_group .panel-title {
  color: inherit;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
}
.faq_group .panel-default > .panel-heading h4 a {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  padding-right: 30px;
}
.faq_group .panel-body p {
  color: #908f8f;
  font-size: 15px;
  line-height: 26px;
}
.venue_info_box {
  margin: 0 auto 30px;
  max-width: 450px;
  min-height: inherit;
  padding: 30px;
}
.conference_schedule .schedule_info {
  width: 68%;
}
.conference_schedule .schedule_info h4 {
	font-size:26px;
}
.conference_schedule .schedule_info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.social_links {
  margin: 30px 0;
  text-align: center;
}
footer p {
	text-align:center;
}
#venue .contact-info-box {
  margin: 0 15px 40px;
  padding: 50px;
  width: auto;
}



#conference .vc_custom_1481958386142 {
  padding-left: 10% !important;
  padding-right: 10% !important;
}
#conference .vc_custom_1481960123817 {
  padding-left: 10% !important;
  padding-right: 10% !important;
}
#faq .vc_custom_1481022331281 {
  padding-left: 5% !important;
  padding-right: 5%!important;
}
#faq .vc_custom_1481022752429 {
  padding-left: 5% !important;
  padding-right: 5% !important;
}
.vc_empty_space {
  height: 80px !important;
}
#sponsors .wpb_single_image .vc_figure {
  display: block;
  text-align: center;
}



/*----------DEOM 2 -------------------*/
.timer-extra-css > .vc_column-inner {
  padding-bottom: 50px !important;
  padding-top: 50px !important;
}
.venue_info_box {
	width: 85% !important;
}

.wpb_accordion_section.group {
   padding: 0 15px !important;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
  font-size: 23px;
  padding-right: 40px;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon, .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon {
   right: 0 !important;
}
.banner_style2 h1{ text-align:center !important;}
.vc_custom_heading.form-hadding {
   max-width: 520px;
}
.banner-form {
  max-width: 520px;
  margin-bottom:50px;
  margin-left:auto;
  margin-right:auto;
}


.banner-form-2 {
  right: -6%!important;
}
.banner_style2 #slideshow .banner-content h1 {
    font-size: 50px;
}

.navbar .navbar-nav > li.dropdown:hover .dropdown-menu {
	display:block;
}
.navbar-nav > li > .dropdown-menu {
	display: block !important;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	opacity: 0;
	visibility: hidden;
	width:100%;
}
.navbar-nav > li:hover > .dropdown-menu {
	opacity: 1;
	visibility: visible;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
}
.dropdown-menu > li {
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  margin: 0 auto !important;
}
.dropdown-menu > li > a {
  display: block;
  font-size: 15px !important;
  padding-top:15px;
  padding-bottom:15px;
  padding-left: 50px !important;
}
.banner_style2 {
  padding: 80px 0 0;
}
.timer-extra-css h6 {
  margin-top: 20px;
}
.timer-extra-css .countdown_style2 {
  margin-bottom: 20px;
}


}

@media (max-width:479px) {

.banner-content h1, h1 {
  font-size: 40px;
}
h2 {
	font-size:33px;	
}
.info-text {
	display:none;
}
.countdown-amount {
	font-size:26px;
	width:72px;
}
.home .countdown-amount {
	font-size:14px;
	width:55px;
}
.countdown-period {
	font-size:12px;
}
.home #MainRobotCarousel .carousel-item .countdown .counter-sec {
  left: 11%;
}
.home #MainRobotCarousel .carousel-item .countdown .counter-sec .btn.btn-lg {
  padding: 15px 31px;
}
.home #MainRobotCarousel .carousel-item .countdown .counter-sec.no-counter-div {
  left: 4.5%;
}
.single .countdown-counter.half-width .countdown-amount {
  font-size: 18px;
  width: 57px;
}
.single .countdown .counter-sec .btn.btn-lg {
  padding: 15px 31px;
}
.banner-tagline p {
	font-size:18px;
	margin-top:10px;
}
.btn.btn-lg {
	width:100%;
}
.spekers-tickets-info {
  font-size: 15px;
  height: 106px;
  line-height: 40px;
  margin: 0 1%;
  padding: 13px 4px;
  width: 106px;
}
.spekers-tickets-info .fa {
	font-size:39px;
}
.conference-content-box p {
	font-size:16px;
}
.btn-lg-boder-w {
	font-size:26px !important;
	line-height:42px;
	padding:8px 28px;
}
.conference-amount {
	font-size:30px;
	line-height:42px;
}
.day-time-m li {
  border: 2px solid hsl(0, 0%, 100%);
  font-size: 16px;
  margin: 0 5px;
  padding: 0;
}
.day-time-m li a {

  padding: 3px 12px;
}
.day-time-m li.active::after {
	top:37px;
}
.day-time-m {
	padding-bottom:40px;
}
.conf-user-time {
  float: none;
  margin: 0 auto 10px;
  padding: 14px 2% 10px;
  text-align: left;
  width: 100%;
}
.conference-time-list {
  padding: 10px 0;
}
.conf-user-time span.time {
	display:inline-block;
	font-size:35px;
	line-height:40px;
	text-align:center;
}
.time-schedule {
	display:inline-block;
	font-size:16px;
	text-align:center;
}
.conf-user-img {
	float:left;
	padding:4px 4% 4px 0;
	width:22%;
}
.conf-close {
  font-size: 20px;
  height: 32px;
  right: 7px;
  top: 27px;
  line-height: 32px;
  width: 32px;
}
.conf-user-info {
	padding:6px 0 25px;
	width:78%;
}
.conf-user-content {
	padding-top:15px;
}
.conf-user-content p {
	font-size:15px;
	line-height:27px;
}
.table-price-box, .table-price-detail {
  display: block;
  padding: 13px 20px;
  width: 100%;
}
.table-price-box h5 {
	font-size:24px;
	margin-bottom:8px;
	line-height:32px;
}
.regi-price-box {
	padding-top:16px;
}
.regi-price-box p {
	font-size:41px;
	line-height:42px;
}
.table-price-detail ul {
	padding-left:0;
}
.table-price-detail li {
	font-size:18px;
}
.btn-lg-boder-r {
	font-size:26px !important;
	line-height:40px;
	padding:10px 30px;
}
.panel-title a {
	font-size:16px;
	line-height:50px;
}
.sport-video-box > h2 {
	font-size:36px;
	line-height:51px;
}
.vodeo-icon-box a {
	font-size:40px;
}
.form-group.newsletter-input {
  margin: 0 0 10px;
  width: 100%;
}
.contact-info-box {
	padding:20px;
}
.contact-info-details > h5 {
	font-size:19px;
	line-height:31px;
}
.direction-icon {
	margin-bottom:5px;
}
.g-map-m .gmap {
	height:310px;
}

#schedule.conference_schedule .nav-tabs li.active::after {
	display:none;
}
.conference_schedule .schedule_speaker_info {
  float: none;
  margin: 0 auto;
  width: 106px;
}
.conference_schedule .schedule_info {
  float: none;
  width: 100%;
}

#schedule.conference_schedule .nav-tabs li {
  margin: 16px 0
}
.conference_schedule .nav-tabs li a {
  display: block;
  font-size: 18px;
  padding: 4px 30px;
  text-align: center;
  width: 100%;
}
.conference_schedule .tab-content {
  padding: 20px;
  text-align: center;
}
#schedule.conference_schedule .nav-tabs li {
  float: none;
}
.conference_schedule .schedule_info h4 {
	font-size:26px;
}
.conference_schedule .schedule_info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
#schedule.conference_schedule .nav-tabs li.active::after {
	display:none;
}
h5 {
  font-size: 20px;
  line-height: 22px;
}
.speakers_info p {
  font-size: 14px;
  line-height: 22px;
}
.speakers_wrap {
  padding: 15px;
}
.countdown_style2 .countdown-amount {
	width:70px;	
}
#venue .contact-info-box {
  margin: 0 15px 40px;
  padding: 30px 10px;
  width: auto;
}
.contact-info-box h5 {
  font-size: 18px;
  line-height: 30px;
}





#conference .vc_custom_1481958386142 {
  padding-left: 4% !important;
  padding-right: 4% !important;
}
#conference .vc_custom_1481960123817 {
  padding-left: 5% !important;
  padding-right: 5% !important;
}
#faq .vc_custom_1481022752429 {
  padding-left: 5% !important;
  padding-right: 5% !important;
}
#faq .vc_custom_1481022331281 {
  padding-left: 15px !important;
}
#faq .vc_custom_1483078481183 {
  padding-left: 10% !important;
  padding-right: 10% !important;
}

.vc_empty_space {
  height: 60px !important;
}
.subscribe-form > h2 {
 font-size:30px;
 }
#sponsors .wpb_single_image .vc_figure {
  display: block;
  text-align: center;
}
.speaker-info {
  margin-bottom: 25px;
}
.back-top {
 }
.back-top a {
  font-size: 26px;
  height: 52px;
  width: 42px;
}
.footer-social-tab ul li {
  margin: 10px 0;
}


/*----------DEOM 2 -------------------*/



}

@media (max-width:600px) {
#schedule .wpb_tour .wpb_tabs_nav {
  float: none;
  width: 100%;
}	
#schedule  .wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
  float: none;
  padding: 0;
  width: auto;
}
.schedule_speaker_info img {
  margin-top: 0;
}
.schedule_info {
  width: 69%;
}
.schedule_info > p {
  font-size: 16px;
  line-height: 26px;
}
.wpb_content_element .wpb_tab.ui-tabs-panel .wpb_content_element {
  margin-left: 0;
  padding: 15px 15px 0;
}

.schedule_info > h4 {
  font-size: 23px;
  margin-bottom: 2px;
}
.schedule_speaker_info p {
  font-size: 14px;
}
.schedule_speaker_info {
  width: 28%;
  max-width:106px;
}
.wpb_content_element .wpb_tabs_nav li {
  margin: 0 0 28px !important;
}

}
@media (min-width:600px) and (max-width:767px) {
.schedule_speaker_info p {
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
  margin-top: 7px;
}
.schedule_speaker_info {
  float: left;
  width: 28%;
  max-width:106px;
}
.schedule_info {
  float: right;
  width: 70%;
}
.wpb_content_element .wpb_tab.ui-tabs-panel .wpb_content_element {
  margin-bottom: 0;
  margin-left: 10px;
  padding: 13px 13px 0;
}
.wpb_content_element .wpb_tabs_nav li a {
  font-size: 15px;
  padding: 9px 8px !important;
}
.schedule_info > h4 {
  font-size: 25px;
  margin-bottom: 10px;
}
.schedule_info > p {
  font-size: 15px;
  line-height: 26px;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active::after {
   top: 8px;
}
.schedule_speaker_info img {
  margin-top: 0;
}


}


.vc_custom_1481022331281 {
  padding-left: 15% !important;
  padding-right: 13% !important;
}


@media (min-width:1200px) and (max-width:5000px) {
.slider-page .container {
  margin-left: auto;
  margin-right: auto;
  width: 1170px;
}
}

@media (min-width:320px) and (max-width:991px) {
.slider-page .container.vc_column_container {
  margin-left: auto;
  margin-right: auto;
  padding-left:15px;
  padding-right:15px;
}
}



.black-layer{ position:relative;}
.black-layer::after {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.dark_mask::after {
  background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
  content: "";
  display: block !important;
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  visibility: visible !important;
  width: 100%;
}
.dark_mask * {
  position: relative;
  z-index: 1;
}



/*======================
	Sponsors-Styles
=============================*/
#sponsors-slider .sponsors_logo {
	background:#dddddd;
	outline: 1px dashed #dddddd;
	outline-offset:4px;
	margin:5px auto 12px;
	height:150px;
	display:table;
	width:90%;
	padding: 20px;
}
#sponsors-slider .sponsors_logo a {
	display:table-cell;
	vertical-align:middle;
}
#sponsors-slider .sponsors_logo img {
	max-width:100%;object-fit: contain;
}
.sponsors_3 .sponsors-list li {
	outline: 1px dashed rgba(0, 0, 0, 0.5);
	outline-offset:4px;
	margin:5px 10px 15px;
	padding: 20px;
}
.owl-pagination {
	width:100%;
	display:block;
	margin:auto;
	text-align:center
}
.owl-pagination .owl-page {
	height:10px;
	width:10px;
	background:#929292;
	border-radius:50%;
	display:inline-block;
	margin:25px 5px 0px;
}
.owl-pagination .owl-page.active {
	background:#DE302F;
	height:16px;
	width:16px;
	border-radius:50%;
	position:relative;
	top:2px;
}


/*======================
	Speakers-Styles
=============================*/
.speakers_3 .speaker-info-box {
  border-radius: 50%;
}
.speakers_3 .speaker-info {
  text-align: center;
}


/*======================
	Pricing-Table
=============================*/
.registration-price-2 .pricing_wrap:nth-child(3n) {
  clear: none;
}
.registration-price-2 .table-price-box, .registration-price-2 .table-price-detail {
  display: block;
  padding: 20px;
  width: auto;
  text-align:center
}
.registration-price-2 .table-price-detail ul {
	text-align:left;
	margin:0 auto 60px;
}
.registration-price-2 .regi-price-box {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 24px;
}
.registration-price-2 .table-price-box h5 {
  margin-top: 10px;
}
.registration-price-3 .table-price-detail ul li {
	float:left;
	width:50%;
    margin: 12px 0;
}
.registration-price-3 .table-price-detail {
  width: 570px;
}
.table_btn {
  background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 300px;
}


/*======================
	Pricing-Table
=============================*/
.event_img {
	margin:0 auto 30px;
	overflow:hidden;
}
.event_img img {
	max-width:100%;
	height:auto;
	transform:scale(1);
	 -moz-transform:scale(1);
	  -o-transform:scale(1);
	   -webkit-transform:scale(1);
	    -ms-transform:scale(1);
	transition-duration:0.3s;
	 -moz-transition-duration:0.3s;
	  -o-transition-duration:0.3s;
	  -webkit-transition-duration:0.3s;
	   -ms-transition-duration:0.3s;
}
.event_img:hover img {
	transform:scale(1.2);
	 -moz-transform:scale(1.2);
	  -o-transform:scale(1.2);
	   -webkit-transform:scale(1.2);
	    -ms-transform:scale(1.2);
}
.about_info_m h5 {
  margin: 0 auto 10px;
}
.about-section-3 .event_img {
	margin:0 auto 30px;
}



/*======================
	Schedule-Styles
=============================*/

.schedule_info2 .nav.nav-tabs {
	padding: 0;
    text-align: center;
    margin: 0 auto;
    display: block;
    border: none;
}
.schedule_info2 .nav.nav-tabs li {
	float:none;
	display:inline-block;
}
.schedule_info2 .nav.nav-tabs  > button {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-right: 8px;
  padding: 20px 40px;
  text-align: center;
  text-transform: capitalize;color: #de302f;
}
.schedule_info2 .nav.nav-tabs > li > button.active, .schedule_info2 .nav.nav-tabs > button:hover{
	  background: #de302f;
    color: #fff;    border: none;
}
.schedule_info2 .nav.nav-tabs > li > a span {
  color: #111111;
  display: block;
  font-size: 14px;
  font-weight:400;
}
.single-event .schedule_info2 .nav.nav-tabs  > button {
    border: 8px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    box-shadow: 0 0 9px rgb(0 0 0 / 30%);
    color: #ffffff;
    font-size: 27px;
    font-weight: 700;
    margin-right: 8px;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
    background: transparent!important;
}
.single-event .schedule_info2 .nav.nav-tabs  > button.active, .single-event .schedule_info2 .nav.nav-tabs  > button:hover {
    background: #171616!important;
    color: #fff;
    padding: 10px 20px;
    border: 8px solid rgba(255, 255, 255, 0.1);
}
.conference-time-list img.img-responsive.center-block.wp-post-image {
    width: 100%;
    height: auto;
}
.single-event .schedule_info2 .nav.nav-tabs  > button.active:after {
    border-color: #151515 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 12px;
    content: "";
    height: 12px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: -30px;
    width: 12px;
    top: 102px;
}
.schedule_info2 .conf-user-time {
  background: #222222 none repeat scroll 0 0;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
  height: 120px;
  margin-left: -80px;
  margin-right: 10px;
  padding: 35px 30px;
  position: relative;
  text-align: center;
  width: 120px;
  z-index: 1;
}
.schedule_info2 .conf-user-time span.time {
  font-size: 26px;
  line-height:30px;
}
.schedule_info2 .time-schedule {
  font-size: 17px;
  text-align: center;
}
.schedule_info2 .conference-time-list {
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  display: table;
  margin: 0 auto 14px 40px;
  overflow: visible;
  padding: 17px 20px;
  position: relative;
  width: 95%;
}
.schedule_info2 .conf-user-info {
  width: 650px;
}
.schedule_style2 .nav.nav-tabs > li.active a, 
.schedule_style2 .nav.nav-tabs > li:hover a, 
.schedule_style2 .nav.nav-tabs > li a:hover, 
.schedule_style2 .nav.nav-tabs > li a:focus {
  background:#de302f;
  color:#fff;
}
.schedule_style2 .nav.nav-tabs > li.active a span, 
.schedule_style2 .nav.nav-tabs > li:hover a span, 
.schedule_style2 .nav.nav-tabs > li a:hover span, 
.schedule_style2 .nav.nav-tabs > li a:focus span {
	color:#fff;
}
.schedule_info2 .nav.nav-tabs > li > button.active::after {
    border-color: #de2f2f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 12px;
    content: "";
    /* height: 12px; */
    /* left: 28%; */
    /* margin: 0 auto; */
    position: absolute;
    top: 71px;
    /* width: 2px;*/
}
.sponsors_2 .owl-nav {
  display: none;
}


.schedule_style3 .conf-user-info {
  width: 590px;
}
.schedule_style3 .nav.nav-tabs {
	border:0px;
}
.schedule_style3 .time, .schedule_style3 .time-schedule {
  color: #ffffff;
  display: inline;
  font-weight: 300;
}
.schedule_style3 .conference-time-list {
  border-bottom:0px;
  border-top:0px;
  border-right:0px;
  border-left:rgba(255, 255, 255, 0.1) solid 1px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
  position:relative;
  overflow:visible;
  display:table;
  width:100%;
}
.schedule_style3 .conference-time-list::after {
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: -4px;
  position: absolute;
  top: 48%;
  width: 8px;
  z-index: 1;
}
.schedule_style3 .conf-user-img {
  border-radius: 50%;
  height: 60px;
  margin: 36px 20px;
  overflow:hidden;
  padding: 0;
  width: 60px;
}
.schedule_style3 .nav.nav-tabs > li > a {
  border: 8px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 27px;
  font-weight: 700;
  margin-right: 8px;
  padding: 10px 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}
.schedule_style3 .nav.nav-tabs > li > a span {
	font-size:16px;
	text-transform:capitalize;
	font-weight:400;
}
.schedule_style3 .nav.nav-tabs > li.active a, 
.schedule_style3 .nav.nav-tabs > li:hover a, 
.schedule_style3 .nav.nav-tabs > li a:hover, 
.schedule_style3 .nav.nav-tabs > li a:focus {
	background:#de302f;	
}
.schedule_style3 ul.nav.nav-tabs {
	padding: 0;
    text-align: center;
    margin: 0 auto;
    display: block;
    border: none;
}
.schedule_style3 ul.nav.nav-tabs li {
  display: inline-block;
  float: none;
  margin: 0 auto 30px;
  position:relative;
}
.schedule_style3 button.active, .schedule_style3 button:hover {
    color: #fff!important;
    background: #de302f!important;
    border: 2px solid #fff!important;
    padding: 15px 20px;
}
.schedule_style3 button.active:after {
    border-color: #de302f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 12px;
    content: "";
    height: 12px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: -22px;
    width: 12px;
    top: 105px;
}
#myTab2 button span {
  font-size: 14px;
  line-height: 29px;
  display: block;
}
.schedule_info2 .nav.nav-tabs > li > button.active::after {
  top: 114px;
}
.schedule_style3 button {
    border: 8px solid rgba(255, 255, 255, 0.1)!important;
    box-shadow: 0 0 9px rgb(0 0 0 / 30%);
    color: #ffffff;
    font-size: 27px;
    font-weight: 700;
    margin-right: 8px;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
    border-radius: 0!important;
}

.schedule_style3 .nav.nav-tabs > li.active::after {
  border-color: #de2f2f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 12px;
  content: "";
  height: 12px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: -22px;
  width: 12px;
}



/*======================
	Venue-Styles
=============================*/

.venue_style2 .contact-info-details {
  margin: 0 auto 40px;
  text-align: center;
}
.venue_style2 .direction-icon {
  border: 12px solid #eeeeee;
  border-radius: 50%;
  display: inline-block;
  height: 120px;
  line-height: 120px;
  margin: 0 auto 15px;
  width: 120px;
}
.venue_style2 .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
   height: 35px;
 }
.venue_style2 .direction-icon i {
  font-size: 50px;
}

.venue_style2 .g-map-m .gmap {
  height: 480px;
  width: 100%;
}

.venue_style3 {
	position:relative;
}
.venue_style3 .contact-info-box {
	position:absolute;
	bottom:100px;
	left:10%;
	z-index:1;
	background:#fff;
	width:450px;
}
.venue_style3 .contact-info-box {
  padding: 30px;
  text-align: center;
}
.venue_style3 .contact-info-details .fa {
  font-size: 50px;
}
.venue_style3 .contact-info-details h5 {
  font-size: 22px;
  line-height: 30px;
}
.owl-dot {
  display: inline-block;
}



@media (max-width:767px) {
.event_img {
  margin: 0 auto 20px;
  overflow: hidden;
}
.about_info_m {
  margin-bottom: 60px;
}
.registration-price-3 .table-price-detail {
  overflow: hidden;
  width: 100%;
}
.registration-price-3 .table-price-detail ul li {
  float: none;
  width: 100%;
}
.table_btn {
  display: block;
  padding: 30px 20px;
  width: 100%;
}
.registration-price-3 .table-price-box, .registration-price-3 .table-price-detail {
	display:block;
	width:100%;
}
.venue_style3 .contact-info-box {
  bottom: inherit;
  left: 0;
  margin: 10px 15px 50px;
  position: relative;
  right: 0;
  width: auto;
}
.schedule_info2 .nav.nav-tabs > li > a {
  padding: 20px;
}
.schedule_info2 .conference-time-list {
  display: block;
  margin: 0 auto 14px 0;
  overflow: hidden;
  width: 100%;
}
.schedule_info2 .conf-user-time {
  height: auto;
  margin-left: 0;
  padding: 20px;
  width: auto;
}
.schedule_info2 .conf-user-info {
  width: 48%;
}
.schedule_style3 .conf-user-img {
  margin: 20px;
}
.schedule_style3 .conf-user-info {
  width: 65%;
}

	
}


@media (max-width:767px) {
.schedule_info2 .conf-user-time {
	margin-right:0px;
}
.schedule_info2 .conf-user-img {
  float: left;
  margin-left: 20px;
  width: 70px;
}
.schedule_info2 .conf-user-info {
  clear: both;
  float: none;
  position: relative;
  width: 100%;
}
.schedule_info2 .conf-user-time {
  float: left;
  margin-left: 0;
  padding: 15px;
  width: 118px;
}

}


@media (min-width:768px) and (max-width:991px) {
#about .about-carousel {
	margin-top:0px;
}	
.event_img {
  margin: 0 auto 10px;
}
.about_info_m h5 {
  font-size: 20px;
  margin: 0 auto 5px;
}
.about_info_m p {
	font-size:14px;
	line-height:26px;
}
.about-section-3 .event_img {
  clear: both;
  margin: 0 auto 30px;
}
.registration-price-2 .table-price-detail ul {
  text-align: center;
}
.registration-price-3 .table-price-detail {
	overflow:hidden;
	width:100%;
}
.table_btn {
  display: block;
  padding: 40px 20px;
  width: 100%;
}
.venue_style3 .contact-info-box {
  bottom: 25px;
}
.schedule_info2 .conf-user-info {
  width: 470px;
}
.schedule_style3 .conf-user-info {
  width: 500px;
}
.schedule_style3 .nav.nav-tabs > li > a {
  font-size: 22px;
  padding: 10px;
}
	
}



@media (min-width:992px) and (max-width:1200px) {
.schedule_info2 .conf-user-info {
  width: 500px;
}
.schedule_style3 .nav.nav-tabs > li > a {
  padding: 10px 12px;
}
.schedule_style3 .conf-user-info {
  width: 560px;
}
	
}
/*=========================
	DEMO 2
===============================*/

/*=========================
	Gallery Styles
===============================*/
.element_header {
	padding:55px 0;
}
.gallery_style2 a {
  display: block;
  float: left;
  margin:0 auto;
  width: 25%;
  background:#000;
  position:relative;
}
.gallery_style3 a {
  display: block;
  background:#000;
  margin:0 auto 30px;
  position:relative;
}
.gallery_style2 a img, .gallery_style3 a img {
 	max-width:100%;
	opacity:1;
	transition-duration:0.3s;
	 -moz-transition-duration:0.3s;
	  -o-transition-duration:0.3s;
	   -webkit-transition-duration:0.3s;
	    -ms-transition-duration:0.3s;
}
.gallery_style2 a:hover img, .gallery_style3 a:hover img {
	opacity:0.3;
}
.gallery_style2 .gallery_title, .gallery_style3 .gallery_title {
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
  left: 0;
  margin: 0;
  padding: 0 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  opacity:0;
  transition-duration:0.3s;
	 -moz-transition-duration:0.3s;
	  -o-transition-duration:0.3s;
	   -webkit-transition-duration:0.3s;
	    -ms-transition-duration:0.3s;
  transform: translateY(-150%);
   -moz-transform: translateY(-150%);
    -o-transform: translateY(-150%);
	 -webkit-transform: translateY(-150%);
	  -ms-transform: translateY(-150%); 
}
.gallery_style2 a:hover .gallery_title, .gallery_style3  a:hover .gallery_title {
	opacity:1;
	transform: translateY(-50%);
   -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	 -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
}
.prettyPhoto-m-img {
  width: 100%;
}
.pp_social {
  display: none;
}


/*=========================
	Speakers Styles
===============================*/
.speakers_style2 .speakers_wrap {
  margin: 0 auto;
  padding: 30px;
  text-align: center;
}
.speakers_style2 .our_speaker_img img {
  border-radius: 0;
}
.speakers_style2 .our_speaker_img {
  float: none;
  width: 100%;
}
.speakers_style2 .speakers_info {
  float: none;
  margin: 0 auto;
  width: 100%;
}
.speakers_style2 .speakers_wrap:hover .our_speaker_img {
  margin-left: 0;
}
.speakers_style2 .speakers_follow_us, .speakers_style3 .speakers_follow_us {
	background:rgba(0, 0, 0, 0.9);
	right:-100%;
}
.speakers_style2 .speakers_follow_us ul li a  {
	color:#fff;
}
.speakers_style2 .speakers_follow_us ul  {
  padding: 0 40px;
}
.speakers_style2 .speakers_follow_us ul li a:hover  {
	color:#de2f2f;	
}
.speakers_style3 .speakers_wrap {
  margin: 0 auto 30px;
  border:0px;
  padding: 0px;
  text-align: center;
}
.speakers_style3 .our_speaker_img, .speakers_style3 .speakers_info {
  float: none;
  width: 100%;
  margin:0 auto;
}
.speakers_style3 .our_speaker_img {
  float: none;
  margin: 0 auto;
  max-width: 290px;
  overflow: hidden;
  width: 100%;
}
.speakers_style3 .speakers_wrap:hover .our_speaker_img {
  margin:0 auto;
}
.speakers_style3 .speakers_info h5 {
  margin: 14px 0 4px;
}
.speakers_style3 .speakers_wrap .our_speaker_img img {
	transition-duration:0.3s;
	 -moz-transition-duration:0.3s;
	  -o-transition-duration:0.3s;
	   -webkit-transition-duration:0.3s;
	    -ms-transition-duration:0.3s;
}
.speakers_style3 .speakers_wrap .our_speaker_img:hover img {
	opacity:0.5;
}


/*=========================
	About us Styles
===============================*/
.about_style2 .about-m-content {
	margin-bottom:30px;
}
.about_style2 .about-m-content img {
	max-width:100%;
	margin:0 auto 25px;
}
.info_wrap {
	margin:0px auto ;
	text-align:center;
	padding:25px;
    box-shadow:rgba(0, 0, 0, 0.1) 0 0 20px;
}
.info_wrap i {
  font-size: 70px;
  font-style: normal;
  font-weight: 900;
  opacity: 0.2;
  margin:0 auto 12px;
}
.info_wrap p {
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
}
.info_wrap h5 {
	margin:0 auto 10px;
}
.vertical_list {
	position:relative;
	padding-left:80px;
	margin:0 auto 40px;
}
.list_icon {
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  height: 65px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 2px;
  width: 65px;
}
.list_icon i {
	font-size:30px;
	line-height:63px;
	opacity:0.5;
}
.vertical_list h5 {
	margin:0 auto 10px;	
}


/*=========================
	Pricing Styles
===============================*/

.pricing_style2 .event_priceing {
  border: 2px solid #fff;
  margin: 0 -15px;
  position:relative;
  transition-duration:0.3s;
   -moz-transition-duration:0.3s;
    -o-transition-duration:0.3s;
     -webkit-transition-duration:0.3s;
     -ms-transition-duration:0.3s;
  transform:scale(1);
   -moz-transform:scale(1);
    -o-transform:scale(1);
     -webkit-transform:scale(1);
      -ms-transform:scale(1);
}
.event_priceing:hover {
	border-color:#de302f;	
}
.pricing_style2 .table_head {
  background:#de302f;	
  margin: 0 -25px;
  padding: 20px 20px 25px;
  text-align: center;
}
.table_head .plan_name {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  margin: 0;
}
.table_head .plan_name > * {
	text-decoration:underline;
}
.table_head .plan_price {
  padding: 0px;
}
.pricing_style2 .event_priceing:hover {
	z-index:1;
	transform:scale(1.05);
	   -moz-transform:scale(1.05);
		-o-transform:scale(1.05);
		 -webkit-transform:scale(1.05);
		  -ms-transform:scale(1.05);
}
.pricing_style3 .event_priceing {
  border: 8px solid rgba(255, 255, 255, 0.1);
  margin: 0 auto 30px;
  overflow: hidden;
  padding: 30px;
}
.pricing_style3 .event_priceing h5 {
  margin: 0 auto 15px;
  text-decoration:underline;
}
.pricing_style3 .event_priceing p {
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.pricing_style3 .plan_price {
  padding: 10px 0 0;
}
.pricing_style3 .event_priceing .plan_price p {
  color: #ffffff;
  display: inline-block;
  font-size: 55px;
  font-weight: 700;
  margin: 0 30px 0 0;
  vertical-align: middle;
}


/*=========================
	Sponsors Styles
===============================*/
#sponsors_table {
	clear:both;
	position:relative;
	padding:2px 0;
}
#sponsors_table table {
	padding:0px;
	margin:0px;
	width:100%;
}
#sponsors_table table a {
	display:block;
}
#sponsors_table table tr td {
   text-align:center;
	padding:20px;
	border:#ccc dashed 1px;
}
#sponsors_table ul li img {
	max-width:100%;
	display:table-cell;
	vertical-align:middle;
}
.sponsors_style3 table tr td {
	background:#f1f1f1;	
	height:250px;
}
.sponsors_style3 table tr td img {
	max-width:100%;
}
.sponsors_style3 #sponsors_table table {
  border-collapse: separate;
  border-spacing: 8px;
}


/*=========================
	Venue Styles
===============================*/
.venue_style2 .venue_info_box {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  border: 0 none;
  margin: 0 auto 24px;
  min-height: inherit;
  padding: 40px 50px 40px 180px;
  position: relative;
  text-align: left;
}
.venue_style2 .venue_info_box i {
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  font-size: 50px;
  height: 100px;
  left: 40px;
  line-height: 96px;
  position: absolute;
  text-align: center;
  top: 28px;
  width: 100px;
}
.venue_style2 .venue_info_box p {
	font-size:22px;
}

.venue_style3 {
	padding-bottom:0px;
}
.venue_style3 .venue_info_wrap {
	background:#fff;
	margin-right:-15px;
	padding:30px 20%;
}
.venue_style3 .venue_info_box {
	border:0px;	
	color:#111;
	padding:20px 30px;
	min-height:inherit;
}
.venue_style3 .venue_info_box p, .venue_style3 .venue_info_box a {
	color:#111;
	font-size:24px;
	display:block;
}
.venue_style3 #map {
	margin-left:-15px;
}
.venue_style3 #map .gmap {
  height: 696px;
}


/*=========================
	Testimonials Styles
===============================*/
.testimonial_style2 .testimonial_head {
  margin: 0 0 10px;
}
.testimonial_style2 .testimonial_img {
  height: 65px;
  margin: 0 14px 0 0;
  width: 64px;
}
.testimonial_info_m {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 0 auto 30px;
  padding: 30px;
}
.testimonial_info_m p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
.testimonial_info_m h6 {
  margin: 10px auto 5px;
  color:#111;
}

@media (min-width:992px) {
.testimonial_wrap:nth-child(3n+1) {
	clear:left;
}

}

@media (min-width:768px) and (max-width:991px) {
.testimonial_wrap:nth-child(2n+1) {
	clear:left;
}

}

.testimonial_style3 .testimonial_info_m {
	text-align:center;
	margin:0 auto 60px;
}
.testimonial_style3 .testimonial_head {
  margin: 0 0 10px;
  overflow:visible;
}
.testimonial_style3 .testimonial_img {
  float: none;
  height: 90px;
  margin: -60px auto 20px;
  width: 89px;
}


/*=========================
	Schedule Styles
===============================*/
.schedule_wrap {
	clear:both;
}
.schedule_wrap .nav-tabs {
	clear:both;
	display:table;
	width:100%;
}
#schedule .schedule_wrap .tab-content {
  margin: 0 auto;
}
#schedule .schedule_wrap .nav-tabs li.active::after {
  right: 0;
  left:48%;
  bottom: -13px;
  margin:0 auto;
  z-index:-1;
}
.tab-content .tab-content {
	background:#fff;
	color:#111;
}
#schedule .tab-content .nav-tabs li {
	margin-top:0px;
}
.schedule_style2 .schedule_info {
  width: 83%;
}
#schedule .tab-content .nav-tabs li.active a, #schedule .tab-content .nav-tabs li:hover a {
	background:#fff !important;
}
#schedule .tab-content .nav-tabs li.active a, #schedule .tab-content .nav-tabs li:hover a {
	color:#de302f;
}
.schedule_style3 .schedule_wrap {
  background: #de302f none repeat scroll 0 0;
}
#schedule.schedule_style3 .nav-tabs {
	text-align:center;
}
#schedule.schedule_style3 .nav-tabs li {
  margin: 40px 0 0;
  float:none;
  display:inline-block;
  padding-bottom:1px;
}
#schedule.schedule_style3 .nav-tabs li a {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  padding: 15px 30px;
}
#schedule.schedule_style3 .nav-tabs li a span {
	display:block;
	font-size:18px;
	font-weight:400;
}
#schedule.schedule_style3 .tab-content {
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin: 30px;
  padding: 20px;
}
#schedule.schedule_style3 .tab-content .schedule_wrap {
  border-bottom:rgba(255, 255, 255, 0.2) solid 1px;
}
#schedule.schedule_style3 .tab-content .schedule_wrap:last-child {
	border:0px;
}
.schedule_style3 .schedule_info {
  width: 85%;
}
.schedule_style3 ul.nav-tabs li.active a, .schedule_style3 ul.nav-tabs li a:hover, .schedule_style3 .nav-tabs li a:focus {
	outline:#fff solid 1px;
}


@media (max-width:767px) {
	.elementor-361 .elementor-element.elementor-element-9c225d9 > .elementor-element-populated, .elementor-361 .elementor-element.elementor-element-eac1a9e > .elementor-element-populated {
    margin: 0;
}
#menu-footer-menu li a::after {
	left: 30px !important;
}
.offcanvas-body ul {
    text-align: left!important;
}
.navbar-expand-lg button.navbar-toggler {
    background: #fff;
}

/*#eventshow .counter-sec{
	bottom: -35px !important;
}*/
#eventshow .slides .banner-content .content{
	max-width:270px;
	width: 100% !important;
	left: 0 !important;
}
.gt-information > li{
	margin: 0 !important;
}
.venue_style2 .venue_info_box {
  padding: 40px;
  text-align:center;
}
.venue_style2 .venue_info_box i {
  left: inherit;
  margin: 0 auto 20px;
  position: relative;
  top: 0;
}
.venue_style2 .venue_info_box p {
  font-size: 20px;
}
.venue_style3 .venue_info_wrap {
  margin-right: 0;
  padding: 30px 5%;
}
.venue_style3 .venue_info_box p, .venue_style3 .venue_info_box a {
  font-size: 22px;
}
.venue_style3 .venue_info_box {
  padding: 10px 0;
}
.sponsors_style2  #sponsors_table table, 
.sponsors_style2  #sponsors_table table tbody, 
.sponsors_style2  #sponsors_table table tr, 
.sponsors_style2  #sponsors_table table tr td, 
.sponsors_style3  #sponsors_table table, 
.sponsors_style3  #sponsors_table table tbody, 
.sponsors_style3  #sponsors_table table tr, 
.sponsors_style3  #sponsors_table table tr td {
	display:block;
	height:auto;
}
.sponsors_style2  #sponsors_table table tr td, 
.sponsors_style3  #sponsors_table table tr td {
  margin: 20px;
  padding: 50px 20px;
}
.speakers_style2 .speakers_wrap {
  margin: 0 auto 20px;
  max-width: 360px;
}
.pricing_style2 .event_priceing {
  margin: 0 auto 20px;
}
.pricing_style3 .event_priceing .plan_price p {
  display: block;
  margin: 10px auto 20px;
}
.info_wrap {
  margin: 0 auto 20px;
}	
.gallery_style2 a {
  width: 100%;
}
.schedule_style3 .schedule_info, .schedule_style2 .schedule_info {
  width: 66%;
}
#schedule.schedule_style2 .nav-tabs li {
  margin-bottom: 20px;
  margin-top: 0;
}
div#comment {
    margin-bottom: 0;
}
.comment-respond {
    margin-bottom: 0;
}

}


@media (max-width:480px) {
#schedule {
	text-align:center;
}
.schedule_style3 .schedule_info, .schedule_style2 .schedule_info {
  width: 100%;
}
#schedule.schedule_style3 .nav-tabs li a {
  font-size: 28px;
  padding: 10px;
}
#schedule.schedule_style3 .nav-tabs li a span {
  font-size: 13px;
}
#schedule.schedule_style3 .nav-tabs {
  padding-top: 30px;
}
#schedule.schedule_style3 .nav-tabs li {
  margin: 10px 0 0;
}
#schedule.schedule_style3 .tab-content {
  margin: 15px;
  padding: 15px;
}

}


@media (min-width:768px) and (max-width:991px) {
	
.venue_style2 .venue_info_box {
  margin: 0 auto 10px;
  padding: 25px 20px 25px 100px;
}
.venue_style2 .venue_info_box i {
  font-size: 30px;
  height: 60px;
  left: 24px;
  line-height: 54px;
  top: 24px;
  width: 60px;
}	
.venue_style2 .venue_info_box a, .venue_style2 .venue_info_box p {
	font-size:16px;
}
.venue_style3 .venue_info_box {
  padding: 36px 0;
}
.venue_style3 .venue_info_box p, .venue_style3 .venue_info_box a {
  font-size: 22px;
}
.sponsors_style3 table tr td {
  height: 100px;
}
.speakers_style2 .speakers_wrap {
  padding: 10px;
}
.speakers_style2 .speakers_follow_us ul {
  padding: 0 25px;
}
.pricing_style2 .event_priceing {
  margin: 0 0 30px;
}
.pricing_style2 .table_head {
  margin: 0 -15px;
}
.info_wrap {
  margin: 0 auto 20px;
}
.gallery_style2 a {
  width: 50%;
}
.schedule_style2 .schedule_info, 
.schedule_style3 .schedule_info {
  width: 78%;
}


}



@media (min-width:992px) and (max-width:1200px) {
	
.venue_style2 .venue_info_box {
  margin: 0 auto 10px;
  padding: 25px 20px 25px 100px;
}
.venue_style2 .venue_info_box i {
  font-size: 30px;
  height: 60px;
  left: 24px;
  line-height: 54px;
  top: 24px;
  width: 60px;
}	
.venue_style2 .venue_info_box a, .venue_style2 .venue_info_box p {
	font-size:16px;
}
.venue_style3 .venue_info_box {
  padding: 36px 0;
}
.venue_style3 .venue_info_box p, .venue_style3 .venue_info_box a {
  font-size: 22px;
}
.speakers_style2 .speakers_wrap {
  padding: 20px;
}
.speakers_style2 .speakers_follow_us ul {
  padding: 0 35px;
}
.event_priceing .btn.btn-block {
  padding-left: 0;
  padding-right: 0;
}


}

/*-----------------------------------Event Design---------------------------*/

.inner_event{
	padding: 0 15px 30px;
}
.listing-thumb{
	position: relative;
}
.listing-thumb img{
	width: 100%;
    height: 240px;
    display: block;
    border-radius: 5px;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.event_title__3C2PA{
	font-size: 2.462rem;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 10px;
}
.event_meta__CFFPg span{
    margin-right: 20px;
    margin-bottom: 5px;
    color: #777777;
}
.event_meta__CFFPg .fa{
	margin-right: 8px;
	color: #de302f;
}
.event_content p{
	font-size: 1.5rem;
    color: #777777;
	line-height: 25px;
}
.event_content{
	padding: 8px 0;
}
.event-status{
position: absolute;
    z-index: 1;
    top: 20px;
    left: 20px;
    font-size: 12px;
    text-transform: uppercase;
    list-style: none;
    margin: 0;
    color: #fff;
    background: #de302f;
    padding: 6px 14px;
    border-radius: 25px;
    font-weight: 500;
}
.event-price{
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 20px;
    font-size: 12px;
    text-transform: uppercase;
    list-style: none;
    margin: 0;
    color: #FFFFFF;
    padding: 6px 14px;
    border-radius: 25px;
    font-weight: 500;
    background: #de302f;
}
.event_calendar__2x4Hv {
    padding: 10px 0;
    text-align: center;
    float: left;
    margin-right: 18px;
}
.event_month__S8D_o {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: normal;
}
.color-primary {
    color: #de302f !important;
}
.event_date__2Z7TH {
    display: block;
    font-size: 24px;
    color: #485273;
    line-height: normal;
}
.event_content__2fB-4 {
    overflow: hidden;
}
.event_title__3C2PA {
    font-size: 20px;
    margin: 0;
    margin-bottom: 3px;
}
.list-none {
    margin: 0;
    padding: 0;
    list-style: none;
}
.event_metaList__1bEBH {
    overflow: hidden;
}
.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.event_footer__1TsCF {
    border-left: 1px solid #e7e7ed;
    border-right: 1px solid #e7e7ed;
}
.event_body__BfZIC {
    padding: 25px 20px 38px;
}
.event_title__3C2PA a{
	color:inherit;
}
.event_content__2fB-4 ul li{
	width:100%;
	display: inline-block;
	margin:0;
    float: left;
	font-size: 13px;
    color: #9ea6ba;
    line-height: 1.78;
}
.event_content__2fB-4 ul li a{
	color:inherit;
}
.event_meta__CFFPg {
    font-size: 13px;
    color: #9ea6ba;
}
.event_body__BfZIC {
    border: 1px solid #e7e7ed;
    margin-bottom: 1px;
}
.event_footer__1TsCF {
    position: relative;
    min-height: 55px;
    border-bottom: 1px solid #f3f3f6;
    padding: 15px 20px;
    background-color: inherit;
    border-radius: 0 0 3px 3px;
}
.event_by__23HUz {
    font-size: 12px;
    color: #9ea6ba;
}
.color-dark-2, .color-dark-2--hover:hover {
    color: #485273!important;
}
.event_right__drLk5 {
    height: 30px;
    right: 15px;
}
.event_interested__2RxI- {
    display: block;
    width: 22px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}
.pos-a-center-right {
    position: absolute!important;
    top: 50%;
    right: 15px;
    transform: translate(0,-50%);
}
.event_content__2fB-4 p{
	font-size: 14px;
    line-height: 23px;
}
.event_by__23HUz a{
    display: inline-block;
    margin: 0;
    width: 50%;
    float: left;
    font-size: 13px;
    color: #9ea6ba;
    line-height: 1.78;
}
.event_by__23HUz .fa {
    margin-right: 8px;
    color: #de302f;
}
.event_icon{
	position: absolute;
    list-style: none;
    bottom: -10px;
    right: 10px;
}
.event_icon li{
	display: inline-block;
    position: relative;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    float: right;
    margin: 0 5px;
	text-align:center;
}
.event_icon li a .fa{
	padding:7px;
}
.event_inner{
	box-shadow: #ddd 0 0 8px 5px;
}
.recent-tab {
    margin: 0 0 40px;
    text-align: center;
}
.recent-tab ul.event-tabs {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    display: inline-block;
}
.event.event-tabs {
    border: medium none;
}
.event-tabs > li {
    margin-bottom: 0;
}
.recent-tab .event.event-tabs li a{
	color: #000;
	font-weight:bold;
    padding: 15px;
}
.recent-tab .event.event-tabs li.active a {
    color: #ffffff;
	background: #fa2837 none repeat scroll 0 0;
    fill: #fa2837;
	border-radius:30px;
	font-weight:bold;
    padding: 15px;
}
.recent-tab .event.event-tabs li a:hover{
	border-radius:30px;
}
.recent-tab .event.event-tabs li.active::after {
    border-color: #fa2837 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.recent-tab .event.event-tabs li.active::after {
    border-style: solid;
    border-width: 12px;
    bottom: -23px;
    content: "";
    height: 8px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 12px;

}
.event-tabs > li {
    margin-bottom: 0;
}
.event-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.event>li {
    position: relative;
    display: block;
    padding: 10px 0;
}
.event {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.event-featured {
	width: 30px;
    height: 40px;
    background: #FB0;
    position: absolute;
    right: 20px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    box-shadow: inset 0 3px 10px #FF8500;
    -moz-box-shadow: inset 0 3px 10px #FF8500;
    -webkit-box-shadow: inset 0 3px 10px #FF8500;
    margin-bottom: -40px;
    margin-top: -0;
    z-index: 10;
	top:0;
}
.event_banner{
	padding: 150px 0 0;
	background-repeat: no-repeat !important;
    background-size: cover !important;
}

.event_detail{
	margin-top: 50px;
}
.event_content h1{
	font-size: 20px;
    margin: 0;
    margin-bottom: 5px;
}
.content-box_body p {
    font-size: 14px;
}
.content-box_title {
    border-bottom: 1px solid #f3f3f6;
    padding: 13px 20px;
    background-color: #fff;
}
.event_detail {
    /* box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px; */
    margin: 50px 0;
    background: #fff;
    padding: 0;
}
.content-box_body{
	padding: 15px 20px;
}
.event_content {
    position: relative;
    /* border-top: 1px solid #f3f3f6; */
    padding: 15px 20px;
}
.event_img {
    padding: 0;
    margin: 0;
}
.content-box_title {
    width: 100%;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    color: #485273;
    font-size: 13px;
    line-height: 1.3em;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .1em;
}
.content-box_body{
	padding-top:0;
}
.social-title{
	font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.social_share{
	list-style:none;
	display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -3px;
	padding:0;
}
.social_share li{
    padding: 3px;
}
.social_share li a{
	display: block;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
    background-color: #a9a8b3;
    font-size: 1.4rem;
}
.social_share li a:hover{
	background: #de302f;
}
.content-box_title i {
    font-size: 17px;
    color: #9ea6ba;
    margin-right: 10px;
    vertical-align: middle;
}
.gt-content-detail-box > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.gt-content-detail-box > ul > li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.gt-content-detail-box > ul > li > .gt-icon {
    font-size: 2.923rem;
    line-height: 1.923rem;
    padding: 15px;
    width: 60px;
	color:#de302f;
}
.gt-content-detail-box > ul > li > .gt-content {
    width: 100%;
	line-height: 20px;

}
.gt-content-detail-box > ul > li > .gt-content > .gt-title {
    text-transform: uppercase;
    margin-bottom: 2px;
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: 1px;
}
.gt-content-detail-box > ul > li > .gt-content > .gt-inner {
    font-size: 1.1rem;
    color: #888888;
}
.event_status::after{
	position: absolute;
    top: 807px;
    border: 0;
    font-size: 2.923rem;
    left: 55px;
    content: "\f058";
    font-family: fontawesome;
	color:#de302f;
}
.event_status .gt-content{
	margin-left: 8px;
}
.gt-inner .social-icon a{
	font-size: 15px;
    padding-right: 7px;
}
.sponsor-content-detail{
	padding: 0;
    display: inline-block;
    position: relative;
}
.sponsor_img{
	height: 75px;
    width: 48%;
    margin-bottom: 10px;
    border: 1px solid #eaeaea;
    padding: 15px 15px;
    float: left;
    margin-left: 6px;
}
.gt-event-section-tabs .gt-event-tabs {
    list-style: none;
    text-align: center;
    display: flex;
    margin: -30px -30px 30px;
    padding: 0;
    font-weight: 600;
    font-size: 1rem;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    background-color: #FFFFFF;
}
.gt-event-tabs > li {
    position: relative;
    display: inline-flex;
    flex: 1;
}
.gt-event-tabs > li > a, .gt-event-tabs > li > a:visited {
    color: #4a4a4a;
    padding: 20px 24.8px;
    display: block;
    /* border-right: 1px solid #eee; */
    position: relative;
    /* border-bottom: 1px solid #EAEAEA; */
    width: 100%;
    font-weight: 600;
}
.gt-event-tabs > li > a:after, .gt-event-tabs > li > a:visited:after {
    height: 0;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    content: '';
    display: block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.gt-event-tabs > li > a.active:after, .gt-event-tabs > li > a.active:visited:after, .gt-event-tabs > li > a:hover:after, .gt-event-tabs > li > a:focus:after {
    height: 3px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.gt-event-tabs > li > a.active:visited:after, .gt-event-tabs > li > a:hover:after, .gt-event-tabs > li > a:focus:after {
    background:#de302f;
}
.gt-event-tabs > li.active > a:after{
	background:#de302f;
    height: 3px;
}
.gt-event-tabs>li>a:focus, .gt-event-tabs>li>a:hover{
	background:none;
}
.fade {
    transition: opacity .15s linear;
}
.content-box-module{
	width:100%;
	display:block;
}
.speakers{
	float: unset;
	margin-top: 40px;
}
div#osm-map {
    width: 100%!important;
    height: 400px!important;
}
.schedule_event{
	background: #de302f;
	margin: 40px 0;
    padding: 15px;
}
.schedule_event .schedule_style3 .tab-content{
	background:none;
}
.schedule_event .schedule_style3 .conf-user-info {
    width: 619px;
}
.event_contact{
	padding: 10px 15px;
    padding-bottom: 0;
}
.event_contact .col-md-6 {
  width: 100%;
}

.servicename {
	padding: 15px 40px;
}
.service_price {
	padding: 15px 40px;
}
.servicesbox {
	margin-bottom:10px;
}
.schedule_style2 .tab-content {
	background:#de302f;
}
.schedule_style2 ul.event.eventsemi-tabs {
    text-align: center;
	margin-top: 25px;
}
.schedule_style2 .event.eventsemi-tabs {
    border: 0px;
}
.schedule_style2 ul.event.eventsemi-tabs li {
    display: inline-block;
    float: none;
    margin: 0 auto 30px;
    position: relative;
}
.schedule_style2 .event.eventsemi-tabs > li > a {
    border: 8px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: 27px;
    font-weight: 700;
    margin-right: 8px;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}
.schedule_style2 .event.eventsemi-tabs > li.active a, .schedule_style2 .event.eventsemi-tabs > li:hover a, .schedule_style2 .event.eventsemi-tabs > li a:hover{
	background: #171616;
    fill: #171616;
}
.schedule_style2 .event.eventsemi-tabs > li.active::after {
    border-color: #de302f transparent transparent;
}
.schedule_style2 .event.eventsemi-tabs > li.active::after {
    border-color: #151515 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 12px;
    content: "";
    height: 12px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: -30px;
    width: 12px;
}
}
.schedule_event .schedule_style2 .schedule_info2 .conference-time-list{
	width:90%;
}
.schedule_event .schedule_style2 .schedule_info2 .conf-user-info {
    width: 445px;
}
.schedule_event .schedule_style2 .conf-user-info .conf-close {
	background: #000 !important;
}
#eventshow .slides .banner-content {
    display: block;
    background: url(../img/opaqueBG.png) repeat 0 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}
.slideshow_eve .slides .banner-content .content{
	margin-top:7% !important;
}
#eventshow .slides .banner-content .content{
    text-align: center;
    border: 1px solid #FFF;
    padding: 0.5em;
	width: 50%;
	position:relative;
	margin:3% auto;
}
#eventshow .slides .banner-content .content .banner-tagline h1{
	font-size: 3em;
	margin:0;
}
#eventshow .slides .banner-content .content .banner-tagline{
	margin: 0 auto;
    border: 1px solid #FFF;
    width: 100%;
    padding: 2em;
}
#eventshow .slides .banner-content .content .banner-tagline p{
	display: inline-block;
    font-size: 1em;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #FFF;
    text-align: center;
    padding: 1em 3em 0;
    margin-top: 1em;
    border-top-width: 1px;
    border-style: solid none none;
	border-color: #de302f;
}




#slideshow1 .slides .banner-content {
    display: block;
    background: url(../img/opaqueBG.png) repeat 0 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}
#slideshow1 .slides .banner-content .content{
    text-align: center;
    border: 1px solid #FFF;
    padding: 0.5em;
	width: 50%;
	position:relative;
	margin:3% auto;
}
.full-width {
    width: 100%;
    float: left;
}
#slideshow1 .slides .banner-content .content .banner-tagline h1{
	font-size: 3em;
	margin:0;
}
#slideshow1 .slides .banner-content .content .banner-tagline{
	margin: 0 auto;
    border: 1px solid #FFF;
    width: 100%;
    padding: 1em;
}
#slideshow1 .slides .banner-content .content .banner-tagline p{
	display: inline-block;
    font-size: 1em;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #FFF;
    text-align: center;
    padding: 1em 3em 0;
    margin-top: 1em;
    border-top-width: 1px;
    border-style: solid none none;
	border-color: #de302f;
}
#slideshow1 .owl-nav > .owl-prev:after {
   padding: 0px 0px;
    position: absolute;
    left: 2em;
    font-size: 35px;
    box-shadow: 0 0 0 0.26em rgb(171 63 52 / 50%);
    color: #fff;
    background: #de302f;
    opacity: 1;
    font-family: fontawesome;
    content: "\f104";
    transform: rotate(360deg);
    width: 50px;
    height: 50px;
}
#slideshow1 .owl-nav > .owl-next:after {
       padding: 0px 0px;
    position: absolute;
    transform: rotate(0deg);
    right: 2em !important;
    font-size: 35px;
    box-shadow: 0 0 0 0.26em rgb(171 63 52 / 50%);
    color: #fff;
    background: #de302f;
    opacity: 1;
    font-family: fontawesome;
    content: "\f105";
    width: 50px;
    height: 50px;
}
.event_icon .dropdown-toggle::after{display: none;}
#slideshow1 .owl-nav > .owl-next, #slideshow1 .owl-nav > .owl-prev{
	opacity:0.5;
	font-size: 0 !important;
}
#slideshow1 .owl-nav > .owl-next:hover , #slideshow1 .owl-nav > .owl-prev:hover {
	opacity:0.9;
}
#slideshow1 .owl-nav .owl-next:after {
    content: "\f105";
    left: inherit;
    right: 0;
}
.owl-theme .owl-nav [class*="owl-"]{
	color: #000000 !important;
}
.section-header h2 {
	margin: 10px 0;
}
.section-header {
	margin-bottom: 0 !important;
    margin: 0 auto;
    max-width: 650px;
    padding-bottom: 60px;
}
.text-center {
    text-align: center!important;
}
.gray-bg {
    background: #f7f7f7;
}
.newsection-padding {
    padding: 90px 0;
}
.service-box {
    text-align: center;
}
.gt-title{
	margin-top:15px;
}
.service-box .gt-title h2{
    text-transform: uppercase;
    font-size: 1.462rem;
    font-weight: 600;
    margin-bottom: 5px;
}
.service-box p {
    color: #888888;
    margin: 0;
    font-size: 18px;
    line-height: 25px;
}
.service-box .far, .service-box .fas, .service-box .fa {
	padding-top: 35px;
    width: 115px;
    height: 115px;
    line-height: 115px;
    border-radius: 50%;
    text-align: center;
    font-size: 2.692rem;
    border: 2px solid #fa2837;
    margin-bottom: 22px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    position: relative;
}
.breaker{
	padding: 10px 0 40px;
    text-align: center;
}
.post-wp {
    margin: 0 auto 40px;
}
.post-img-wp {
    margin: 0 auto 20px;
    overflow: hidden;
    border-radius: 3px;
}

.post-meta {
    margin: 0 auto 5px;
}
.post-meta, .post-related-posts .post-meta {
    color: #959595;
    font-size: 13px;
    line-height: 2;
    -webkit-font-smoothing: antialiased;
    margin-top: 20px;
}
.post-meta span {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 13px;
}

.post-wp h4 {
    font-size: 22px;
    font-weight: 500;
    margin: 10px auto;
}
.post-wp h4 a{ 
	color:#000;
}
.post-wp h4 a:hover{ 
	color:#fa2837;
}
.row-overlay {
    position: absolute;
    top: -100px;
    left: -90px;
    right: 0;
    height: 129%;
    width: 116%;
    content: "";
    background: rgba(27,6,40,0.9);
}
.image-grid-inner {
    padding: 25px;
	margin-bottom: 30px;
    border: 1px solid #ffffff00;
    border-radius: 10px;
}
img.lazy-active {
    opacity: 1;
    transition: all ease-in-out .5s;
    transition-timing-function: cubic-bezier(.39,.76,.51,.56);
}
.image-grid-inner img {
    transform: scale(.8) rotate(20deg);
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    opacity: .5;
}
.image-grid-inner:hover {
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    border-color: #fff;
}
.image-grid-inner:hover img {
    transform: scale(1.1);
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    opacity: 1;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.image-grid-inner:after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #de302f;
    -webkit-animation: pulse2 1s linear infinite;
    -moz-animation: pulse2 1s linear infinite;
    -ms-animation: pulse2 1s linear infinite;
    animation: pulse2 1s linear infinite;
    position: relative;
    right: -209px;
    bottom: 162px;
}
@keyframes "pulse2"{
	0%{
		-webkit-transform:scale(1.1);
		-moz-transform:scale(1.1);
		-o-transform:scale(1.1);
		-ms-transform:scale(1.1);
		transform:scale(1.1)
	}
	50%{
		-webkit-transform:scale(.8);
		-moz-transform:scale(.8);
		-o-transform:scale(.8);
		-ms-transform:scale(.8);
		transform:scale(.8)
	}
	100%{
		-webkit-transform:scale(1);
		-moz-transform:scale(1);
		-o-transform:scale(1);
		-ms-transform:scale(1);
		transform:scale(1)
	}
	}
	@-moz-keyframes pulse2{
		0%{
			-moz-transform:scale(1.1);
			transform:scale(1.1)
		}
		50%{
			-moz-transform:scale(.8);
			transform:scale(.8)
		}
		100%{
			-moz-transform:scale(1);
			transform:scale(1)
		}
	}
	@-webkit-keyframes "pulse2"{
		0%{
			-webkit-transform:scale(1.1);
			transform:scale(1.1)
		}
		50%{
			-webkit-transform:scale(.8);
			transform:scale(.8)
		}
		100%{
			-webkit-transform:scale(1);
			transform:scale(1)
		}
	}
	@-ms-keyframes "pulse2"{
		0%{
			-ms-transform:scale(1.1);
			transform:scale(1.1)
		}
		50%{
			-ms-transform:scale(.8);
			transform:scale(.8)
		}
		100%{
			-ms-transform:scale(1);
			transform:scale(1)
		}
	}
	
.event-heder-inner {
    z-index: 1;
    color: #fff;
    position: relative;
    padding-top: 150px;
	text-align:left;
}
.event-heder-inner h1 {
    margin: 5px 0px;
    color: #fff;
    font-weight: 500;
    font-size: 42px;
}
.event-heder-inner p {
	color:#fff;
    margin: 0 auto 5px;
    font-size: 19px;
}
.post-date {
    border: #de302f solid 1px;
    border-radius: 6px;
    padding: 4px 8px;
    font-size: 11px;
    margin-left: 10px;
}
.batn {
    display: inline-block;
    box-shadow: none;
    outline: 0;
    margin: 0;
    text-align: center;
    background-color: #252c41;
    transition: all .3s ease;
    text-decoration: none;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    letter-spacing: .01em;
    font-family: Poppins,sans-serif;
    font-weight: 500;
}
.batn {
    padding: 6px 15px;
    min-width: 55px;
    font-size: 13px;
}
.batn {
    border-radius: 3px;
}
.batn {
    border: 1px solid #e7e7ed;
    color: #70778b;
    background-color: transparent!important;
}
.batn .fa {
    font-size: 19px;
    bottom: -1px;
}
.batn i {
    margin-right: 5px;
    position: relative;
}
.dp_social_share {
    top: 107px;
    left: 240px;
	background:#fff;
}
.dropdown-menu li i {
    margin: 0 12px 0 0;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 30px;
    color: #333;
    white-space: nowrap;
    font-size: 13px;
}
.dropdown-menu {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
.content-box_title .eve_title{
	line-height: 55px;
    font-weight: 800;
}
.home-title{
	margin-top:60px;
}
.like_btn{
	float:right;
	margin: 10px 0;
}
.map-directions {
    position: absolute;
    top: 140px;
    right: 25px;
    z-index: 9;
}
.map-directions a {
    border: solid 1px #de302f;
    padding: 8px 15px;
    display: inline-block;
    background: #fff;
}
.map-directions a .fa{
    margin-right: 5px;
}
.singlemap{
	height: 350px;
	margin: 20px 0;
}
.content_eve{
	width: 100%;
	margin: 35px 0 10px 0;
}
.sl-counts{
	font-style: unset;
	position: relative;
    top: 3px;
}
.book_bt{
	float: right;
    margin-right: 20px;
    background-color: #de302f !important;
    color: #fff !important;
    position: relative;
    top: -20px;
}
.gt-information {
    list-style: none;
    padding: 0px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-top-width: 1px;
    border-style: solid none none;
    border-color: #de302f;
    color: #fff;
    margin: 1em 0 0 0;
}
.gt-information > li {
    padding: 15px;
    display: flex;
    align-items: center;
	font-weight: 500;
    letter-spacing: 2px;
	margin: 0px 15px;
}
.gt-information > li i {
    font-size: 20px;
    margin-right: 10px;
	color: #de302f;
}
.venue{
    padding: 20px 20px 0;
}
.venue i{
	padding: 0 10px;
	color: #de302f;
}
.venue a{
	color: #000;
    font-size: 15px;
    font-weight: 500;
}
.gt-inner a{
	color: #888888;
}
.event_gall{
	padding:0;
}
.event_gall img{
	height: 200px !important;
}
.pay_services .table-price-box {
    display: block;
    padding: 20px 21px;
    vertical-align: top;
    width: 100%;
    text-align: center;
    margin: 0;
    background: #de302f;
}
.pay_services .regi-price-box p {
    color: #fff;
    font-size: 35px;
    line-height: 20px;
}
.pay_services .regi-price-box {
    border-top: 1px solid #fff;
    overflow: hidden;
    padding-top: 25px;
}
.pay_services .border-box {
    border: 12px solid #e69b9b;
    overflow: hidden;
}
.pay_services .table-price-detail p{
	margin: 5px 0px 5px 0;
}
.pay_services .table-price-detail {
    display: block;
    padding: 10px 20px 0px;
    vertical-align: top;
    width: 100%;
}
.pay_services .table-price-box h5 {
    color: #ffffff;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.pay_services .table-price-detail li {
    color: hsl(0, 0%, 13%);
    font-size: 22px;
    font-weight: 300;
    line-height: 32px;
    list-style: outside none none;
    margin: 10px 0 0 0;
    padding: 0 35px;
}
.quantity{
    margin: 24px 24px 0 0;
}
.desc li i{
	font-size: 15px;
    color: #de302f;
}
.pay_services .desc li span{
	font-size: 22px;
	text-transform: capitalize;
}
.desc li span{
	font-size: 15px;
	text-transform: capitalize;
}
.event_icon li .batn{
	border: none;
    padding: 0;
    margin: 0;
    min-width: 10px;
	color: #de302f;
}
.event_icon li .batn .fa {
    font-size: 16px;
    bottom: 1px;
    left: 0px;
}
.event_icon .dp_social_share li{
	width: auto;
    height: auto;
	float: left;
}
.event_icon .dp_social_share {
    top: unset;
	left: unset;    box-shadow: 8px 8px 30px 0px #cccccc8f;
}
.pay-btn{
	margin: 15px 0 20px 0;
}
.paypal-button > .paypal-button-label-container > *{
	display:none !important;
}
.paypal-button-logo .paypal-button-logo-paypal .paypal-button-logo-blue{
	display:none !important;
}
.pay_services2 .table-price-detail li {
    color: hsl(0, 0%, 13%);
    font-size: 15px;
    font-weight: 300;
    line-height: 32px;
    list-style: outside none none;
    margin: 10px 0 0 0;
}
.pay_services2 .table-price-detail {
    display: table-cell;
    padding: 30px 21px;
    vertical-align: top;
    width: 325px;
}
.pay_services2 .secondary-bg {
    background-color: #de302f;
    color: #fff;
}
.pay_services2 .regi-price-box {
    border-top: 1px solid #4e4e4e;
    overflow: hidden;
    padding-top: 15px;
    font-size: 30px;
}
.pay_services2 .border-box {
    border: 12px solid #e4c4c4;
    overflow: hidden;
}
.pay_services3 .table-price-detail {
    display: table-cell;
    padding: 20px 20px;
    width: 350px;
}
.pay_services3 .table-price-box {
    display: table-cell;
    padding: 37px 21px;
    vertical-align: top;
    width: 205px;
    text-align: center;
}
.pay_services3 .regi-price-box {
    border-top: 1px solid #4e4e4e;
    overflow: hidden;
    padding-top: 25px;
    font-size: 30px;
}
.pay_services3 .border-box {
    border: 12px solid #e4c4c4;
    overflow: hidden;
}
.pay_services3 .secondary-bg {
    background-color: #de302f;
    color: #fff;
}
.pay_services3 .table_btn {
    background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
/*    width: 230px;*/
}
.pay_services3 .table-price-detail li {
    color: hsl(0, 0%, 13%);
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    list-style: outside none none;
    margin: 24px 0 0 0;
    width: 100%;
    float: left;
}
.modal-title{
    margin: 0;
    line-height: 1.42857143;
    font-size: 20px;
}
.remove-fav {
position: relative;
    right: 0px;
    bottom: -4%;
    left: 94%;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    z-index: 9;
    text-align: center;
    line-height: 30px;
    color: #ff0000;
    box-shadow: 0px 0px 5px #ccc;
}
.speaker-sec .speaker-info-box img {
    width: 100%;
    object-fit: cover;
    max-height: 500px;
}
.event_contact .gallery_style2 a {
    display: block;
    float: left;
    margin: 0 auto;
    width: 33.33%;
    background: #000;
    position: relative;
}
.elementor-1805 .elementor-element.elementor-element-bdbca50 .elementor-heading-title {
    font-size: 20px;
}
.event_contact .gallery_style2 img, .event_contact .gallery_style3 img {
	height: 200px;object-fit: cover;
}
.event_contact .owl-carousel .owl-item {
	width: 360px !important;
	height: 300px;
}
.event_contact .owl-carousel .owl-item .item img{
	height: 300px;
}
.pay_services2 .paybutton{
    text-align: center;
    margin-top: 28px;
}
.gt-nav{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.zoid-outlet{
    float: right;
	margin: 35px 80px;
}
.filter{
	margin:20px 0;
}
.satus-filtr{
	padding: 0;
	border: 1px solid #cecece;
}
.satus-filtr .form-control:focus {
    border-color: #eeecec !important;
    box-shadow: none;
}
.all ul.page-numbers {
    clear: both;
    padding: 23px 0;
    text-align: center;
}
.upcoming ul.page-numbers {
    clear: both;
    padding: 23px 0;
    text-align: center;
}
.ongoing ul.page-numbers {
    clear: both;
    padding: 23px 0;
    text-align: center;
}
.expired ul.page-numbers {
    clear: both;
    padding: 23px 0;
    text-align: center;
}
.event_listing{
	padding-bottom:35px;
}
.ui-widget-content{
	border: none;
	background: none;
}
.coming_soon .slides .banner-content .content {
	margin-top: 6% !important;
}
.footer-sd {
    background: #000;
    padding: 20px 0;
}
.copyright-text p{
	text-align:right;
}
.latest-post{
	list-style: none;
	margin: 0;
	padding: 0;
}
.latest-post li{
    margin-bottom: 10px;
	display: flex;
}
.latest-post .center-block{
	    max-width: 75px;
    border-radius: 10px;
    max-height: 75px;    object-fit: cover;
}
.sponsor_img img {
    width: 100%;
    object-fit: contain;
}
.listing-sidebar i {
    font-size: 30px;
}
.latest-post .post-img-wp {
    overflow: unset;
    border-radius: 3px;
    margin: 0 0 20px 0px;
}
.latest-post .post-wp h4 {
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    padding-left: 15px;
	margin: 0;
}
.latest-post .post-wp h4 a {
    color: #fff;
}
.latest-post .content p{
    padding-left: 15px;
    font-size: 15px;
}
.latest-post .content p .fa{
    color: #de302f;
    padding-right: 10px;
}
#menu-footer-menu li a{
	color: #fff;
}
#menu-footer-menu{
	list-style:none;
	margin: 0;
	padding: 0;
}
.event.event-tabs li.nav-item {
    padding: 0;
}
.event.event-tabs button {
    color: #000;
    font-weight: bold;
    padding: 15px 20px;
    border: none;
    font-size: 19px;
}
.event.event-tabs button.active {
    color: #ffffff;
    background: #fa2837 none repeat scroll 0 0;
    fill: #fa2837;
    border-radius: 30px;
    font-weight: bold;
    padding: 14px 20px;
}
.event.event-tabs button.active::after {
    border-style: solid;
    border-width: 12px;
    bottom: -23px;
    content: "";
    height: 34px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    top: 58px;
    right: 0;
    width: 24px;
    border-color: #fa2837 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
#menu-footer-menu li a:hover{
	color: #de302f;
}
#menu-footer-menu li{
	padding: 0 15px;
}
.footer-td{
    background: #111111;
	padding: 60px 0;
}
.latest-post .post-wp h4 a:hover {
	color: #de302f;
}
.footer-news .newsletter-btn {
    background: rgb(222, 48, 47) none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    display: inline-block;
    font-size: 24px;
    font-weight: 300;
    height: 50px;
    padding: 3px 16px;
    position: absolute;
    right: 0;
    vertical-align: top;
    top:0;
}
.footer-news .social-title{
    padding: 0 15px;
}
.footer-news .social_links {
    margin: 40px 0;
    padding: 0px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover .fa{
	color: #de302f;
}
.ui-widget-header {
	border: none !important;
	background: none !important;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active, .wpb_content_element .wpb_tabs_nav li:hover {
    background-color: none !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border : none !important;
	background : none !important;
}
.ui-widget-content a {
    color: #de302f/*{fcContent}; */;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	right: .5em !important;
	left : unset !important;
}
.ui-accordion .ui-accordion-header{
	padding: unset !important;
}
.vc_btn3-container{
	margin-right: 4px;
}
header.header_style3 .navbar-nav > li > a {
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    padding: 0px 24px;
}
header.header_style3 .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    white-space: nowrap;
    font-size: 18px;
}
header.header_style3 .dropdown-menu>li>a:hover {
    color: #de302f;
    text-decoration: none;
    background-color: unset;
}
.schedule_event .time-schedule {
    display: none;
    font-size: 20px;
    text-align: right;
}
.remaining{
    font-family: initial;
	margin-top: 10px;
}
.available{
    font-family: initial;
}
.page-template-comming-soon{
	overflow: hidden;
}
.page-template-comming-soon header {
    display: none;
}
.page-template-comming-soon header.navbar-fixed-top {
    display: block !important;
    padding: 0;
    background: #000;
}
.page-template-comming-soon .countdown-tab {
    position: relative;
    bottom: 11%;
}
.default-header {
    padding: 20px 0;
}

.default-header {
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
    padding: 30px 0;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
}
.coming_soon{
    position: relative;
}
.header_style3 .navbar {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    margin: 0 auto !important;
    padding: 0px 0;
}
header.header_style3.nav-stacked.affix {
    padding: 30px 0px 18px;
    background: #000;
    box-shadow: 3px 0px 8px rgba(0,0,0,0.25);
}
header.header_style3 {
    padding: 20px 0px;
}
.event_tickets {
    margin-top: 30px;
}
.event_tickets p{
	padding: 10px 15px;
    color: #000;
    font-size: 15px;
	font-family:unset;
}
.event_tickets p span{
	color: #de302f;
}
.shopping_cart img{
	float: left;
	margin-right: 35px;
}
.payment-success .fa{
    border: 1px solid;
    border-radius: 50%;
    background: #3d652f;
    margin-right: 5px;
    color: #fff;
    padding: 3px;
}
.table-head{
	border-bottom: 1px solid #ccc;
}
.table-head h3{
    font-size: 30px;
    float: left;
    font-weight: 400;
	margin: 0 0 13px 0;
}
.table-head .success-button{
	float: right;
}
.table-head .success-button button{
    font-size: 15px;
    padding: 10px 20px;
}
.table-head .success-button button .fa{
    margin-right: 6px;
}
.success-button a {
    font-size: 15px;
    padding: 10px 20px;
}

.pay_services2 .wp_cart_button_wrapper{
	border: 2px solid #fff;
    margin: 10px 0 0 0;
    box-shadow: rgba(183, 183, 183, 0.1) 0 0 20px;
}
.pay_services2 .table-price-detail {
    display: table-cell;
    padding: 30px 21px;
    vertical-align: top;
    width: 476px;
}
.pay_services2 .table-price-detail li {
    color: hsl(0, 0%, 13%);
    font-size: 15px;
    font-weight: 300;
    line-height: 32px;
    list-style: outside none none;
    margin: 10px 0 0 0;
	width: 48%;
	float: left;
}
.padding_none.schedule_style_1_single {
  margin-top: 30px!important;
}
.bookmark-listing{
	margin-bottom:30px;
}
.copyright-text{
	text-align: right;
}
.event_inner{
	margin-bottom: 30px;
}
.sponsors-list-item{
	margin-bottom: 50px;
}
.content-box-module-detail ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: flex;
}
.gt-event-tabs {
    border-bottom: none !important;
}
.gt-event-tabs {
    border: none !important;
}

.content-box-module-detail ul li.active {
    color: #de302f;
   
}
.content-box-module-detail ul li {
    width: 20%;
    text-align: center;
        display: inline-block;
    font-weight: 600;
    margin: 0 auto;
}
.gt-event-tabs .active {
    color: #de302f;
    -webkit-text-fill-color: #de302f;
    border-bottom: 2px solid red!important;
}
.gt-event-tabs li {
    color: #000;
    -webkit-text-fill-color: #000;
}
.gt-event-tabs button {
    border: none!important;
    background-color: transparent!important;
    padding: 15px 20px;
    font-size: 16px;margin: 0 auto; font-weight: 500;
}
.content-box-module-detail ul li a {
    color: #505050;
    padding: 20px 15px;
    display: block;
    border-bottom: transparent solid 3px;
}
.content-box-module-detail {
    margin: 0 auto 0;
    max-width: 1140px;
    background: #ffefef;
    position: relative;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
}
.listing-sidebar {
    padding: 25px;
    border-radius: 6px;
    border: rgba(0, 0, 0, 0.1) solid 1px;
    margin: 0 auto 20px;
    overflow: hidden;
}
.sidebar_wrap:last-child {
    border: 0px;
    margin-bottom: 0px;
}
.listing-sidebar .sidebar_wrap {
    /* border-bottom: 1px solid #eeeeee; */
    margin: 0 -30px 0px;
    padding: 0 30px 0px;
}
.listing_action_btn {
    overflow: hidden;
}
.listing-sidebar ul {
    padding: 0px;
    margin: 0;
    list-style: none;
}
.listing_action_btn li {
border: 1px solid #eeeeee;
    float: left;
    font-size: 13px;
    height: 120px;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    width: 142px;
    margin-right: 8px;
}
.listing_action_btn li a {
    color: #555;
    display: block;
    padding: 22px 8px;
    cursor: pointer;
    line-height: 25px;
}
.speakers_3 .speaker-sec .speaker-info-box img {
    width: 100%;
    object-fit: fill;
    max-height: 420px;
}
#email_friend .modal-dialog {
    top: 8%;
}
.elementor-accordion .elementor-tab-content p {
    color: #000;
}
.listing_action_btn.top-btns li:hover, .listing_action_btn.top-btns li:focus, .listing_action_btn.top-btns li:active {
    background-color: #de302f !important;
    color: #fff;
    border-color: #fff;
}
.listing_action_btn .fa {
    display: block;
    font-size: 40px;
    margin: 0;
    opacity: 0.5;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
}
.listing_action_btn a:before {
    background: #de302f;
}
.listing_action_btn a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #de302f;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.listing_action_btn .event_schedule li {
    height: 140px;
}
.event_schedule li .gt-content{
	padding: 5px 0;
}
.event_schedule li .gt-title{
	padding: 5px 0 0;
    margin-top: 5px;

}
.sidebar-heading {
    background: #e9e9e9;
    padding: 25px;
    margin: -25px -25px 20px;
}
.sidebar-heading h5 {
    margin: 2px auto;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 500;
        align-items: center;
    display: flex;
}
.sidebar-heading h5 .fa{
	padding-right: 10px;
}
.share_listing a {
    border: 1px solid #de302f;
    border-radius: 50%;
    height: 42px;
    line-height: 40px;
    margin: 0 3px 0 0;
    text-align: center;
    width: 42px;
    display: inline-block;
    font-size: 20px;
}
.share_listing a .fa{
	display: inherit;
    font-size: 20px;
	opacity: 1;
}
.listing_action_btn .batn span {
    display: block !important;
}
.listing_action_btn .batn{
	border:none;
}
.event_icon a .sl-counts{
	display:none;
}
.listing_action_btn .gt-icon .fa{
	color: #de302f;
	opacity: 1;
}
header.header_style3 .navbar-nav > li > a
{
	padding: 0px 25px
}
.navbar-nav > li.dropdown::after{
	right:10px;
}
.choose-event h2 {
    margin: 0 0 12px;
}
.service-box .elementor-icon i::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    font-size: 40px !important;
}
.service-box .elementor-icon {
    position: relative;

}
.service-box h2 {
    margin: 0;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
}
.service-box .elementor-widget{margin:0px !important;}
.service-box .elementor-column-wrap {
    padding: 0 15px !important;
}
div.listing-thumb img{
	    width: 100%;
    height: 240px;
    display: block;object-fit: cover;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.sponsor-bg{
	position:relative
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.sponsor-bg::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(27,6,40,0.9);
}
div.testimonial_img img {
    max-width: 100%;
    border-radius: 50%;
}
.client-says .section-header h2
{
	margin-bottom:13px;
}
.client-says .section-header .elementor-widget
{
	margin-bottom:0px !important;
}
.conference-same .elementor-widget 
{
    margin: 0px !important;
}
.successful-event .elementor-widget 
{
    margin: 0px !important;
}
div.elementor-1607 .elementor-element.elementor-element-3944ac6 .elementor-text-editor
{
	    text-decoration: underline;
}
div.elementor-1607 .elementor-element.elementor-element-ef6e49b .elementor-text-editor
{
	text-decoration: underline;
}
div.elementor-1607 .elementor-element.elementor-element-e3235be .elementor-text-editor
{
	text-decoration: underline;
}
.direction-icon
{
	border: 12px solid #eeeeee;
    border-radius: 50%;
    display: inline-block;
    height: 120px;
    margin: 0 auto 15px;
    width: 120px !important;
}
.direction-icon i {
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%) !important;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 40px !important;
}
.pricing-buy .elementor-widget
{
	margin-bottom:0px !important;
}
.event_priceing ul li
{
	color:#FFF;
}
.price-style .elementor-widget
{
	margin-bottom:0px !important;
}
/*.dark-overlay::before {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index:0;
}*/
.blog-video
{
    min-height: 84.7619vh;
}
.blog-video .elementor-column-gap-no{
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.home2-slider .elementor-widget
{
	margin-bottom:0px !important;
}
#gallery-1 img {
    border: none !important;
}
.bg-reserve{
background-image:url(http://php.webmasterdriver.net/beevent/wp-content/uploads/2020/10/our-conference-bg.jpg)  !important  ;
    background-position:repeat scroll 0 0;
    background-repeat:no-repeat;
    background-size: cover !important;
}

.border-bottom .elementor-widget-wrap {
    border-top: 1px solid #ebebeb;
}
.resever-today .elementor-widget {
    margin: 0 !important;
}
.tab-box-schedule .elementor-tab-title {
    background: #fff;
    background-color: #fff;
    white-space: nowrap;
    padding: 20px 25px;
    background-image: none;
    list-style: none!important;
    margin:26px 0 46px !important;
    line-height: 30px !important;
    border-radius: 4px 4px 0px 0px;
}
.tab-box-schedule .elementor-tab-title a {
    color: #333333 !important;
    font-size: 20px;
    padding: 15px 31px !important;
    display: block;
    font-weight: 400;
    font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
}
.tab-box-schedule .elementor-tabs-wrapper{
	width: 30% !important;
    border: none !important;
	overflow: inherit !important;
}

.tab-box-schedule .elementor-tab-title.elementor-active::before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #de2f2f !important;
    border-style: solid !important;
    border-width: 16px !important;
    content: "" !important;
    position: absolute !important;
    right: -32px !important;
    top: 17px !important;
    display: block !important;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #de302f;
    height: auto !important;
    transform: inherit !important;
}

.tab-box-schedule .elementor-tab-title.elementor-active
{
	background:#de302f;
		background-color::#de302f;;
	border-color:#de302f !important;
	border-radius:0px !important
}
.tab-box-schedule .elementor-tab-title.elementor-active a
{
	color:#FFF !important;
}
.tab-box-schedule .elementor-tab-title::after
{
	display:none !important;
}
.tab-box-schedule .elementor-tabs-content-wrapper {
    margin-left: 74px;
	border:none !important;
}
.tab-box-schedule .elementor-tabs-content-wrapper .elementor-tab-content {
    background: #de302f;
    padding: 36px 46px;
	    width: 100% !important;
    height: 100% !important;
}
.schedule_time {
    font-size: 20px;
    font-weight: 500;
	color:#FFF !important
}
.schedule_info h4
{
	color:#FFF;
	font-family:Verdana,Arial,sans-serif/*{ffDefault}*/;
}
.schedule_info p{
	font-family:Verdana,Arial,sans-serif/*{ffDefault}*/;
	color:#FFF
}
.schedule_speaker_info
{
	font-family:Verdana,Arial,sans-serif/*{ffDefault}*/;
}
.schedule_speaker_info p{
	font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
    margin-top: 7px;
	color: #FFF;
}
.our_speaker_img img {
    border-radius: 50% !important;
    max-width: 100% !important;
}
.vc_custom_1485770427250{
	background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.vc_custom_1485770427250::before
{
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.faq-accordion .elementor-accordion-item
{
    background: #ffffff none repeat scroll 0 0;
    margin: 0 0 28px;
    padding: 0 25px;
    position: relative;
	border:none !important;
}
.faq-accordion .elementor-tab-title
{
	padding:0px !important;
}
.faq-accordion .elementor-tab-title a {
    color: #333333;
    display: block;
    font-size: 28px;
    font-weight: 500 !important;
    padding: 15px 100px 15px 0 !important;
    font-family: Verdana,Arial,sans-serif/*{ffDefault}*/ !important;
}
.faq-accordion .elementor-row {
    max-width: 945px;
    margin: auto;
}
.faq-accordion  .elementor-tab-title.elementor-active a
{
	color:#de302f;
}
.faq-accordion .elementor-accordion-icon
{
background-position: center center;
    border: 1px solid #cccccc;
    border-radius: 3px;
    cursor: pointer;
    height: 26px !important;
    padding: 7px;
    top: 20px !important;
    width: 26px !important;
    position: absolute;
    right: 20px;
}
.faq-accordion span.elementor-accordion-icon-closed {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
	color:#FFF;
	background: #333;
	height: 100%;
	line-height: 26px;
}
.faq-accordion span.elementor-accordion-icon-opened
{
	 position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
	color:#FFF;
	background: #de2f2f;
	border-color: #de2f2f;
	height: 100%;
	line-height: 26px;
}
#email_friend .modal-content, #share_event .modal-content {
    margin-top: 100px!important;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.btn.btn-block {
    background: red;
    color: #fff;
    width: 100%;
}
.elementor-589 .elementor-element.elementor-element-dcea434 .elementor-accordion .elementor-tab-title .elementor-accordion-icon i::before {
		color: #FFF !important
	}
#newsletter form {
    position: relative;
    max-width:665px;
    margin: auto;
}
.event-silder-home .elementor-widget
{
	margin:0px !important;
}
.conference-margin .elementor-widget
{
	margin:0px !important;
}
.conference-icon-box .elementor-icon {
    font-size: 65px;
}
.frequently_faq .elementor-widget
{
	margin:0px !important;
}
.form-hadding {
    margin: 0 !important;
}
.post-grid-inner .post-grid-text-wrap h3 {
    font-size: 28px;
	line-height:32px;
}
.post-grid-inner .post-grid-text-wrap h3 a{color:#333333 !important;}
.post-grid-inner .post-grid-text-wrap h3 a:hover{color:#de302f !important;}
.wpcap-grid-container .post-grid-meta span.post-author{color:#de302f !important;}
.wpcap-grid-container .post-grid-meta{margin:0px !important; }
.post-grid-excerpt p{font-size:16px; line-height:26px;}
.post-grid-inner .post-grid-thumbnail img {
    max-height: 232px;
}
.direction-icon.venue-icon {border:none !important; height:inherit !important; width:auto !important;  margin:0px !important;}
.right-slider .elementor-widget-wrap.elementor-element-populated {
    padding: 0 !important;
}
.right-slider .elementor-pagination-position-outside .swiper-container{padding-bottom:0px !important;}
.right-slider .navbar-nav{display:none !important;}
.right-slider .elementor-swiper-button-prev , .right-slider .elementor-swiper-button-next {
    background: #de302f none repeat scroll 0 0;
    font-size: 30px;
    height: 45px;
    line-height: 22.5px;
    opacity: 1;
    padding: 0 !important;
    position: absolute;
    text-shadow: none;
    top: inherit !important;
    right: 60px !important;
    width: 58px;
    left: inherit !important;
    bottom: 40px !important;
    justify-content: center;
    align-items: center;
}
.page-id-1418 .elementor-swiper-button.elementor-swiper-button-prev, .page-id-1418 .elementor-swiper-button.elementor-swiper-button-next, .page-id-4753 .elementor-swiper-button.elementor-swiper-button-prev, .page-id-4753 .elementor-swiper-button.elementor-swiper-button-next, .page-id-414 .elementor-swiper-button.elementor-swiper-button-prev, .page-id-414 .elementor-swiper-button.elementor-swiper-button-next,
.page-id-361 .elementor-swiper-button.elementor-swiper-button-prev, .page-id-361 .elementor-swiper-button.elementor-swiper-button-next{
    bottom: -22px!important;
}
.right-slider .elementor-swiper-button-next
{
	right:0px !important;
}
.newsletter-left .subscribe-form form
{
	position:relative;
}
#tetette {
    position: absolute;
    width: 100%;
    top:12%;
	z-index:1;
	bottom:0;
}

.home-width-slider2::before{
	z-index:1
}
.vc_column-inner
{
	padding-top:35px;
	z-index:1
}
.vc_column-inner p {
    font-size: 22px;
    color: #FFF;
    margin-top: 14px;
}
.home-width-slider2 {
    height: 95vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mc4wp-form-fields {
    position: relative;
}
.hover-images .elementor-image
{
	overflow:hidden;
}
.sponsors-list
{
	padding-top:15px;
}
#n_email_error {
    position: absolute;
    /*bottom: -25px;*/
}
.footer_logo.logo {
    text-align: left;
}
.footer-news .social-title
{
	text-transform: capitalize;
}
.footer-td .mc4wp-form-fields {
    max-width: 100%;
}

div#gt-event-tab-4 {
    padding: 13px;
    padding-top: 40px;
}
.col-md-6.venue-left-half {
    border: 12px solid #cccccc;
    text-align: center;
    padding: 35px 10px;
}
.venue-left-half p.venue a {
    font-size: 26px;
    font-weight: 300;
    line-height: 40px;
    margin: 15px 0 50px;
}
.venue-left-half p.venue i {
    display: block;
    font-size: 45px;
}
.venue-right-half .singlemap {
    height: 460px;
    margin: 20px 0;
}

.venue-center-half a {
    font-size: 23px;
    font-weight: 300;
    line-height: 26px;
    margin: 15px 0 50px;
}
.venue-center-half p {
    text-align: center;
}
.venue-center-half p.venue i {
    display: block;
    font-size: 45px;
}
.venue-center-half p.venue i {
    display: block;
    font-size: 45px;
    border: 12px solid #eeeeee;
    border-radius: 50%;
    height: 120px;
    line-height: 98px;
    margin: 0 auto 15px;
    width: 120px;
}
.venue-center-map canvas.mapboxgl-canvas {
    width: 100%!important;
    height: 350px!important;
}

.venue_style3.single_venue_style_3 .contact-info-box {
    position: absolute;
    left: 10%;
    top: 10%;
    z-index: 1;
    background: #fff;
    width: 280px;
    padding: 20px 15px!important;
    padding-bottom: 10px!important;
}

.venue_style3.single_venue_style_3 .contact-info-details h5 {
    font-size: 18px;
    line-height: 23px;
}
.venue_style3.single_venue_style_3 .contact-info-details .fa {
    font-size: 23px;
}
.single-event-testimonial .testimonial_img img {
    height: 125px;
    width: 149px!important;
}
.single-event-testimonial .testimonial_style3 .testimonial_img {
    height: 128px;
    width: 100px;
}
.single-event-testimonial .testimonial_img img {
    height: 95px;
}
.testimonial_slider1 h5 {
    font-size: 14px;margin-bottom: 0px!important;
}
.testimonial_slider1 .testimonial_img {
    float: left;
    width: 75px;
    margin: 0 12px 0 0;
    height: 95px;
    overflow: hidden;
}
.single-event-testimonial .testimonial_style2 .testimonial_img {
    height: 90px;
}

.single-event-sponsors .sponsors_1.sponsors-list li {
    display: inline-block;
    list-style: outside none none;
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 8px;
}

.single-event-sponsors .sponsors_1.sponsors-list li img {
  width: 135px;
  object-fit: contain;
}
.single .venue_style3 .contact-info-box {
  bottom: 30px;
}

.single-event-testimonial {
  margin-top: 40px;
}
.single-event-testimonial .testimonial_style2 .testimonial_img img {
  height: 67px;
}
.single-event-testimonial .testimonial_slider1 .testimonial_img img {
  height: 75px;
}

@media screen and (max-width:1199px) {
	.event_title__3C2PA
	{
		font-size:15px;
	}
	.event-advice .row 
	{
    display: flex;
    padding: 0px 15px;
    flex-wrap: wrap;
	}
	.event-advice .row .col-md-9 
	{
    width: 50%;
	}
	.form-group.newsletter-input
	{
		width:100%;
	}
	.footer-news .newsletter-btn
	{
		top:inherit;
	}
	.elementor-section
	{
		padding-left:0px !important;
		padding-right:0px !important;
	}
	.banner_style2 .banner-form
	{
		margin-left:0px;
	}
	.elementor-589 .elementor-element.elementor-element-84274cc .elementor-heading-title{
    font-size: 60px !important;
    line-height: 70px !important;
}
	.banner_style2.international-banner
	{
		padding:70px 0px;
	}
	.padding_50px {
    padding: 20px 0;
}
}

.hide-payment-option {
    display: none;
}
.hide-payment-option-panel {
    display: none;
}
@media screen and (max-width:991px) {
	.elementor-element.elementor-element-1bd2a26.elementor-widget.elementor-widget-shortcode {
    padding: 0;
}
	#slideshow1 .slides .banner-content .content 
	{
    width: 100% !important;
    position: relative;
    margin: auto !important;
    max-width: 500px;
    display: block;
	}
	.gt-information > li 
	{
    padding: 10px 21px 0;
    margin: 0px 0px;
    font-size: 14px;
	letter-spacing:1px;	
	}
	header.header_style3 .navbar-nav > li > a
	{
		padding: 0px 23px;
	}
	#slideshow1 .slides .banner-content .content .banner-tagline h1
	{
		font-size:40px;
	}
	.btn.btn-lg 
	{
    font-size: 25px !important;
    font-weight: 300 !important;
    padding: 25px 38px;
    line-height: 30px;
    position: relative;
	}
	.countdown-btn .btn::after 
	{
    font-size: 19px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
	}
	.countdown-counter
	{
		padding:5px 0px;
	}
	.newsection-padding 
	{
    padding:70px 0;
	}
	.elementor-1800 .elementor-element.elementor-element-5798fb7
	{
		margin-top:0px !important;
	}
	.elementor-1800 .elementor-element.elementor-element-614d542 > .elementor-widget-container 
	{
    padding: 20px 0px 20px 0px !important;
	}
	.elementor-widget
	{
		margin:0px !important;
	}
	.elementor-1800 .elementor-element.elementor-element-bdab40c
	{
		margin:0px !important;
	}
	.elementor-column-gap-default > .elementor-column > .elementor-element-populated 
	{
    padding: 0px 15px !important;
	}
	.choose-beevent .elementor-column.elementor-col-25 
	{
    width: 50%;
    margin-bottom: 20px;
	}
	.sponsors-list ul 
	{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
	}
	.sponsors-list .col-md-3 
	{
   width: 33.33%;
    vertical-align: middle;
		margin:0px;
	}
	#testimonial_slider .item
	{
		min-height:340px;
	}
	div.elementor-1800 .elementor-element.elementor-element-429f457 > .elementor-widget-container
	{
		margin:0px;
	}
	.elementor-1800 .elementor-element.elementor-element-8dd83eb
	{
		margin:0px !important;
	}
	.section-header
	{
		padding-bottom:30px;
	}
	.event-advice .col-md-9.col-lg-4 
	{
    width: 50%;
    padding: 0px 15px;
	}
	.event-advice .row 
	{
    display: flex;
    flex-wrap: wrap;
    padding:0px 15px;
	display: -webkit-box;
    display: -ms-flexbox;
	}
	.secondary-bg.footer-sd .row 
	{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
	}
	.secondary-bg.footer-sd .footer_logo.logo 
	{
    text-align: left;
	}
	.secondary-bg.footer-sd .row .col-md-3 
	{
    width: 50%;
	}
	.col-md-9.copyright-text 
	{
    width: 50%;
	}
	h1, h2, h3, h4, h5, h6
	{
		margin: 0 auto 15px;
	}
	h2
	{
		font-size:30px;
	}
	.event_body__BfZIC 
	{
    padding: 15px;
	}
	.event_title__3C2PA 
	{
    font-size: 16px;
	}
	.btn
	{
		 font-size:16px;
		padding:15px 20px;
	}
	.section-header h2 
	{
    margin: 0 0 10px;
	}
	#testimonial_slider .item h5
	{
		margin:0px;
		font-size:18px;
	}
	#testimonial_slider .item p
	{
		font-size:14px;
	}
	.elementor-1800 .elementor-element.elementor-element-e00660c
	{
		margin-top:0px !important;
	}
	.post-wp h4
	{
		font-size:16px;
	}
	.post-img-wp
	{
		margin:0px auto 10px;
	}
	.post-wp 
	{
    margin: 0 auto 25px;
	}
	.footer-td
	{
		padding:50px 0px;
	}
	.footer-news .social_links 
	{
    margin: 0 0;
    padding: 0px;
	}
	.footer-news .col-sm-12 
	{
    padding: 0;
	}
	.form-group.newsletter-input
	{
		position:relative;
	}
	.footer-news .newsletter-btn
	{
		top:inherit;
		bottom:0px;
	}
div.elementor-7 .elementor-element.elementor-element-865040e .elementor-heading-title
	{
		font-size:56px;
	}
section.banner-fixed {
    height: 600px !important;
}
	.section-padding {
    padding: 50px 0px !important;
}
.about-event-home2 .elementor-column.elementor-col-50 {
    width: 100% !important;
    padding: 0px 15px;
}
	.about-event-home2 .elementor-column.elementor-col-50 .elementor-widget-wrap > .elementor-element {
    padding: 0;
	}
	.conference-left-right .elementor-column.elementor-col-50 {
    width: 100% !important;
}
div.elementor-7 .elementor-element.elementor-element-93c233e > .elementor-element-populated
	{
		margin:0px;
		padding:50px 15px;
		text-align:center;
	}
	div.elementor-7 .elementor-element.elementor-element-36e8a44 .elementor-heading-title
	{
		margin-bottom:25px;
	}
	div.elementor-7 .elementor-element.elementor-element-ee71401 > .elementor-element-populated
	{
		margin:0px;
		padding:50px 15px;
		text-align:center;
	}
	div.elementor-7 .elementor-element.elementor-element-62985b1 .elementor-heading-title
	{
		font-size:30px;
	}
	.elementor-7 .elementor-element.elementor-element-62985b1 > .elementor-widget-container {
    margin: 0 0 15px;
}
	.conference-amount {
    margin-bottom: 14px !important;
    display: block;
}
	div.elementor-7 .elementor-element.elementor-element-92d1a77 > .elementor-element-populated {
    margin: 50px 0;
}
	.elementor-element.elementor-element-27b4fd0.elementor-widget.elementor-widget-text-editor {
    padding: 0;
}
	div.elementor-7 .elementor-element.elementor-element-59c55e8 .elementor-heading-title
	{
		margin-bottom:15px;
	}
	div.elementor-element.elementor-element-ca8be64.elementor-widget.elementor-widget-shortcode {
    padding: 0;
    margin-top: 25px !important;
}
	.elementor-7 .elementor-element.elementor-element-046c15f .elementor-heading-title
	{
		font-size:30px !important;
		margin-bottom:25px;
	}
	div.elementor-element.elementor-element-63722b3.elementor-widget.elementor-widget-text-editor {
    padding: 0px;
}
	div.elementor-7 .elementor-element.elementor-element-63722b3 > .elementor-widget-container
	{
		margin:0px 0px 50px;
		padding:0px 15px;
	}
	div.elementor-7 .elementor-element.elementor-element-63722b3 > .elementor-widget-container p {
    font-size: 15px;
    line-height: 25px;
}
	div.elementor-element.elementor-element-394a838.elementor-widget.elementor-widget-text-editor {
    padding: 0px;
}
	div.elementor-element.elementor-element-95a25f3.elementor-widget.elementor-widget-text-editor {
    padding: 0px;
}
	div.elementor-element.elementor-element-fe882ef.elementor-widget.elementor-widget-text-editor {
    padding: 0px;
}
	div.elementor-element.elementor-element-00962ea.elementor-widget.elementor-widget-text-editor {
    padding: 0px;
}
.same-left-right .elementor-element-3c109e9 {
    width: 100% !important;
	padding:50px 0px;
}	
div.elementor-element.elementor-element-8839c18.elementor-widget.elementor-widget-heading {
    padding: 0;
}	
div.elementor-7 .elementor-element.elementor-element-8839c18 > .elementor-widget-container {
    margin: 0;
}	
	#faq h2 {
    margin-bottom: 0 !important;
}
	div.elementor-7 .elementor-element.elementor-element-8839c18 .elementor-heading-title
	{
		font-size:30px;
	}
	div.elementor-7 .elementor-element.elementor-element-0054566 > .elementor-element-populated
	{
		margin:0px;
	}
	div.elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-0054566.red-overlay {
    width: 100%;
    padding: 50px 0;
}
	div.elementor-element.elementor-element-46566d2.elementor-widget.elementor-widget-heading {
    padding: 0;
    text-align: center;
    margin-bottom: 25px !important;
}
	div.elementor-7 .elementor-element.elementor-element-46566d2 .elementor-heading-title
	{
		font-size:30px;
	}
	div.elementor-7 .elementor-element.elementor-element-46566d2 .elementor-heading-title br
	{
		display:none
	}

div.elementor-element.elementor-element-736e9dd.elementor-aspect-ratio-169.elementor-widget.elementor-widget-video {
    padding: 0;
}
	div.elementor-element.elementor-element-8bd0e8c.elementor-widget.elementor-widget-heading {
    padding: 0;
    margin-bottom: 15px !important;
}
	div.elementor-element.elementor-element-b157bd3.section-header.elementor-widget.elementor-widget-text-editor {
    padding: 0;
}
	.post-grid-inner .post-grid-text-wrap h3
	{
		font-size:18px;
	}
	div.elementor-element.elementor-element-663178b.elementor-grid-3.elementor-grid-tablet-2.elementor-grid-mobile-1.elementor-widget.elementor-widget-elementor-blog-posts {
    padding: 0;
    margin-top: 25px !important;
}
	.subscribe-form > h2 {
    margin: 0px 0 10px;
}
	div.elementor-7 .elementor-element.elementor-element-7a15208 .elementor-heading-title
	{
		font-size:30px;
	}
	div.elementor-element.elementor-element-c371154.elementor-widget.elementor-widget-shortcode {
    padding: 0px;
}
	.elementor-7 .elementor-element.elementor-element-b017c6f .elementor-heading-title
	{
		margin-bottom:25px;
	}
	.map-contact .elementor-column.elementor-col-50, .map-contact .elementor-column[data-col="50"] {
    width: 100%;
    margin: 0px 15px;
}
	div.elementor-element.elementor-element-3c6a000.elementor-widget.elementor-widget-google_maps {
    padding: 0px;
}
	.map-contact .elementor-widget-wrap.elementor-element-populated {
    padding: 0px !important;
    margin-top: 30px;
}
	.international-banner .elementor-element.elementor-element-a339f2c {
    width: 100% !important;
    padding: 0 !important;
}
	.international-banner .elementor-element.elementor-element-11bd6ee
	{
		width:100% !important;
		margin-top:30px;
	}
	.international-banner .elementor-widget-wrap > .elementor-element
	{
		width:100% !important;
	}
	.elementor-589 .elementor-element.elementor-element-84274cc .elementor-heading-title
	{
		text-align:center;
	}
	div.elementor-589 .elementor-element.elementor-element-b3ab2f9 > .elementor-widget-container {
    margin: 20px 0px 0px 0px;
    text-align: center;
}
	.elementor-column.elementor-col-100.elementor-top-column.elementor-element.elementor-element-6a660a8 .elementor-widget-wrap.elementor-element-populated {
    padding: 0;
}
	.red-black .elementor-column.elementor-col-50, .red-black .elementor-column[data-col="50"]
	{
		width:100% !important;
	}
	.timer_wrap
	{
		max-width:100%; 
		padding:15px !important
	}
	.timer_wrap h6
	{
		margin-bottom:0px !important
	}
	.conference_date
	{
		font-size:20px;
	}
	.timer-extra-css h6 {
    margin-top: 30px;
    margin-bottom: 20px;
}
	.timer-extra-css .countdown_style2 {
    margin-bottom: 20px;
}
	div.elementor-589 .elementor-element.elementor-element-696574d
	{
		padding: 0px 0px 30px 0px;
	}
	.conference-overview .elementor-widget-wrap.elementor-element-populated
	{
		padding:0px 15px !important;
	}
	.conference-overview .elementor-column.elementor-col-50, .conference-overview  .elementor-column[data-col="50"]
	{
		width:100% !important;
	}
	.about-m-content p {
    margin-bottom: 30px;
    text-align: center;
    font-size: 15px;
    line-height: 25px;
}
	.list_style_none {
    padding-top: 20px;
}
	#gallery-1 .gallery-item
	{
		padding: 0 10px 10px;
	}
	#gallery-1 .gallery-item img {
    max-width: 100%;
    width: 100%;
}
	div.elementor-589 .elementor-element.elementor-element-21ed814
	{
		padding:30px 0px 0px;
	}
	.resever-today h2
	{
		margin-bottom:20px;
	}
	.conference-icon-box .elementor-icon {
    font-size: 40px;
}
	.conference-info span
	{
		font-size:20px;
	}
	div.elementor-589 .elementor-element.elementor-element-cc6ab7c
	{
		padding:0px;
	}
	.owl-buttons, .owl-nav
	{
		left:-8px;
		right:-8px;
	}
	div.owl-theme .owl-nav [class*="owl-"] {
    color: #FFF !important;
    background: #de302f !important;
}
	div.elementor-589 .elementor-element.elementor-element-4385ff3
	{
		padding:0px;
	}
	div.elementor-589 .elementor-element.elementor-element-517adb9
	{
		padding-top:30px;
	}
	div.elementor-589 .elementor-element.elementor-element-4f47328
	{
		padding:0px;
	}
	div.elementor-589 .elementor-element.elementor-element-723797e
	{
		padding:30px 0px 0px 0px;
	}
	.tab-box-schedule .elementor-tabs-content-wrapper
	{
		margin-left:0px;
	}
	.elementor-widget-tabs .elementor-tabs
	{
		display:block !important
	}
	.tab-box-schedule .elementor-tabs-wrapper
	{
		width:100% !important;
	}
	.tab-box-schedule .elementor-tab-title
	{
		margin: 0 0 20px !important;
	}
	.schedule_info {
    width: 80%;
}
	.schedule_info > h4
	{
		font-size:18px;
	}
	.schedule_speaker_info p
	{
		font-size:14px;
	}
	.tab-box-schedule .elementor-tabs-content-wrapper .elementor-tab-content
	{
		padding:15px 20px;
	}
	div.elementor-589 .elementor-element.elementor-element-4eaa960
	{
		padding:0px 0px 30px
	}
	.speakers_wrap
	{
		padding:15px;
	}
	
.claint-blog .col-sm-6 {


    width: 100%;
	padding:0px;
}
	.speakers_wrap
	{
		margin-bottom:15px;
	}
	div.elementor-589 .elementor-element.elementor-element-ad338e4 > .elementor-element-populated
	{
		padding:0px !important;
	}
	div.elementor-589 .elementor-element.elementor-element-025fe94
	{
		margin-bottom:0px;
	}
	.our_speaker_img
	{
		width:15%;
	}
	div.elementor-589 .elementor-element.elementor-element-13b2a4c
	{
		padding:0px 0px 10px !important;
	}
	.business-pass .elementor-column.elementor-col-33, .business-pass .elementor-column[data-col="33"]
	{
		width:50%;
		margin:20px 0px 0px;
	}
	div.elementor-589 .elementor-element.elementor-element-982f382
	{
		padding-bottom:0px !important
	}
	div.elementor-589 .elementor-element.elementor-element-3af5d8b
	{
		padding:0px 0px 30px;
	}
	div.elementor-589 .elementor-element.elementor-element-52bece9
	{
		padding:0px 0px 30px;
	}
	.faq-accordion .elementor-tab-title a
	{
		font-size:20px;
		padding-left:15px !important;
	}
	.faq-accordion .elementor-accordion-item
	{
		padding:0px;
	}
	div.elementor-accordion .elementor-tab-content
	{
		padding:15px;
	}
	.panel-body
	{
		margin-bottom:0px;
		font-size:14px;
	}
	.faq-accordion .elementor-accordion-item
	{
		margin-bottom:15px;
	}
	.faq-accordion .elementor-accordion-item:last-child
	{
		margin-bottom:0px;
	}
	div.elementor-589 .elementor-element.elementor-element-142df18
	{
		padding:0px 0px 30px
	}
	div.elementor-589 .elementor-element.elementor-element-ba010c0 > .elementor-widget-container
	{
		margin-bottom:10px;
	}
	div.elementor-589 .elementor-element.elementor-element-c8a457b
	{
		padding:15px 0px 0px;
	}
	div.elementor-589 .elementor-element.elementor-element-b372ba6
	{
		padding:0px;
	}
	div.elementor-589 .elementor-element.elementor-element-837bfb4 > .elementor-widget-container
	{
		padding:0px 15px;
	}
	div.elementor-589 .elementor-element.elementor-element-fe226d7
	{
		padding:0px;
	}
	.venue_info_box {
    width: 47% !important;
    display: inline-block !important;
    vertical-align: middle;
    margin-bottom: 20px;
	}
	.venue_info_box:last-child
	{
		margin-bottom:0px;
	}
	div.elementor-589 .elementor-element.elementor-element-bf8b0c3
	{
		padding:0px;
	}
	.elementor-column.elementor-col-100.elementor-inner-column.elementor-element.elementor-element-549bece {
    padding: 0px 15px;
}
	div.elementor-414 .elementor-element.elementor-element-de8e8c2 > .elementor-element-populated
	{
		margin:0px;
		padding:50px 0px;
		text-align:center
	}
	div.elementor-414 .elementor-element.elementor-element-d385442 > .elementor-element-populated {
    margin: 0;
    padding: 50px 15px;
    text-align: center;
}
	div.elementor-414 .elementor-element.elementor-element-b578569 .elementor-heading-title
	{
		font-size:30px !important;
	}
	div.elementor-414 .elementor-element.elementor-element-47f50d1 > .elementor-element-populated {
    margin: 0;
    padding: 50px 0 0;
}
	div.elementor-414 .elementor-element.elementor-element-94ec720 .elementor-heading-title
	{
		font-size:30px;
		margin-bottom:20px;
	}
	.same-left-right .elementor-column.elementor-col-50 {
    width: 100% !important;
		padding:50px 0px
}
	div.elementor-414 .elementor-element.elementor-element-abc9c01 > .elementor-widget-container {
    margin: 0;
}
	div.elementor-414 .elementor-element.elementor-element-abc9c01 .elementor-heading-title
	{
		font-size:30px;
	}
	div.elementor-414 .elementor-element.elementor-element-6cc7334 > .elementor-element-populated
	{
		margin:0px;
	}
	div.elementor-414 .elementor-element.elementor-element-c95689b .elementor-heading-title
	{
		font-size:30px;
		margin-bottom:30px;
		text-align:center
	}
	div.elementor-414 .elementor-element.elementor-element-c95689b .elementor-heading-title br
	{
		display:none
	}
	div.elementor-414 .elementor-element.elementor-element-919f046 .elementor-heading-title
	{
		font-size:30px;
	}
	.page_title {
    margin: 60px auto 10px;
    font-size: 34px;
}
	.inner_pages {
    padding:0 15px;
}
	div.elementor-1461 .elementor-element.elementor-element-2157bee .elementor-heading-title
	{
		font-size:30px;
	}
	.inner_pages .elementor-widget-wrap.elementor-element-populated {
    padding: 0px 15px;
}
	.btn-lg-boder-r {
    font-size: 22px !important;
    padding: 10px !important;
    line-height: normal;
}

.elementor-section.elementor-inner-section.elementor-element.elementor-element-57a5f5e.elementor-section-boxed.elementor-section-height-default {
    margin: 0px;
}
	div.elementor-1461 .elementor-element.elementor-element-7ab6e51
	{
		padding:0px 0px 50px 0px;
	}
	.price-style-2-3 .elementor-column.elementor-col-33, .price-style-2-3 .elementor-column[data-col="33"] {
    width: 50%;
}
	div.elementor-1461 .elementor-element.elementor-element-954d4dd > .elementor-element-populated {
    padding: 0 15px 0 0;
}
	div.elementor-1461 .elementor-element.elementor-element-97c0340 > .elementor-element-populated {
    padding: 0px 0px 0px 15px;
}
	div.elementor-1461 .elementor-element.elementor-element-3937238 > .elementor-element-populated {
    padding: 0px 15px 0px 0px;
}
	.content_pages
	{
		margin-bottom:0px;
	}
	div.elementor-1417 .elementor-element.elementor-element-c522282
	{
		padding:0px 0px 35px 0px
	}
	div.elementor-1417 .elementor-element.elementor-element-7ee4de7
	{
		padding:0px 0px 50px 0px;
	}
	div.elementor-1417 .elementor-element.elementor-element-98415d8
	{
		padding:0px 0px 50px 0px;
	}
	div.elementor-1487 .elementor-element.elementor-element-a36ea94 .elementor-heading-title
	{
		font-size:30px;
	}
	div.elementor-1487 .elementor-element.elementor-element-830b3b6 .elementor-heading-title
	{
		font-size:30px
	}
	div.elementor-1487 .elementor-element.elementor-element-41682b6 .elementor-heading-title
	{
		font-size:30px;
	}
	div.elementor-1607 .elementor-element.elementor-element-725c6d0 .elementor-heading-title, div.elementor-1607 .elementor-element.elementor-element-8a7c0cf .elementor-heading-title, div.elementor-1607 .elementor-element.elementor-element-1190a16 .elementor-heading-title
	{
		font-size:30px;
		line-height:40px;
	}
	div.elementor-1603 .elementor-element.elementor-element-8202fdb .elementor-heading-title, 		div.elementor-1603 .elementor-element.elementor-element-dd97b9e .elementor-heading-title, div.elementor-1603 .elementor-element.elementor-element-d7d4ea6 .elementor-heading-title
	{
		font-size:30px;
		line-height:40px;
	}
	.testimonial_style2 .testimonial_img
	{
		margin:auto;
	}
	div.elementor-1513 .elementor-element.elementor-element-2713a5c .elementor-heading-title
	{
		font-size:30px;
	}
	.section-header p
	{
		font-size:15px;
	}
	div.elementor-1513 .elementor-element.elementor-element-750ce91
	{
		margin-top:30px;
	}
	.venue-add-map .elementor-container 
	{
    margin:0px 15px;
		padding:0px 15px;
	}
	div.elementor-1513 .elementor-element.elementor-element-e9f3cdb .elementor-heading-title
	{
		font-size:30px;
	}
	.venue_style2 .direction-icon
	{
		margin:auto !important;
	}
	.contact-info-box h5
	{
		font-size:20px;
		line-height:30px;
	}
	div.elementor-1513 .elementor-element.elementor-element-9d997ea .elementor-heading-title
	{
		font-size:30px;
	}
	div.elementor-1444 .elementor-element.elementor-element-1e15cd6
	{
		margin:50px 0px 0px;
	}
	div.elementor-1444 .elementor-element.elementor-element-df8d583 .elementor-heading-title
	{
		font-size:30px;
	}
	.speaker-info h5
	{
		font-size:20px;
	}
	div.elementor-1444 .elementor-element.elementor-element-fe84cde .elementor-heading-title
	{
		font-size:30px;
		line-height:normal;
	}
	.contact-inner 
	{
    	padding: 50px 0;
        padding-right: 0px;
        padding-left: 0px;
	}
	.contact-inner .col-sm-12 {
    padding: 0;
}
	.contact-inner .wpcf7-list-item-label {
    font-size: 14px;
    line-height: 25px;
}
	.about-inner .elementor-heading-title.elementor-size-default {
    font-size: 30px !important;
    line-height: normal !important;
}
	.about-inner .elementor-column.elementor-col-50, .about-inner .elementor-column[data-col="50"]
	{
		width:100%;
	}
	.elementor-section.elementor-top-section.elementor-element.elementor-element-7dd7423.elementor-section-full_width.elementor-section-stretched.elementor-section-height-default {
    margin: 0;
}.wpb_wrapper {
    font-size: 15px;
	line-height:30px;
}
	.about-style2 .wpb_text_column.wpb_content_element.vc_custom_1488202646504.section-header {
    padding: 0;
}
	.about-style2 .elementor-column.elementor-col-33, .about-style2 .elementor-column[data-col="33"]
	{
		width:50%;
	}
	.about-style3 .elementor-column.elementor-col-33.elementor-top-column.elementor-element.elementor-element-324b2c2.about-content.section-padding {
    width: 100%;
    padding: 50px 0 0 !important;
}
	.about-style3 .elementor-heading-title.elementor-size-default
	{
		font-size:30px !important;
	}
	div.elementor-1418 .elementor-element.elementor-element-d71fb48 > .elementor-widget-container
	{
		margin:0px;
	}
	div.elementor-1418 .elementor-element.elementor-element-f856c47
	{
		width:50%;
	}
	div.elementor-1418 .elementor-element.elementor-element-e61a113
	{
		width:50%;
	}
	.home2slider .slides {
		height: 400px !important;
	}
	.home2slider .col-sm-7.col-md-7.col-lg-7.padding_none {
    width: 100%;
    text-align: center;
}
	.home2slider .banner-content {
    padding: 95px 0 0;
}
	div.elementor-852 .elementor-element.elementor-element-8ceec75
	{
		width:100% !important;
	}
	#tetette {
    position: relative;
    width: 100%;
    top: inherit;
    z-index: 1;
    bottom: 0;
}
	.home2slider .banner-tagline
	{
		padding-top:70px !important
	}
	div.elementor-852 .elementor-element.elementor-element-3940922 .elementor-heading-title
	{
		font-size:26px;
		margin-top:15px;
		margin-bottom:15px;
	}
	div.elementor-361 .elementor-element.elementor-element-8d2d24f .elementor-heading-title
	{
		font-size:30px;
		line-height:normal;
	}
	.home-width-slider2
	{
		height:55vh;
	}
}
@media screen and (max-width:767px) {
	.page-id-1418 div.elementor-widget-wrap > .elementor-element .elementor-widget-image-carousel.e-widget-swiper {
    padding-left: 0;
    padding-right: 0;
	}
	.speakers_wrap:hover .our_speaker_img {
    margin-left: 0;
	}
	.speakers_follow_us {
    float: left;
    height: 100%;
    position: absolute;
    right: -36%;
    text-align: center;
    top: 0;
    background: #fff;
    width: 20%;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    box-shadow: 1px 8px 30px 0 #cccccc8c;
	}
	.speakers_follow_us ul {
    left: 0;
    margin: 0;
    padding-left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
	}
	.left-payment-options {
    box-shadow: none!important;
    padding: 0!important;
    padding-top: 20px;
    border-radius: 5px;
    margin-bottom: 3%!important;
	}
	.shopping_cart {
    padding: 0!important;
    padding-top: 30px!important;
	}
	.form-group.otherPayment_div {
    margin: 0!important;     padding: 11px 0!important;
	}
	.left-payment-options p {
    line-height: 21px!important;
	}
	.share_listing a .fa {
	    font-size: 20px!important;
	}
	.home2slider  div.elementor-widget-wrap > .elementor-element
	{
		padding:0px !important;
	}
	.header_style3 .navbar
	{
		min-height:inherit;
	}
	header.header_style3.nav-stacked.affix
	{
		padding:15px 0;
	}
	.admin-bar header.nav-stacked
	{
		top:0px;
	}
	.logo
	{
		text-align:left !important
	}
	.most-tab-popular .col-xs-12 
	{
    width: 50%;
	}
	.form-group.newsletter-input 
	{
    margin-bottom: 0;
	}
	section.banner-fixed 
	{
    height: 400px !important;
	}
	.banner-form
	{
		max-width:100%;
		margin-bottom:0px;
	}
	.banner_style2.international-banner
	{
		padding:30px 0px;
	}
	.tab-box-schedule .elementor-tab-title 
	{
    background: #fff !important;
        background-color: rgb(255, 255, 255);
        background-image: none;
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-color: #fff !important;
    white-space: nowrap;
    padding: 0 !important;
    background-image: none !important;
    list-style: none !important;
    margin: 0px 0 20px !important;
    line-height: 30px !important;
    border-radius: 0px !important;
    padding: 10px 25px !important;
    font-size: 20px;
    color: #333 !important;
	}
	.tab-box-schedule .elementor-tab-title.elementor-active
	{
		background:#de302f !important;
		color:#FFF !important
	}
	div.elementor-1461 .elementor-element.elementor-element-aee2bd5 > .elementor-element-populated 
	{
    padding: 0;
	}
	.elementor-1461 .elementor-element.elementor-element-1017834, div.elementor-1461 .elementor-element.elementor-element-7ab6e51
	{
		padding-bottom:30px !important;
	}
	.border-box {
    margin-bottom: 15px;
	}
	div.elementor-element.elementor-element-20e36f6.elementor-widget.elementor-widget-text-editor
	{
		padding-right:0px !important;
	}
	div.elementor-1461 .elementor-element.elementor-element-3f582f5 > .elementor-element-populated 
	{
    padding: 0;
	}
	div.elementor-element.elementor-element-872927f.elementor-widget.elementor-widget-text-editor 
	{
    padding: 0px;
	}
	div.elementor-1461 .elementor-element.elementor-element-9449451 > .elementor-element-populated
	{
		padding:0px;
	}
	div.elementor-element.elementor-element-dc574f1.elementor-widget.elementor-widget-text-editor 
	{
    padding: 0px;
	}
	div.elementor-element.elementor-element-a26aba8.elementor-widget.elementor-widget-text-editor
	{
		padding-right:0px !important
	}
	div.elementor-1461 .elementor-element.elementor-element-ea71e91 > .elementor-element-populated
	{
		padding:0px;
	}
	.price-style-2-3 .elementor-column.elementor-col-33, .price-style-2-3 .elementor-column[data-col="33"] 
	{
    width: 100%;
	}
	div.elementor-element.elementor-element-389f002.elementor-widget.elementor-widget-text-editor 
	{
    padding: 0px;
	}
	div.elementor-1461 .elementor-element.elementor-element-97c0340 > .elementor-element-populated
	{
		padding:0px;
	}
	div.elementor-element.elementor-element-893d9d3.elementor-widget.elementor-widget-text-editor 
	{
    padding: 0px;
	}
	.elementor-element.elementor-element-d70bcd4.elementor-widget.elementor-widget-text-editor 
	{
    padding: 0;
	}
	div.elementor-1461 .elementor-element.elementor-element-3937238 > .elementor-element-populated
	{
		padding:0px;
	}
	.elementor-element.elementor-element-d691c70.elementor-widget.elementor-widget-text-editor 
	{
    padding: 0px;
	}
	.elementor-element.elementor-element-3274d22.elementor-widget.elementor-widget-text-editor 
	{
    padding: 0px;
	}
	.elementor-element.elementor-element-3332a03.elementor-widget.elementor-widget-text-editor 
	{
    padding: 0px;
	}
	.elementor-element.elementor-element-e167fc0.elementor-widget.elementor-widget-text-editor
	{
    padding: 0px;
	}
	div.elementor-1417 .elementor-element.elementor-element-09ec23c > .elementor-element-populated 
	{
    padding: 0;
	}
	div.elementor-1417 .elementor-element.elementor-element-c63282b > .elementor-element-populated 
	{
    padding: 0;
	}
	div.elementor-1417 .elementor-element.elementor-element-cf7231a > .elementor-element-populated 
	{
    padding: 0;
	}
	div.elementor-1417 .elementor-element.elementor-element-f176086 > .elementor-element-populated 
	{
    padding: 0;
	}	
	.speaker-info
	{
		margin:0px;
		text-align:center;
	}
	.contact-inner .wpcf7-form.init
	{
		margin-bottom:30px;
	}
	.home2slider .elementor-element.elementor-element-f60d1d7.elementor-widget.elementor-widget-shortcode {
    padding: 0;
}
div.elementor-848 .elementor-element.elementor-element-50d0be9 .elementor-heading-title
{
	font-size: 50px
	line-height:60px;
	text-align: center;
}
.international-banner p {
    text-align: center;
}

/*.navbar .navbar-collapse {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    padding: 0px;
    transition: left .4s;
    z-index: 999999;
    box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
    padding-top: 50px;
    width: 350px;
    height: 100% !important;
    background: #FFF !important;
    margin: 0px !important;
    overflow-y: inherit;
}*/
.navbar .navbar-collapse .menu-multiple-event-container {
    overflow-y: auto;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.navbar .navbar-collapse.in
{
	left: 0%;
}
.close-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 3px;
    height:25px;
    background:#656666 ;
    left: 50%;
    transform: rotate(45deg);
    margin-top: -16px;
    margin-left: -1px;
}
.close-btn {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 15px;
    right: 19px;
    cursor: pointer;
}
.close-btn::after {
    content: '';
    width: 3px;
    height:25px;
    background:#656666 ;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(-50%);
    transform: rotate(-45deg);
    margin-top: -16px;
    margin-right: -2px;
}
.navbar-nav {
    margin: 0;
    background-color: #fff;
}
header.header_style3 ul li{
	padding:0;
	margin:0px !important;
	padding-right:25px !important;
	position: relative;
	border-bottom: 1px solid #e8e8e8;
}
header.header_style3 ul li a
{
	
}
.navbar .navbar-nav > li > a {
    color: #273339;
    }
    header.header_style3 .navbar-nav > li > a {
    padding:15px 13px;
    font-size: 15px;
    display: block;
    font-weight: 500;
}
.navbar-nav > li > .dropdown-menu {
    visibility: visible;
    display:none !important;
    opacity: 1;
    position: relative;
    top: 0;
    bottom: 0;
    width: 100%;
    float: inherit;
    margin: 0 !important;
    padding: 0px !important;
    background: #fff;
box-shadow: none !important;
border: none !important
}
header.header_style3 .dropdown-menu > li > a
{
	color: #273339;
}
header.header_style3 .dropdown-menu > li:last-child 
{
	border: none !important;
}
header.header_style3 .dropdown-menu > li > a {
    color: #273339;
    font-size: 14px !important;
    padding: 10px 25px !important;
}
header.header_style3 .navbar-nav > li.menu-item-has-children::before, header.header_style2 .navbar-nav > li.menu-item-has-children::before {
    content: "\f107";
    position: absolute;
    right: 0;
    width:25px;
    height: 52px;
    background: ;
    display: flex;
    color: #273339;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
    font-size: 16px;
    cursor: pointer;
}
header.header_style2 ul li {
    padding: 0;
    margin: 0px !important;
    padding-right: 25px !important;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
}
.navbar-nav > li > .dropdown-menu li::before
{
	display: none !important;
}
.navbar-nav > li.dropdown::after
{
	display: none !important;
}
.event.event-tabs button, .event.event-tabs button.active {
  padding: 10px 12px;
  font-size: 14px;
}
.event.event-tabs li.nav-item {
    margin-bottom: 0!important;
}
.event.event-tabs button.active::after {
	top: 50px;
}
.service-box h2, .service-box p {
    font-size: 15px;
}
.container.countdown-tab {
    bottom: 44px;
    right: 8px;
}
.page-template-home-page .container.countdown-tab {
    bottom: -5px!important;
    right: 0px!important;
}
.day-time-m li {
    margin-top: 15px;
}
.elementor-361 .elementor-element.elementor-element-55ae9a3 .elementor-heading-title {
    font-size: 30px;
    line-height: 1.3em;
}
.map-directions {
    top: 10px!important;
    right: 0!important;
}
.venue {
    padding-left: 0;
}
.single-event .container.countdown-tab {
    right: 5%;
    bottom: 0;
}
#eventshow .slides .banner-content .content .banner-tagline {
    padding: 1em;
}
.gt-event-tabs .active {
    margin: 0;
    width: 100%;
}
.pay_services3 .table-price-box {
    display: block;
    padding: 20px 10px;
    width: 100%;
}
.pay_services3 .table-price-detail {
    display: inline-block;
    padding: 0px 20px;
    width: 100%;
}
.table-price-detail ul{
	padding-left: 14%;
}
.pay_services3 .table_btn {
    display: block;
    width: 100%;
    background: #fff!important;
}
.our_speaker_img {
    width: 100%!important;
}
.single-event .swiper-slide img.swiper-slide-image {
        height: 176px!important;
    object-fit: scale-down;
}
.elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-6d20f2b.border-box.right-slider {
    height: 200px!important;
}
.right-slider .elementor-swiper-button-prev, .right-slider .elementor-swiper-button-next {
	bottom: -22px !important;
}
header.header_style2 ul.navbar-nav li.active .dropdown-menu a, header.header_style2 ul.navbar-nav li:hover .dropdown-menu a {
    color: #000;
    text-align: left;
}
header.header_style2 .navbar-nav > li > a {
    font-size: 14px;
}
.header_style1 nav.navbar.navbar-expand-lg {
    float: inherit;
}
.header_style1 nav.navbar.navbar-expand-lg div#navbarSupportedContent {
    margin-top: 5px;
}
.header_style1 nav.navbar.navbar-expand-lg li {
	margin: 0;
}
.header_style1 .navbar-nav > li.menu-item-has-children::before, .header_style1 .navbar-nav > li.menu-item-has-children::before {
    content: "\f107";
    position: absolute;
    right: 0;
    width:40px;
    height: 52px;
    background: ;
    display: flex;
    color: #273339;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
    font-size: 16px;
    cursor: pointer;
}.header_style1 ul.navbar-nav li .dropdown-menu a {
    color: #000;
    text-align: left;
}
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.btn {
    background: #de302f;
    color: #fff;
}

@media only screen and (min-width: 600px) {
	.offcanvas-body ul.navbar-nav {
    width: 100%;
	}
	.offcanvas-body ul.navbar-nav li a {
    color: #000;
	}
	.offcanvas-body ul.navbar-nav li {
    margin: 0!important;
    float: left!important;
    text-align: left!important;
    border-bottom: 1px solid #ccc;
    padding: 5px;
	}
	.our_speaker_img {
    width: 35%;
	}
	.navbar button.navbar-toggler {
    background: #fff;
	}
}

@media screen and (max-width:580px) {
	.most-tab-popular .col-xs-12 
	{
		width:100%;
		padding:0px;
	}
	div.listing-thumb img
	{
		height:auto;
	}
	.event-advice .col-md-9.col-lg-4
	{
		width:100%
	}
	.footer-news .newsletter-btn 
	{
    right: 0 !important;
    top:inherit !important;
	}
	#slideshow1 .slides .banner-content .content
	{
		max-width:400px;	
	}
	.footer-td 
	{
    padding: 50px 0;
	}
	.popular-link, .latest-newpost
	{
		padding:0px 15px;
	}
	#menu-footer-menu li a::after
	{
		left:15px !important
	}
	.event-advice .col-md-9.col-lg-4 
	{
    width: 100%;
    padding: 0;
	}
	
	div.elementor-widget-wrap > .elementor-element 
	{
    padding-left: 15px;
    padding-right: 15px;
	}
	
	h2
	{
		font-size:24px;
	}
	h1, h2, h3, h4, h5, h6
	{
		font-size:24px;
	}
	.secondary-bg.footer-sd .row
	{
		display:black;
		flex-wrap:wrap;
	}
	.secondary-bg.footer-sd .row .col-md-3{
		width:100%; 
		margin-bottom:10px;
	}
	.secondary-bg.footer-sd .footer_logo.logo
	{
		text-align:center !important
	}
	.col-md-9.copyright-text
	{
    width: 100%;
	}
	.elementor-element.elementor-element-1bd2a26.elementor-widget.elementor-widget-shortcode 
	{
    padding: 0px;
	}
	#testimonial_slider .item
	{
		width:100% !important;
	}
	.testimonial_img
	{
		float:inherit; 
		margin:auto;
	}
	.testimonial_head
	{
		text-align:center;
		margin:0px;
	}
	#testimonial_slider .item
	{
		padding:15px;
		text-align:center;
	}
	.banner-fixed 
	{
    height: 374px !important;
	}
	div.elementor-7 .elementor-element.elementor-element-4d944b1 > .elementor-widget-container 
	{
    margin: 0;
	}
	div.elementor-7 .elementor-element.elementor-element-865040e .elementor-heading-title 
	{
    font-size: 28px;
	}
	div.elementor-7 .elementor-element.elementor-element-69d774e
	{
		font-size:18px;
	}
	.elementor-589 .elementor-element.elementor-element-84274cc .elementor-heading-title {
    font-size: 28px !important;
    line-height: 34px !important;
}
	div.elementor-589 .elementor-element.elementor-element-b3ab2f9 p 
	{
    font-size: 20px !important;
	}
	div.elementor-589 .elementor-element.elementor-element-b3ab2f9 > .elementor-widget-container
	{
		margin:10px 0px 0px;
	}
	.elementor-589 .elementor-element.elementor-element-5e3a1df .elementor-heading-title
	{
		font-size:26px !important;
	}
	.conference-overview .elementor-widget-wrap.elementor-element-populated
	{
		padding:0px !important;
	}
	.section-padding
	{
		padding:30px 0px;
	}
	.business-pass .elementor-column.elementor-col-33, .business-pass .elementor-column[data-col="33"] 
	{
    width: 100%;
    margin: 0 0px 0px;
	}
	.elementor-align-right 
	{
    text-align: center;
    margin-bottom: 10px !important;
	}
	.elementor-button-link.elementor-button.elementor-size-sm 
	{
    margin: auto;
    display: block;
	}
	.faq-accordion .elementor-tab-title a
	{
    font-size: 16px;
    padding: 20px 65px 20px 15px !important;
    line-height: 25px;
	}
	.venue_info_box .elementor-icon 
	{
    font-size: 48px !important;
	}
	.venue_info_box
	{
		width:100% !important
	}
	.plan_price p
	{
		font-size:40px;
		line-height:normal;
	}
	.schedule_info 
	{
    width: 70%;
	}
	div.elementor-414 .elementor-element.elementor-element-6597c08 > .elementor-widget-container
	{
		margin:0px;
	}
	div.elementor-414 .elementor-element.elementor-element-5298d14 > .elementor-widget-container
	{
		margin:0px;
	}
	.contact-info-details h5
	{
		font-size:20px;
	}
	.venue_style3 .contact-info-details h5
	{
		font-size:20px;
	}
	.about-style2 .elementor-column.elementor-col-33, .about-style2 .elementor-column[data-col="33"]
	{
		width:100% !important
	}
	.about-style2 .about_info_m
	{
		margin-bottom:20px;
	}
	div.elementor-1418 .elementor-element.elementor-element-f856c47 {
    width: 100%;
    padding-bottom: 0px !important;
}
	div.elementor-1418 .elementor-element.elementor-element-e61a113 {
    width: 100%;
    padding-bottom: 0 !important;
}
	.vc_column-inner p
	{
		font-size:18px
	}
	div.elementor-361 .elementor-element.elementor-element-8d2d24f .elementor-heading-title
	{
		font-size:28px;
	}
	.slides {
    height:81vh !important;
}
.owl-buttons, .owl-nav
{
	display: none;
}
#slideshow1 .slides .banner-content .content .banner-tagline
{
	padding: 1em
}
.sponsors-list .col-md-3
{
	width: 50%;
}
.footer-td h5 {
    font-size: 20px;
    margin-bottom: 25px;
}
#menu-footer-menu li
{
	font-size: 14px;
}
#menu-footer-menu li a::after
{
	display: none;
}
#menu-footer-menu li
{
	padding: 0px;
}
.latest-post .center-block
{
	display: none;
}
.latest-post .post-wp h4
{
	padding-left: 0px;
	font-size: 14px;
}
.latest-post .content p
{
	padding-left: 0px;
}
.latest-newpost {
    margin-bottom: 10px;
}
.latest-post .post-wp .content {
    margin-bottom: 10px;
}
.latest-post .content p
{
	font-size: 13px;
}
.footer-news .social-title
{
	padding: 0px;
}
.footer-news .social_links
{
	text-align: left;
}
.social_links li:first-child a {
    margin: 0;
}
.social_links {
    margin-bottom: 25px !important;
    display: block;
}
.social_links li a i {
    margin: 0;
}
.secondary-bg.footer-sd .footer_logo.logo {
    max-width: 100px;
    margin: auto;
}
.secondary-bg.footer-sd .footer_logo.logo img {
    max-width: 100%;
    width: 100%;
}
.secondary-bg.footer-sd .row
{width:auto; 
}
.footer-news .form-control {
    font-size: 14px;
    padding: 0px 15px;
    height: 40px;
}
.footer-news .newsletter-btn
{
	height: 40px;
	font-size: 16px;
}
.latest-newpost
{
	display: none;
}
div.elementor-7 .elementor-element.elementor-element-4d944b1 .elementor-toggle .elementor-toggle-title
{
	font-size: 14px;
}
.about-event-home2 .elementor-column.elementor-col-50
{
	margin: 0px 15px;
}
div.elementor-414 .elementor-element.elementor-element-6597c08 .elementor-toggle .elementor-toggle-title
{
	font-size: 14px;
}
div.elementor-element.elementor-element-eda5116.elementor-widget.elementor-widget-text-editor {
    padding: 0;
}
#post-414 .slides {height: 60vh !important}
.tab-box-schedule .elementor-tab-title.elementor-active::before
{
	display: none !important;
}
.banner_style2.international-banner
{
	padding: 50px 0px;
}
.banner_style2 #slideshow .banner-content h1 {
    font-size: 30px;
}
.banner_style2 #slideshow .banner-content p {
    margin: 0;
    font-size:20px;
    padding: 0 50px;
}
div.elementor-848 .elementor-element.elementor-element-50d0be9 .elementor-heading-title
{
	font-size: 30px;
	line-height: 35px;
}
.international-banner p {
    font-size: 18px !important;
    margin-bottom: 31px;
    margin-top: 0 !important;
}
.elementor-848 .elementor-element.elementor-element-0923fcc > .elementor-widget-container {
    margin: 10px 0 0;
}

div.elementor-element.elementor-element-20e36f6.elementor-widget.elementor-widget-text-editor
{
	padding: 0px !important
}
div.elementor-element.elementor-element-a26aba8.elementor-widget.elementor-widget-text-editor
{
	padding: 0px !important
}
.banner-content h1, h1 {
    font-size: 28px;
}
.post-wp
{
	margin: 0px 0px 35px;
}
.content-box_body.content_data {
    padding: 0;
}
.content-box_body.content_data .elementor-widget-wrap.elementor-element-populated {
    padding: 0 !important;
}
.content-box_body.content_data {
    text-align: center;
}
}
@media screen and (max-width:479px) {
	.choose-beevent .elementor-column.elementor-col-25
	{
		width:100%;
	}
	.sponsors-list .col-md-3
	{
		width:50%;
	}
	.service-box .far, .service-box .fas, .service-box .fa
	{
		width:85px;
		height:85px;
	}
	
	.banner-fixed 
	{
    height: 335px !important;
	}
	.countdown-btn .btn::after
	{
		top:50% !important
	}
	.slides 
	{
    height:515px !important;
	}
	.elementor-section.elementor-section-stretched 
	{
    position: relative;
    width: 100%;
	}
	.elementor-section 
	{
    position: relative;
	}
	.elementor *, .elementor ::after, .elementor ::before 
	{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	}
	.section-padding 
	{
    padding: 0px;
	}
	.elementor-section 
	{
    padding-right: 30px;
    padding-left: 30px;
	}
	.section-padding 
	{
    padding: 30px 0 !important;

	}
	div.elementor-7 .elementor-element.elementor-element-93c233e > .elementor-element-populated
	{
		padding:30px 0;
	}
	div.elementor-7 .elementor-element.elementor-element-ee71401 > .elementor-element-populated
	{
		padding:30px 0;
	}
	.schedule_info
	{
		width:100%;
	}
	.elementor-button-link.elementor-button.elementor-size-sm 
	{
    margin: auto;
    display: block;
    padding: 15px !important;
    font-size: 19px !important;
	}
	.venue_info_box 
	{
    width: 100% !important;
    margin: 0px 15px 10px !important;
	}
	.speakers_info{
		width:100%;
		padding-left:0px;
	}
	.speakers_wrap
	{
		text-align:center;
	}
	.our_speaker_img {
    width: 25%;
    margin: auto;
    display: block;
    float: inherit;
	}
	.inner-pages
	{
		padding:30px 0px;
	}
	.page_title
	{
		font-size:26px;
	}
	.elementor-1461 .elementor-element.elementor-element-edf9ded > .elementor-element-populated
	{
		padding:0px;
	}
	.elementor-element.elementor-element-058b5dd.elementor-widget.elementor-widget-text-editor 
	{
    padding: 0;
	}
	.contact-inner
	{
		padding:30px 0px;
	}
	.contact-inner .elementor-widget-wrap.elementor-element-populated {
    padding: 0px !important;
}
	.contact-inner iframe {
    height: 300px !important;
}
.owl-buttons, .owl-nav
{
	display: none !important;
}
	.banner-content {
    padding:72px 0;
}

.sponsors-list .col-md-3
{
	width: 100%;
}
#slideshow1 .slides .banner-content .content {
    max-width: 270px;
}
#post-414 .slides {
    height: 26vh !important;
}
}
@media screen and (max-width:360px) {

	.navbar .navbar-collapse
	{
		width: 100%;
	}

}
.mc4wp-form-fields {
    max-width:665px;
    margin: auto;
}
.newsletter-btn
{
	background: transparent !important;
	color: #111 !important;
}
.form-control, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"]
{
	background: transparent;
}
.footer-news .form-control {
    background: #FFF !important;
}
.post-grid-inner .post-grid-thumbnail img
{
	transition:.4s;
}
.post-grid-inner .post-grid-thumbnail:hover img
{
	transform: scale(1.1);
}
.post-grid-inner .post-grid-thumbnail
{
	overflow: hidden;
}
div.elementor-7 .elementor-element.elementor-element-5e56a77 .elementor-toggle .elementor-tab-title
{
	position: relative;
	padding-left: 25px;
}
.elementor-toggle-icon-closed {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    margin-top: -5px;
}
.elementor-toggle .elementor-tab-title
{
	position: relative;
	padding-left: 25px;
}
.event_status .gt-icon::after {
    position: absolute;
    top: 0;
    border: 0;
    font-size: 30px;
    left: 0;
    content: "\f058";
    font-family: fontawesome;
    color: #de302f;
    position: relative;
    z-index: 1;
    right: inherit;
}
.event_status::after
{
	display: none !important;
}
.circus-blog .elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-92bc776.border-box.right-slider {
    height: 242px;
    object-fit: cover;
}
.wpcf7-form label {
    width: 100%;
}
span.elementor-screen-only {
    position: absolute;
    height: 45px;
    z-index: 1;
    width: 58px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    display: none;
}
.elementor-screen-only, .screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible
{
	z-index: 1;
}
.digital-economy .elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-46f177f.border-box.right-slider {
    height: 398px;
}
.elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-6d20f2b.border-box.right-slider {
    height: 264px;
}
div.shopping_cart tr td, div.shopping_cart tr th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
table > tbody > tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}
.zoid-component-frame.zoid-visible {
    height: 250px;
    width: 250px;
    margin-left: auto;
    display: block;
}
.zoid-outlet
{
	margin:0px !important;
}
.bg-gray {
    background: #f9f9f9;
    padding: 8px 0;
    border: 1px solid #ddd;
        border-right-color: rgb(221, 221, 221);
        border-right-style: solid;
        border-right-width: 1px;
        border-left-color: rgb(221, 221, 221);
        border-left-style: solid;
        border-left-width: 1px;
    border-left: none;
    border-right: none;
}
div.elementor-toggle .elementor-tab-title
{
	padding: 30px 0px;
	border-bottom:none;
	border-top: 1px solid #FFF!important;
}
div.elementor-414 .elementor-element.elementor-element-6597c08 .elementor-toggle .elementor-toggle-item:not(:last-child) {
    margin-bottom: 0;
}
.red-overlay
{
	height: auto;
}
.schedule_wrap:last-child {
    border: none;
}
.schedule_wrap:last-child {
    border: none !important;
}
.elementor-element.elementor-element-5e3a1df.elementor-widget.elementor-widget-heading {
    margin: 0;
}
.elementor-toggle-item {
    margin: 0 !important;
}
.elementor-toggle-item .elementor-tab-title {
    padding: 30px 0px !important;
}
.elementor-361 .elementor-element.elementor-element-387ddc6 .elementor-toggle .elementor-tab-content
{
	padding: 0px 0px 30px 0px !important;
}
.elementor-7 .elementor-element.elementor-element-5e56a77 .elementor-toggle .elementor-tab-content
{
	padding: 0px 0px 30px 0px !important;
}
.newsletter-right .mc4wp-form {
    max-width: 490px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    background: #FFF;
}
.newsletter-right .mc4wp-form .form-control
{
	height: 67px;
}
.newsletter-right .newsletter-btn {
    height: 100%;
    padding-right: 35px;
}
.elementor-image-gallery .gallery-item .gallery-icon img
{
	 transition: transform .2s;
}
.elementor-image-gallery .gallery-item .gallery-icon
{
	overflow: hidden;
}
.elementor-image-gallery .gallery-item .gallery-icon:hover img
{
	transform: scale(1.1);
}
.newsletter-btn:hover
{
	color: #de302f !important;
}
div.elementor-361 .elementor-element.elementor-element-d493e6d .elementor-accordion .elementor-tab-title, div.elementor-7 .elementor-element.elementor-element-c8fc27c .elementor-accordion .elementor-tab-title, div.elementor-414 .elementor-element.elementor-element-7937239 .elementor-accordion .elementor-tab-title {
    padding: 30px 0;
    border-top: 1px solid #FFF !important;
}
.elementor-361 .elementor-element.elementor-element-d493e6d .elementor-accordion .elementor-accordion-icon.elementor-accordion-icon-left,  .elementor-7 .elementor-element.elementor-element-c8fc27c .elementor-accordion .elementor-accordion-icon.elementor-accordion-icon-left, .elementor-414 .elementor-element.elementor-element-7937239 .elementor-accordion .elementor-accordion-icon.elementor-accordion-icon-left {
    margin-right: 7px;
    margin-top: 6px;
}

.post-img-wp a .post_img img {
    transition: .4s;
}

.post-img-wp a:hover .post_img img 
{
	transform:scale(1.1);	
}
.left-payment-options input, .left-payment-options textarea{
    width: 100%!important;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.right-payment-options {
    box-shadow: 8px 8px 30px 0 #cccccc96;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 3%;
}
.left-payment-options {
    box-shadow: 8px 8px 30px 0 #cccccc96;
    padding: 24px;
    border-radius: 5px;
    margin-bottom: 3%;
}

/* New CSS */
.header_style3 nav.navbar.navbar-expand-lg {
    text-align: right;
    float: right;
}

.page-id-1418 .elementor-swiper-button.elementor-swiper-button-prev, .page-id-1418 .elementor-swiper-button.elementor-swiper-button-next, .page-id-4753 .elementor-swiper-button.elementor-swiper-button-prev, .page-id-4753 .elementor-swiper-button.elementor-swiper-button-next, , .page-id-414 .elementor-swiper-button.elementor-swiper-button-prev, .page-id-414 .elementor-swiper-button.elementor-swiper-button-next {
    bottom: -22px!important;
}

.home-banner-inner{
  position: absolute;
  top: 2%;
  left: 0;
  right: 0;
}

.home-banner-inner .content{
  border: 1px solid #fff;
  padding: 6px;
  margin: 36px 170px;
}
.home-banner-inner .banner-tagline.text-center {
  border: 1px solid #fff;
  padding: 20px;
  text-align: center;
}
.home-banner-inner .banner-content h1 {
  font-size: 40px;
  color: #fff;
}
.event_detail.hide-on-mobile, .event_detail.visible-on-desktop {
  display: none;
}

@media only screen and (min-width: 768px) {
  .counter-sec.ongoing-events {
      position: absolute;
      bottom: 0px;
      left: 28%;
      right: 0px;
      padding: 0px 15px;
      z-index: 1;
  }
  #MainRobotCarousel .carousel-item img {
    height: 100vh!important;
    max-height: 100vh;
    object-fit: cover;
    outline: 1006px solid rgb(0 0 0 / 34%) !important;
    outline-offset: -1000px;
    overflow: hidden;
    position: relative;
  }

  #MainRobotCarousel .home-banner-inner .banner-content h1 {
    font-size: 44px;
  }
  #MainRobotCarousel .home-banner-inner .banner-content li {
    font-size: 18px;
  }
  .countdown-amount {
    font-size: 40px;
    padding: 8px 0;
    width: auto;
  }
  .countdown-counter {
    padding: 32px 0px;
  }
  .home-banner-inner {
    top: -17;
    left: 0;
    right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .left-payment-options {
      width: 72%;
      display: inline;
      float: left;
  }
  .right-payment-options {
      width: 26%;
      display: inline-block;
      float: right;
  }
}

.subtitle-text-white p {
    color: #fff;
}

#MainRobotCarousel .carousel-item.active {
  display: block;
}

.gt-event-tabs .active {
  font-weight: 500;
}
.sponsors_2 #sponsors-slider .sponsors_logo {
  background: #dddddd;
  outline: 1px dashed #dddddd;
  outline-offset: 4px;
  margin: 5px auto 12px;
  height: 70px;
  width: 48%;
  padding: 10px 10px;
  display: inline-table;
  margin-right: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.sponsors_3 .sponsors-list li img {
  width: 100px;
  object-fit: contain;
}
.sponsors_3 .sponsors-list li {
  outline: 1px dashed rgba(0, 0, 0, 0.5);
  outline-offset: 4px;
  margin: 5px 10px 15px;
  padding: 10px 5px;
  width: 48%;
  display: inline-table;
}
.sponsors_3 .sponsors-list li {
  outline: 1px dashed rgba(0, 0, 0, 0.5);
  outline-offset: 4px;
  margin: 5px 10px 15px;
  padding: 10px 5px;
  width: 40%;
  display: inline-grid;
}
.home-1-with-slider-carousel .content, .home-1-with-slider-carousel .banner-tagline.text-center {
  border: none;
}
.home-1-with-slider-carousel .banner-content h1 {
  font-size: 60px;
}
.border-box.right-slider.elementor-image-carousel-wrapper.swiper, .elementor-element.elementor-pagination-position-outside .swiper {
  padding-bottom: 0!important;
}
.home-1-banner-slider2-carousel .home-banner-inner {
    position: absolute;
    top: 20%;
    left: 0;
    text-align: left;
}
.home-1-banner-slider2-carousel .home-banner-inner .banner-content h1 {
    font-size: 50px;
    text-align: left;
}
.home-1-banner-slider2-carousel .banner-tagline p {
    font-size: 24px;
    text-align: left;
}
.home-1-banner-slider2-carousel .home-banner-inner .content {
    border: none;
}
.home-1-banner-slider2-carousel .home-banner-inner .banner-tagline.text-center {
    border: none;
}
.home-1-banner-slider2-carousel .home-banner-inner .banner-tagline.text-center {
    width: 65%;
}

.counter-sec.no-counter-div {
	left:0;
	right:0;
	text-align:center;
}
.counter-sec.no-counter-div .countdown-btn.half-width {
	width: 50%;
    margin: 0 auto;float: inherit;
}
.single-event .schedule_info2 .nav.nav-tabs  > button span, .day-time-m .nav-tabs button span, .schedule_style3 button span {
    display: block;
    font-size: 13px;
    font-weight: 400;
}
.single-ticket-style-style3 .table-price-detail li {
    width: 48%;
}
.single-event-map-1 div#osm-map {
    width: 100%!important;
    height: 500px!important;
}

h2.wp-block-heading {
    background: #000;
    color: #fff;
    font-size: 23px;
    padding: 23px 19px;
}
button.wp-block-search__button.wp-element-button {
    width: 95%;
    margin-top: 10px;
    height: 50px;
    margin-bottom: 15px;background: #de302f;
    color: #fff;
}
input#wp-block-search__input-1 {
    width: 95%;
    margin-left: 10px;margin-top: 20px;
}
.wp-block-search__inside-wrapper {
    display: block;
}
label.wp-block-search__label {
    margin-left: 11px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 19px;
    display: none;
}

@media only screen and (min-width: 768px) {
	#proceed_to_payment{
    padding: 14px 30px;
    font-size: 15px;
    float: right;
    margin-right: 15px;
   }
}


@media only screen and (max-width: 768px) {
  .home-banner-inner {
    position: absolute;
    top: -1%;
    left: 1%;
  }
  #MainRobotCarousel .carousel-item img {
    height: 47vh;
    max-height: 60vh;
    object-fit: cover;
    outline: 1006px solid rgb(0 0 0 / 34%) !important;
    outline-offset: -1000px;
    overflow: hidden;
    position: relative;
  }
}

@media (max-width: 767px) {
  .home #MainRobotCarousel .carousel-item .countdown .counter-sec {
    margin-top: 0;
  }
  .home #MainRobotCarousel .carousel-item .countdown .counter-sec {
    position: absolute;
    bottom: 0px;
    top: -155px;
  }
}

@media only screen and (max-width: 600px) {
  .home #MainRobotCarousel .carousel-item .countdown .counter-sec.no-counter-div {
    margin-top: 0px;
    padding: 0;
    position: relative;
    top: ;
  }
  .home #MainRobotCarousel .counter-sec.no-counter-div .countdown-btn.half-width {
    width: 100%;
  }
  .home #MainRobotCarousel .carousel-item img {
    height: 60vh; max-height: 60vh;
  }
  .home #MainRobotCarousel .home-banner-inner .banner-content ul span {
    line-height: 18px;
  }
  .home .page-template-home-page .container.countdown-tab {
    bottom: 0;
    right: 16px!important;
    top: -125px;
  }
  .home #MainRobotCarousel .countdown-amount {
    font-size: 16px;
    width: 55px;
  }
  .home #MainRobotCarousel .countdown-period {
    font-size: 12px;
  }
  #MainRobotCarousel .carousel-item img {
    height: 45vh; max-height: 45vh;
  }
  .counter-sec.no-counter-div {
    left: 6%;
  }
  #MainRobotCarousel .home-banner-inner .banner-content h1 {
    font-size: 18px;
  }  
  #MainRobotCarousel .home-banner-inner .banner-content li {
    font-size: 10px;
  }
  #MainRobotCarousel .home-banner-inner .banner-content ul {
    margin-top:0;
  }
  #MainRobotCarousel .home-banner-inner .content {
    margin: -1px 28px;
  }
  #MainRobotCarousel .home-banner-inner {
    top: 14%!important;
  }
  .page-template-home-page .container.countdown-tab {
    bottom: -13px!important;
    right: 16px!important;background: transparent;
  }
}


@media print {
	footer.secondary-bg.footer-td, .secondary-bg footer-sd, .admin-bar header, .alert-success, .table-head .success-button, .success-button.text-center, section.inner-pages.text-center {
		display: none;
	}
}

@media only screen and (min-width: 1400px) {
  .listing_action_btn li {
    width: 174px;
  }
  .speakers_3 .speaker-sec .speaker-info-box img {
    object-fit: cover;
    max-height: 380px;
  }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {

}


.event_detail.mobile-accordion.visible-on-desktop {
  display: none;
}
.mobile-accordion .venue_style3.single_venue_style_3 .contact-info-box {
  position: absolute;
  left: 0%;
  top: 10%;
  z-index: 1;
  background: #fff;
  width: auto;
  padding: 20px 15px!important;
  padding-bottom: 10px!important;
}
.mobile-accordion .map-directions {
  top: -5px!important;
  right: 6%!important;
}
.mobile-accordion .contact-info-details {
  overflow: hidden;
  padding-bottom: 0px;
}
.mobile-accordion .venue_style3.single_venue_style_3 .contact-info-details h5 {
  font-size: 14px;
  line-height: 21px;
}
.mobile-accordion .venue_style3.single_venue_style_3 .contact-info-details .fa {
  font-size: 16px;
}
.mobile-accordion #testimonial_slider .item {
  margin-left: 0;margin-bottom: 10px;
}
.mobile-accordion .single-event-testimonial {
  margin-top: 10px;
}
.mobile-accordion .event_contact .gallery_style2 a {
  display: block;
  float: inherit;
  margin: 0 auto;
  width: 100%;
  background: #000;
  position: relative;
}
.mobile-accordion div#testimonial_list {
  margin-top: 40px;
}
.event_detail.mobile-accordion.visible-on-mobile {
  margin-bottom: 0px;
  margin-top: 30px;
}
.mobile-accordion .col-lg-4.col-md-12 .event_detail {
  margin-top: 25px;
}
.mobile-accordion .event_tickets {
  margin-top: 10px;
}
.mobile-accordion .accordion-body .speakers {
  margin-top: 10px;
}
.mobile-accordion .content_eve {
  margin: 15px 0 10px 0;
}
.mobile-accordion .social-title {
  text-align: center;
}
.mobile-accordion .event_content {
  text-align: center;
}
.mobile-accordion .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #de302f8f;
}
.mobile-accordion .accordion-button:focus {
  z-index: 3;
  border-color: #fff;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
  border: none;
  box-shadow: none;
}

@media only screen and (max-width: 768px) {
  .single-event-sponsors .sponsors_1.sponsors-list li {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }
  .single-event-sponsors .sponsors_1.sponsors-list li img {
    width: 200px;
    object-fit: contain;
  }
  .sponsors_1.sponsors-list {
    padding-top: 0;
  }
  .single-event-sponsors {
      position: relative;
      left: 8px;
  }
  .sidebar_wrap.listing_action_btn.top-btns {
    position: relative;
    left: 2.5%;
  }
  .sidebar_wrap.listing_action_btn {
    position: relative;
    left: 2.5%;
  }
  .listing_action_btn .event_schedule li {
    height: 110px;
  }
  .single-event .listing_action_btn li {
    width: 112px!important;
    height: 105px;
  }
  .event.eventsemi-tabs.nav-tabs {
    position: relative;
    left: 20%;
  }
  .conf-user-info .conf-close {
    right: 253px;
  }
  .conf-user-content p {
    width: 45%;
  }
  .day-time-m .nav-tabs button {
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .day-time-m .nav-tabs button.active::after {
    position: relative;
    top: 46px;
  }
  .schedule_style_1_single .conf-user-info .conf-close {
    right: 0;
  }
  .schedule_style_1_single .conf-user-content p {
    width: 100%;
  }
  .event.eventsemi-tabs.nav-tabs {
    border-bottom: none;
  }
  .schedule_style3 .conference-time-list {
    padding-left: 11px;
  }
  .schedule_style3 .conf-user-info .conf-close {
    right: 12px;
  }
  .schedule_style3 button {
    margin-bottom: 20px!important
  }
  .schedule_style3 button.active, .schedule_style3 button:hover {
    padding: 15px 25px;
  }
  .schedule_style3 .conf-user-info {
    width: 100%;    padding-bottom: 0;
  }
  .schedule_style3 .conf-user-content p {
    width: 100%;
  }
  .schedule_style3 .time {
    position: relative;
    top: 4px;display: block;
  }
  .page-template-home-page .day-time-m .nav-tabs button {
    margin-bottom: 5px;
    padding-bottom: 0px;
    padding-top: 1px;
    border: none;
  }
  .page-template-home-page .day-time-m .nav-tabs button.active {
    margin-bottom: 0;height: 91px;
  }
  .page-template-home-page .day-time-m .nav-tabs button.active::after {
    top: 6px;
  }
  .page-template-home-page .conf-user-info .conf-close {
    right: 0;
  }
  .page-template-home-page .conf-user-content p {
    width: 100%;
  }
  .home-1-banner-slider2-carousel .home-banner-inner .banner-tagline.text-center {
    width: 100%;    padding: 0px 10px;
  }
  .home2slider .banner-content {
    padding: 40px 0 0;
  }
  .home-1-banner-slider2-carousel .banner-tagline p {
    text-align: center;
  }
  .container.countdown-tab {
    position: absolute;
  }
  .page-template-home-page .container.countdown-tab {
    position: relative;
}
}

ZeroDay Forums Mini