@charset "utf-8";

/*
Theme Name: BeEvent - Conference & Event HTML Template
Author: WMD Team
Version:1.2
*/

/*===========================

 =  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
	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. Testimonial
	12. Newsletter
	13. Sponsors
	13. Conference Venue
	14. Footer
	15. Back to top
	16. Registration form
	17. Latest Blog
	18. Blog-Page & Blog Single page
	19. Elements
	20. 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; */
}
table {
	margin:0 0 30px;
}
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;
	line-height:70px;
	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;
}
.divider {
border-bottom: 1px solid rgba(247, 7, 7, 0.6);
border-image: linear-gradient(45deg, rgba(2, 248, 113, 0.6), rgba(247, 7, 7, 0.6)) 1;
  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;
}
.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;	
}

.js-gmap iframe {
    width: 100%;
    height: 100%;
}

/*-------------------------------------
	1.3. Space margins and padding
------------------------------------------------*/
.padding_none {
	padding:0px;
}
.padding {
	padding:20px 0;
}
.padding_4x4_30 {
	padding:30px;	
}
.padding_4x4_40 {
	padding:40px;	
}
.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:65px;
	padding:0 25px;
}
textarea.form-control {
	padding:10px 25px;
}
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 22px;
	position:relative
}

.countdown-btn .btn::after {
  content: "";
  font-family: fontawesome;
  font-size: 19px;
  margin-left: 20px;
}


/*-------------------------------------------------
	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;
}
.less-padding {
	padding:50px 0px;
}
.border-box {
	border:12px solid #cccccc;
	overflow:hidden
}
.section-header {
	margin-bottom:80px
}
.section-header p {
	width:98%;
}
.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.6. Overlay-color
---------------------------------------------------*/

.dark-overlay {
  background: hsla(0, 0%, 0%, 0.5) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: inherit;
}
.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. Header & Navigation
==================================*/

header {
	padding:30px 0px
}
.logo h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 35px;
  text-align: left;
  margin: 0;
}
.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;
}
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;
}
nav.navigation ul {
	float:none;
}
nav.navigation ul li {
	margin:0px 9px 0px 0px;
}
nav.navigation ul li a {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  padding: 10px 13px;
}
nav.navigation ul li a:hover, nav.navigation ul li.active a, nav.navigation ul li a:focus {
	background:none;
	color:#de302f;
}
.navbar-nav {
    display: inline-block;
}
.navbar-nav > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 17px;
}
.navbar-nav .dropdown-menu {
	position: absolute;
}
/*-------------------
	Dropdown-menu
-----------------------*/

.dropdown-toggle .caret {
	color:#fff;
}
.dropdown-menu {
  background:#000000;
}

.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;
}

}

@media (min-width:768px) and (max-width:991px) {
nav.navigation ul li .dropdown-menu li {
  margin: 10px auto;
}
.speakers_style2 .speakers_wrap {
  padding: 10px;
}
.speakers_style2 .speakers_follow_us ul {
  padding: 0 25px;
}
}

#vocational .num {
    border: #ccc solid 1px;
    padding: 26px;
    margin: 1px 15px;
}
.vocational_head {
    overflow: hidden;
    margin: 0 0 15px;
}
#vocational_slider .mnum p {
    font-size: 16px;
    line-height: 30px;
    color: #555;
}
#vocational_slider .num p {
    font-size: 16px;
    line-height: 30px;
    color: #555;
}
#vocational_slider .num h5 {
    margin: 8px 0 10px;
    color: #de302f;
}

.vocational_img img {
    max-width: 100%;
    border-radius: 50%;
}
.vocational_img {
    float: left;
    width: 80px;
    margin: 0 25px 0 0;
    height: 80px;
    overflow: hidden;
}
/*--------------------------------------------
	1.7. parallex-background
---------------------------------------------------*/

.parallex-bg {
	background-attachment: fixed;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	height:100%;
	right:0;


	top:0;
	
  }
  .parallax-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* dark overlay */
    z-index: 1;
}

/* Content above overlay */
.parallax-bg > * {
    position: relative;
    z-index: 2;
}
  
  

/*===========
	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 {
	background-image:url(../images/1920x900.jpg);	
}
.banner-content h1 {
	font-size:90px;
	color:#fff;
}
.banner-fixed {
	display:table-cell;
	height:100vh;
	width:1%;
	vertical-align:middle;
	text-align:center;
	position:relative;
	z-index:1
}
.banner-tagline p {
	font-size:24px;
	color:#fff;
	line-height:auto !important;
	margin-top:20px;
}


/*----------------------------------
	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%;
}



/*================
	4. Countdown
========================*/

.countdown-tab {
	position:relative
}
.counter-sec {
	position:absolute;
	bottom:0px;
	left:0px;
	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;
}



/*=====================
	5. About Conference 
============================*/

.about-section {
	position:relative
}
.about-content p {
	margin-bottom:30px;
	text-align: justify;
	
}
.about-content1 p {
	margin-bottom:30px;
	text-align: justify;
	font-weight:700;
	font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-style:inherit;
	color: #6c0679;
	font: 1.3em Lucida Sans Unicode;
}

.carousel {
	position:relative;
	overflow:hidden
}
.carousel-inner .carousel-item img {
	width:100%
}
.carousel-control {
	box-shadow:none;
	background:transparent
}
.left.carousel-control-prev, .right.carousel-control-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-prev {
	right:65px !important;
	left:auto
}
.right.carousel-control-next {
	right:0px !important;
}


/*===================
	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/1200x1046.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
}
.section-conference1-bg {
	background-image:url(../images/231.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:auto;
	height:50%;
	left:0;
	position:relative;
	top:0;
	width:200%;
}
.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:30px;
	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. Speaker
======================*/

.speaker-info {
	margin-bottom:5px;
	padding:15px 0;
}
.speaker-info h5 {
	margin-bottom:0px;
}
.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:21px;
}
.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;
}


/*===============
	8. Schedule
======================*/

.day-time-m {
	padding-bottom:70px;
	text-align:center;
}
.day-time-m ul {
	padding:0;
}
.day-time-m li {
	border:3px solid #ffffff !important;
	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 a.active, .day-time-m li a:hover {
	background:#de302f none repeat scroll 0 0;
	border-color:#de302f;
}
.day-time-m li a.active::after {
  border-color: hsl(0, 73%, 53%) 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: 42px;
  width: 12px;
}
.day-time-m li a {
	color:#ffffff !important;
	display:block;
	padding:3px 25px;
}
.conference-time-list {
	border-top:3px solid #393939 !important;
	overflow:hidden;
	position:relative;
}
.conference-time-list:nth-last-child(1) {
	border-bottom:3px solid #393939;
}
.conf-user-time {
	color:#ffffff !important;
	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;
	height:auto;
}
.conf-user2-img {
	float:left;
	padding:29px 20px;
	width:100px;
	height:auto;
}
.conf-user-inner {
	float:right;
	padding:-200px 50px;
	width:200px;
	height:249px;
	z-index: 100;
	
}
.conf-user-info {
    float: left;
    padding: 34px 10px;
    width: 495px;
    text-align: left;
}
.conf-user-extraa {
    float: left;
    padding: 34px 10px 34px 20px
    width:495px;
    
}
.conf-user-info h5 {
	color:#de302f !important;
	margin-bottom:10px;
}
.conf-user-info h6 {
  color: hsl(0, 0%, 56%);
  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);
}
.schedule-data{
	margin: 0 auto;
}
.nav-tabs {
    border-bottom: none;
	display:block;
}

/*===============
	9. Pricing
======================*/

.regi-price-table {
	margin-bottom:29px;
	overflow:hidden;
}
.pricing_wrap:nth-child(3n) {
  clear:left;
}
.table-price-box {
	display:table-cell;
	padding:auto auto;
	vertical-align:top;
	width:380px;
	text-align:center;
}
.table-price-detail {
	display:table-cell;
	padding:auto auto;
	vertical-align:top;
	width:281px;
}
.table-price-ausbild 
p { margin:15px 0; }
            ul { margin:15px 0 15px 25px; }
            table { width:100vh; border-collapse: collapse; margin:auto auto; }
            table, th, td { border:1px solid #ddd; }
            th, td { padding:20px; text-align:center; }
            th { background:#f76c6c; color:#fff; }
            tr:nth-child(even) { background:#f9f9f9; }





.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:30px;
	line-height:50px;
}
.table-price-detail ul {
	padding-left:24px;
	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 .fa {
	margin-right:8px;
}
.regi-price-btn-box {
	margin:0 auto;
	padding-top:10px;
	text-align:center;
}
#header.transparent {
    position: absolute;
    top: 0;
    left: .0;
    right: 0;
    border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
}
#header {
    border-bottom: rgba(255, 255, 255, 0.1);
    left: 0;
    right: 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;
    z-index: 22;
}
#header.sticky, .fadeHeaderInDown {
    -webkit-animation-name: fadeHeaderInDown;
    -moz-animation-name: fadeHeaderInDown;
    -o-animation-name: fadeHeaderInDown;
    animation-name: fadeHeaderInDown;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 22;
    background: #000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}


/*===============
	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 {
	color:#ffffff;
	display:block;
	font-size:24px;
	line-height:70px;
	text-decoration:none;
}
.panel-default > .panel-heading {
	background:none;
}
.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/1200x1046.jpg);	
}


/*===============
	11. Newsletter
======================*/

.subscribe-newsletter {
	background:#222;
	margin:0 auto;
	text-align:center;
}
.newslette-iframe {
  border: medium none;
  height: 75px;
  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:430px;
}
.newsletter-btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #222222;
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
  height: 65px;
  left: -65px;
  padding: 3px 16px;
  position: relative;
  vertical-align: top;
}
.subscribe-form form {
  display: inline-block;
  vertical-align: middle;
}


/*==============
	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-right: 15px;
}


/*=====================
	13. Conference Venue
==============================*/

.contact-info-box {
	padding:50px 100px;
	text-align:center;
}
.contact-info-details {
	overflow:hidden;
	padding-bottom:20px;
}
.direction-icon {
	color:#111111;
	margin-bottom:5px;
}
.contact-info-details .fa {
	font-size:80px;
}
.contact-info-details > h5 {
  font-size: 26px;
  font-weight: 300;
  line-height: 40px;
  margin: 8px 0;
}
.contact-info-details a {
	color:#111111;
}
.contact-info-details a:hover {
	color:#de302f;
}
.g-map-m .gmap {
	height:666px;
	width:100%;
}
.tag_list .btn, .categories_in .btn{
	font-size: 15px;
	padding: 5px 5px;
}

/*==============
	14. Footer
=======================*/

.footer-social-tab {
  margin-bottom: 80px;
  margin-top: 145px;
  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;
  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 p {
	font-size:306px;
	font-weight:700;
	line-height:170px;
	color: hsl(0, 0%, 21%);
}
.copyright {
	overflow:hidden;
	padding:50px 0;
	text-align:center;
	position:relative;
}
.copyright p {
  color: hsl(0, 0%, 100%);
  font-size: 16px;
}


/*================
	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: 50%;
}



/*=======================
	17. Latest Blog
================================*/

.blog_wrap h5 {
	margin:0 auto 10px;	
}
.blog_wrap h5 a {
	color:#222;	
}
.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;
}

/*===========================================
	18. Blog-Page & Blog Single page
=========================================================*/

.inner-pages {
  background-image:url("../images/1920x900.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  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 .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 10px 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;
}
.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;	
}
.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;
}

.article_tag {
  padding: 40px 0 0;
}
.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;
}

/*--------------------
	18.1 Comment-List
----------------------------*/
.articale_comments {
	margin:0 auto 130px;
}
.block-head {
  position: relative;
}
.commentlist {
  margin: 0 0 30px;
  padding: 0;
}
.commentlist li {
  list-style: outside none none;
  padding: 30px 0;
}
.commentlist li.comment {
	 border-bottom: 1px solid #cecece;
}
.comment-author img {
  float: left;
}
.commentlist li img.avatar {
  border: medium none;
  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: 15px;
  padding-bottom: 0;
}
.comment-meta.commentmetadata {
	margin-bottom:8px;
}
.comment-meta.commentmetadata, .comment-meta.commentmetadata a {
  color: #b7b7b7;
  font-size: 14px;
  font-weight: 400;
}
.comment-author .fn {
  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:40px 0;
}


/*================
	19. Elements
=========================*/

/*======================
	Sponsors-Styles
=============================*/
#sponsors-slider .sponsors_logo {
	background:#fff;
	outline: 1px dashed rgba(255, 255, 255, 0.3);
	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%;
}
.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_info_m h6 {
	color: #c00505;
  }
.about-section-3 .event_img {
	margin:0 auto 30px;
}



/*======================
	Schedule-Styles
=============================*/

.schedule_info2 .nav.nav-tabs {
	border:0px;
	text-align:center;
}
.schedule_info2 .nav.nav-tabs {
	text-align:center;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.schedule_info2 .nav-tabs>li {
    float: left;
    margin-bottom: -1px !important;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.schedule_info2 .nav.nav-tabs li {
	float:none;
	display:inline-block;
}
.schedule_info2 .nav.nav-tabs > li > a {
  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;
}
.schedule_info2 .nav.nav-tabs > li > a span {
  color: #111111;
  display: block;
  font-size: 14px;
  font-weight:400;
}
.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: 100%;
}
.schedule_info2 .conf-user-info {
  width: 650px;
}
.schedule_style2 .nav.nav-tabs > li a.active, 
.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 a.active 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_style2 .nav.nav-tabs > li a.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: -24px;
  width: 12px;
}



.schedule_style3 .conf-user-info {
  width: 700px;
}
.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.active{
	background: #de302f;
}
.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 {
	text-align:center;
}
.schedule_style3 ul.nav.nav-tabs li {
  display: inline-block;
  float: none;
  margin: 0 auto 30px;
  position:relative;
}
.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;
}
/*=========================
	Testimonials Styles
===============================*/
#testimonial_slider .item {
    border: #ccc solid 1px;
    padding: 26px;
    margin: 1px 15px;
}
.testimonial_head {
    overflow: hidden;
    margin: 0 0 15px;
	text-align: left;
}
#testimonial_slider .item p {
    font-size: 16px;
    line-height: 30px;
    color: #555;
}
#testimonial_slider .item h5 {
    margin: 8px 0 10px;
    color: #de302f;
}
.testimonial_head small {
    color: #545454;
    display: block;
    font-size: 13px;
    font-style: italic;
    font-weight: 500;
    margin: 0 0 18px;
	text-align: left;
}
.testimonial_img img {
    max-width: 100%;
    border-radius: 50%;
}
.testimonial_img {
    float: left;
    width: 80px;
    margin: 0 25px 0 0;
    height: 80px;
    overflow: hidden;
}
.testimonials{
text-align:center; 
width:1118px;
margin:0 auto;
}
.testimonial{
width:100%;
margin:0 auto;
text-align:left;
}
.testimonial .item {
  width: 47%;
  float: left;
  border: 1px solid #b5b5b5;
  margin: 0 12px;
  padding: 3% 3%;
}

/*======================
	Venue-Styles
=============================*/

.venue_style2 .contact-info-details {
	margin:0 auto 60px;
}
.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 .direction-icon i {
  font-size: 50px;
}

.venue_style2 .g-map-m .gmap {
  height: 480px;
  width: 100%;
}

.venue_style3 {
	padding-bottom:0px !important;
	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;
}
.dropdown-menu{
	min-width: 12rem;
    padding: 0;
	margin:0;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px !important;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
/******************* NEW ***************/

#header.transparent {
    position: absolute;
    top: 0;
    left: .0;
    right: 0;
    border-bottom: rgba(255, 255, 255, 0.1) solid 0px;
}
#header {
    border-bottom: rgba(255, 255, 255, 0.1);
    left: 0;
    right: 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;
    z-index: 22;
}
#header.sticky, .fadeHeaderInDown {
    -webkit-animation-name: fadeHeaderInDown;
    -moz-animation-name: fadeHeaderInDown;
    -o-animation-name: fadeHeaderInDown;
    animation-name: fadeHeaderInDown;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 22;
    background: #000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 180px;
    padding: 5px 10px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #000;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.fade.in {
    opacity: 1;
}
.categories_in .btn, .tag_list .btn{
	font-size: 12px;
	padding: 5px 5px;
}

.gallery .carousel-item {
  height: 500px;
}
.gallery .carousel-item img {
  height: 500px;
}
.gallery .carousel-item:before {
  position: absolute;
  content: '';
  width: 100%;
  background: #00000085;
  height: 500px;
}
button.btn.btn-block {
  width: 100%;
}
.text-right {
  text-align: end;
}
a.sechedule_download {
  float: right;
}
.carousel-indicators.spons {
  bottom: -52px;
}
.carousel.slide.sponsor {
  overflow: unset;
}
.carousel-indicators.spons [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
opacity: 1;
background-color: #adadad;
}
.carousel-indicators.spons .active {
  opacity: 1;
  background-color: #de302f;
}
.testimonial .item {
  width: 47%;
  float: left;
  border: 1px solid #b5b5b5;
  margin: 0 12px;
  padding: 3% 3%;
}
.sponsors_logo {
  border: 1px solid #c7c7c7;
  padding: 20% 0;
  height: 150px;
  text-align: center;
}
.carousel-item.west {
  height: 600px;
}
.banner-content.banner-tagline {
  width: 50%;
  text-align: left;
}
.banner-content h1 {
  font-size: 80px;
}
section#timer_countdown {
  position: relative;
}


.social_links {
  text-align: center;
}


.event_priceing:hover {
  border-color: #de2f2f;
}

.trigger img {
  width: 100%;
cursor: pointer;
height: 500px;
}
i.slick-prev.fas.fa-angle-left.slick-arrow {
 
left: -75px;
}
i.slick-next.fas.fa-angle-right.slick-arrow {
  right: -75px;
}
.slick-prev:before, .slick-next:before {
  color: #de302f !important;
  border: 1px solid !important;
  padding: 7px 13px !important;
cursor: pointer !important;
  top: 45% !important;
}

.bx-wrapper {
box-shadow: none !important;
border: none !important;
background: #fff !important;
margin: auto !important;
height: auto !important;

}
.bxslider.logosImgs div {
  border: 1px solid;
  text-align: center !important;
  height: 130px;
  padding: 43px 0;
cursor: pointer;
}

.bx-wrapper .bx-prev {
left: 10px;
background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
right: 10px;
background: url(images/controls.png) no-repeat -43px -32px;
}
/* End bx-wrapper Styling */

.logosImgs {
display: -webkit-flex;
display: flex;
justify-content: center;

}

.logosImgs img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
opacity: .65;
transition: all .5s;
}
.bx-wrapper img {
  display: unset !important;
}

.logosImgs img:hover {
opacity: 1;
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #de302f !important;
}
#gallery_slider {
  background: #000000 none repeat scroll 0 0 !important;
}
#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 {
  color: #de2f2f;
  font-size: 30px;
  height: 1px;
  left: -60px;
  overflow: visible;
  position: absolute;
  right: -60px;
  text-align: center;
  top: 46%;
}
.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 {
	width:100%;
	display:block;
	margin:auto;
	text-align:center
}
.owl-pagination:after {
	content:"";
	clear:both;
	display:block
}
.owl-pagination .owl-page {
	height:10px;
	width:10px;
	background:#d7d6d6;
	border-radius:50%;
	display:inline-block;
	margin:25px 5px 0px;
}
.owl-pagination .owl-page.active {
	height:16px;
	width:16px;
	border-radius:50%;
	background:#de302f;
	position:relative;
	top:2px;
}
#gallery_slider .owl-pagination {
	display: none;
}
#gallery_slider .owl-item.active {
	opacity:1;
}
.footer-social-tab {
  margin-bottom: 80px;
  margin-top: 145px;
  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;
  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 p {
	font-size:306px;
	font-weight:700;
	line-height:170px;
	color: hsl(0, 0%, 21%);
}
.copyright {
	overflow:hidden;
	padding:50px 0;
	text-align:center;
	position:relative;
}
.copyright p {
  color: hsl(0, 0%, 100%);
  font-size: 16px;
}


/*================
	15. Back to top
=========================*/


/*========================
	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: 50%;
}



/*=======================
	17. Latest Blog
================================*/

.blog_wrap h5 {
	margin:0 auto 10px;	
}
.blog_wrap h5 a {
	color:#222;	
}
.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;s
}

/*===========================================
	18. Blog-Page & Blog Single page
=========================================================*/

.inner-pages {
  background-image: url("../images/1920x900.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  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;
}

.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 .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 10px 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;
}
.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;	
}
.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;
}

.article_tag {
  padding: 40px 0 0;
}
.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;
}

/*--------------------
	18.1 Comment-List
----------------------------*/


/*================
	19. Elements
=
/*======================
	
/*======================
	
/*======================
	Schedule-Styles
=============================*/



/*======================
	Venue-Styles
=============================*/


/*================
	20. Responsive CSS
=========================*/








/************** NEW *********************/

.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;
}
.banner-content {
    padding: 140px 0;
}
.service-box .gt-title h2 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.service-box p {
    color: #888888;
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
}
.home-title {
    margin-top: 60px;
}
.gt-title {
    margin-top: 25px;
}
.service-box {
    text-align: center;
	margin: 30px 0;
}
.gt-icon{
    border: 2px solid #f19f33;
    border-radius: 50%;
    height: 125px;
    width: 125px;
    margin: 0 auto;
    position: relative;
}
.gt-icon .fa{
    font-size: 2.65em;
    color: #f19f33;
    position: relative;
    top: 32%;
}
.about-section h2, .popular-event h2{
	margin-bottom:5px;
}
.gray-bg {
    background: #f7f7f7;
}
.recent-tab {
    margin: 40px auto;
    text-align: center;
}

.event_inner {
    margin-bottom: 30px;
}
.event_inner {
    box-shadow: #ddd 0 0 8px 5px;
}
.event_inner {
    margin-bottom: 30px;
}
.event_inner {
    box-shadow: #ddd 0 0 8px 5px;
}
.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-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: 7px 20px;
    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: 7px 20px;
    border-radius: 25px;
    font-weight: 500;
    background: #de302f;
}
.event_icon {
    position: absolute;
    list-style: none;
    top: 200px;
    right: 20px;
}
.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;
    color: #de302f;
}
.event_body__BfZIC {
    border: 1px solid #e7e7ed;
    margin-bottom: 1px;
}
.event_body__BfZIC {
    padding: 25px 20px 38px;
}
.event_calendar__2x4Hv {
    padding: 10px 0;
    text-align: center;
    float: left;
    margin-right: 18px;
}
.color-primary {
    color: #de302f !important;
}
.event_month__S8D_o {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: normal;
}
.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;
}
.event_title__3C2PA {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 10px;
}
.event_title__3C2PA a {
    color: inherit;
}
.event_meta__CFFPg {
    font-size: 13px;
    color: #9ea6ba;
}
.list-none {
    margin: 0;
    padding: 0;
    list-style: none;
}
.event_content__2fB-4 ul li {
    width: 100%;
    display: inline-block;
    margin: 0;
    float: left;
    font-size: 13px;
    color: #9ea6ba;
    line-height: 1.78;
}
.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.event_meta__CFFPg span {
    margin-right: 20px;
    margin-bottom: 5px;
    color: #777777;
}
.event_meta__CFFPg .fa {
    margin-right: 8px;
    color: #de302f;
}
.event_icon .dp_social_share li {
    width: auto;
    height: auto;
    float: left;
    border: none;
    border-radius: unset;
    background: none;
}
.dp_social_share{
	min-width: 9rem;
}
.dp_social_share>li>a{
    font-size: 12px;
	padding:5px 0px !important
}
ul.dp_social_share li{
	padding: 5px 10px;
}
.popular-event{
	padding: 90px 0;
}

.sponsor-section .heading-sec h2{
    color: white;
    position: relative;
    z-index: 5;
}
.sponsor-section{
	background-image: url(../images/1920x900.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.image-grid-inner {
    padding: 25px;
    margin-bottom: 30px;
    border: 1px solid #ffffff00;
    border-radius: 10px;
}


	
.event-featured {
    width: 30px;
    height: 40px;
    background: #FB0;
    position: absolute;
    right: 35px;
    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;
}	

.blog_wrap h4{
    font-size: 22px;
    font-weight: 500;
    margin: 10px auto;
}
.footer-td {
    background:#272626;
    padding: 60px 0;
}
.latest-post {
    list-style: none;
    margin: 0;
    padding: 0;
}
.latest-post li {
    margin-bottom: 10px;
    display: flex;
}

.post-wp {
    margin: 0 auto 40px;
}
.latest-post .post-img-wp {
    overflow: unset;
    border-radius: 3px;
    margin: 0 0 20px 0px;
}
.latest-post .center-block {
    max-width: 90px;
    border-radius: 10px;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.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;
}
.latest-post .post-wp h4 a:hover {
    color: #de302f;
}
.footer-news .social_links {
    margin: 40px 0;
    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;
}
#menu-footer-menu {
    list-style: none ;
    margin: 0 ;
    padding: 0 ;
}
#menu-footer-menu li {
    padding: 0 15px;
    margin: 0 auto 10px;
}
#menu-footer-menu li a {
    color: #fff;
}
#menu-footer-menu li a::after {
    content: "" ;
    font-family: fontawesome;
    left: 15px;
    position:relative;
    right: 0;
    vertical-align: middle;
}
.footer-sd {
    background: #000;
    padding: 20px 0;
}
.logo {
    text-align: center;
}
.copyright-text {
    text-align: right;
}
.footer-news .social-title {
    padding: 0 15px;
}
.event_detail {
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px;
    margin: 50px 0 30px;
    background: #fff;
    padding: 0;
}
.content-box_body .comment-form{
	margin: 0;
}
.event_schedule .gt-icon{
	border: none;
    height: auto;

}
.content-box-module {
    width: 100%;
    display: block;
}
.content-box-module .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.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_title {
    border-bottom: 1px solid #f3f3f6;
    padding: 13px 15px;
    background-color: #fff;
}
.content-box_title .eve_title {
    line-height: 55px;
    font-weight: 800;
}
.content-box_title i {
    font-size: 17px;
    color: #9ea6ba;
    margin-right: 10px;
    vertical-align: middle;
}
.like_btn {
    float: right;
    margin: 10px 0;
}
.batn {
    border: 1px solid #e7e7ed;
    color: #70778b;
    background-color: transparent!important;
}
.batn {
    border-radius: 3px;
}
.batn {
    padding: 6px 15px;
    min-width: 55px;
    font-size: 13px;
}
.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;
}
.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: 10px;
    padding: 15px;
    width: 60px;
    color: #de302f;
    height: 60px;
    border: none;
}
.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: 13px;
    letter-spacing: 1px;
}
.gt-title {
    margin-top: 15px;
}
.gt-content-detail-box > ul > li > .gt-content > .gt-inner {
    font-size: 12px;
    color: #888888;
}
.event_status::after {
    position: absolute;
    top: 807px;
    border: 0;
    font-size: 32px;
    left: 55px;
    content: "\f058";
    font-family: fontawesome;
    color: #de302f;
}
.content-box_body p{
    font-size: 14px;
}
.content-box_body {
    padding: 15px 20px;
	margin : 35px 0 10px 0;
}
.about-image img{
	margin-bottom:30px;
}
.sponsor_img {
    margin-bottom: 10px;
    border: 1px solid #eaeaea;
    padding: 25px 15px;
}
.sponsor-content-detail{
	padding: 10px 25px;
}
.speakers{
    margin-top: 40px;
}
.schedule_event {
    background: #de302f;
    margin: 40px 0;
    padding: 15px;
}
.schedule_event .schedule_info2 .conf-user-info {
    width: 450px;
}
.schedule_event .conf-user-info h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 0 auto;
}
.schedule_event .conf-user-info h5 {
    color: #fff;
}
.schedule_event .schedule_info2 .conference-time-list{
	width:93%;
}
.schedule_event .conf-close {
    background: #000 none repeat scroll 0 0;
}

.event_tickets {
	padding: 30px 20px 20px;
}
.event_tickets .table-price-box {
    display: block;
	width: 100%;
}
.event_tickets .secondary-bg{
	background: #de302f;
	color: #fff;
}
.event_tickets .regi-price-box {
    border-top: 1px solid #fff;
}
.event_tickets .regi-price-box p{
	color: #fff !important;
}
.event_tickets .border-box {
    border: 12px solid #e69b9b;
    overflow: hidden;
}
.map-directions {
    position: absolute;
    top: 140px;
    right: 35px;
    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;
}
.venue {
    padding: 20px 20px 0;
}
.venue i {
    padding: 0 10px;
    color: #de302f;
}
.venue a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
}
.singlemap {
    height: 350px;
    margin: 20px 0;
}
.event_contact {
    padding: 30px 20px 20px;
}



.checkbox span{
	margin-left: 10px;
}
.coming-logo{
    padding: 20px;
}
.remove-fav {
    position: absolute;
    right: 0px;
    top: -15px;
    right: 7px;
    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;
}
label{
	font-weight:bold;
	margin-left: 5px;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 20px;
    margin: 0;
}
.content-box-module-detail ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: flex;
}

.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: 140px;
    margin-right: 9px;
	margin-bottom: 10px;
}
.listing_action_btn li a {
    color: #555;
    display: block;
    padding: 20px 8px;
    cursor: pointer;
}
.listing_action_btn a:hover, .listing_action_btn a:focus, .listing_action_btn a:active {
    background-color: #de302f !important;
    color: #fff;
    border-color: #fff;
}
.listing_action_btn .fa {
    display: block;
    font-size: 53px;
    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;
}
.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;
}
.event_detail_sidebar {
    margin: 50px 0;
    background: #fff;
    padding: 0;
}
.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;
}
.mobile_comment{
	display:none;
}
.owl-pagination{
	display:none;
}
.venue_info_box {
  border: 1px solid #de2f2f;
  min-height: 200px;
  padding: 200px;
  text-align: center;
 
 
}
.venue_info_box i.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;
}	

.dark-layer {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	
}



.white_text {
	color:#fff;
    z-index: index 9999;
}
.white_text h1, .white_text h2, 
.white_text h3, .white_text h4, 
.white_text h5, .white_text h6, 
.white_text p {
	color:#fff;
}

/*====================
	9. Our Speakers
==============================*/

.speakers_wrap {
  -border: 1px solid #e5e5e5;
  margin-bottom: 30px;
 
  overflow:hidden;
  padding: 15px;
  position: relative;
  box-sizing: border-box;
}


.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%;
     border: 1px solid #e5e5e5;
}
.speakers_info {
  float: left;
  margin-left: 5%;
  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;
  text-align:left;

}
.speakers_info small {
  color: #545454;
  display: block;
  font-size: 13px;
  font-style: italic;
  font-weight: 500;
  margin: 0 0 18px;
  text-align:left;
}
.speakers_info p {
	color:#555;
	font-size:15px;
	line-height:24px;
    text-align: justify;
    
    	
}
.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 50px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.speakers_follow_us ul li {
	display:inline-block;
	vertical-align:middle;
}
.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%;
}

/*=========================
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;
}



#venue {
	background-image:url(../images/1920x1200.jpg);	
}
.venue_info_box {
  border: 1px solid #de2f2f;
  min-height: 275px;
  padding: 45px;
  text-align:left;
}
.venue_info_box i.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%;
}


#newsletter {
	text-align:center;
	padding-top:80px;
}
.newslette-iframe {
  border: 0 none;
  margin: 0 auto;
  max-width: 635px;
  text-align: center;
  width: 100%;
}
.form-group.newsletter-input {
  float: left;
  width: 458px;
}
.form-group.newsletter-input input {
	height:53px;
}
.newslette-iframe html {
	background:#161616;
}
.newsletter-btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #222222;
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
  height: auto;
  padding: 9px 26px;
  position: absolute;
  right: 0;
  top: 0;
}


/*================
	20. Responsive CSS
=========================*/
@media (min-width:768px) and (max-width:991px) {

.table-price-ausbild 
p { margin:7px 0; }
            ul { margin:15px 0 15px 25px; }
            table { width:100%; border-collapse: collapse; margin:auto auto; }
            table, th, td { border:1px solid #ddd; }
            th, td { padding:20px; text-align:center; }
            th { background:#f76c6c; color:#fff; }
            tr:nth-child(even) { background:#f9f9f9; }


 .menu {
  list-style: none;
  display: inline-flex;
  position:relative;
  top: -10px; /* Adjust for moving the menu down or up */
  margin-top: 10px; /* Move menu down by 100px, adjust as needed */
  right: -40px;
  margin-right: 20px; /* Move the menu 50px to the right */
  
}

/* Menu item styling */
.menu-item {
  margin: 0 10px;
} 
.menu-link {
  color: rgba(250, 252, 249, 0.952);
  text-decoration: none;
  font-size: 14px !important;
  padding: auto auto;
  display: block;
  transition: background-color 0.3s ease, color 0.3s ease;
  
}
.logo {
  width: 15vh !important; /* Default width */
  
}

}
@media (min-width:150px) and (max-width:768px) {

.logo {
  width: 10vh !important; /* Default width */
  
}
}




@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;
}
.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:51px;
	margin-right:30px;
}
.form-group.newsletter-input {
  text-align: left;
  width: 490px;
}
.subscribe-form input {
  padding-right: 80px;
}
.subscribe-form input:focus, .subscribe-form input:hover {
	border:0px;
}
.contact-info-details > h5 {
  font-size: 22px;
  line-height: 32px;
}
.g-map-m .gmap {
  height: 596px;
}
.contact-info-box {
	padding:50px 40px;
}
.footer-logo-text p {
	font-size:245px;
	line-height:145px;
}
.footer-social-tab {
	margin-bottom:80px;
	margin-top:80px;
}
.copyright {
	padding:25px 0;
}
.newslette-iframe,  
.subscribe-newsletter {
  height: 200px;
}
.menu-toggle {
  display:none;
}
.widget_post_info h6 {
  font-size: 16px;
}
nav.navigation ul li {
  margin: 0 6px 0 0;
}
.grid_view .video_post iframe {
	width:100%;
	height:190px;	
}
.schedule_info2 .conf-user-info {
  width: 500px;
}
.schedule_style3 .nav.nav-tabs > li > a {
  padding: 10px 12px;
}
.schedule_style3 .conf-user-info {
  width: 560px;
}
.speakers_style2 .speakers_wrap {
  padding: 20px;
}
.speakers_style2 .speakers_follow_us ul {
  padding: 0 35px;
}
.banner-fixed {
  padding-bottom: 100px;
  padding-top: 150px;
}
.banner-content h1 {
  font-size: 70px;
}
.nav > li {
  padding: 0 12px;
}
.timer_wrap {
  max-width: 450px;
}
.conference_date {
  font-size: 32px;
  line-height: 40px;
}
#defaultCountdown .countdown-section {
  height: 102px;
  margin: 0 3px;
  padding-bottom: 18px;
  padding-top: 15px;
  width: 102px;
}
p {
  font-size: 17px;
  line-height: 30px;
}
ul li, ol li {
  font-size: 17px;
  line-height: 28px;
}

.tab-content {
  padding: 30px;
}


.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;
}



.form-group.newsletter-input {
  width: 100%;
  float:none
}
.subscribe-form input:focus, .subscribe-form input:hover {
  border-color:#dedede;
}
.table-price-ausbild 
p { margin:auto 0; }
            ul { margin:15px 0 15px 25px; }
            table { width:100%; border-collapse: collapse; margin:auto auto; }
            table, th, td { border:1px solid #ddd; }
            th, td { padding:20px; text-align:center; }
            th { background:#f76c6c; color:#fff; }
            tr:nth-child(even) { background:#f9f9f9; }

}




@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 3px 0 0;
}
nav.navigation ul li a {
  font-size: 16px;
  padding: 10px;
}
#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;
}
.menu-toggle {
  display:none;
}
.section-padding {
	padding:70px 0;
}
.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:520px;
}
.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 {
	margin-bottom:60px;
	margin-top:60px;
}
.footer-social-tab a {
	margin:0 15px;
}
.footer-logo-text p {
	font-size:202px;
	line-height:115px;
	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;	
}
#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;
}
h1 {
	font-size:52px;
}
h2 {
	font-size:42px	
}
h3 {
	font-size:34px;
}
h4 {
	font-size:29px;	
}
h5 {
  font-size: 24px;
}
p {
  font-size: 17px;
  font-weight: 300;
}
ul li, ol li {
  font-size: 17px;
}
.banner-content h1 {
  font-size: 52px;
}
.banner-tagline p {
  font-size: 20px;
  margin-top: 0;
}
.nav li {
  padding: 0 7px;
}
.navbar-nav li a {
	font-size:14px;
}

.banner-fixed {
  padding: 140px 0 100px;
}
.banner-form {
  padding: 15px;
}
.banner-form h4 {
  font-weight: 400;
  line-height: 45px;
  margin: 0 auto 14px;
}
.form-control, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
  font-size: 14px;
  height: 40px;
  padding: 0 11px;
}
.countdown-amount {
  font-size: 34px;
  height: 90px;
  margin: 0 5px;
  width: 21%;
}

.countdown-period {
	font-size:16px;
}
.timer_wrap h6 {
  line-height: 30px;
}
.conference_date {
  font-size: 26px;
  line-height: 33px;
}
.timer_wrap {
  max-width: 430px;
}
.abut-event-img {
  margin: 30px auto 0;
}
.spekers-tickets-info {
  font-size: 22px;
  line-height: 50px;
}
.btn.btn-lg {
  font-size: 25px;
  padding: 18px 55px;
}


.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;
}

.panel-title a, .panel-title a.collapsed {
  line-height: 40px;
}
.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;
}
#map .gmap {
  height: 350px;
  width: 100%;
}
.venue_info_box i.fa {
  font-size: 60px;
}
.venue_info_box a, .venue_info_box p {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.form-group.newsletter-input {
  float: left;
  width: 452px;
}

	
.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%;
}



}

@media screen and (max-width: 800px) {
  .logosImgs img {
    max-width: 125px;
    max-height: 88px;
    margin: 5px 8px;
}
}
/*=========================
	About us Styles
===============================*/


.about_style2 .about-m-content {
	margin-bottom:30px;
  text-align:justify ;
}
.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: 0px;
  width: 65px;
}
.list_icon i {
	font-size:30px;
	line-height:63px;
	opacity:0.5;
  text-align:left;
}
.vertical_list h5 {
	margin:0 auto 10px;
  text-align:left;
}
.vertical_list p {

  text-align:left;
}



@media (max-width:767px) {
.navbar-nav {
    display: block;
    background: #000;
    margin-top: 10px;
}	
.navbar-nav > li {
    display: block;
    vertical-align: top;
    margin: 0 auto;
}	
#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;
}
.logo h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 15px;
	margin: 0;
	text-align: left;
  }
  .copyright-text {
	padding: 20px;
}

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%;
}
.info-text span {
	display:block;
	font-size:25px;
	text-align:center;
}
.info-text span {
	font-size:22px;
}
.banner-tagline {
  padding-top: 130px;
}
.speakers_style2 .speakers_wrap {
  margin: 0 auto 20px;
  max-width: 360px;
}
.logo .center-block {
  display: inline;
}
.banner-content h1 {
	font-size:46px;
}
.about-carousel.border-box {
  margin-bottom: 0;
}
.counter-sec {
  margin: 0 -15px;
  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;
	margin-bottom:20px;
	margin-right:0px;
}
.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:10px;
	padding:10px 0;
}
.spearker-img img {
  width: 100%;
}
.speaker-sec {
  margin: 0 auto;
  max-width: 460px;
}
.footer-social-tab {
	margin-bottom:40px;
	margin-top:51px;
}
.footer-social-tab a {
	font-size:25px;
	height:50px;
	line-height:48px;
	margin:6px;
	width:50px;
}
.footer-logo-text p {
	font-size:76px;
	line-height:46px;
	text-align:center;
}
.copyright {
	padding:20px 0;
}
.newslette-iframe, .subscribe-newsletter {
  height: 275px;
}
.blog_wrap {
  margin-bottom: 80px;
}
.blog_wrap h3 {
  font-size: 26px;
}
.view_one p {
  font-size: 16px;
  line-height: 30px;
}

.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;
}
.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%;
}
.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;
}
.navbar-collapse{
	overflow: auto;
}	
.navbar-toggler {
    margin: 3px auto 0px;
    border: none;
    padding: 0px;
}
.navbar-toggler {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: -60px;
    margin-right: 15px;
    margin-bottom: 8px;
	  color: #fff;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
header, header.nav-stacked.affix {
	padding: 10px 0;
}

.navbar-toggle .icon-bar {
  border-radius: 1px;
  display: block;
  height: 4px;
  width: 26px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.logo {
	float: left;
}
.logo a {
	line-height: 53px;
}
.navbar-header {
	padding-top: 26px;
}
header.navbar {
	position:relative;
	background:#0a0a0a;
}
.affix-top nav.navbar.navbar-default #navigation {
  background: #000000 none repeat scroll 0 0;
  border: 0 none;
  margin-left: -15px;
  margin-right: -15px;
}
h1 { 
	font-size:62px;
}
h2 {
	font-size: 43px;
}
h4 {
  font-size: 30px;
}
.navbar-header {
	margin-top:-20px;
	border:none
}
.navbar-toggle {
	margin:3px auto 0px;
	border:none;
	padding:0px;
}
.navbar-toggle:focus, .navbar-toggle:hover {
	background:none !important;
}
.navbar-collapse {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
  height: 410px;
  margin-left: -15px;
  margin-right: -15px;
  background: #000;
  margin-top: 10px !important;
}
.navbar-default .navbar-collapse {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar-default {
	position:a;
	bottom:0px;
	height:100% !important;
	min-height:auto !important;
}
.navbar ul.nav.navbar-nav {
	width:100%;
	margin:0px;
}
.navbar ul.nav.navbar-nav li a {
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  padding: 10px 0;
}
.navbar-nav > li:nth-child(1) {
	padding-left: 20px;
}
.navbar-nav.nav > li {
  padding: 5px 20px;
  border-bottom:1px solid rgba(255, 255, 255, 0.1);
}
.banner-fixed {
	padding: 0;
}
.banner-content {
  margin: 0 auto;
  padding-bottom: 50px;
  padding-top: 140px;
  text-align: center;
}
.banner-content h1 {
	font-size: 56px;
}
.banner-form {
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	max-width: 480px;
	text-align: center;
}
.slideshow_text {
  position: relative;
}
.vc_row, .vc_col {
	display:block;
}
.dark-right-layer::before {
	background: #222222 none repeat scroll 0 0;
	content: "";
	height: 50%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: inherit;
}
.event-start-date {
	margin: 0 auto;
	max-width: 600px;
}
.countdown-counter {
	padding-top: 40px;
}
#defaultCountdown .countdown-section {
	height: 100px;
	padding-bottom: 6px;
	padding-top: 10px;
	width: 100px;
}
.section-padding {
  padding: 80px 0;
}
.section-header {
  margin-bottom: 60px;
}
.about-m-content ul {
	margin-bottom: 30px;
	padding-left: 20px;
}
.spekers-tickets-info {
	margin-top: 30px;
}

#event_slider {
  margin: 0 auto;
  width: 80%;
}
.owl-buttons {
  font-size: 24px;
  left: -40px;
  right: -40px;
}
.owl-prev {
  border: 1px solid #de302f;
  height: 37px;
  width: 37px;
}
.owl-next {
  border: 1px solid #de302f;
  height: 37px;
  width: 37px;
}

.event_priceing {
  margin-bottom: 40px;
}
.plan_price p {
  font-size: 50px;
  line-height: 50px;
}
.plan_price {
  padding: 10px 0 22px;
}
.event_priceing ul li {
  font-size: 18px;
  line-height: 28px;
}

.panel-group .panel {
  padding: 0 15px;
}
.panel-default > .panel-heading h4 a {
  font-size: 23px;
  font-weight: 500;
  line-height: 28px;
  padding-right: 50px;
}
.venue_info_box {
  padding: 30px;
  margin:0 auto 30px;
  min-height:inherit;
  max-width:450px;
}
.social_links {
  margin: 30px 0;
  text-align: center;
}

#map .gmap {
  height: 300px;
  width: 100%;
}
.back-top {
  bottom: 10px;
  right: 10px;
}
.back-top a {
  font-size: 22px;
  height: 32px;
  line-height: 32px;
  width: 32px;
}
.panel-body p {
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 20px;
}
.faq_control {
  top: 12px;
}
.event_priceing {
  margin: 0 auto 40px;
  max-width: 450px;
}

.resever-today {
  padding: 0 15px;
}
.btn.btn-lg {
  font-size: 25px;
  padding: 18px 55px;
}
label.error.wobble-error::after {
  display: none;
}
label.error.wobble-error {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #de302f;
  left: 0;
  padding: 2px 0;
  position: relative;
  top: 0;
}
.form-group.newsletter-input {
  float: left;
  width: 262px;
}
.newslette-iframe {
  width: 440px;
}

.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;
}
.page_title {
  font-size: 40px;
}

.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%;
}
 .mobile_comment{
        display:block !important;
    }
    .desktop_comment{
        display:none;
    }	
    .content-box-module-detail ul{
        display: block !important;
    }	
    .content-box-module-detail ul li {
        width: 100% !important;
    }
    .listing-sidebar .sidebar_wrap {
        border-bottom: 1px solid #eeeeee;
        margin: 0 -3px 0px !important;
        padding: 0 !important;
    }	
    
    .map-directions a {
        border: solid 1px #de302f;
        padding: 5px 10px !important;
        display: inline-block;
        background:  #fff;
        font-size: 12px !important;
    }
    .map-directions {
        position: absolute;
        top: 655px !important;
        right: 25px !important;
        z-index: 9;
    }
    .footer-sd .logo{
        text-align:center !important;
    }
    .copyright-text {
        padding: 20px;
    }
    .popular-link, .latest-newpost{
        padding:0 30px;
        margin-bottom:30px;
    }
    
    #menu-footer-menu li a::after {
        left: 30px !important;
    }

.table-price-ausbild table {
        width: 100%;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .table-price-ausbild th,
    .table-price-ausbild td {
        padding: 12px;
        font-size: 7px;
    }

    .table-price-ausbild p,
    .table-price-ausbild ul {
        margin: 5px 0;
    }

    .regi-price-box {
	display: none;
}
.regi-price-btn-box {
	display:none;
}
.regi-price-box {
	display:none;
}
.regi-price-box p {
	display:none;
}
.german-flag {
  display:none;
}
}




@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;
}
.countdown-period {
	font-size:16px;
}
.banner-tagline p {
	font-size:18px;
	margin-top:10px;
}
.btn.btn-lg {
	width:100%;
}

.spekers-tickets-info {
	font-size:19px;
	height:136px;
	margin:0 1%;
	width:136px;
	padding:23px 10px;
	line-height:50px;
}
.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;
}
.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%;
}
.newsletter-btn {
  font-size: 22px;
  height: 55px;
  padding: 3px 36px;
}
.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;
}
.newsletter-btn {
  float:right;
  left: 0;
  margin-top: -70px;
}
.speakers_info p {
  font-size: 14px;
  line-height: 22px;
}
.speakers_wrap {
  padding: 15px;
}



}

@media screen and (max-width: 560px) {
.logosImgs img {
    max-width: 85px;
    max-height: 60px;
    margin: 3px 5px;
}

}

.slick-dots li.slick-active button:before {
  color: #de302f !important;
}
.slick-dots li button:before {
  font-size: 15px !important;
}

div#headingOne {
  padding-left: 15px;
}
button.btn.btn-block {
  width: 100%;
}
@media only screen and (max-width: 479px) {
html {
overflow-x: hidden;
}
.pagination-lg .page-link {
  padding: 6px 20px;
}
.gallery .carousel-item {
  height: 300px;
}
.gallery_style2 img {
  margin-bottom: 10px;
}
.banner-content h1 {
  font-size: 40px;
}
.abut-event-img img {
  width: 100%;
}
.testimonial .item {
  width: 94%;
}
i.slick-next.fas.fa-angle-right.slick-arrow {
  right: 5px;
}
i.slick-prev.fas.fa-angle-left.slick-arrow {
  left: 5px;
}
.slick-prev:before, .slick-next:before {
  background: #fff;
}
.index i.slick-next.fas.fa-angle-right.slick-arrow {
  right: 33px;
}

.testimonials.slick-initialized.slick-slider {
  width: 100%;
}
.slick-track {
  width: 100%;
}
.testimonial p {
  max-width: 100%;
  font-size: 16px;
  line-height: 25px;
}

}
@media (max-width: 478px) {

.btn.btn-lg {
	font-size: 25px;
	padding: 18px 55px;
}
h1 {
  font-size: 52px;
}
h2 {
  font-size: 33px;
}
p {
  font-size: 16px;
  line-height: 30px;
}
.section-padding {
  padding: 50px 0;
}
.section-header {
  margin-bottom: 40px;
}
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;
}
.banner-content h1 {
	font-size: 40px;
	line-height: 47px;
}
.banner-tagline p {
	font-size: 18px;
}
.banner-form h4 {
	font-size: 28px;
	line-height: 60px;
}
.event-start-date {
	padding: 0;
}
.timer h6, .event-start-date h6 {
	line-height: 20px;
	margin-bottom: 20px;
}
.timer_wrap h6 {
  line-height: 40px;
  margin-bottom: 10px;
}
.event-start-date h4 {
	font-size: 30px;
	line-height: 49px;
}
.countdown-amount {
	font-size: 24px;
	height: 66px;
	margin: 0 3px;
	padding-bottom: 3px;
	padding-top: 9px;
	width: 66px;
}
.countdown-period {
	font-size: 14px;
	margin-top: 6px;
}
.spekers-tickets-info {
	font-size: 22px;
	margin-top: 30px;
}
.spekers-tickets-info .fa {
	font-size: 60px;
}
.spekers-tickets-info {
	font-size: 22px;
}

h5 {
  font-size: 20px;
  line-height: 22px;
}
.speakers_info p {
  font-size: 14px;
  line-height: 22px;
}
.speakers_wrap {
  padding: 15px;
}
.panel-default > .panel-heading h4 a {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  padding-right: 30px;
}
.panel-body p {
  font-size: 15px;
  line-height: 26px;
  margin: 0 0 10px;
}
.event_priceing ul li {
  font-size: 17px;
}

.form-group.newsletter-input {
  float: left;
  width: 98%;
}
.newslette-iframe {
  width: 300px;
}
.newsletter-btn {
  clear: both;
  display: block;
}


}


