<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
Theme Name: Eventhub - Conference &amp; Event HTML Template
Author: ZedThemes
Author URL: https://themeforest.net/user/zedwebthemes
Version:1.0
*/

/*===========================
 =  Table of CSS
  	1. General code
		1.1. Typography
		1.2. Button
		1.3. dark-overlay
		1.4. Space margins and padding
		1.5. Form
		1.6. Table
		1.7. Accordion
		1.8. Section-background-color &amp; sectino-heading
		1.9 Tabs
		1.10. parallex-background
		1.11. Modal
	2. Header
	3. Banner
		3.1. Intro-Style-1
		3.2. Intro-style-2
	4. Timer
	5. About-us
	6. More-Info
	7. Fan-Facts
	8. Event-Topics
	9. Our-Speakers
		9.1. Speakers-Style-1
		9.2. Speakers-Style-2
	10. Quick-Book
	11. Schedule
		11.1. Schedule-Style-1
		11.2. Schedule-Style-2
	12. Testimonials
	13. Pricing
		13.1. Pricing-Style-1
		13.2. Pricing-Style-2
	14. FAQ
	15. Contact-us
	16. Need-Help
	17. Sponsors
	18. Footer
	19. Inner-Pages
	20. Blog
	21. Responsive-CSS
===========================*/

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

body {
	font-family: 'Open Sans', sans-serif;
	margin:0px !important;
	padding:0px !important;
	font-size:17px;
	line-height:30px;
	overflow-x:hidden;
	font-weight:400;
	color:#555555;
}


/*----------------------
	1.1. Typography
------------------------------*/
h1, h2, h3, h4, h5, h6 {
	color:#111111;
	margin:0 auto 20px;
	font-weight:700;
	font-family: 'Montserrat', sans-serif;
}
h1 {
	font-size: 60px;
}
h2 {
	font-size: 50px;
}
h3 {
	font-size: 38px;
}
h4 {
	font-size:30px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 20px;
}
p {
	font-size: 17px;
	line-height: 30px;
	margin-bottom: 20px;
}
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;
	outline:none;
	color:#ff0018;
}
ul, ol {
	margin:0 auto 20px;
}
ul li, ol li {
   margin: 0 auto 10px;
}
ul.list_style_none, ol.list_style_none {
	list-style:none;
}
ul.list-with-icon {
	padding-left:10px;
	margin-bottom:30px;
}
ul.list-with-icon li {
  line-height: 20px;
  margin-bottom: 15px;
  padding-left: 23px;
  position: relative;
  list-style:none;
}
ul.list-with-icon li i {
  left: 0;
  position: absolute;
  top: 4px;
}

blockquote {
	background:#f5f5f5 ;
}
.white-text,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text p,
.white-text.section-header p {
	color:#fff;
}
.uppercase {
	text-transform:uppercase;
}
.underline {
	text-decoration:underline;
}
.divider {
  border-bottom: 1px solid #dcd9d9;
  clear: both;
  margin: 40px auto;
}
img {
	max-width:100%;
	width:auto;
	height:auto;
}

/*-----------------
	1.2. Button
-------------------------*/
.btn {
  background:#de302f;
  border: medium none;
  border-radius: 0px;
  color: #ffffff;
  font-size: 18px;
  text-transform:uppercase;
  line-height: 30px;
  height:auto;
  margin: auto;
  padding: 14px 28px;
  transition: all 0.3s linear 0s;
   -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
     -webkit-transition: all 0.3s linear 0s;
      -ms-transition: all 0.3s linear 0s;
}
.btn .fa {
  font-size: 22px;
  margin-left: 5px;
  vertical-align: middle;
}
.btn.btn-lg {
	font-size: 24px;
	line-height: 30px;
	padding: 22px 50px;
}
.btn.btn-sm {
	font-size:16px;
	padding:8px 25px;
}
.btn:hover, .btn:focus,
.btn-link:hover, .btn-link:focus {
	color: #ffffff;
	outline:none;
	background:#ff0018;
}
.btn-link {
  font-weight: 800;
  font-size:17px;
  color:#de302f;
}
.btn.outline-btn {
	background:none;
	color:#de302f;
	border:#de302f solid 3px;
	letter-spacing:4px;
	padding:15px 50px;
	font-weight:700;
}
.btn.outline-btn:hover {
	color:#fff;
}



/*-------------------------
	1.3. dark-overlay
---------------------------------*/
.div_zindex {
  position: relative;
  z-index: 1;
}
.dark-overlay {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}


/*-------------------------------------
	1.4. Space margins and padding
------------------------------------------------*/
.padding_none {
	padding:0px;
}
.padding {
	padding-top: 130px;
	padding-bottom: 130px;
}
.padding_top {
	padding-top:90px;
}
.padding_50px {
	padding:50px 0;
}
.padding_4x4_30 {
	padding:30px;
}
.padding_4x4_40 {
	padding:40px;
}
.padding_right {
	padding-right:60px;
}
.padding_left {
	padding-left:60px;
}
.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-top-20 {
    margin-top: 20px;
	clear:both;
}
.margin-top-40 {
    margin-top: 40px;
	clear:both;
}
.margin-none {
	margin:0px;
}



/*-----------------
	1.5. Form
---------------------------*/
.form-group {
  margin-bottom: 15px;
  position: relative;
}
.form-label {
  color: #111111;
  font-size: 14px;
  font-weight: 400;
  margin: 0 auto 8px;
}
.form-control {
  background: #eeeeee none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  color: #888888;
  font-size: 16px;
  height: 54px;
  line-height: 30px;
  padding: 0 15px;
}
textarea.form-control {
	padding:15px 20px;
}
.form-control:hover, .form-control:focus {
	box-shadow:none;
	outline:none
}
.select {
	position:relative;
}
.select select {
  appearance: none;
   -moz-appearance: none;
   -o-appearance: none;
   -webkit-appearance: none;
   -ms-appearance: none;

}
.select::after {
  color: #878787;
  content: "";
  cursor: pointer;
  font-family: fontawesome;
  font-size: 15px;
  padding: 12px 0;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 0;
}
.form-control option {
  padding: 10px;
}
.control-label {
	color:#555;
	font-size:15px;
	font-weight:700;
}
.radio label, .checkbox label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  padding-left: 26px;
  position: relative;
}
.radio input[type=radio],
.checkbox input[type=checkbox] {
	display: none;
}
.radio label:before {
    background-color:transparent;
	border-style:solid;
	border-width:1px;
	border-radius:50%;
    content: "";
    display: inline-block;
    height: 15px;
    left: 0;
	top:4px;
    position: absolute;
    width: 15px;
}
.checkbox label::before {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #111111;
  content: "";
  display: inline-block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 16px;
}
.radio input[type=radio]:checked + label:before {
	content: "\2022";
	font-size: 15px;
	text-align: center;
    line-height: 11px;
}
.checkbox input[type=checkbox]:checked + label:before {
	content: "\2713";
	font-size: 12px;
	text-align: center;
    line-height: 14px;
}
.black_input .form-control {
	background:#222;
	border-radius:3px;
	color:#fff;
	border:#222 solid 1px;
	font-size:17px;
}
.checkbox, .radio {
  padding-top: 5px;
}


/*-----------------
	1.6. Table
---------------------------*/
table {
	margin:0 0 30px;
	width:100%;
}
table th, table td {
  border: 1px solid #cccccc;
  padding: 15px;
  padding:18px;
}
table th img, table td img {
	max-width:100%;
}
table thead {
	background:#eee;
}
table thead th, table thead td {
	text-transform:uppercase;
	font-weight:900;
	color:#111;
}


/*-----------------
	1.7. Accordion
---------------------------*/
.panel-group .panel {
  background:rgba(0, 0, 0, 0.8);
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 25px;
}
.panel-title {
  color: #252930;
  font-size: 26px;
  margin-bottom: 0;
  margin-top: 0;
}
.panel-title a {
  display: block;
  padding: 25px 25px 25px 107px;
  position: relative;
  border: 2px solid #de302f;
  color:#fff !important;
}
.panel-title a.collapsed {
	border: 2px solid #929497;
}
.panel-title a .question {
	width:85px;
	height:100%;
	content:"";
	color:#fff;
	font-size:39px;
	line-height:1;
	text-align:center;
	position:absolute;
	top:0px;
	left:0px;
	background:#de302f;
}
.panel-title a.collapsed .question {
	background:#252930;
	transition-duration:0.3s;
	 -moz-transition-duration:0.3s;
	 -o-transition-duration:0.3s;
	  -webkit-transition-duration:0.3s;
}
.panel-title a .question span {
	position:absolute;
	top:45%;
	left:0px;
	right:0px;
	transform:translateY(-50%);
	 -moz-transform:translateY(-50%);
	  -o-transform:translateY(-50%);
	   -webkit-transform:translateY(-50%);
}
.panel-default &gt; .panel-heading {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border:0px;
  border-radius: 0;
  box-shadow: none;
  color: #333333;
  padding: 0;
}
.panel-heading:hover .panel-title a .question {
	background:#de302f;
}
.panel-heading:hover .panel-title a {
	border-color:#de302f;
}
.panel-body {
  border: 2px solid rgba(255, 255, 255, 0.2);
  margin-top: -1px;
  padding: 25px;
}
.panel-body p {
	font-size:17px;
	line-height:30px;
	font-weight:400;
}


/*-----------------------------------------------------------
	1.8. Section-background-color &amp; sectino-heading
-------------------------------------------------------------------*/
.secondary-bg {
	background-color:#111;
	color:#fff;
}
.secondary-bg h1,
.secondary-bg h2,
.secondary-bg h3,
.secondary-bg h4,
.secondary-bg h5,
.secondary-bg h6,
.secondary-bg p {
	color:#fff;
}
.primary-bg {
  background: #de302f;
  color:#fff;
}
.gray_bg {
	background:#f5f5f5;
}
.section-padding {
  padding: 100px 0;
}
.section-header {
  margin: 0 auto;
  max-width: 1020px;
  padding-bottom: 50px;
}
.section-header h2 {
	margin:0 auto 10px;
}
.section-header.style2_h h2 {
	margin: 0 auto 20px;
	position: relative;
	padding-bottom: 20px;
}
.section-header.style2_h h2::after {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	width: 150px;
	border-bottom: #111 solid 1px;
	height: 1px;
	content: "";
	margin: 0 auto;
}
.secondary-bg .section-header.style2_h h2::after,
.white-text.section-header.style2_h h2::after {
	border-bottom: #fff solid 1px;
}
.section-header p {
	color: #929191;
	font-size: 18px;
	margin-top: 22px;
}



/*--------------------
	1.9. Tabs
------------------------------*/
.nav.nav-tabs {
  border: medium none;
}
.nav-tabs &gt; li a {
  background: #000000 none repeat scroll 0 0;
  border-radius: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  margin-right: 5px;
  padding: 14px 26px;
  text-align: center;
}
.nav-tabs &gt; li.active &gt; a,
.nav-tabs &gt; li.active &gt; a:focus,
.nav-tabs &gt; li.active &gt; a:hover,
.nav-tabs &gt; li a:hover,
.nav-tabs &gt; li a:focus {
  color: #ffffff;
  background:#de302f;
}
.nav-tabs &gt; li {
  margin-bottom: 0;
}


/*--------------------------------------------
	1.10. parallex-background
---------------------------------------------------*/
.parallex-bg {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}


/*------------------------
	1.11. Modal
--------------------------------*/
.modal-dialog {
  margin: 20px auto;
  max-width: 90%;
  width: 500px;
}
.modal-content {
  padding: 0 32px 22px;
}
.modal-header {
	padding:15px 0;
	margin-bottom:25px;
}
.modal-header h3 {
	margin:15px auto;
}
.modal-body {
	padding:10px 0;
}
.modal .modal-header .close {
  background: #000000 none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  font-size: 17px;
  height: 31px;
  line-height: 30px;
  margin-top: 5px;
  opacity: 1;
  position: absolute;
  right: -10px;
  text-align: center;
  text-shadow: none;
  top: -20px;
  width: 31px;
}
label.error {
  color: #ff0000;
  display: block;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
}




/*================
	 2. Header
===========================*/
#header {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  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 .logo {
	margin:25px 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;
}
#navigation {
	padding:0px;
}
.navbar.navbar-default {
	background:none;
	border-radius:0px;
	border:0px;
	margin:0 auto;
}
.navbar.navbar-default .nav.navbar-nav {
	float:right;
}
.navbar.navbar-default .nav.navbar-nav li {
	margin:0;
}
.navbar.navbar-default .nav.navbar-nav &gt; li &gt; a {
  color: #111111;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 30px 16px;
  text-transform: uppercase;
}
.navbar.navbar-default .nav.navbar-nav li.open .dropdown-menu li {
	margin:0 auto;
	padding:3px 20px;
	border-bottom:rgba(255, 255, 255, 0.1) solid 1px;
}
.navbar.navbar-default .nav.navbar-nav li.open .dropdown-menu a {
  color:#fff;
  display:block;
  font-size: 16px;
  padding: 10px 0px;
}
.navbar.navbar-default .nav.navbar-nav li a:hover,
.navbar.navbar-default .nav.navbar-nav li a:focus,
.navbar.navbar-default .nav.navbar-nav li.active a,
.navbar.navbar-default .nav.navbar-nav li.active a:focus,
.navbar.navbar-default .nav.navbar-nav li.open a,
.navbar.navbar-default .nav.navbar-nav li.dropdown.open &gt; a,
.navbar.navbar-default .nav.navbar-nav li.open a:hover,
.navbar.navbar-default .nav.navbar-nav li.open a:focus {
	color:#de302f;
	background:none;
}
.navbar.navbar-default .nav.navbar-nav li.open .dropdown-toggle,
.navbar.navbar-default .nav.navbar-nav li.open .dropdown-menu a:hover,
.navbar.navbar-default .nav.navbar-nav li.open .dropdown-menu a:focus {
	background:none;
	color:#fff;
}
.navbar.navbar-default .nav.navbar-nav .dropdown-menu {
	background:#de302f;
	box-shadow:none;
	border:0px;
	border-radius:0px;
	padding:0px;
}
.follow_us {
	float:right;
	margin-left:25px;
}
.follow_us ul {
	padding:0px;
	margin:0px;
}
.follow_us ul li {
  display: inline-block;
  list-style: outside none none;
  margin: 24px 0 23px 10px;
}
.follow_us ul li a {
	color:#000;
	font-size:26px;
}
.follow_us ul li a:hover {
	color:#de302f;
}

/*------- header-2 ------------*/
#header.header_2 {
	background: #de302f;
	padding: 0px 30px;
	box-shadow: none;
}
#header.header_2.affix {
	background:#111;
}
#header.header_2 .logo {
	padding:2px 0;
	float:left;
}
#header.header_2 .nav.navbar-nav {
	display:none;
}
.nav_toggle {
	float:right;
	background:#333;
	color:#fff;
	font-size:50px;
	padding:26px;
	width:100px;
	text-align:center;
	margin-right:-30px;
	cursor:pointer;
}
#header.header_2 .navbar.navbar-default .nav.navbar-nav &gt; li &gt; a {
	color: #fff;
	padding: 40px 16px;
}
#header.header_2 .navbar.navbar-default .nav.navbar-nav &gt; li &gt; a:hover, #header.header_2 .navbar.navbar-default .nav.navbar-nav &gt; li.active &gt; a {
	text-decoration:underline;
}
#header.header_2 #navigation.show .nav.navbar-nav {
	display:block;
}
.nav_toggle .fa-close {
	display:none;
}
.nav_toggle.active .fa-close {
	display:block;
}
.nav_toggle.active .fa-navicon {
	display:none;
}


/*================
	 3. Banner
===========================*/
#banner {
	background-image:url(../images/1920x1200.jpg);
	padding:130px 0 170px;
}


/*--------------------------
	3.1. Intro-Style-1
-----------------------------------*/
#banner h1 {
  font-size: 62px;
  margin: 0 auto 40px;
}
.event_date {
	background:#de302f;
	float:right;
	border-radius:100px;
	border:rgba(255,255,225, 0.2) solid 3px;
	padding:70px 20px;
	max-width:170px;
	text-align:center;
}
.date_info {
	padding:0 20px 20px;
	margin:0 -20px;
	border-bottom:rgba(255,255,225, 0.2) solid 3px;
}
.date_info p {
	font-size:22px;
	margin:0px;
	line-height:35px;
}
.date_info p span {
	display:block;
	font-size:40px;
	font-weight:900;
}
.place_info {
	padding:20px 0 0;
}
.place_info p {
	line-height:24px;
	font-size:17px;
	margin:0 auto;
}
.event_time_contdown {
	position:relative;
}


/*----------------------------
	3.2. Intro-style-2
--------------------------------------*/
#banner.intro_wrap {
	text-align:center;
	padding:0px;
	position:relative;
	height:640px;
}
#banner .intro_text h1 {
	font-size:140px;
	color:#fff;
	text-transform:uppercase;
	margin:0 auto 10px;
	letter-spacing:2px;
}
#banner .intro_text h3 {
	letter-spacing:5px;
	font-weight:400;
	margin:0 auto 40px;
	font-size:30px;
	color:#fff;
}
#banner .item {
	height:640px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}
#banner .item:after {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index:1;
}
.intro_text {
  color: #ffffff;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 45%;
  transform:translateY(-50%);
   -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
     -webkit-transform:translateY(-50%);
  width: 1170px;
  z-index: 2;
}

/*----------------------------
	3.2. Intro-style-3
--------------------------------------*/
.inner_text {
	background-color: rgba(0, 0, 0, 0.7);
	display: inline-block;
	padding:40px 50px;
	border: rgba(255, 255, 255, 0.2) solid 5px;
}
.inner_text .event_location {
	width:100%;
	background:none;
	text-align:center;
	padding:0;
}
#banner.intro_style3 h1 {
	text-transform: inherit;
	font-size: 100px;
	color: #fff;
	line-height:80px;
	letter-spacing: -2px;
	margin:0 auto 10px;
}
#banner.intro_style3 h1 span {
	display:block;
	font-size:40px;
}
#banner.intro_style3 {
	background-image: url(../images/1920x1200.jpg);
	padding: 130px 0 170px;
	border-bottom:rgba(0, 0, 0, 0.5) solid 6px;
}
.pricing_bg {
	background-image: url(../images/1920x1200.jpg);
}



/*================
	 4. Timer
===========================*/
#timer {
	margin-top: -90px;
	position: relative;
	z-index: 1;
	padding:10px 0;
}
.contdown_wrap {
	background:#fff;
	text-align:center;
	margin:0px auto;
	max-width:1020px;
	box-shadow:rgba(0, 0, 0, 0.1) 0 0 15px;
	overflow:hidden;
}
#timer .countdown-period {
	font-size:50px;
	margin:0 auto;
	border:0px;
	width:120px;
	height:140px;
	color:#111;
	padding:46px 15px;
	position:relative;
	border-radius:0px;
}
#timer .countdown-period:after {
	position:absolute;
	top:50%;
	right:-10px;
	content:":";
	opacity:0.3;
	transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
#timer .countdown-period:last-child:after {
	display:none;
}
#timer .countdown-period span {
	font-size:21px;
	margin-top:10px;
}
.event_location {
	width:40%;
	float:left;
	background:#de302f;
}
#timer #countdown {
	float:left;
	width:60%;
}
.event_location {
	width: 40%;
	float: left;
	background: #de302f;
	padding: 30px;
	text-align: left;
	color: #fff;
}
.event_location p {
	margin:10px auto;
	font-size:23px;
}
.event_location p .fa {
	opacity:0.5;
	min-width:25px;
	text-align:center;
}


/*================
	 5. About-us
===========================*/
#aboutus {
	background:#f2f1f1;
}
.about_info {
  background: #de302f none repeat scroll 0 0;
  margin: -80px 0 0;
  padding-bottom: 110px;
  padding-top: 100px;
  position: relative;
}
.about_info:after {
	position:absolute;
	left:-9999px;
	width:9999px;
	height:100%;
	content:"";
	background:#de302f;
	top:0px;
}
.about_info h2 {
	margin-bottom:30px;
}
.video_play {
	padding:7px 40px;
	border-radius:30px;
	border:#fff solid 2px;
	font-weight:900;
	display:inline-block;
	margin:20px auto 0px;
}
.vc_row {
    box-sizing: border-box;
    display: flex;
}
.vc_col {
    display: flex;
}
.vc_column-inner {
    display: block;
    width: 100%;
}
.vc_container_left {
    flex-direction: column;
    float: right;
    max-width: 570px;
    padding-right: 60px;
}
.vc_container_right {
    flex-direction: column;
    float: left;
    max-width: 570px;
    padding-left: 60px;
}
.vc_inner {
	display:block;
	width:100%;
}

.fancyboxes {
	overflow:hidden;
	padding:20px 0 40px;
}
.fancy_box_item {
	float:left;
	width:33.33%;
}
.fancy_box_icon {
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 55px;
	border: 2px solid rgba(0, 0, 0, 0.2);
	float: left;
	font-size: 24px;
	margin-right:15px;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all 400ms ease-in-out;
	-khtml-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	position: relative;
}
.fancy_box_item:hover .fancy_box_icon {
	background:#111;
	color:#fff;
}
.fancy_box_info {
	display: table-cell;
	vertical-align: middle;
	word-wrap: break-word;
}
#event_info h5 {
	margin-top:10px;
}
.fancy_box_info p {
	margin: 0 auto;
	color:#111;
	font-size: 22px;
	font-weight: 300;
	margin: 12px auto;
}

.about_event .inner_wrap {
	float:left;
	width:48%;
	margin-bottom:35px;
}
.about_event .inner_wrap:nth-child(2n) {
	float:right;
}
.about_event .inner_wrap:nth-child(2n+1) {
	clear:left;
}

/*------ Timer ----------*/
#timer_wrap .event_location {
	width: 50%;
	text-align: center;
	padding: 104px 10px;
}
#timer_wrap .event_location p {
	margin: 14px auto;
	font-size: 28px;
}
#timer_wrap .contdown_wrap {
	background:none;
	padding:80px 0;
}
#timer_wrap .contdown_wrap .countdown-period {
	margin:0 auto;
	color:#fff;
}

/*------ Gallery ----------*/
#event_gallery {
	position:relative;
	text-align:center;
}
#event_gallery h2 {
	margin:0 auto 50px;
}

#event_gallery .owl-nav {
	left: 0px;
	overflow: visible;
	position: absolute;
	right: 0px;
	text-align: center;
	top: 46%;
	z-index:2;
}
#event_gallery .owl-prev, #event_gallery .owl-next {
	border:0;
	border-radius:0;
	background:#222;
	color:#fff;
}
#event_gallery .owl-nav &gt; div::after {
	color:#fff;
}



/*================
	 6. More-Info
===========================*/
#more_info {
	background-image:url(../images/1920x1200.jpg);
}
.info_wrap .fa {
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  font-size: 40px;
  height: 100px;
  line-height: 95px;
  margin: 0 auto 30px;
  text-align: center;
  width: 100px;
}
.info_wrap {
  background:#fff;
  padding:25px;
  text-align: center;
}

/*================
	 7. Fan-Facts
===========================*/
.facts_info {
  margin: 0 auto 50px;
}
.inner_wrap {
  background: #fff none repeat scroll 0 0;
  border: 4px solid rgba(0, 0, 0, 0.05);
  height: 240px;
  padding: 60px 20px;
  position: relative;
  text-align: center;
}
.inner_wrap .fa {
  font-size: 150px;
  left: 0;
  opacity: 0.06;
  position: absolute;
  right: 0;
  top: 38px;
  z-index: 0;
}
.inner_wrap p {
  color: #111111;
  font-size: 26px;
  font-weight: 400;
  line-height: 60px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.inner_wrap p span {
  color: #111111;
  display: block;
  font-size: 60px;
  font-weight:700;
}


/*================
	 8. Event-Topics
===========================*/
.topics {
	margin: 30px 0 45px 40px;
	padding: 40px 0 0 50px;
	position: relative;
}
.topics:last-child {
	margin-bottom:0px;
}
.topics:after {
	position:absolute;
	top:0px;
	left:0px;
	width:100px;
	height:4px;
	content:"";
	background:#de302f;
	transition-duration:0.3s;
	 -moz-transition-duration:0.3s;
	  -o-transition-duration:0.3s;
	   -webkit-transition-duration:0.3s;
	    -ms-transition-duration:0.3s;
}
.topics:hover:after {
	width:100%;
}
.topics_icon {
	position:absolute;
	top:30px;
	left:0px;
	font-size:28px;
}
.topics h5 {
	color:#fff;
}
.topics p {
	color:#999;
}
#event_images {
	position:relative;
}
#event_images:after {
	position:absolute;
	top:30px;
	right:-30px;
	background:#222;
	content:"";
	height:100%;
	width:100%;
}
#event_images .owl-dots {
	display:none;
}
#event_images .owl-nav {
	position:absolute;
	bottom:20px;
	left:10px;
}
.owl-nav &gt; div {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 50%;
  float: left;
  font-size: 0;
  height: 60px;
  line-height: 55px;
  margin: 0 5px;
  opacity: 0.7;
  position: relative;
  text-align: center;
  width: 60px;
  transition-duration:0.3s;
   -moz-transition-duration:0.3s;
    -o-transition-duration:0.3s;
     -webkit-transition-duration:0.3s;
      -ms-transition-duration:0.3s;
}
.owl-nav &gt; div:hover {
	opacity:1;
}
.owl-nav &gt; div.owl-next {
	float:right;
}
.owl-nav &gt; div::after {
  color: #000000;
  content:"\f104";
  font-family: fontawesome;
  font-size: 40px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.owl-nav &gt; div.owl-next:after {
	content:"\f105";
}


/*================
	 9. Our-Speakers
===========================*/
.speakers_wrap {
  margin: 30px auto;
  overflow: hidden;
}


/*-------------------------
	9.1. Speakers-Style-1
-------------------------------*/
.speakers_wrap h5 {
  line-height: 18px;
  margin:0;
  font-size:21px;
}
.speakers_wrap small {
	color:#a5a5a5;
	font-size:14px;
	margin:0 auto;
	line-height:20px;
}
.speakers_img {
  margin: 0 auto 22px;
  position: relative;
}
.speakers_img:after {
	background:#de302f;
	position:absolute;
	bottom:-4px;
	left:0px;
	width:100px;
	height:4px;
	content:"";
	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_wrap:hover .speakers_img:after {
	width:100%;
}
.speaker-contact {
	background: rgba(0, 0, 0, 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%;
	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_wrap:hover .speaker-contact {
	opacity:1;
}
.small_desc {
	text-align:center;
	padding:15px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	 -moz-transform: translateY(-50%);
	  -o-transform: translateY(-50%);
	   -webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	width: 100%;
}
.social-icons a {
	color: #ffffff;
	font-size: 18px;
	margin-left: 2px;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 37px;
	text-align: center;
	border: rgb(255, 255, 255, 0.5) solid 2px;
	border-radius: 50%;
}
.small_desc p {
	color:#fff;
}
.social-icons a:hover {
	background:#de302f;
	border-color:#de302f;
	color:#fff;
}

/*---------------------------
	9.2. Speakers-Style-2
----------------------------------*/
.event_speakers {
	overflow:hidden;
	text-align:center;
	color:#111;
	padding:30px;
	border:#eee solid 3px;
	margin:15px auto;
	transition-duration:0.3s;
	 -moz-transition-duration:0.3s;
	  -o-transition-duration:0.3s;
	   -webkit-transition-duration:0.3s;
}
.event_speakers:hover {
	border:#333 solid 3px;
}
.event_speakers .speakers_img {
	width:200px;
	height:200px;
	margin:0 auto 20px;
	border-radius:50%;
	overflow:hidden;
}
.event_speakers .speakers_img:after {
	display:none;
}
.event_speakers h5, .event_speakers small {
	margin:0 auto;
}
.event_speakers .social-icons {
	margin:10px auto;
}
.event_speakers .social-icons a {
	color:#111;
	margin:0px;
}
.event_speakers .social-icons a:hover {
	color:#fff;
}


/*---------------------------
	9.3. Speakers-Style-3
----------------------------------*/
.speakers_wrap_m:nth-child(3n+1) {
	clear:left;
}
#speakers .container-fluid {
	margin:0 auto;
	max-width:1300px;
}
.speakers_style3 .our_speakers {
	overflow:hidden;
	position:relative;
	background:#333;
	padding:6px;
	margin:0 auto 30px;
	text-align:center;
}
.speakers_style3 .speakers_info {
	padding:2px 15px 20px;
}
.speakers_info h5 {
	font-size: 27px;
	color: #fff;
	margin: 0 auto;
}
.speakers_info small {
	color:#fff;
	font-size:16px;
	margin: 0 auto 5px;
	display:block;
}
.our_speakers:hover .speakers_img:after {
	width:100%;
}


/*===================
	 10. Quick-Book
===========================*/
#quick_book {
	padding:70px 0;
}
#quick_book p {
	color:#929191;
}
#countdown {
	text-align:center;
}
.countdown-period {
	font-size:50px;
	font-weight:700;
	width:150px;
	height:150px;
	border-radius:50%;
	text-align:center;
	display:inline-block;
	vertical-align:middle;
	margin:0px 5px;
	border:rgba(255, 255, 255, 0.4) solid 4px;
	padding:46px 15px;
}
.countdown-period span {
	font-size:16px;
	display:block;
	font-weight:400;
	margin-top:5px;
}

#quick_book_2 {
	background-image:url(../images/1920x1200.jpg);
	text-align:center;
}


/*================
	 11. Schedule
===========================*/
#schedule h2 {
	margin:0 auto 35px;
}
.pdf_file a {
	color:#111;
	font-weight:400;
}

/*-----------------------------
	11.1. Schedule-Style-1
-----------------------------------*/
.schedule_date {
	float: left;
	width: 30%;
}
.schedule_date ul {
	padding:0px;
	margin:0 auto 25px;
	overflow:hidden;
}
.schedule_date ul li {
	list-style: none;
	width: 48%;
	height: 150px;
	text-align: center;
	float: left;
	margin:0 1% 2%;
	overflow:hidden;
}
.schedule_date ul li a {
	background: #111;
	color: #fff;
	font-size: 80px;
	text-transform: uppercase;
	display: block;
	line-height: 53px;
	padding: 30px 15px;
}
.schedule_date ul li a span {
	display:block;
	font-size:20px;
}
.schedule_date ul li.active a, .schedule_date ul li:hover a, .schedule_date ul li:focus a, .schedule_date ul li a:focus {
	background:#de302f;
}
.schedule_info {
	float:right;
	width:67%;
}
.schedule_list {
	overflow:hidden;
	padding:15px 0;
	border-top:#ccc solid 4px;
	position:relative;
}
.schedule_list:last-child {
	border-bottom:#ccc solid 4px;
}
.schedule_header {
	overflow: hidden;
}
.schedule_img {
	width:100px;
	height:100px;
	float:left;
	margin-right:15px;
}
.schedule_heading {
	float:right;
	width:calc(100% - 10px);
	position:relative;
}
.heading_arrow {
	position: absolute;
	top: 0;
	right: 30px;
	font-size: 50px;
	color: #111;
	transition-duration: 0.3s;
	 -moz-transition-duration: 0.3s;
	  -o-transition-duration: 0.3s;
	  -webkit-transition-duration: 0.3s;
	   -ms-transition-duration: 0.3s;
}
.schedule_header .schedule_title_m {
	display:block;
	padding-right:100px;
}
.schedule_header .schedule_title_m.collapsed .heading_arrow {
	transform:rotate(0deg);
}
.schedule_heading .schedule_title_m .heading_arrow {
	transform:rotate(90deg)
}
.schedule_list h5 {
	margin: 0 auto 8px;
	line-height:28px;
}
.schedule_list h6 {
	color: #555;
	font-size: 14px;
	font-weight: 300;
	margin: 0;
	letter-spacing: 0px;
}
.conf-user-content {
	margin-top: 26px;
}
.schedule_header p {
	margin-bottom: 10px;
	color:#9a9b9b;
}
.schedule_header .speaker_name {
	margin:0px;
	font-size: 14px;
	letter-spacing: 0.5px;
	color: #9a9b9b;
	margin:0px;
}


/*---------------------------
	11.2. Schedule-Style-2
------------------------------------*/
.schedule_wrap {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  max-width: 1100px;
  padding: 40px;
}
.schedule_wrap .nav.nav-tabs {
	text-align:center;
}
.schedule_wrap .nav-tabs &gt; li {
	float:none;
	display:inline-block;
	vertical-align:top;
}
.schedule_wrap .nav.nav-tabs {
	margin:0 auto 50px;
}
.schedule_wrap .schedule_list {
  border-top: 1px solid #cccccc;
}
.schedule_wrap .schedule_list:last-child {
	border-bottom:0;
}
.schedule_wrap .schedule_img {
  border-radius: 50%;
  overflow: hidden;
}



/*---------------------------
	11.3. Schedule-Style-3
------------------------------------*/
.schedule_style3 .schedule_info {
	float: none;
	width: 850px;
	margin: 0 auto;
}
.schedule_style3 .schedule_date {
	float: none;
	width: 900px;
	margin: 0 auto;
}
.schedule_style3 .schedule_date ul li {
	width: 23%;
	height:auto;
}
.schedule_style3 .schedule_date ul li a {
	font-size: 34px;
	text-transform: inherit;
	line-height: 36px;
	padding: 16px 15px;
	border-radius: 3px;
}
.schedule_style3 .schedule_date ul li a span {
	font-size: 16px;
}




/*================
	 12. Testimonials
===========================*/
#testimonials {
	background-image:url(../images/1920x1200.jpg);
}
#event_testimonials .item {
	padding:40px;
	background:rgba(0, 0, 0, 0.5);
	border:rgba(255, 255, 255, 0.1) solid 2px;
	text-align:center;
}
#event_testimonials .item p {
	color:#eee;
	font-size:16px;
	line-height:28px;
	opacity:0.8;
	margin:0 auto;
}
#event_testimonials h6 {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 50px;
  color: #111111;
  display: inline-block;
  font-size: 17px;
  margin: 0 auto 20px;
  padding: 8px 24px;
}

#event_testimonials .owl-nav {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	right:0;
}
#event_testimonials .owl-nav .owl-prev {
	margin-left:-50px;
}
#event_testimonials .owl-nav .owl-next {
	margin-right:-50px;
}
#event_testimonials .owl-nav &gt; div {
  height: 40px;
  line-height: 40px;
  width: 40px;
}
#event_testimonials .owl-nav &gt; div::after {
  font-size: 28px;
}
.testimonials_img {
	width:100px;
	height:100px;
	border-radius:50%;
	overflow:hidden;
	margin:0 auto 20px;
}





/*================
	 13. Pricing
===========================*/

/*--------------------------
	13.1. Pricing-Style-1
--------------------------------------*/
.pricing_table {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 20px 30px 40px;
  text-align: center;
}
.pricing_header {
	background:#de302f;
	margin:-20px -30px 0;
	padding:30px;
}
.pricing_header h4 {
	color: #fff;
	margin: 0 auto 28px;
	background: #fff;
	color: #111;
	display: inline-block;
	border-radius: 50px;
	padding: 8px 24px;
	font-size: 18px;
}
.price {
	color:#fff;
	font-size:60px;
}
.plan_info {
	text-align:left;
}
.plan_info ul {
	padding:0px;
	margin:30px auto 40px;
}
.plan_info ul li {
	list-style:none;
	margin:0 auto 20px;
	line-height:24px;
	color:#555;
}


/*--------------------------
	13.2. Pricing-Style-2
--------------------------------------*/
.pricing_table_vertical {
  background: #F4F4F4 none repeat scroll 0 0;
  padding:40px 50px;
  display:table;
  width:100%;
  overflow:hidden;
}
.plan_icons {
	float:left;
	width:150px;
}
.icon_div {
	width:150px;
	height:150px;
	background:#fff;
	text-align:center;
	overflow:hidden;
	border-radius:50%;
	margin:0 auto 30px;
	padding:28px;
}
.pricing_table_vertical .plan_info {
	float:right;
	width:calc(100% - 195px);
}
.pricing_table_vertical .plan_info ul li {
	margin:0 auto 12px;
}
.pricing_table_vertical .plan_info h5 {
	margin: 0 auto;
	background: #fff;
	color: #111;
	display: inline-block;
	border-radius: 50px;
	padding: 8px 24px;
	font-size: 20px;
}
.pricing_table_vertical .price {
	color:#111;
	text-align:center;
}


/*================
	 14. FAQ
===========================*/
#faq {
  background-image: url("../images/1920x1200.jpg");
}



/*================
	 15. Contact-us
===========================*/
.venu_info {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	margin: 0 auto 20px 20px;
	padding: 26px 30px 26px 110px;
	position: relative;
}
.venu_info:last-child {
	margin-bottom:0px;
}
.venu_map iframe {
	width:100%;
	height:600px;
}
.map_wrap iframe {
	height:325px;
}
.venu_icon {
  background: #111 none repeat scroll 0 0;
  border-radius: 50%;
  color:#fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  font-size: 60px;
  height: 120px;
  left: -40px;
  line-height: 124px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
   -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
  transition-duration:0.3s;
   -moz-transition-duration:0.3s;
    -o-transition-duration:0.3s;
     -webkit-transition-duration:0.3s;
      -ms-transition-duration:0.3s;
  width: 120px;
}
.venu_info &gt; h4 {
  font-weight: 400;
  text-decoration: underline;
}
.venu_info:hover .venu_icon {
	background:#de302f ;
}
.contact_style2 .venu_icon {
	background: none;
	color: #111;
	box-shadow: none;
	font-size: 60px;
	height: auto;
	left: 0;
	line-height: inherit;
	position: relative;
	top: 0;
	transform: inherit;
	-moz-transform: inherit;
	-o-transform:inherit;
	-webkit-transform: inherit;
	-ms-transform:inherit;
	width: auto;
}
.contact_style2 .venu_info:hover .venu_icon {
	background:none;
}
.contact_style2 .venu_info {
  margin: 0 auto;
  min-height: 330px;
  padding: 50px 30px;
  text-align: center;
}



/*================
	 16. Need-Help
===========================*/
#need_help {
	padding:40px 0;
}
#need_help h3 {
	margin: 0 auto;
	line-height: 50px;
	font-size: 36px;
}


/*================
	 17. Sponsors
===========================*/
#sponsors {
	padding:40px 0;
	text-align:center;
	border-top:#ccc solid 1px;
}
#sponsors ul {
	padding:0px;
	margin:0 auto;
	list-style:none;
}
#sponsors ul li {
	display:inline-block;
	margin:5px 30px;
}
#sponsors ul li a {
	display:block;
	transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	opacity:0.5;
}
#sponsors ul li a:hover {
	opacity:1;
}



/*================
	 18. Footer
===========================*/
#footer {
	background:#111;
	padding:50px 0 ;
	text-align:center;
	color:#fff;
}
.copyright_text p {
	margin:0 auto;
	font-size:16px;
	opacity:0.7;
}
#footer .follow_us {
	float:none;
	margin:0;
}
#footer .follow_us li {
	margin-top:10px;
}
#footer .follow_us li a {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	border: rgba(255, 255, 255, 0.5) solid 1px;
	font-size: 23px;
	color: #fff;
	opacity: 0.6;
}
#footer .follow_us li a:hover {
	opacity:1;
}
.contact_info {
	text-align:center;
	margin:0 auto 40px;
	padding-bottom:40px;
	max-width:550px;
	border-bottom:#222 solid 1px;
}
.contact_info a {
	color:#555;
	font-size:28px;
	display:inline-block;
	margin:20px auto;
}


/*================
	 19. Inner-Pages
===========================*/
#inner_banner {
	background-image:url(../images/1920x1200.jpg);
}
#inner_banner h5 {
	margin:0 auto;
}
#inner_banner.section-padding {
	padding:120px 0;
}
.custom_heading_n {
  color: #ccc;
  font-size: 100px;
  font-weight: 700;
  left: 20px;
  letter-spacing: -8px;
  line-height: 1;
  margin: 0 auto;
  position: absolute;
  text-transform: none;
  top: 20px;
}
.text_widgets {
	position:relative;
	padding-left:140px;
	margin:0 auto 30px;
	padding:20px 20px 20px 140px;
	border:#eee solid 1px;
}
.text_widgets p {
	margin:0 auto 10px;
}
.feature_list {
  margin: 25px auto;
  padding-left: 60px;
  position: relative;
}
.feature_icon {
  font-size: 32px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
}


/*================
	 20. Blog
===========================*/
.sidebar_widgets {
  margin: 0 auto 50px 10px;
}
.widget_title {
	position:relative;
	margin:0 auto 30px;
	padding-bottom:10px;
	text-transform:uppercase;
}
.widget_title::after {
  background-color: #de302f;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  transition: all 0.5s ease 0s;
  width: 50px;
}
.article_wrap {
	overflow:hidden;
	margin:0 auto 50px;
}
.article_wrap:nth-child(2n+1) {
	clear:left;
}
.post-thumbnail {
	overflow:hidden;
	border-radius:3px;
	margin:0 auto 20px;
}
.post-thumbnail a {
	display:block;
}
.entry-desc h3 {
  font-size: 26px;
}
.classic_style .entry-desc h3 {
	font-size:34px;
}
.entry-desc h3 a, .info_m h6 a {
	color:#111;
}
.entry_meta {
	overflow:hidden;
	margin:20px auto 10px;
}
.entry_meta .meta_m {
  display: block;
  float: left;
  font-size: 14px;
  font-weight: 600;
  margin: 0 20px 0 0;
}
.meta_m .fa, .meta_m a:hover,
.sidebar_widgets ul li a:hover,
.entry-desc h3 a:hover, .info_m h6 a:hover {
	color:#de302f;
}
.meta_m a {
	color:#555;
}
.entry-content p {
	font-size:15px;
	line-height:24px;
}
.read_btn {
	font-weight:700;
	font-size:16px;
}
.sidebar_widgets ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
.sidebar_widgets &gt; ul &gt; li::after {
  content: "\f105";
  font-family: fontawesome;
  left: 25px;
  position: absolute;
  top: 15px;
}
.sidebar_widgets &gt; ul &gt; li {
  border: 1px solid #e8e8e8;
  list-style: outside none none;
  margin:0 0 -1px;
  padding:15px 20px 15px 40px;
  position: relative;
}
.sidebar_widgets ul li a {
	color:#555;
}
.featured_posts {
	margin:0 auto 10px;
	overflow:hidden;
}
.thubb_img {
	float:left;
	width:100px;
}
.info_m {
	float:right;
	width:calc(100% - 120px);
}
.info_m h6 {
	font-size:19px;
	margin:0px 0 5px;
}
.info_m p {
	font-size:13px;
}
.pagination &gt; li &gt; a, .pagination &gt; li &gt; span,
.pagination &gt; li &gt; a:focus, .pagination &gt; li &gt; a:hover, .pagination &gt; li &gt; span:focus, .pagination &gt; li &gt; span:hover {
	color:#de302f;
}
.pagination &gt; .active &gt; a, .pagination &gt; .active &gt; a:focus, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; span, .pagination &gt; .active &gt; span:focus, .pagination &gt; .active &gt; span:hover {
  background-color: #de302f;
  border-color: #de302f;
}
.pagination_nav {
	clear:both;
}

/*-----Tag------*/
.tagcloud a {
	display:inline-block;
	padding:2px 10px;
	background:#de302f;
	color:#fff;
	font-size:14px;
	margin:0 4px 4px 0;
}
.tagcloud a:hover {
	background:#ff0018;
	color:#fff;
}
.tagcloud h5 {
	display:inline-block;
}
.post_tag_share {
	overflow:hidden;
}
.tagcloud {
	float:left;
	width:60%;
}
.post_tag_share .post_tags {
	text-align:left;
}
.blog-share-button {
	float:right;
	max-width:50%;
	text-align:right;
	position:relative;
	padding:7px 0 0;
}
.blog-share-button h5 {
	margin:0px;
}
.blog-share-button h5 .fa {
	font-size:14px;
	margin:0 6px;
}
.blog-share-button:hover h5 {
	opacity:0;
}
.blog-share-button ul {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0px;
  height:24px;
  overflow:hidden;
  top: 10px;
  	transition-duration:0.3s;
	 -moz-transition-duration:0.3s;
	  -o-transition-duration:0.3s;
	  -webkit-transition-duration:0.3s;
  width: 0;
}
.blog-share-button:hover ul {
	width:330px;
	opacity:1;
}
.blog-share-button ul li {
	list-style:none;
	display:inline-block;
	vertical-align:middle;
	margin:0 8px;
}
.blog-share-button ul li a {
	font-size:15px;
	padding:2px 4px;
	text-decoration:none;
}


/*-----comment-form------*/
.psot_comment {
	margin:0 0 80px;
}
.commentform form {
	margin:40px 0;
}


/*-----comment-list-----*/
.all_comments {
  border-top: 1px solid #eeeeee;
  margin: 0 0 50px;
  padding-top: 40px;
}
.all_comments ul {
	margin:0px;
	padding:0px;
}
.all_comments ul li {
  border-bottom: 1px solid #dddddd;
  list-style: outside none none;
  margin: 0 0 30px;
  overflow: hidden;
  padding: 10px 0 30px;
}
.comment_author_avatar {
  float: left;
  width: 10%;
  margin:0 3% 0 0 ;
}
.comment_author_avatar img {
	width:100%;
	border-radius:50%;
}
.comment_content {
	float:left;
	width:80%;
}
.comment_info {
	padding-bottom:15px;
}
.comment_info .comment_author, .comment_date, .comment_time {
	display:inline-block;
	vertical-align:middle;
	margin:0 20px 0 0;
}
.comment_date, .comment_time {
	font-size:12px;
	color:#777;
}
.child_list {
  clear: both;
  overflow: hidden;
  padding: 40px 0 0 120px !important;
}



/*=======================
	 21. Responsive-CSS
===============================*/
@media (min-width:992px) and (max-width:1200px) {
#header.header_2 .navbar.navbar-default .nav.navbar-nav &gt; li &gt; a {
	padding: 36px 10px;
}
#timer_wrap .contdown_wrap .countdown-period {
	font-size:35px;
	width:110px;
	height:110px;
}
#header.header_2 .logo {
	padding: 0;
	max-width: 280px;
}

.navbar.navbar-default .nav.navbar-nav &gt; li &gt; a {
  font-size: 15px;
  padding: 32px 12px;
}
.inner_wrap {
  height: 220px;
  padding: 50px 20px;
}
.topics {
  margin: 10px 0 35px 30px;
  padding: 30px 0 0 40px;
}
.countdown-period {
	width:125px;
	height:125px;
	padding:35px 20px;
	font-size:40px;
	margin:0 2px;
}
.intro_text {
  width: 940px;
}
.event_location p {
  font-size: 20px;
}
.fancy_box_info p {
  font-size: 20px;
  margin: 8px auto;
}
.fancy_box_icon {
  font-size: 22px;
  height: 50px;
  line-height: 45px;
  width: 50px;
}
.info_wrap {
  padding:30px 20px;
}
.info_wrap h4 {
  font-size: 25px;
}
.info_wrap p {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 10px;
}
.pricing_table_vertical {
  padding: 30px;
}
.pricing_table_vertical .plan_info {
  width: calc(100% - 165px);
}
.pricing_table_vertical .price {
	font-size:50px;
}
.schedule_wrap {
  padding: 40px 30px;
}
.nav-tabs &gt; li a {
  font-size: 18px;
  padding: 14px 16px;
}

}

@media (min-width:768px) and (max-width:991px) {
.inner_text {
	padding: 30px 30px;
}
#banner .intro_text h1 {
	font-size: 70px;
}
#timer_wrap .event_location, #timer_wrap .contdown_wrap {
	width: 100%;
	padding: 40px 10px;
}
.speakers_style3 .our_speakers {
	max-width: 400px;
}
.schedule_style3 .schedule_date, .schedule_style3 .schedule_info {
	width: 100%;
}
#banner h1 {
  font-size: 50px;
}
h1 {
	font-size:50px;
}
h2 {
  font-size: 40px;
}
#banner {
  padding: 100px 0 120px;
}
.padding_right {
  padding-right: 20px;
}
.padding_left {
  padding-left: 20px;
}
.about_info {
  margin: -60px 0 0;
  padding-bottom: 80px;
  padding-top: 80px;
}
.section-padding {
  padding: 70px 0;
}
.inner_wrap p span {
  font-size: 50px;
}
.inner_wrap p {
  font-size: 20px;
  line-height: 43px;
}
.inner_wrap {
  height:auto;
  padding: 30px 10px;
}
.inner_wrap .fa {
  font-size: 100px;
  top: 23px;
}
.facts_info {
  margin: 0 auto 40px;
}
.topics {
  margin: 80px auto 0;
  padding: 30px 0 0 50px;
}
#quick_book {
	text-align:center;
	padding:60px 0;
}
#quick_book h3 {
	font-size:40px;
}
.countdown-period {
	margin:40px 8px 0;
}
.pricing_table {
  margin: 0 auto 30px;
  max-width: 450px;
}
.venu_map {
	margin-top:40px;
}
.venu_map iframe {
  height: 400px;
}
.schedule_header .schedule_title_m {
  padding-right: 60px;
}
.navbar.navbar-default .nav.navbar-nav {
  border-top: 1px solid #eeeeee;
  clear: both;
  float: none;
  margin: 0 auto;
  text-align: center;
}
.intro_text {
  width: 720px;
}
#banner .intro_text h1 {
  font-size: 100px;
}
#banner.intro_wrap, #banner .item {
  height: 550px;
}
#banner .intro_text h3 {
  font-size: 28px;
  letter-spacing: 0;
}
#timer .countdown-period {
	font-size:40px;
	padding-left:10px;
	padding-right:10px;
	width:100px;
}
#timer .countdown-period span {
	font-size:18px;
}
.event_location p {
  font-size: 20px;
}
.event_location {
  padding: 20px;
}
#event_info img {
	margin:0 auto 25px;
}
.info_wrap {
  margin: 0 auto 30px;
}
.info_wrap p {
	margin:0 auto 10px;
}
.schedule_wrap {
  padding: 30px 20px;
}
.schedule_wrap .nav-tabs &gt; li a {
  font-size: 14px;
  margin-right: 1px;
  padding: 10px;
}
.schedule_wrap .nav.nav-tabs {
  margin: 0 auto 25px;
}
.schedule_wrap .heading_arrow {
  right: 10px;
}
.pricing_table_vertical {
  margin-bottom: 30px;
}

}


@media (max-width:767px) {
#timer_wrap .event_location, #timer_wrap .contdown_wrap {
	width: 100%;
	padding: 40px 10px;
}
#timer_wrap .contdown_wrap .countdown-period {
	font-size:35px;
	width:110px;
	padding:20px;
	height:110px;
}
.speakers_style3 .our_speakers {
	max-width: 400px;
}
.schedule_style3 .schedule_date, .schedule_style3 .schedule_info {
	width: 100%;
}
#header.header_2 .navbar.navbar-default .nav.navbar-nav &gt; li &gt; a {
	padding: 20px 16px;
}
.vc_row, .vc_col {
  display: block;
}
.about_info {
  margin: 0;
  padding-bottom: 70px;
  padding-top: 70px;
}
.about_info::after {
	display:none;
}
.padding_right, .padding_left{
  padding: 0;
}
#banner h1 {
	font-size:48px;
}
h2, #quick_book h3 {
  font-size: 38px;
}
h3 {
	font-size:30px;
}
.inner_wrap {
  margin: 0 auto;
  max-width: 240px;
  height:auto;
  padding:20px 10px;
}
.facts_info {
  margin: 0 auto 20px;
}
.inner_wrap p span {
  font-size: 40px;
}
.inner_wrap p {
  font-size: 18px;
  line-height: 40px;
}
.inner_wrap .fa {
  font-size: 60px;
  top: 18px;
}
#event_images::after {
  right: -10px;
  top: 10px;
}
.owl-nav &gt; div {
  height: 40px;
  line-height: 40px;
  width: 40px;
}
.owl-nav &gt; div::after {
  font-size: 30px;
}
.topics {
  margin: 40px auto;
  padding: 30px 0 0 40px;
}
.speakers_wrap {
  max-width: 350px;
}
#our_speakers, #quick_book {
	text-align:center;
}
.countdown-period {
	margin-bottom:20px;
}
#countdown {
	margin-top:40px;
}
.schedule_date, .schedule_info {
  float: none;
  width: 100%;
}
.schedule_header .schedule_title_m {
  padding-right: 50px;
}
.heading_arrow {
  right: 4px;
}
.pricing_table {
  margin: 0 auto 30px;
  max-width: 450px;
}
.venu_info {
  margin: 0 auto 30px 0;
  padding: 30px;
}
.venu_icon {
  left: 0;
  margin-bottom: 20px;
  position: relative;
  top: 0;
  transform: inherit;
}
.venu_map iframe {
  margin-top:30px;
}
#need_help h3 {
  line-height: 40px;
  margin: 0 auto;
}
.copyright_text p {
  font-size: 15px;
}
#banner {
  padding: 80px 0;
}
.padding_top {
  padding-top: 80px;
}

#navigation {
  clear: both;
  float: none;
  padding: 0;
  max-height:340px;
  overflow-y:auto;
}
.navbar.navbar-default .nav.navbar-nav {
  float: none;
  margin: 0 auto;
}
.navbar.navbar-default .nav.navbar-nav &gt; li &gt; a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 13px 16px;
  display:block;
  font-size:15px;
}
.navbar-toggle {
  border-radius: 0;
  margin-right: 0;
  margin-top: 21px;
  padding: 13px 10px;
}
.navbar-toggle .icon-bar {
  height: 3px;
  width: 25px;
}
header #navigation_bar .navbar-header {
	margin:0 auto;
}
.logo {
	float:left;
}
.follow_us {
	display:none;
}
.event_date {
  background:rgba(0, 0, 0, 0.5) !important;
  border-radius: 0;
  float: none;
  margin-top: 30px;
  max-width: inherit;
  padding: 40px 20px;
}
.schedule_date ul li {
  float: left;
  height: 110px;
  margin: 0 1% 2%;
  width: 22.9%;
}
.schedule_date ul li a {
  font-size: 50px;
  line-height: 36px;
  padding: 25px 15px;
}
.pricing_table_vertical {
  margin-bottom: 30px;
  padding:40px 20px;
}
.schedule_wrap {
  padding: 30px 15px;
}
.nav-tabs &gt; li a {
  font-size: 15px;
  margin-bottom: 5px;
  margin-right: 2px;
  padding: 13px 17px;
}
.schedule_wrap .nav.nav-tabs {
  margin: 0 auto 30px;
}
.pricing_table_vertical .price {
	font-size:50px;
}
.btn.outline-btn {
  padding: 15px 30px;
}
.intro_text {
  width: 90%;
}
#banner .intro_text h1 {
  font-size: 75px;
}
#banner.intro_wrap, #banner .item {
  height: 450px;
}
#banner .intro_text h3 {
  font-size: 22px;
  letter-spacing: 0;
}
#event_info img {
  margin: 0 auto 25px;
}
.fancyboxes {
  overflow: hidden;
  padding: 0 0 30px;
}
.fancy_box_item {
  float: none;
  margin: 20px auto 0;
  width: auto;
}
.info_wrap {
  margin: 0 auto 24px;
  max-width:500px;
}
.event_speakers {
  max-width: 500px;
}
#event_testimonials .item {
  padding: 40px 20px;
}
.event_location {
  float: none;
  padding: 20px 30px;
  width: 100%;
  text-align:center;
}
#timer #countdown {
	float:none;
	width:100%;
	margin:0 auto;
}
.section-padding {
  padding: 70px 0;
}
#timer {
  margin: -10px -15px 0;
}
#inner_banner h1 {
	font-size:50px;
}

}

@media (max-width:480px) {
.schedule_style3 .schedule_date ul li {
	width: 48%;
	height: auto;
}
.inner_text {
	padding: 20px;
}
#banner.intro_style3 .intro_text h1 {
	font-size: 36px;
	line-height: 43px;
	letter-spacing: 0;
}
#header.header_2 .logo {
	padding: 2px 0;
	float: left;
	width: 70%;
}
.schedule_img {
	float:none;
	margin:0 0 25px;
}
.schedule_heading {
	float:none;
	width:100%;
}
.venu_map iframe {
  height: 300px;
  margin-top:30px;
}
#banner h1 {
	font-size:44px;
}
.countdown-period {
	width:130px;
	height:130px;
	margin:0 2px 15px;
	font-size:40px;
	padding:35px 30px;
}
.info_wrap {
  padding: 25px 15px 15px;
}
.pdf_file .btn.outline-btn {
  letter-spacing: 0;
  padding: 14px 0;
  width: 100%;
}
.pricing_table_vertical {
  display: block;
}
.plan_icons {
  float: none;
  margin: 0 auto 40px;
  width: 150px;
}
.pricing_table_vertical .plan_info {
  float: none;
  width: 100%;
  text-align:center;
}
.panel-title {
  font-size: 22px;
}
.panel-title a {
  padding: 15px 25px 15px 107px;
}
.panel-body p {
  font-size: 15px;
  line-height: 26px;
}
#banner .intro_text h1 {
  font-size: 45px;
}
.btn.btn-lg {
  font-size: 22px;
  line-height: 30px;
  padding: 19px 40px;
}
#timer .countdown-period {
	font-size:30px;
	padding:15px 10px;
	width:22%;
	height:90px;
	line-height:25px;
}
#timer .countdown-period span {
	font-size:13px;
}
.event_location p {
  font-size: 20px;
}
.section-header.style2_h h2 {
  font-size: 32px;
}
.info_wrap  h4 {
  font-size: 26px;
}
.section-header p {
  font-size: 17px;
}
#inner_banner.section-padding {
	padding:80px 0;
}
#inner_banner h1 {
	font-size:36px;
}
#need_help h3 {
	font-size:24px;
	line-height:30px;
}

}
</pre></body></html>