
/*
Template Name: Eventoz	
Author: MarkUps
Author URI: http://www.markups.io/
Version: 1.0
*/


/* Table of Content
==================================================
#BASIC TYPOGRAPHY
#HEADER	
#MENU 
#ABOUT US
#VIDEO
#SCHEDULE
#SPEAKERS
#VENUE
#PRICING PLANS
#REGISTER FORM
#FAQ
#OUR
#CONTACT US
#FOOTER
#RESPONSIVE STYLE
*/


/*--------------------*/
/* BASIC TYPOGRAPHY */
/*--------------------*/

body,
html {
	overflow-x:hidden;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	letter-spacing: 0.5px;
	line-height: 1.5;
	color: #1c1b1b;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: disc;
	font-size: 17px;
	line-height: 1.59;
}

a { 
	text-decoration: none;
	color: #2f2f2f;  
}

a:hover,
a:focus {
	outline: none;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin-top: 0;
}


h1 {
	font-size: 38px;
}

h2 {  
	font-size: 32px; 
	line-height: 1.13; 
}

h3 {  
	font-size: 26px;  
}

h4 {  
	font-size: 22px;  
}

h5 {  
	font-size: 20px;  
}

h6 {  
	font-size: 18px;  
}

img {
	border: none;
	max-width: 100%;
}

code {
	background-color: #ee6e73;
	border-radius: 2px;
	color: #fff;
	padding: 2px 4px;
}

pre {
	background-color: #f8f8f8;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 10px;
}

pre code {
	background-color: transparent;
	color: #333;
}

del{
	text-decoration-color: #ee6e73;
}

kbd {
	background-color: #ddd;
	padding: 4px 6px;
	border-radius: 2px;
	color: ;
}

address {
	line-height: 1.5;
	padding-left: 10px;
}

dl dt {
	font-weight: 700;
}

dl dd {
	margin-left: 0;
}

blockquote {
	background-color: #f8f8f8;
	border-radius: 0 4px 4px 0;
	padding: 5px 15px;
	
}

blockquote p {
	margin-top: 10px;
}

button {
	padding: 5px 15px;
	border: none;
}

button:focus {
	outline: none;
	border: none;
}


/* ========= BUTTON =========*/

.mu-primary-btn {
	background-color: transparent;
	border-radius: 4px;
	border: 2px solid #ffffff;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.5px;
	padding: 12px 35px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-primary-btn:hover,
.mu-primary-btn:focus {
	background-color: #fff;
}

.mu-send-msg-btn {
	color: #555;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	padding: 14px 24px;
	margin-top: 10px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 250px;
	color: #fff;
	border-radius: 5px;
}

.mu-send-msg-btn:hover,
.mu-send-msg-btn:focus {
	background-color: #fff;
}



/*--------------------*/
/* HEADER */
/*--------------------*/

#mu-hero {
	background-image: url("https://img.freepik.com/free-photo/corporate-businessman-giving-presentation-large-audience_53876-101865.jpg?t=st=1738919092~exp=1738922692~hmac=d9ad23ce83f939563eb92ab4a3caa6e1d21b7e30c58884970547a87cd6634ac6&w=1380");
	display: inline;
	float: left;
	width: 100%;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
}

.mu-hero-overlay {
	display: inline;
	float: left;
	opacity: 0.94;
	width: 100%;
}

.mu-logo-area {
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
}

.mu-logo {
	font-size: 35px;
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	font-weight: 600;
	background: #fff;
	padding: 5px 20px;
	margin-bottom: 30px;
}


.mu-menu-btn {
	position: fixed;
	right: 15%;
	top: 50px;
	color: #fff;
	font-size: 25px;
	border: 2px solid #fff;
	padding: 5px 14px;
	z-index: 999;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-menu-btn:hover,
.mu-menu-btn:focus {
	border: 2px solid #fff;
}



/*=== Featured section ===*/

.mu-hero-featured-area {
	display: inline;
	float: left;
	padding: 60px 0 150px;
	width: 100%;
}

.mu-hero-featured-content {
	display: inline;
	float: right;
	margin-top: 50px;
	text-align: center;
	width: 100%;
}

.mu-hero-featured-content h1 {
	font-size: 45px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 15px;
}


.mu-hero-featured-content h2 {
	color: #fff;
	font-size: 25px;
	font-weight: 300;
}

.mu-event-date-line {
	background-color: #fff;
	color: #333;
	padding: 5px 10px;
	display: inline-block;
	margin-top: 10px;
	font-weight: 600;
}

.mu-event-counter-area {
	display: inline;
	float: left;
	margin-top: 50px;
	width: 100%;
}

#mu-event-counter{
	display: inline;
	float: left;
	width: 100%;
	text-align: center;
}

.mu-event-counter-block {
	border: 2px solid #fff;
	border-radius: 50%;
	display: inline-block;
	height: 180px;
	width: 180px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	margin: 0 20px;
	font-weight: 300;
}

.mu-event-counter-block span {
	display: block;
	font-size: 40px;
	font-weight: 700;
	padding-top: 56px;
	line-height: 40px;
}

/*--------------------*/
/* MENU */
/*--------------------*/

#mu-hero .navbar-default {
	background-color: #fff;
	border-color: #e7e7e7;
	padding: 5px 0;
}

.mu-navbar {
	top: -150px;
	transition: all 0.5s;
}

.mu-nav-show {
	top: 0px;
}

#mu-hero .navbar-default .navbar-brand {
	padding: 15px 15px;
	font-size: 28px;
	line-height: 20px;
}

.mu-navbar .mu-menu li a {
	color: #333;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
	color: #fff;
}



/*--------------------*/
/* ABOUT US */
/*--------------------*/


#mu-about {
	background-color: #fff;
	display: inline;
	float: left;
	width: 100%;
}

.mu-about-area {
	display: inline;
	float: left;
	padding: 100px 0;
	width: 100%;
}

.mu-title-area {
	display: inline;
	float: left;
	text-align: center;
	padding: 0 120px;
	width: 100%;
}

.mu-title {
	color: #1c1b1b;
	margin-bottom: 15px;
	padding: 0;
	z-index: 10;
	text-transform: capitalize;
}

.mu-about-left {
	display: inline;
	float: left;
	width: 100%;
}

.mu-about-right {
	display: inline;
	float: left;
	margin-top: 30px;
	width: 100%;
}



/*--------------------*/
/* VIDEO */
/*--------------------*/


#mu-video {
	background-image: url("data:image/jpeg;base64,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");
	background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	display: inline;
	float: left;
	width: 100%;
}

.mu-video-overlay {
	display: inline;
	float: left;
	opacity: 0.85;
	width: 100%;
}

.mu-video-area {
	display: inline;
	float: left;
	padding: 200px 0;
	text-align: center;
	width: 100%;
}

.mu-video-area h2 {
	color: #fff;
}

.mu-video-content {
	display: inline;
	float: left;
	width: 100%;
}

.mu-video-play-btn,
.mu-video-close-btn {
	color: #fff;
	font-size: 22px;
	border: 2px solid #fff;
	border-radius: 50%;
	width: 60px;
	display: inline-block;
	height: 60px;
	line-height: 55px;
	text-align: center;
	margin-top: 100px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-video-play-btn:hover,
.mu-video-play-btn:focus {
	color: #fff;
	-webkit-transform: scale(1.2);
	        transform: scale(1.2);
}

.mu-video-close-btn {
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	border: 2px solid #fff;
	position: absolute;
	top: 0;
	right: 15%;
	display: inline-block;
	height: 50px;
	line-height: 45px;
	text-align: center;
	margin-top: 100px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	width: 50px;
}

.mu-video-close-btn:hover,
.mu-video-close-btn:focus {
	color: #fff;
	-webkit-transform: scale(1.2);
	        transform: scale(1.2);
}

.mu-video-iframe-area {
	background-color: rgba(0,0,0,0.84);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding: 12% 0;
	text-align: center;
	z-index: 9999;
	display: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-video-iframe-display {
	display: block;
}

.mu-video-iframe-area iframe {

}


/*--------------------*/
/* EVENT SCHEDULE */
/*--------------------*/

#mu-schedule {
	background-color: #f8f8f8;
	display: inline;
	float: left;
	width: 100%;
}

.mu-schedule-area {
	display: inline;
	float: left;
	padding: 100px 0;
	width: 100%;
}

.mu-schedule-content-area  {
	display: inline;
	float: left;
	margin-top: 50px;
	width: 100%;
}

.mu-schedule-menu {
	text-align: center;
	border: none;
}


.mu-schedule-menu li {
	float: none;
	display: inline-block;
}

.mu-schedule-menu li a {
	border-radius: 0;
	margin: 0 10px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-schedule-menu li a:hover,
.mu-schedule-menu li a:focus,
.mu-schedule-menu li.active a,
.mu-schedule-menu li.active a:hover,
.mu-schedule-menu li.active a:focus {
	color: #fff;
}

.mu-schedule-content{
	margin-top: 50px;
}

.mu-event-timeline ul li {
	list-style-type: none;
	position: relative;
	width: 2px;
	margin: 0 auto;
	padding-top: 50px;
	background-color: #ddd;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-event-timeline ul li::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 70px;
	transform: translateX(-50%);
	height: 24px;
	width: 24px;
	border-radius: 50%;
	background: inherit;
}


.mu-event-timeline ul li .mu-single-event {
	background-color: #fff;
	-webkit-box-shadow: 0 0 16px 0 rgba(32,32,47,0.16);
	-moz-box-shadow: 0 0 16px 0 rgba(32,32,47,0.16);
	box-shadow: 0 0 16px 0 rgba(32,32,47,0.16);
	position: relative;
	top: 0;
	width: 400px;
	padding: 15px;
	text-align: left;
}

.mu-event-timeline ul li:nth-child(2n) .mu-single-event {
	left: 50px;
}

.mu-event-timeline ul li:nth-child(2n+1) .mu-single-event {
	left: -450px;
	text-align: right;
}

.mu-event-timeline ul li .mu-single-event img {
	height: 80px;
	width: 80px;
	float: left;
	border-radius: 50%;
	margin-right: 15px;
}

.mu-event-timeline ul li:nth-child(2n+1) .mu-single-event img {
	float: right;
	margin-right: 0;
	margin-left: 15px;
}

.mu-event-timeline ul li .mu-single-event::before {
	content: '';
	position: absolute;
	top: 23px;
	width: 0;
	height: 0;
	border-style: solid;
}

.mu-event-timeline ul li:nth-child(2n+1) .mu-single-event::before {
	right: -15px;
	border-width: 8px 0 8px 16px;
	border-color: transparent transparent transparent #fff;
}

.mu-event-timeline ul li:nth-child(2n) .mu-single-event::before {
	left: -16px;
	border-width: 8px 16px 8px 0;
	border-color: transparent #fff transparent transparent;
}

.mu-event-timeline ul li .mu-single-event h3 {
	margin-bottom: 5px;
	font-size: 16px;
}

.mu-event-timeline ul li .mu-single-event p {
	margin-bottom: 5px;
}

.mu-event-timeline ul li .mu-single-event span {
	font-size: 12px;
}


/*--------------------*/
/* SPEAKERS */
/*--------------------*/


#mu-speakers {
	background-color: #fff;
	display: inline;
	float: left;
	width: 100%;
}

.mu-speakers-area {
	display: inline;
	float: left;
	padding: 100px 0;
	width: 100%;
}

.mu-speakers-content{
	display: inline;
	float: left;
	margin-top: 50px;
	width: 100%;
}

.mu-single-speakers {
	padding: 0 10px;
	outline: none;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.mu-speakers-slider .slick-next {
	right: -60px;
}

.mu-speakers-slider .slick-prev {
	left: -60px;
}

.mu-single-speakers-info {
	display: inline;
	float: left;
	margin-top: 20px;
	width: 100%;
}

.mu-single-speakers-info h3 {
	margin-bottom: 4px;
	font-size: 22px;
}

.mu-single-speakers-info p {
	margin-bottom: 5px;
}

.mu-single-speakers-social {

}

.mu-single-speakers-social li {
	display: inline-block;
}

.mu-single-speakers-social li a {
	display: inline-block;
	margin-right: 5px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}


/*--------------------*/
/* VENUE */
/*--------------------*/

#mu-venue {
	display: inline;
	float: left;
	width: 100%;
}

.mu-venue-area {
	display: inline;
	float: left;
	width: 100%;
}

.mu-venue-map {
	display: inline;
	float: left;
	width: 100%;
}

.mu-venue-map iframe {
	margin-bottom: -8px;
}

.mu-venue-address {
	display: inline;
	float: left;
	width: 100%;
	padding: 10% 5%;
	color: #fff;
}

.mu-venue-address h2 i {
	margin-top: -4px;
	font-size: 22px;
	display: inline-block;
	vertical-align: middle;
}

.mu-venue-address h3 {
	margin-top: 15px;
	margin-bottom: 0px;
}

.mu-venue-address h4 {
	font-size: 18px;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 25px;
}


/*--------------------*/
/* PRICING */
/*--------------------*/


#mu-pricing {
	background-color: #fff;
	display: inline;
	float: left;
	width: 100%;
}

.mu-pricing-area {
	display: inline;
	float: left;
	padding: 100px 0;
	width: 100%;
}

.mu-pricing-conten {
	display: inline;
	float: left;
	margin-top: 50px;
	width: 100%;
}

.mu-single-price {
	background-color: #f8f8f8;
	display: inline;
	float: left;
	text-align: center;
	position: relative;
	width: 100%;
	padding: 15px;
	overflow: hidden;
}

.mu-single-price-head {
	color: #555;
	display: inline;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}

.mu-single-price-head .mu-currency {
	font-weight: bold;
	font-size: 30px;
}

.mu-single-price-head .mu-rate {
	font-size: 60px;
	font-weight: bold;
	line-height: 0.9;
	letter-spacing: 3px;
}

.mu-single-price-head .mu-time {
	font-size: 16px;
	font-weight: 300;
	line-height: 0;
	font-style: italic;
}

.mu-single-price .mu-price-title {
	color: #555;
	font-size: 22px;
	padding: 10px 0;
}

.mu-single-price ul {
	list-style: none;
}

.mu-single-price ul li{
	list-style: none;
	color: #555;
}

.mu-register-btn {
	background-color: #fff;
	border: 1px solid #555;
	color: #555;
	margin-top: 20px;
	padding: 10px 40px;
	text-align: center;
	display: inline-block;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-register-btn:hover,
.mu-register-btn:focus,
.mu-popular-price .mu-register-btn {
	color: #fff;
}

.mu-popular-price .mu-price-tag {
	color: #fff;
	display: inline-block;
	position: absolute;
	top: 15px;
	left: -62px;
	padding: 10px 60px;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 700;
	transform: rotate(-45deg);
	text-align: center;
}

/*--------------------*/
/* REGISTER */
/*--------------------*/

#mu-register {
	background-image: url("https://img.freepik.com/free-photo/corporate-businessman-giving-presentation-large-audience_53876-101865.jpg?t=st=1738919092~exp=1738922692~hmac=d9ad23ce83f939563eb92ab4a3caa6e1d21b7e30c58884970547a87cd6634ac6&w=1380");
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	display: inline;
	float: left;
	position: relative;
	width: 100%;
}

#mu-register::before {
	background: rgba(0,0,0,0.9);
	bottom: 0;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	position: absolute;
	opacity: 0.9;
}

.mu-register-area {
	display: inline;
	float: left;
	padding: 150px 0;
	width: 100%;
}

.mu-register-area .mu-title,
.mu-register-area p {
	color: #fff;
}

.mu-register-content {
	display: inline;
	float: left;
	width: 100%;
	text-align: center;
	padding: 0 200px;
	margin-top: 50px;
}

.mu-register-form .form-group {
	margin-bottom: 25px;
}

.mu-register-form .form-control {
	height: 50px;
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
}

.mu-register-form select.form-control option{
	color: #333;
}

.mu-register-form .form-control::-webkit-input-placeholder {
	color: #fff;
	font-size: 15px;
}

.mu-register-form .form-control:-moz-placeholder { /* Firefox 18- */
	color: #fff;
	font-size: 15px; 
}

.mu-register-form .form-control::-moz-placeholder {  /* Firefox 19+ */
	color: #fff;
	font-size: 15px;
}

.mu-register-form .form-control:-ms-input-placeholder {  
	color: #fff;
	font-size: 15px;
}

.mu-reg-submit-btn {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
	padding: 12px 75px;
	margin-top: 20px;
	letter-spacing: 1px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}


/*--------------------*/
/* SPONSORS */
/*--------------------*/

#mu-sponsors {
	background-color: #fff;
	display: inline;
	float: left;
	width: 100%;
}

.mu-sponsors-area {
	display: inline;
	float: left;
	padding: 100px 0;
	width: 100%;
}

.mu-sponsors-content {
	display: inline;
	float: left;
	margin-top: 50px;
	width: 100%;
}

.mu-sponsors-single {
	background: #eee;
	display: inline;
	float: left;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 100%;
}


/*--------------------*/
/* FAQ */
/*--------------------*/

#mu-faq {
	background-color: #f8f8f8;
	display: inline;
	float: left;
	position: relative;
	width: 100%;
}

.mu-faq-area {
	display: inline;
	float: left;
	padding: 150px 0;
	width: 100%;
}

.mu-faq-content {
	display: inline;
	float: left;
	width: 100%;
	text-align: center;
	padding: 0 150px;
	margin-top: 50px;
}

.mu-faq-content .panel-default {
	border-radius: 0;
	border-color: #fff;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.06);
}

.mu-faq-content .panel-default > .panel-heading {
	color: #333;
	background-color: #fff;
	border-color: #ddd;
	padding: 0;

}

.mu-faq-content .panel-default > .panel-heading + .panel-collapse > .panel-body {
	text-align: left;
}


.mu-faq-content .panel-title {
	text-align: left;
	font-weight: 300;
}

.mu-faq-content .panel-title a {
	display: block;
	padding: 12px 15px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-faq-content .panel-title a>span {
	margin-right: 5px;
}


/*--------------------*/
/* CONTACT US */
/*--------------------*/

#mu-contact {
	background-color: #f8f8f8;
	display: inline;
	float: left;
	width: 100%;
}

.mu-contact-area {
	display: inline;
	float: left;
	padding: 100px 0 50px;
	width: 100%;
}

.mu-contact-header {
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
	padding: 0 120px;
}

.mu-contact-content{
	display: inline;
	float: left;
	margin-top: 50px;
	padding: 0 20%;
	width: 100%;
}


.mu-contact-form-area {
	display: inline;
	float: left;
	width: 100%;
}

.mu-contact-form {
	text-align: center;
}

.mu-contact-form .form-group input {
	background: transparent;
	border-radius: 5px;
	color: #333;
	font-size: 15px;
	border: 1px solid #888;
	height: 45px;
	margin-bottom: 24px;
}

.mu-contact-form .form-group textarea {
	background: transparent;
	border: 1px solid #888;
	border-radius: 5px;
	color: #333;
	font-size: 18px;
	padding: 10px;
	height: 190px;
}

.mu-contact-form .form-control:focus {
	background-color: #fff;
    outline: 0;
    box-shadow: none;    
} 

.mu-contact-form .form-control::-webkit-input-placeholder {
	color: #888;
	font-size: 15px;
}

.mu-contact-form .form-control:-moz-placeholder { /* Firefox 18- */
	color: #888;
	font-size: 15px; 
}

.mu-contact-form .form-control::-moz-placeholder {  /* Firefox 19+ */
	color: #888;
	font-size: 15px;
}

.mu-contact-form .form-control:-ms-input-placeholder {  
	color: #888;
	font-size: 15px;
}

.mu-contact-form .button-default::after,
.mu-contact-form .button-default > span {
	padding: 12px 40px;  
}

#form-messages {
	margin-bottom: 10px;
    background-color: #fff;
}

.success {
	padding: 1em;
	margin-bottom: 0.75rem;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #468847;
	background-color: #dff0d8;
	border: 1px solid #d6e9c6;
	-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
	      border-radius: 4px;
}

.error {
	padding: 1em;
	margin-bottom: 0.75rem;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #b94a48;
	background-color: #f2dede;
	border: 1px solid rgba(185, 74, 72, 0.3);
	-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
	      border-radius: 4px;
}



/*--------------------*/
/* FOOTER */
/*--------------------*/


#mu-footer {
	background-color: #f8f8f8;
	display: inline;
	float: left;
	width: 100%;
}

.mu-footer-area{
	display: inline;
	float: left;
	padding: 30px 0;
	text-align: center;
	width: 100%;
}

.mu-footer-top {
	display: inline;
	float: left;
	width: 100%;
}

.mu-social-media {
	display: inline;
	float: left;
	padding: 10px 0;
	width: 100%;
}

.mu-social-media a {
	border: 1px solid #19191a;
	border-radius: 50px;
	color: #19191a;
	display: inline-block;
	font-size: 12px;
	margin-right: 10px;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
}

.mu-footer-bottom {
	display: inline;
	float: left;
	width: 100%;
}

.mu-copy-right {
	margin-bottom: 0;
}

.mu-copy-right a {
	font-weight: 600;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}



/*--------------------*/
/* RESPONSIVE STYLE */
/*--------------------*/

@media (max-width: 1199px) {

	.mu-register-content {
		padding: 0 150px;
	}

	.mu-video-iframe-area {
		padding: 16% 0;
	}

	.mu-video-close-btn {
		top: 5%;
		right: 5%;
		margin-top: 0;
	}

	.mu-apps-screenshot-slider .slick-prev {
		left: -25px;
	}

	.mu-apps-screenshot-slider .slick-next {
		right: -25px;
	}

		
}

@media (max-width: 991px) {	

	.mu-primary-btn {
		font-size: 14px;
		padding: 12px 22px;
	}

	.mu-navbar .mu-menu {
		margin-top: 5px;
	}

	.mu-navbar .mu-menu li a {
		font-size: 15px;
		padding: 10px 6px;
	}

	.mu-hero-featured-content h1 {
		font-size: 35px;
	}

	.mu-hero-featured-content h2 {
		font-size: 18px;
	}

	.mu-event-date-line {
		font-size: 14px;
	}

	.mu-event-counter-block {
		height: 130px;
		width: 130px;
		font-size: 16px;
		margin: 0 10px;
	}

	.mu-event-counter-block span {
		font-size: 30px;
		padding-top: 32px;
		line-height: 32px;
	}

	.mu-event-timeline ul li {
		margin-left: 15%;
	}

	.mu-event-timeline ul li:nth-child(2n+1) .mu-single-event {
		left: 50px;
		text-align: left;
	}

	.mu-event-timeline ul li:nth-child(2n+1) .mu-single-event::before {
		right: auto;
		left: -16px;
		border-width: 8px 16px 8px 0;
		border-color: transparent #fff transparent transparent;
	}

	.mu-event-timeline ul li:nth-child(2n+1) .mu-single-event img {
		float: left;
		margin-right: 15px;
		margin-left: 0;
	}

	.mu-video-iframe-area {
		padding: 16% 5%;
	}

	.mu-video-iframe-area iframe {
		width: 100%;
	}

	.mu-title-area {
		padding: 0 50px;
	}

	.mu-faq-content {
		padding: 0;
	}

	.mu-contact-right {
		margin-top: 50px;
	}

	.mu-menu-btn {
		right: 5%;
	}

	.mu-speakers-slider .slick-next {
		right: 0;
	}

	.mu-speakers-slider .slick-prev {
		left: 0;
	}

	.mu-speakers-slider .slick-next,
	.mu-speakers-slider .slick-prev {
		width: 40px;
		height: 40px;
	}

	.mu-speakers-slider .slick-prev::before, 
	.mu-speakers-slider .slick-next::before {
		font-size: 18px;
	}

	.mu-single-speakers-info h3 {
		font-size: 18px;
	}

	.mu-pricing-conten {
		padding: 0 5%;
	}

	.mu-single-price {
		margin-bottom: 30px;
	}


		
}

@media (max-width: 767px) {

	.mu-logo img {
		width: 150px;
	}

	
	.mu-navbar .navbar-toggle .icon-bar {
		background-color: #fff;
	}

	.mu-navbar .mu-menu {
		padding: 0 15px;
	}

	.mu-video-close-btn {
		font-size: 16px;
		height: 40px;
		line-height: 35px;
		width: 40px;
	}

		
		
}


@media (max-width: 640px){
	
	.mu-event-counter-block {
		height: 100px;
		width: 100px;
		font-size: 15px;
	}

	.mu-event-counter-block span {
		font-size: 22px;
		padding-top: 22px;
		line-height: 25px;
	}

	.mu-title-area {
		padding: 0;
	}

	.mu-video-iframe-area {
		padding: 5% 5%;
	}

	.mu-video-iframe-area iframe {
		width: 100%;
		height: 100%;
	}

	.mu-register-content {
		padding: 0 100px;
	}

	.mu-contact-content {
		padding: 0 10%;
	}
				

}


@media (max-width: 480px) {

	body {
		font-size: 14px;
	}

	.mu-logo {
		margin-bottom: 10px;
		font-size: 30px;
	}

	.mu-hero-featured-area {
		padding: 60px 0 60px;
	}

	.mu-hero-featured-content {
		margin-top: 20px;
	}

	.mu-hero-featured-content h1 {
		font-size: 25px;
	}

	.mu-hero-featured-content h2 {
		font-size: 14px;
	}

	.mu-event-date-line {
		font-size: 12px;
	}

	.mu-event-counter-area {
		margin-top: 20px;
	}
	
	.mu-event-counter-block span {
		font-size: 18px;
		padding-top: 16px;
		line-height: 20px;
	}

	.mu-event-counter-block {
		height: 75px;
		width: 75px;
		font-size: 12px;
		margin: 0 5px;
	}
	
	.mu-video-close-btn {
		top: 2%;
		right: 5%;
		height: 40px;
		line-height: 35px;
		width: 40px;
	}

	.mu-menu-close-btn {
		right: 5%;
		top: 30px;
	}

	.mu-video-area {
		padding: 100px 0;
	}

	.mu-video-iframe-area {
		padding: 10% 5%;
	}

	.mu-video-iframe-area iframe {
		height: 250px;
	}

	h2 {
		font-size: 28px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 20px;
	}

	.mu-schedule-content {
		margin-top: 30px;
	}
	
	.mu-schedule-menu li {
		margin-bottom: 15px;
	}

	.mu-schedule-menu li a {
		font-size: 15px;
	}

	.mu-event-timeline ul li {
		margin-left: 5%;
	}

	.mu-event-timeline ul li .mu-single-event,
	.mu-event-timeline ul li:nth-child(2n+1) .mu-single-event,
	.mu-event-timeline ul li:nth-child(2n) .mu-single-event {
		left: 30px;
		width: 350px;
	}

	.mu-event-timeline ul li .mu-single-event h3 {
		margin-bottom: 5px;
		font-size: 14px;
	}

	.mu-venue-address h4 {
		font-size: 16px;
	}

	.mu-register-content,
	.mu-contact-content {
		padding: 0 5%;
	}

	.mu-faq-content .panel-title {
		font-size: 14px;
	}
					
	
}


@media (max-width: 360px) {

	.mu-logo img {
		width: 120px;
	}

	.mu-hero-featured-area {
		padding: 30px 0 30px;
	}

	.mu-event-counter-block {
		height: 56px;
		width: 56px;
		font-size: 10px;
	}

	.mu-event-counter-block span {
		font-size: 16px;
		padding-top: 10px;
		line-height: 16px;
	}

	.mu-video-area {
		padding: 50px 0;
	}

	.mu-video-iframe-area {
		padding: 15% 5%;
	}

	.mu-video-play-btn, .mu-video-close-btn {
		font-size: 18px;
		width: 50px;
		height: 50px;
		line-height: 46px;
		margin-top: 50px;
	}

	h2 {
		font-size: 25px;
	}

	.mu-event-timeline ul li .mu-single-event, 
	.mu-event-timeline ul li:nth-child(2n+1) .mu-single-event, 
	.mu-event-timeline ul li:nth-child(2n) .mu-single-event {
		left: 30px;
		width: 280px;
	}
}



@media (max-width: 320px) {

	.mu-video-iframe-area {
		padding: 30% 5%;
	}

	.mu-event-timeline ul li .mu-single-event, 
	.mu-event-timeline ul li:nth-child(2n+1) .mu-single-event, 
	.mu-event-timeline ul li:nth-child(2n) .mu-single-event {
		left: 30px;
		width: 250px;
	}

	h2 {
		font-size: 22px;
	}
	
	
	
}

