/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Live Event
Version:	1.0.0
Author: 
Website: 
Purchase: 
-------------------------------------------------------------------
[Table of contents]
 
1. Body
2. Custom css / a
3. Preloader/ #preloader
4. Header / .lv_header_wrapper
5. Button / .lv_btn
6. Timer / .lv_timer_wrapper
7. Heading / .lv_heading_center
8. About / .lv_about_wrapper
9. Event Gallery / .lv_event_glry_wrapper
10. Event Schedule / .lv_event_schedule_wrapper
11. Speakers / .lv_speakers_wrapper
12. FAQ /.lv_faq_wrapper
13. Video css Start / .lv_video_wrapper
14. Pricing css Start / .lv_pricing_wrapper
15. Testimonial css Start / .lv_testimonial_wrapper
16. Sponsors css Start / .lv_sponsors_wrapper
17. Newsletter css Start / .lv_newsletter_wrapper
18. Latest News css Start / .lv_ltnews_wrapper
19. Tweet Feed css Start  / .lv_twtfd_wrapper
20. Fliker Gallery css Start / .lv_flickr_wrapper
21. Map css Start / .lv_map_wrapper
22. Register Form css Start / .lv_register_wrapper
23. Footer css Start / .lv_footer_wrapper
24. Responsive / .lv_contact_form
*/

/*--------- Body Strat -------*/
body,
html {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 23px;
	color: #797979;
	overflow-x: hidden;
}

/*---------- Custom Css Start -------*/
a {
	color: #797979;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #707070;
	text-decoration: none;
}

a:focus {
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Droid Serif', serif;
	line-height: 1.1;
	color: #222222;
}

input,
select,
button {
	outline: none;
}

input:focus,
select:focus,
button:focus {
	outline: none;
	box-shadow: none;
}

textarea {
	outline: none;
}

textarea:focus {
	outline: none;
	box-shadow: none;
}

.lv_toppadder10 {
	padding-top: 10px;
}

.lv_toppadder20 {
	padding-top: 20px;
}

.lv_toppadder30 {
	padding-top: 30px;
}

.lv_toppadder40 {
	padding-top: 40px;
}

.lv_toppadder50 {
	padding-top: 50px;
}

.lv_toppadder60 {
	padding-top: 60px;
}

.lv_toppadder70 {
	padding-top: 70px;
}

.lv_toppadder80 {
	padding-top: 80px;
}

.lv_toppadder90 {
	padding-top: 90px;
}

.lv_toppadder100 {
	padding-top: 100px;
}

.lv_bottompadder10 {
	padding-bottom: 10px;
}

.lv_bottompadder20 {
	padding-bottom: 20px;
}

.lv_bottompadder30 {
	padding-bottom: 30px;
}

.lv_bottompadder40 {
	padding-bottom: 40px;
}

.lv_bottompadder50 {
	padding-bottom: 50px;
}

.lv_bottompadder60 {
	padding-bottom: 60px;
}

.lv_bottompadder70 {
	padding-bottom: 70px;
}

.lv_bottompadder80 {
	padding-bottom: 80px;
}

.lv_bottompadder90 {
	padding-bottom: 90px;
}

.lv_bottompadder100 {
	padding-bottom: 100px;
}

#snow {
	background: none;
	background-image: url('../images/header/sn1.png'), url('../images/header/sn2.png'), url('../images/header/sn3.png');
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-animation: snow 10s linear infinite;
	-moz-animation: snow 10s linear infinite;
	-ms-animation: snow 10s linear infinite;
	animation: snow 10s linear infinite;
}

@keyframes snow {
	0% {
		background-position: 0px 0px, 0px 0px, 0px 0px;
	}

	50% {
		background-position: 500px 500px, 100px 200px, -100px 150px;
	}

	100% {
		background-position: 500px 1000px, 200px 400px, -100px 300px;
	}
}

@-moz-keyframes snow {
	0% {
		background-position: 0px 0px, 0px 0px, 0px 0px;
	}

	50% {
		background-position: 500px 500px, 100px 200px, -100px 150px;
	}

	100% {
		background-position: 400px 1000px, 200px 400px, 100px 300px;
	}
}

@-webkit-keyframes snow {
	0% {
		background-position: 0px 0px, 0px 0px, 0px 0px;
	}

	50% {
		background-position: 500px 500px, 100px 200px, -100px 150px;
	}

	100% {
		background-position: 500px 1000px, 200px 400px, -100px 300px;
	}
}

@-ms-keyframes snow {
	0% {
		background-position: 0px 0px, 0px 0px, 0px 0px;
	}

	50% {
		background-position: 500px 500px, 100px 200px, -100px 150px;
	}

	100% {
		background-position: 500px 1000px, 200px 400px, -100px 300px;
	}
}

/*-- Preloader css start --*/
#preloader {
	background-color: #fff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2147483647;
	width: 100%;
	height: 100%;
}

#status {
	background-position: center center;
	background-repeat: no-repeat;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

#status img {}

/*-- Header Css Start --*/
.lv_header_wrapper {
	float: left;
	width: 100%;
	background: #fff;
	position: relative;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
	.lv_header_wrapper {
		z-index: 1000;
	}
}

.lv_img_overlay {
	position: absolute;
	top: 0%;
	left: 0%;
	right: 0%;
	bottom: 0%;
	background: #fff;
}

.lv_top_header_wrapper {
	float: left;
	width: 100%;
	padding: 30px 0px;
}

.lv_share_info_wrapper {
	float: right;
	width: auto;
}

.lv_share_info_wrapper ul {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.lv_share_info_wrapper ul li {
	list-style: none;
	float: left;
	width: auto;
	margin-left: 40px;
}

.lv_share_info_wrapper ul li:first-child {
	margin-left: 0px;
}

.lv_share_info_wrapper ul li .lv_header_icon {
	float: left;
	width: 70px;
	height: 70px;
	border: 2px dashed #696969;
	border-radius: 100%;
	line-height: 68px;
	text-align: center;
	margin-right: 20px;
}

.lv_share_info_wrapper ul li p {
	float: left;
	width: auto;
	margin: 10px 0px 0px 0px;
	font-size: 14px;
	color: #ffffff;
}

.lv_share_info_wrapper ul li p a {
	float: left;
	width: auto;
	color: #ffffff;
}

.lv_bottom_header_wrapper {
	float: left;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.12);
	z-index: 1;
	position: relative;
}

.lv_mainmenu_wrapper {
	float: right;
}

.lv_main_menu ul {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.lv_main_menu ul li {
	list-style: none;
	float: left;
	width: auto;
}

.lv_main_menu ul li a {
	float: left;
	padding: 8px 14px;
	color: #000000;
	font-size: 16px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
	z-index: 100;
}

.lv_main_menu ul li a:hover,
.lv_main_menu ul li a.active {
	color: #c53546;
}

.lv_main_menu ul li a:after {
	content: "";
	position: absolute;
	font-size: 24px;
	left: 45px;
	color: #c53546;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	z-index: -1;
}

.lv_main_menu ul li a:before {
	content: "";
	position: absolute;
	font-size: 24px;
	right: 45px;
	color: #c53546;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.lv_main_menu ul li a:hover:after,
.lv_main_menu ul li a.active:after {
	content: '}';
	left: 88%;
	font-size: 24px;
	color: #c53546;
	position: absolute;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	z-index: -1;
}

.lv_main_menu ul li a:hover:before,
.lv_main_menu ul li a.active:before {
	content:'{';
	position: absolute;
	right: 88%;
	color: #c53546;
	font-size: 24px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.lv_menu_btn {
	display: none;
}

#search_button i {
	color: #000000;
}

#search_button svg {
	cursor: pointer;
}

.menu_fixed {
	position: fixed;
	z-index: 1000;
	padding: 0px 0px;
	top: 0;
	background-color: #fff;
	-o-box-shadow: 0px 0px 25px -10px;
	-ms-box-shadow: 0px 0px 25px -10px;
	-moz-box-shadow: 0px 0px 25px -10px;
	-webkit-box-shadow: 0px 0px 25px -10px;
	box-shadow: 0px 0px 25px -10px;
}

.lv_search_bar {
	float: left;
	width: auto;
	text-align: center;
	padding: 31px 0px;
	color: #ffffff;
	font-size: 16px;
	cursor: pointer;
}

.lv_search_box {
	position: absolute;
	top: 100%;
	padding: 20px;
	display: inline-block;
	border-radius: 0px;
	-webkit-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 5px 8px -5px rgba(0, 0, 0, 0.5);
	background-color: #ffffff;
	display: none;
	z-index: 1000;
	left: 52%;
}

.lv_search_box input {
	float: left;
	width: calc(100% - 45px);
	padding: 0px 10px;
	height: 45px;
	border: 1px solid #e1e1e1;
	border-right: 0px;
}

.lv_search_box button {
	width: 45px;
	height: 45px;
	border: 1px solid #e1e1e1;
	border-left: none;
	background-color: #ffffff;
	text-align: center;
	padding: 0px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.lv_search_box button:hover {
	color: #ffffff;
	background: #31a2f0;
	border-color: #31a2f0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.lv_bottom_header_wrapper .lv_btn {

	padding-left: 70px;
}

.lv_bottom_header_wrapper .lv_btn a:hover {
	color: #ffffff;
}

.submit_btn {
	float: right;
}

.submit_btn li {
	list-style: none;
}

.submit_btn li a {
	float: left;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	border: none;
	background: #ff414c;
	color: #fff;
	text-align: center;
	line-height: 65px;
	position: relative;
	top: 70px;
	z-index: 1000 !important;
	margin-right: -120px;
}

.submit_btn i {
	font-size: 30px;
}

@media only screen and (max-width: 1300px) {
	.submit_btn li a {
		margin-right: 0;
	}
}

@media only screen and (max-width: 991px) {
	.lv_bottom_header_wrapper .lv_btn {
		width: calc(100% - 20px);
	}

	.lv_search_bar {
		float: right;
		margin-top: 0;
	}

	.lv_search_box {
		margin-right: 15px;
	}

	#search_button {
		float: left;
	}

	.lv_btn {
		text-align: right;
	}

	.search_btn_wrapper {
		text-align: none !important;
	}

	.search_btn_btn {
		display: block !important;
	}

}

@media only screen and (max-width: 767px) {
	.lv_main_menu ul li a {
		color: #fff;
		padding: 13px 15px;
		margin: 21px 0px;
	}

	.lv_main_menu ul {
		height: 100vh;
		background-color: #c53546;
	}
}

@media only screen and (max-width: 1199px) {
	.lv_search_bar {
		left: 0;
	}
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
	.lv_main_menu ul li a {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
}

/*-- Button Css Start --*/
.lv_btn {
	margin-top: 20px;
	float: left;
}

.lv_btn a {
	display: inline-block;
	width: auto;
	min-width: 150px;
	height: 46px;
	line-height: 43px;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #c53546;
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	text-align: center;
	border-radius: 50px;
	padding: 0px 30px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.lv_btn a:hover {
	color: #000000 !important;
	background: transparent;
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.lv_btn a i {
	padding-right: 5px;
}

.lv_btn a.btn_2 {
	display: inline-block;
	width: auto;
	min-width: 150px;
	height: 46px;
	line-height: 43px;
	font-size: 14px;
	color: #222222;
	background: transparent;
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	border-radius: 50px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.lv_btn a.btn_2:hover {
	color: #fff !important;
	background: #c53546;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.lv_btn_date .btn_2 {
	display: inline-block;
	width: auto;
	min-width: 150px;
	height: 46px;
	line-height: 43px;
	font-size: 14px;
	color: #222222;
	background: transparent;
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	border-radius: 50px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.lv_btn_date .btn_2:hover {
	color: #fff !important;
	background: #ff4157;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.lv_btn button {
	width: auto;
	min-width: 150px;
	height: 46px;
	line-height: 43px;
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	background: #fff;
	text-align: center;
	border-radius: 50px;
	padding: 0px 30px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	border: 2px solid transparent;
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
}

.lv_btn button:hover {
	color: #fff;
	background: transparent;
	border: 2px solid #fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.about_btn {
	display: inline-block;
}

.gc_event_searchbar li {
	list-style: none;
	position: relative;
	top: 43px;
}

#search_button svg {
	width: 20px;
	height: 20px;
}

.gc_search_box {
	position: absolute;
	right: 0;
	top: -47px;
	padding: 0px;
	width: 350px;
	display: inline-block;
	border-radius: 0px;
	-webkit-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 5px 8px -5px rgba(0, 0, 0, 0.5);
	background-color: #ffffff;
	display: none;
	z-index: 1000;
}

.gc_search_box input {
	float: left;
	width: calc(100% - 60px);
	padding: 0px 10px;
	height: 60px;
	border: 1px solid #e1e1e1;
	border-right: 0px;
}

.gc_search_box button {
	width: 60px;
	height: 60px;
	color: #ffffff;
	border: 1px solid #c53546ba;
	border-left: none;
	background-color: #c53546ba;
	text-align: center;
	padding: 0px;
	font-size: 24px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.gc_search_box button:hover {
	color: #ffffff;
	background-color: #c53546;
	border-color: #c53546;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

@media only screen and (min-width: 768px) {
	.lv_top_header_wrapper {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.logo_wrapper img {
		display: none;
	}

	.responsive_main_logo {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.event_logo_wrapper {
		text-align: center;
	}

	.logo_wrapper {
		display: inline-block;
	}
}

/* sliderfive */
/*-- GC slider Css Start --*/
.GC_slider_Wrappwer {
	float: left;
	width: 100%;
}

.categories_sec_wrapper {
	background: url('../images/content/service_bg.jpg')50% 0 repeat-y;
	background-repeat: no-repeat;
	background-position: left 0;
	float: left;
	width: 100%;
	height: 100%;
}

.margin-top {
	margin-top: 100px;
}

/*-- GC slider Css End --*/
.wd_timer_wrapper {
	float: left;
	width: 100%;
	text-align: center;
	padding: 80px 0px;
	background-color: #c53546;
}

.wd_center_words {
	display: inline-block;
	width: 100%;
	text-align: left;
	padding: 0px;
	padding-top: 50px;
}

.wd_center_words h1 {
	display: inline-block;
	width: 100%;
	text-transform: capitalize;
	font-size: 36px;
	color: #ffffff;
	margin: 0px;
	font-family: 'Great Vibes', cursive;
}

.wd_center_words h2 {
	display: inline-block;
	width: 100%;
	text-transform: capitalize;
	font-size: 46px;
	font-family: 'Philosopher';
	color: #ffffff;
	margin: 0px;
}

#clockdiv {
	float: left;
	width: 100%;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	font-size: 48px;
	padding: 20px 0px;
	background-color: #c53546;
}

#clockdiv>div {
	display: inline-block;
	margin: 0px 10px;
	border-radius: 100%;
	border: 1px solid #ffffff;
	height: 150px;
	width: 150px;
	padding-top: 50px;
}

#clockdiv div>span {
	float: left;
	width: 100%;
	font-family: 'Philosopher';
}

.smalltext {
	float: left;
	width: 100%;
	padding-top: 14px;
	font-size: 24px;
	color: #ffffff;
}

/*-- categories section start --*/
.category1_wrapper {
	text-align: center;
	padding-bottom: 100px;
}

.category1 {
	display: inline-block;
	width: 100%;
	padding-bottom: 60px;
	border: 1px solid #ffffff;
	background: #ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	overflow: hidden;
}

.category1:hover {
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	border: 1px solid transparent;
	background: #ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.category1 img {
	margin-top: 60px;
	width: 80px;
	height: 80px;
}

.category1 h3 {
	font-size: 20px;
	color: #000000;
}

.gc_category_label_wrapper {
	width: 40px;
	height: 90px;
	background: #c53546;
	position: absolute;
	top: -100px;
	left: 20px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.gc_category_label_wrapper:after {
	content: '';
	border-bottom: 20px solid #ffffff;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.category1:hover .gc_category_label_wrapper {
	top: 0;
	padding-top: 15px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.gc_category_label_wrapper p {
	font-size: 18px;
	color: #ffffff;
	font-family: 'Great Vibes', cursive;
	font-weight: bold;
}

/*-- categories section end --*/
/*-- Heading Css Start --*/
.lv_heading_center {
	float: left;
	width: 100%;
	margin-bottom: 80px;
	text-align: center;
	text-transform: capitalize;
}

.gc_about_sec_heading_wrapper {
	text-align: center;
}

.gc_about_sec_heading {
	display: inline-block;
}

.section_header_main {
	text-align: center;
	float: left;
	width: 100%;
}

.section-header {
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.section-header h2 {
	font-size: 50px;
	font-weight: 100;
	margin-bottom: 0;
	padding-bottom: 10px;
	letter-spacing: 1px;
	color: #000000;
}

.lv_heading_center h1:after {
	position: absolute;
	content: "";
	bottom: -10px;
	left: 0;
	right: 0;
	margin: 0px auto;
	height: 4px;
	width: 60px;
	background: #c53546;
}

.lv_heading_center p {
	float: left;
	width: 100%;
	margin: 0px;
}

.lv_heading_left {
	margin-bottom: 30px;
	text-transform: capitalize;
}

.lv_heading_left h1 {
	margin: 0px;
	font-size: 40px;
	padding-bottom: 20px;
	position: relative;
}

.lv_heading_left h1:after {
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	right: 100%;
	margin: 0px auto;
	height: 4px;
	width: 60px;
	background: #c53546;
}

.lv_heading_right {
	float: right;
	width: 100%;
	margin-bottom: 30px;
	text-align: right;
	text-transform: capitalize;
}

.lv_heading_right h1 {
	float: right;
	width: 100%;
	margin: 0px;
	font-size: 40px;
	padding-bottom: 20px;
	position: relative;
}

.lv_heading_right h1:after {
	position: absolute;
	content: "";
	bottom: 0px;
	right: 0px;
	height: 4px;
	width: 60px;
	background: -ms-linear-gradient(left, #6E65DE 0%, #30A3F0 100%);
	background: -moz-linear-gradient(left, #6E65DE 0%, #30A3F0 100%);
	background: -o-linear-gradient(left, #6E65DE 0%, #30A3F0 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #6E65DE), color-stop(100, #30A3F0));
	background: -webkit-linear-gradient(left, #6E65DE 0%, #30A3F0 100%);
	background: linear-gradient(to right, #6E65DE 0%, #30A3F0 100%);
}

.carousel-inner p {
	color: #000000;
	font-size: 16px;
	font-weight: 500 !important;
}

@media only screen and (min-width: 991px) {
	.testimonial_heading_wrapper h1 {
		text-align: left;
	}

	.testimonial_heading_wrapper h1:after {
		right: 100%;
	}

	.lv_testimonial_info {
		text-align: left !important;
	}

	#quote-carousel .carousel-indicators {
		top: -95px !important;
		left: 40%;
	}

	.text-center {
		text-align: left;
	}

	#quote-carousel {
		padding-left: 0 !important;
	}
}

/*-- About css Start --*/
.lv_about_wrapper {
	width: 100%;
	height: 100%;
	background: url('../images/content/about_bg.jpg') 50% 0 repeat-y;
	background-position: right 0;
	background-repeat: no-repeat;
	text-align: center;
}

.lv_about_wrapper .lv_btn a {
	margin-right: 15px;
}

.lv_about_info {
	float: left;
	width: 100%;
}

.lv_about_info span {
	float: left;
	width: 100%;
	font-size: 20px;
	color: #000000;
	margin-bottom: 20px;
	font-family: 'Droid Serif', serif;
	margin-top: 40px;
}

.lv_about_info p {
	float: left;
	width: 100%;
	margin-top: 60px;
	padding-left: 100px;
	padding-right: 100px;
}

.about_heading_wrapper h1:after {
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	right: 0;
	margin: 0px auto;
	height: 4px;
	width: 60px;
	background: #ff4157;
}

.lv_event_schedule {
	float: left;
	width: 100%;
}

.lv_event_schedule ul {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	border: 1px solid #e1e1e1;
	border-radius: 50px;
}

.lv_event_schedule ul li {
	float: left;
	width: 50%;
	list-style: none;
}

.lv_event_schedule ul li:first-child .lv_event_schedule_info {
	border-top-left-radius: 50px;
}

.lv_event_schedule ul li:last-child .lv_event_schedule_info {
	border-bottom-right-radius: 50px;
}

.lv_event_schedule ul li:nth-child(2) .lv_event_schedule_info {
	border-top-right-radius: 50px;
}

.lv_event_schedule ul li:nth-child(3) .lv_event_schedule_info {
	border-bottom-left-radius: 50px;
}

.lv_event_schedule ul li:first-child {
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

.lv_event_schedule ul li:last-child {}

.lv_event_schedule ul li:nth-child(2) {
	border-bottom: 1px solid #e1e1e1;
}

.lv_event_schedule ul li:nth-child(3) {
	border-right: 1px solid #e1e1e1;
}

.lv_event_schedule ul li .lv_event_schedule_info {
	float: left;
	width: 100%;
	text-align: center;
	padding: 35px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.lv_event_schedule ul li .lv_event_schedule_info svg {
	width: 32px;
	height: 32px;
	fill: #31a2f0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.lv_event_schedule ul li .lv_event_schedule_info h4 {
	float: left;
	width: 100%;
	margin: 5px 0px;
	font-size: 20px;
	font-weight: 500;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.lv_event_schedule ul li .lv_event_schedule_info p {
	float: left;
	width: 100%;
	margin: 0px;
	letter-spacing: 4px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.lv_event_schedule ul li .lv_event_schedule_info:hover {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	background: #31a2f0;
}

.lv_event_schedule ul li .lv_event_schedule_info:hover h4,
.lv_event_schedule ul li .lv_event_schedule_info:hover p,
.lv_event_schedule ul li .lv_event_schedule_info:hover svg {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	color: #ffffff;
	fill: #ffffff;
}

/*-- Event Gallery css Start --*/
.lv_event_glry_wrapper {
	float: left;
	width: 100%;
	background-image: url(../images/content/event_bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	background-attachment: fixed;
}

.lv_slider_overlay {
	position: absolute;
	top: 0%;
	left: 0%;
	right: 0%;
	bottom: 0%;
	background: #c53546e0;
}

.lv_event_glry_wrapper .lv_heading_center h1 {
	color: #ffffff;
}

.gc_section_gallery_main {
	text-align: center;
	float: left;
	width: 100%;
	padding-bottom: 60px;
}

.gc_section_gallery {
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.gc_gallery_heading_pera_wrapper {
	float: left;
	width: 100%;
}

.gc_gallery_heading_pera_wrapper p {
	color: #ffffffa3;
	padding-top: 15px;
}

.gc_section_gallery h2 {
	font-size: 50px;
	font-weight: 100;
	margin-bottom: 0;
	position: relative;
	padding-bottom: 15px;
	letter-spacing: 1px;
	color: #ffffff;
}

.lv_glry_slider {
	float: left;
	width: 100%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	margin-top: -250px;
	position: relative;
	top: 250px;
}

.lv_glry_slider .owl-theme .owl-dots {
	display: none;
}

.lv_glry_slider .owl-theme .owl-nav [class*='owl-'] {
	background: #c53546;
}

.lv_glry_slider .owl-theme .owl-nav {
	position: absolute;
	top: 50%;
	margin: 0;
	margin-top: -26px;
	left: 0;
	right: 0;
	z-index: 1000;
}

.lv_glry_slider .owl-theme .owl-nav .owl-prev {
	font-size: 45px;
	margin: 0;
	padding: 0;
	height: 70px;
	width: 70px;
	line-height: 70px;
	border-radius: 100px;
	left: 0px;
	position: absolute;
	text-align: left;
	padding-left: 25px;
}

.lv_glry_slider .owl-theme .owl-nav .owl-next {
	font-size: 45px;
	margin: 0;
	padding: 0;
	height: 70px;
	width: 70px;
	line-height: 70px;
	border-radius: 100px;
	right: 0;
	position: absolute;
	text-align: right;
	padding-right: 25px;
}

.lv_glry_slider .item {
	z-index: 1;
}

.lv_glry_slider .item a {
	cursor: default;
}

.lv_glry_slider .item a:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0px auto;
	margin-top: -28px;
	background-image: url(../images/content/zoom.png);
	width: 56px;
	height: 56px;
	z-index: 1;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.lv_glry_slider .item a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0px auto;
	margin-top: -35px;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.lv_glry_slider .item:hover a:after,
.lv_glry_slider .item:hover a:before {
	opacity: 0.9;
	visibility: visible;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

/*-- Event Schedule css Start --*/
.lv_event_schedule_wrapper {
	float: left;
	width: 100%;
	height: 100%;
	background: url('../images/content/schedule_bg.jpg') 50% 0 repeat-y;
	background-position: center 0;
	background-size: cover;
}

.gc_section_event_main {
	text-align: center;
	float: left;
	width: 100%;
	padding-bottom: 60px;
}

.gc_section_event {
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.gc_event_heading_pera_wrapper {
	float: left;
	width: 100%;
}

.gc_event_heading_pera_wrapper p {
	color: #000000;
	padding-top: 15px;
}

.gc_section_event h2 {
	font-size: 50px;
	font-weight: 100;
	margin-bottom: 0;
	position: relative;
	padding-bottom: 15px;
	letter-spacing: 1px;
	color: #0000000;
}

.lv_schedule_infotabs {
	float: left;
	width: 100%;
}

.lv_schedule_infotabs .nav-tabs {
	border-bottom: 0px solid #ddd;
	border: none;
	float: left;
	width: 100%;
	text-align: center;
}

.lv_schedule_infotabs .nav-tabs>li {
	float: none;
	width: auto;
	margin-bottom: 0px;
	border: 0px dashed;
	margin: 0px 15px;
	border-radius: 20px;
	display: inline-block;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.lv_schedule_infotabs .nav-tabs>li.active>a,
.lv_schedule_infotabs .nav-tabs>li.active>a:hover,
.lv_schedule_infotabs .nav-tabs>li.active>a:focus {
	color: #000000;
	cursor: default;
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	border: none;
}

.lv_schedule_infotabs .nav-tabs>li>a {
	float: left;
	width: 100%;
	margin-right: 0px;
	line-height: 1.42857143;
	padding: 22px 15px;
	background-color: #ffffff;
	position: relative;
	text-transform: capitalize;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	border: none;
}

.lv_schedule_infotabs .nav-tabs>li>a:hover,
.lv_schedule_infotabs .nav-tabs>li>a:focus {
	color: #000000;
	cursor: default;
	background: #fff;
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	border: none;
}

.lv_schedule_infotabs li.active>a:after,
.lv_schedule_infotabs .nav-tabs>li>a:hover:after,
.lv_schedule_infotabs .nav-tabs>li>a:focus:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: 0px auto;
	width: 0;
	height: 0;
	border-top: 15px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.lv_schedule_infotabs .nav-tabs>li>a p {
	float: left;
	width: 100%;
	margin: 0px;
	color: #222222;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.lv_schedule_infotabs .nav-tabs>li>a span {
	float: left;
	width: 100%;
}

.lv_schedule_infotabs li.active>a>p,
.lv_schedule_infotabs .nav-tabs>li>a:hover p,
.lv_schedule_infotabs .nav-tabs>li>a:focus p {
	color: #ff4157;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.lv_schedule_infotabs .tab-content {
	float: left;
	width: 100%;
	border-radius: 20px;
	padding: 50px;
	padding-top: 0;
}

.lv_schedule_infotabs .tab-content .tab-pane>ul {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.lv_schedule_infotabs .tab-content .tab-pane>ul>li {
	list-style: none;
	float: left;
	width: 100%;
}

.lv_schedule_infotabs .tab-content .tab-pane>ul>li .lv_schedule_details {
	float: left;
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 30px;
	position: relative;
}

.lv_schedule_infotabs .tab-content .tab-pane>ul>li:last-child .lv_schedule_details {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.lv_schedule_infotabs .tab-content .tab-pane>ul>li .lv_schedule_details:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0px;
	left: 140px;
	border-bottom: 1px solid #e1e1e1;
}

.lv_schedule_infotabs .tab-content .tab-pane>ul>li:last-child .lv_schedule_details:after {
	display: none;
}

.lv_schedule_infotabs .tab-content .tab-pane>ul>li .lv_schedule_details_img {
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 40px;
	padding-top: 15px;
}

.lv_schedule_infotabs .tab-content .tab-pane>ul>li .lv_schedule_details_img img {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	padding: 5px;
}

.lv_schedule_infotabs .tab-content .tab-pane>ul>li .lv_schedule_details_text {
	float: left;
	width: calc(100% - 340px);
	padding: 0px 40px;
	position: relative;
}

.lv_schedule_infotabs .tab-content .tab-pane>ul>li .lv_schedule_details_text:after {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	border-left: 1px solid #e1e1e1;
}

.lv_schedule_infotabs .tab-content .tab-pane>ul>li .lv_schedule_details_text:before {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	border-right: 1px solid #e1e1e1;
}

.lv_schedule_infotabs .tab-content .tab-pane>ul>li .lv_schedule_details_text h3 {
	float: left;
	width: 100%;
	margin-top: 0px;
	font-weight: 400;
	font-size: 22px;
}

.lv_schedule_infotabs .tab-content .tab-pane>ul>li .lv_schedule_details_text p {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.lv_schedule_infotabs .tab-content .tab-pane>ul>li .lv_schedule_details_text ul {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.lv_schedule_infotabs .tab-content .tab-pane>ul>li .lv_schedule_details_text ul li {
	list-style: none;
	float: left;
	width: auto;
	margin-right: 30px;
	color: #222222;
	text-transform: capitalize;
}

.lv_schedule_infotabs .tab-content .tab-pane>ul>li .lv_schedule_details_text ul li img {
	margin-right: 15px;
}

.lv_schedule_infotabs .tab-content .tab-pane>ul>li .lv_schedule_details_btn {
	float: right;
	width: auto;
}

.lv_schedule_details:hover {
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	background: #fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.lv_schedule_details {
	padding-top: 70px;
	padding-bottom: 70px !important;
	padding-left: 50px;
	padding-right: 50px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.sche_date_btn .btn_sche {
	display: inline-block;
	width: auto;
	width: 310px;
	height: 46px;
	line-height: 43px;
	font-size: 20px;
	color: #ffffff;
	background: #bd062a;
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	font-family: 'Droid Serif', serif;
	text-align: center;
	border-radius: 50px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	margin-top: 20px;
}

/*-- Speakers Wrapper css Start --*/
.lv_speaker_overlay {
	position: absolute;
	top: 0%;
	left: 0%;
	right: 0%;
	bottom: 0%;
	background: #c53546e0;
}

.lv_speakers_wrapper {
	float: left;
	width: 100%;
	background-image: url(../images/content/spseaker_bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	background-attachment: fixed;
}

.lv_speakers_wrapper .lv_heading_center h1 {
	color: #ffffff;
}

.lv_speakers_box {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.lv_speakers_box_img {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
}

.lv_speakers_box_img img {
	width: 100%;
	display: inline-block;
}

.lv_speakers_box:hover .lv_speakers_box_social {
	opacity: 0.8;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.lv_speakers_box_social {
	position: absolute;
	top: 0px;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.lv_speakers_box_social ul {
	position: absolute;
	width: 90px;
	padding: 0px;
	top: 50%;
	left: 0px;
	right: 0;
	margin: 0px auto;
	margin-top: -45px;
}

.lv_speakers_box_social ul li {
	list-style: none;
	float: left;
	width: auto;
	margin: 5px;
}

.lv_speakers_box_social ul li a {
	float: left;
	width: 35px;
	height: 35px;
	line-height: 25px;
	border-radius: 100%;
	padding: 5px;
	background-color: #ffffff;
	opacity: 0.5;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.lv_speakers_box_social ul li a i {
	color: #c53546;
}

.lv_speakers_box_social ul li a:hover {
	opacity: 1;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.lv_speakers_box {
	text-align: center;
}

.lv_speakers_box_text {
	float: left;
	width: 100%;
	background: #fff;
	display: inline-block;
	padding-bottom: 20px;
}

.lv_speakers_box_text h3 {
	float: left;
	width: 100%;
	font-weight: 400;
	color: #000000;
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 0px;
	position: relative;
	padding-left: 15px;
}

.lv_speakers_box_text p {
	float: left;
	width: 100%;
	margin: 0px;
	font-style: italic;
	padding-left: 15px;
}

/*-- FAQ css Start --*/
.lv_faq_wrapper {
	float: left;
	width: 100%;
	background: #fff;
}

.faq_content_wrapper h1 {
	color: #000000 !important;
}

.lv_faq_wrapper .panel-title {
	position: relative;
}

.lv_faq_wrapper .panel-title:after {
	content: "";
	position: absolute;
	border-left: 1px solid #e1e1e1;
	top: 0;
	bottom: 0;
	left: 90px;
}

.accordionFifteen .panel-group .panel+.panel {
	margin-top: 0px;
}

.accordionFifteen .panel-group {
	margin-bottom: 0;
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
}

.accordionFifteen .panel-default {
	border: 0;
}

.accordionFifteen .panel {
	background-color: transparent;
	box-shadow: none;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-radius: 0;
	margin: 0;
}

.accordionFifteen .panel:last-of-type {
	border-bottom: 1px solid #e1e1e1;
}

.accordionFifteen .panel .panel-heading a {
	display: block;
	background: #fff;
	padding: 30px 20px;
	color: #222222;
	font-weight: 400;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

.accordionFifteen .panel .panel-heading a.collapsed {
	color: #222222;
	background-color: #fff;
	display: block;
	padding: 30px 20px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid transparent;
}

.accordionFifteen .panel-default>.panel-heading {
	border-radius: 0px;
	padding: 0px;
	background: transparent;
}

.accordionFifteen .panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 0;
	padding-top: 0;
	padding: 40px 30px 40px 70px;
	background: #fafafa;
}

.accordionFifteen .panel .panel-heading a:before,
.accordionFifteen .panel .panel-heading a.collapsed:before {
	font-family: 'FontAwesome';
	font-size: 20px;
	float: left;
	margin-right: 60px;
	margin-left: 20px;
	display: block;
}

.accordionFifteen .panel .panel-heading.desktop a:before {
	content: "\f1fb";
	color: #ff4157;
}

.accordionFifteen .panel .panel-heading.desktop a.collapsed:before {
	content: "\f1fb";
	color: #ff4157;
}

.accordionFifteen .panel .panel-heading.horn a:before {
	content: "\f1fb";
	color: #ff4157;
}

.accordionFifteen .panel .panel-heading.horn a.collapsed:before {
	content: "\f1fb";
	color: #ff4157;
}

.accordionFifteen .panel .panel-heading.bell a:before {
	content: "\f1fb";
	color: #ff4157;
}

.accordionFifteen .panel .panel-heading.bell a.collapsed:before {
	content: "\f1fb";
	color: #ff4157;
}

.accordionFifteen .panel .panel-heading a:after,
.accordionFifteen .panel .panel-heading a.collapsed:after {
	font-family: 'FontAwesome';
	font-size: 24px;
	float: right;
	width: 50px;
	height: 25px;
	line-height: 24px;
	text-align: center;
	display: block;
	border-radius: 50%;
}

.accordionFifteen .panel .panel-heading a:after {
	content: "\2212";
	color: #ff4157;
}

.accordionFifteen .panel .panel-heading a.collapsed:after {
	content: "\2b";
	color: #ff4157;
}

/*-- Video css Start --*/
.lv_video_wrapper {
	float: left;
	width: 100%;
	background-image: url(../images/content/video_bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	background-attachment: fixed;
}

.video_box_img_overlay {
	position: absolute;
	top: 0%;
	left: 0%;
	right: 0%;
	bottom: 0%;
	background: #c53546e0;
}

.video_btn_wrapper a {
	display: inline-block;
	width: auto;
	min-width: 150px;
	height: 46px;
	line-height: 43px;
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #ffffffd4;
	box-shadow: 0px 5px 30px 5px rgba(0, 0, 0, 0.14);
	text-align: center;
	border-radius: 50px;
	padding: 0px 30px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	margin-left: 30px;
	margin-top: 10px;
}

.video_btn_wrapper a:hover {
	color: #000000 !important;
	background: #fff !important;
	background: transparent;
	box-shadow: 0px 5px 30px 5px rgba(0, 0, 0, 0.14);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.lv_video_box {
	float: left;
	width: 100%;
	padding: 80px 0px;
}

.lv_video_box h1 {
	float: left;
	width: 100%;
	color: #ffffff;
	font-size: 50px;
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 0px;
	position: relative;
	padding-left: 15px;
}

.lv_video_box h1:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 4px;
	background: #ffffff85;
}

.lv_video_box h2 {
	float: left;
	width: auto;
	color: #ffffff;
	font-weight: 400;
	font-size: 40px;
	text-transform: capitalize;
	position: relative;
	margin: 30px 0px 50px 0px;
}

.lv_video_box h2:after {
	content: "";
	position: absolute;
	bottom: -10px;
	right: 0;
	width: 540px;
	height: 4px;
	background: #ffffff85;
}

.lv_video_box p {
	float: left;
	width: auto;
	color: #ffffff;
	text-transform: capitalize;
	margin: 0px;
}

.lv_video_box p img {
	margin-right: 10px;
}

.lv_video_box p a {
	color: #ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.lv_video_box p a:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.lv_video_box .lv_btn {
	width: auto;
	padding-top: 10px;
	padding-left: 40px;
}

.lv_video_box .lv_btn a {
	color: #ffffff;
}

/*-- Pricing css Start --*/
.pricing_section_wrapper {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
	width: 100%;
	height: 100%;
	background: url('../images/content/price_bg.jpg') 50% 0 repeat-y;
	background-position: center 0;
	background-size: cover;
}

.pricing_heading_wrapper {
	display: inline-block;
}

.pricing_heading_wrapper h1 {
	font-size: 40px;
	padding-top: 100px;
}

.pricing_heading_wrapper h1:after {
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	right: 0;
	margin: 0px auto;
	height: 4px;
	width: 60px;
	background: #ff4157;
	margin-top: 10px;
}

.pricing_heading_wrapper p {
	padding-top: 40px;
}

.price_box1,
.price_box2,
.price_box3 {
	padding-bottom: 80px;
}

.price_box1 b,
.price_box2 b,
.price_box3 b {
	color: #000000;
}

.price_box1 h3,
.price_box2 h3,
.price_box3 h3 {
	font-size: 30px;
	padding-top: 100px;
}

.price_box1 img,
.price_box2 img,
.price_box3 img {
	padding-top: 60px;
	width: 75px;
	height: 135px;
}

.price_box1 p,
.price_box2 p,
.price_box3 p {
	font-size: 40px;
	padding-top: 50px;
	font-weight: 900;
}

.price_box1 h6,
.price_box2 h6,
.price_box3 h6 {
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	line-height: 23px;
	color: #797979;
	font-weight: 100;
}

.price_box1 h5,
.price_box2 h5,
.price_box3 h5 {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 23px;
	color: #797979;
	font-weight: 100;
}

.price_box1 h6:after,
.price_box2 h6:after,
.price_box3 h6:after {
	content: "";
	border: 1px solid #e5e5e5;
	width: 50%;
	display: block;
	top: 100%;
	left: 0;
	right: 0;
	margin: 0px auto;
	margin-top: 20px;
}

.price_box1 p:before,
.price_box2 p:before,
.price_box3 p:before {
	content: "";
	border: 1px solid #e5e5e5;
	width: 50%;
	display: block;
	top: 100%;
	left: 0;
	right: 0;
	margin: 0px auto;
	margin-bottom: 30px;
}

.price_box1_wrapper,
.price_box2_wrapper,
.price_box3_wrapper {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	margin-top: 80px;
}

.gc_section_pricing_main {
	padding-bottom: 0;
}

.price_box1_wrapper:hover,
.price_box2_wrapper:hover,
.price_box3_wrapper:hover {
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	background: #ffffff;
	color: #c53546;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.price_box1 ul,
.price_box2 ul,
.price_box3 ul {
	padding: 0;
	list-style: none;
	margin-top: 40px;
}

.price_box1 li,
.price_box2 li,
.price_box3 li {
	color: #797979;
	margin-top: 10px;
}

.price_box1 a.btn_2,
.price_box2 a.btn_2,
.price_box3 a.btn_2 {
	display: inline-block;
	width: auto;
	min-width: 150px;
	height: 46px;
	line-height: 43px;
	font-size: 14px;
	color: #222222;
	background: transparent;
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	border-radius: 50px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	margin-top: 50px;
}

.price_box1 a.btn_2:hover,
.price_box2 a.btn_2:hover,
.price_box3 a.btn_2:hover {
	color: #fff !important;
	background: #c53546;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.price_box2_wrapper {
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	color: #c53546;
	background: #ffffff;
}

.price_box1_wrapper .gc_pricing_label_wrapper {
	width: 40px;
	height: 127px;
	background: #c53546;
	position: absolute;
	top: -150px;
	right: 25px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.price_box1_wrapper .gc_pricing_label_wrapper:after {
	content: '';
	border-bottom: 20px solid #ffffff;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.price_box1_wrapper:hover .gc_pricing_label_wrapper {
	top: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.price_box1_wrapper .gc_pricing_label_wrapper p {
	font-size: 12px;
	color: #ffffff;
	padding-top: 1px;
	font-weight: bold;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	padding-left: 24px;
}

.price_box1_wrapper {
	overflow: hidden;
	position: relative;
}

.price_box2_wrapper .gc_pricing_label_wrapper {
	width: 40px;
	height: 127px;
	background: #c53546;
	position: absolute;
	top: 0;
	right: 25px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.price_box2_wrapper .gc_pricing_label_wrapper:after {
	content: '';
	border-bottom: 20px solid #ffffff;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.price_box2_wrapper:hover .gc_pricing_label_wrapper {
	top: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.price_box2_wrapper .gc_pricing_label_wrapper p {
	font-size: 12px;
	color: #ffffff;
	padding-top: 1px;
	font-weight: bold;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	padding-left: 24px;
}

.price_box2_wrapper {
	overflow: hidden;
	position: relative;
}

.price_box3_wrapper .gc_pricing_label_wrapper {
	width: 40px;
	height: 127px;
	background: #c53546;
	position: absolute;
	top: -150px;
	right: 25px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.price_box3_wrapper .gc_pricing_label_wrapper:after {
	content: '';
	border-bottom: 20px solid #ffffff;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.price_box3_wrapper:hover .gc_pricing_label_wrapper {
	top: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.price_box3_wrapper .gc_pricing_label_wrapper p {
	font-size: 12px;
	color: #ffffff;
	padding-top: 1px;
	font-weight: bold;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	padding-left: 24px;
}

.price_box3_wrapper {
	overflow: hidden;
	position: relative;
}

/*-- Testimonial css Start --*/
.lv_testimonial_wrapper {
	float: left;
	width: 100%;
	background: url('../images/content/sponsor_bg.jpg') 50% 0 repeat-y;
	background-size: cover;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.lv_testimonial_wrapper .lv_heading_center h1 {
	color: #000000;
	position: relative;
}

.lv_testimonial_info {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.lv_testimonial_info img {
	display: inline-block;
	margin-top: -80px;
	position: relative;
	z-index: 1;
}

/* Carousel */
#quote-carousel {
	padding: 0 10px 30px 10px;
	margin-top: 10px;
	color: #ffffff;
}

#quote-carousel .carousel-control {
	display: none;
}

#quote-carousel .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
	width: 60px;
	height: 60px;
	margin: 5px;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 50px;
	opacity: 0.4;
	overflow: hidden;
	transition: all 0.4s;
}

#quote-carousel .carousel-indicators li img {
	border-radius: 100%;
	padding: 5px;
	margin: 0px;
	display: block;
}

#quote-carousel .carousel-indicators .active {
	background: transparent;
	width: 60px;
	height: 60px;
	border-radius: 100px;
	border: 1px solid #c53546;
	opacity: 1;
	overflow: hidden;
}

.lv_testimonial_info .carousel-inner {
	min-height: 250px;
}

.lv_testimonial_info .carousel-inner>.item p {
	float: left;
	width: 100%;
	font-style: italic;
	font-size: 20px;
	font-weight: 300;
	color: #000000;
}

.lv_testimonial_info .carousel-inner>.item h4 {
	float: left;
	width: 100%;
	font-size: 20px;
	margin: 20px 0px 5px 0px;
	color: #000000;
	font-weight: 500;
}

.lv_testimonial_info .carousel-inner>.item small {
	float: left;
	width: 100%;
	color: #797979;
}

@media only screen and (max-width: 379px) {
	.carousel-indicators li {
		position: relative;
		top: 100px;
	}
}

/*-- Sponsors css Start --*/
.lv_sponsors_wrapper {
	float: left;
	width: 100%;
	background-image: url(../images/content/sponsor_bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.sponsors_overlay {
	background: rgba(0, 0, 0, 0.9);
	padding-top: 100px;
	padding-bottom: 100px;
}

.lv_heading_center h1 {
	color: #fff;
}

.lv_heading_center p {
	color: #999999;
}

.lv_sponsors_box {
	float: left;
	width: 100%;
}

.lv_sponsors_box>ul {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.lv_sponsors_box>ul>li {
	list-style: none;
	float: left;
	width: 100%;
}

.lv_sponsors_box>ul>li ul>li:last-child {
	margin-left: 50px;
}

.lv_sponsors_box>ul>li>ul {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.lv_sponsors_box>ul>li>ul>li {
	list-style: none;
	float: left;
	width: 20%;
	text-align: center;
	margin-left: 50px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.lv_sponsors_box {
	text-align: center;
	margin-top: -65px;
}

.sponsore1_wrapper {
	display: inline-block;
	padding: 20px 20px;
	margin-top: 20px;
	opacity: 0.5;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.sponsore1_wrapper:hover {
	opacity: 1;
	background: #ffffff;
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.sponsors_button_wrapper {
	text-align: center;
}

.sponsors_button {
	display: inline-block;
}

.sponsors_button a {
	margin-top: 20px;
}

.sponsors_button a:hover {
	color: #fff !important;
}

.lv_sponsors_box>ul>li>ul>li:last-child {
	border-right: 0px;
}

.lv_sponsors_box>ul>li>ul>li img {
	display: inline;
	opacity: 0.5;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 40px;
	padding-bottom: 40px;
}

.lv_sponsors_box>ul>li>ul>li:hover img {
	display: inline;
	opacity: 1;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	box-shadow: 0px 5px 30px 5px rgba(0, 0, 0, 0.14);
}

@media only screen and (max-width: 991px) {
	.sponsore_main_wrapper {
		margin-top: 100px;
	}
}

/*-- Newsletter css Start --*/
.lv_newsletter_wrapper {
	float: left;
	width: 100%;
	background-image: url(../images/content/newsltr_bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	background-attachment: fixed;
}

.newsletter_img_overlay {
	background: #c53546e0;
	padding-top: 100px;
	padding-bottom: 100px;
}

.lv_newsletter_box {
	float: left;
	width: 100%;
}

.lv_newsletter_box h2 {
	float: left;
	width: 100%;
	margin: 0px;
	font-size: 30px;
	color: #ffffff;
	margin-top: 7px;
}

.lv_newsletter_box form {
	float: left;
	width: 100%;
}

.lv_newsletter_box form input {
	float: left;
	width: calc(100% - 190px);
	padding: 0px 15px;
	height: 45px;
	border: 2px solid transparent;
	background-color: rgba(255, 255, 255, 0.16);
	color: #ffffff;
}

.lv_newsletter_box .lv_btn {
	width: 152px;
	float: right;
}

.newsletter_btn a {
	margin-top: -20px;
	background: #ffffffd4;
	color: #000000;
	border: 1px solid #ffffffd4;
}

.newsletter_btn a:hover {
	background: #ffffff !important;
	border: 1px solid #ffffff !important;
	color: #000000 !important;
}

.newsletter_btn {
	text-align: center;
}

.newsletter_btn_wrapper {
	display: inline-block;
}

.newsletter_btn a:hover {
	border: 2px solid #ff4157;
}

@media only screen and (max-width: 480px) {
	.newsletter_btn a {
		margin-top: 10px;
	}
}

/*-- Latest News css Start --*/
.lv_ltnews_wrapper {
	float: left;
	width: 100%;
	height: 100%;
	background: url('../images/content/ltnews_bg.jpg') 50% 0 repeat-y;
	background-position: center 0;
	background-size: cover;
}

.latest_news_wrapper h1 {
	color: #000000;
	font-size: 50px;
}

.latest_news_wrapper p {
	margin-top: 20px;
}

.lv_ltnews_box {
	float: left;
	width: 100%;
	background: #ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;

}

.lv_ltnews_box_img {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.lv_ltnews_box_img img {
	display: inline-block;
	width: 100%;
}

.lv_ltnews_box_img a:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0px auto;
	margin-top: -28px;
	background-image: url(../images/content/zoom.png);
	width: 56px;
	height: 56px;
	z-index: 1;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.lv_ltnews_box_img a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0px auto;
	margin-top: -35px;
	background-color: #c53546;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.lv_ltnews_box {
	padding-bottom: 40px;
}

.lv_ltnews_box:hover {
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	padding-bottom: 40px;
}

.lv_ltnews_box:hover .lv_ltnews_box_img a:after,
.lv_ltnews_box:hover .lv_ltnews_box_img a:before {
	opacity: 0.9;
	visibility: visible;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.lv_ltnews_box_vdo {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.lv_ltnews_box_vdo img {
	display: inline-block;
	width: 100%;
}

.lv_ltnews_box_vdo a:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0px auto;
	margin-top: -28px;
	background-image: url(../images/content/zoom2.png);
	width: 56px;
	height: 56px;
	z-index: 1;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.lv_ltnews_box_vdo a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0px auto;
	margin-top: -35px;
	background-color: #c53546;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.lv_ltnews_box:hover .lv_ltnews_box_vdo a:after,
.lv_ltnews_box:hover .lv_ltnews_box_vdo a:before {
	opacity: 0.9;
	visibility: visible;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.lv_ltnews_box_details {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0px 30px;
}

.lv_ltnews_box_details h4 {
	float: left;
	width: 100%;
	font-size: 20px;
	margin: 15px 0px 10px 0px;
	font-weight: 400;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.lv_ltnews_box:hover .lv_ltnews_box_details h4 {
	color: #c53546;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.lv_ltnews_box_details span {
	float: left;
	width: 100%;
}

.lv_ltnews_box_details span img {
	margin-right: 10px;
	margin-top: -2px;
}

.lv_ltnews_box_details p {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

/*-- Tweet Feed css Start --*/
.lv_twtfd_wrapper {
	float: left;
	width: 100%;
	color: #ffffff;
	background: #c53546;
}

.lv_twtfd_wrapper .vertical-slider {
	float: left;
	width: 100%;
	position: relative;
}

.lv_twtfd_wrapper .btn-vertical-slider {
	margin-left: 0;
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: -15px;
	background: #fff;
	color: #8c8c8c;
	border-radius: 100%;
	padding: 15px;
	font-size: 18px !important;
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
}

.lv_twtfd_wrapper .carousel.vertical .carousel-inner .item {
	-webkit-transition: 0.6s ease-in-out top;
	-moz-transition: 0.6s ease-in-out top;
	-ms-transition: 0.6s ease-in-out top;
	-o-transition: 0.6s ease-in-out top;
	transition: 0.6s ease-in-out top;
}

.lv_twtfd_wrapper .carousel.vertical .active {
	top: 0;
}

.lv_twtfd_wrapper .carousel.vertical .next {
	top: 100%;
}

.lv_twtfd_wrapper .carousel.vertical .prev {
	top: -100%;
}

.lv_twtfd_wrapper .carousel.vertical .next.left,
.lv_twtfd_wrapper .carousel.vertical .prev.right {
	top: 0;
}

.lv_twtfd_wrapper .carousel.vertical .active.left {
	top: -100%;
}

.lv_twtfd_wrapper .carousel.vertical .active.right {
	top: 100%;
}

.twit_slider_content p {
	color: #fff;
}

.twit_slider_content span {
	opacity: 0.5;
}

/*-- contact section start --*/
.contact_main_sec {
	padding-top: 100px;
}

.contact_sec {
	padding-top: 100px !important;
}

.contact1_wrapper {
	background: #fff;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 100px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.contact1_wrapper:hover {
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.contact1 {
	display: inline-block;
	padding-top: 50px;
	padding-bottom: 50px;
}

.contact_box {
	width: 130px;
	height: 130px;
	background: #c53546;
	border-radius: 100%;
	text-align: center;
	line-height: 130px;
	display: inline-block;
}

@media only screen and (max-width: 991px) {
	.contact1_wrapper {
		margin-top: 50px;
		margin-bottom: 50px;
	}
}

/*-- contact section end --*/
/*-- Fliker Gallery css Start --*/
.lv_flickr_wrapper {
	float: left;
	width: 100%;
	height: 100%;
	background: url('../images/content/flkr_bg.jpg') 50% 0 repeat-y;
	background-position: center 0;
	background-size: cover;
}

.lv_flickr_slider {
	float: left;
	width: 100%;
	margin-top: 50px;
}

.lv_flickr_slider .owl-theme .owl-dots {
	display: none;
}

.lv_flickr_slider .owl-theme .owl-nav [class*='owl-'] {
	background: #fff;
	border: 2px solid transparent;
	color: #000000;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
}

.lv_flickr_slider .owl-theme .owl-nav [class*='owl-']:hover {
	background: #c53546;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	border: 2px solid transparent;
	color: #ffffff;
}

.lv_flickr_slider .owl-theme .owl-nav {
	position: absolute;
	top: -140px;
	margin: 0;
	margin-top: 0;
	right: 0;
	z-index: -1;
}

.lv_flickr_slider .owl-theme .owl-nav .owl-prev {
	font-size: 25px;
	margin: 0;
	padding: 0;
	height: 50px;
	width: 50px;
	line-height: 45px;
	border-radius: 100px;
	left: -120px;
	position: absolute;
	text-align: center;
	padding-left: 0px;
}

.lv_flickr_slider .owl-theme .owl-nav .owl-next {
	font-size: 25px;
	margin: 0;
	padding: 0;
	height: 50px;
	width: 50px;
	line-height: 45px;
	border-radius: 100px;
	right: 0px;
	position: absolute;
	text-align: center;
	padding-right: 0px;
}

.lv_flickr_slider .item {
	z-index: 1;
}

.lv_flickr_slider .item a {
	cursor: default;
}

.lv_flickr_slider .item a:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0px auto;
	margin-top: -28px;
	background-image: url(../images/content/zoom.png);
	width: 56px;
	height: 56px;
	z-index: 1;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.lv_flickr_slider .item a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0px auto;
	margin-top: -35px;
	background: #c53546;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.lv_flickr_slider .item:hover a:after,
.lv_flickr_slider .item:hover a:before {
	opacity: 0.9;
	visibility: visible;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

/*-- Map css Start --*/
.lv_map_wrapper {
	float: left;
	width: 100%;
	position: relative;
}

#map {
	float: left;
	width: 100%;
	height: 750px;
}

.lv_map_wrapper img.lv_map_marker {
	position: absolute;
	top: 50%;
	left: 40%;
	margin-top: -40px;
}

/*-- Register Form css Start --*/
.form_wrapper h1:after {
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	right: 0;
	margin: 0px auto;
	height: 4px;
	width: 60px;
	background: #fff;
}

.form_wrapper h1,
.form_wrapper p {
	color: #fff !important;
}

.lv_register_wrapper {
	float: left;
	width: 100%;
	background: #c53546;
}

.lv_payment_box {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: -50px;
}

.lv_payment_box img {
	display: inline-block;
}

.lv_regist_form {
	float: left;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}

.lv_regist_form input,
.lv_regist_form select {
	float: left;
	width: 100%;
	padding: 0px 20px;
	height: 50px;
	border: none;
	border-bottom: 1px solid #fff;
	background-color: #c53546;
	margin-bottom: 30px;
	color: #fff;
}

::-webkit-input-placeholder {
	color: #fff;
}

::-moz-placeholder {
	color: #fff;
}

:-ms-input-placeholder {
	color: #fff;
}

:-moz-placeholder {
	color: #fff;
}

.gc_search_box ::-webkit-input-placeholder {
	color: #707070;
}

.gc_search_box ::-moz-placeholder {
	color: #707070;
}

.gc_search_box :-ms-input-placeholder {
	color: #707070;
}

.gc_search_box :-moz-placeholder {
	color: #707070;
}

.lv_regist_form select {
	background-image: url(../images/content/selectarrow.png);
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	background-repeat: no-repeat;
	background-position: 95% 50%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.lv_regist_form textarea {
	float: left;
	width: 100%;
	padding: 20px;
	border: none;
	border-bottom: 1px solid #fff;
	background-color: #c53546;
	margin-bottom: 30px;
	resize: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	color: #fff;
}

.lv_regist_form input:hover,
.lv_regist_form input:focus,
.lv_regist_form select:hover,
.lv_regist_form select:focus,
.lv_regist_form textarea:hover,
.lv_regist_form textarea:focus {
	border-bottom: 1px solid #fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

/*-- Footer css Start --*/
.lv_footer_wrapper {
	float: left;
	width: 100%;
	background-color: #111111;
	color: #797979;
	position: relative;
}

#scroll {
	position: absolute;
	right: 0;
	left: 0;
	margin: 0px auto;
	top: -50px;
	cursor: pointer;
	width: 100px;
	height: 100px;
	border: 5px solid #ffffff;
	text-indent: -9999px;
	display: none;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #c53546;
}

#scroll span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -12px;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	border-bottom-color: #ffffff
}

.lv_footer_wrapper img {
	float: left;
}

.lv_footer_wrapper p {
	float: right;
	color: #797979;
	margin: 10px 0px 0px 0px;
}

.logo_wrapper img {
	padding-top: 20px;
}

/*-- Responsive css Start --*/
@media (max-width: 1200px) {
	.lv_contact_form {
		right: 0%;
	}

	.lv_glry_slider .owl-theme .owl-nav {
		z-index: 0;
	}

	.lv_glry_slider .owl-theme .owl-nav .owl-next {
		right: 0;
		text-align: center;
		padding-right: 0;
	}

	.lv_glry_slider .owl-theme .owl-nav .owl-prev {
		left: 0;
		text-align: center;
		padding-left: 0;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	.lv_share_info_wrapper ul li {
		margin-left: 20px;
	}

	.lv_share_info_wrapper ul li .lv_header_icon {
		width: 60px;
		height: 60px;
		line-height: 58px;
		margin-right: 10px;
	}

	.lv_main_menu ul li a {
		padding: 6px 10px;
		font-size: 14px;
	}

	.lv_bottom_header_wrapper .lv_btn {
		padding-left: 30px;
	}

	.lv_schedule_infotabs .tab-content {
		padding: 20px;
	}

	.lv_schedule_infotabs .tab-content .tab-pane>ul>li .lv_schedule_details_img {
		margin-right: 20px;
	}

	.lv_schedule_infotabs .tab-content .tab-pane>ul>li .lv_schedule_details_text {
		width: calc(100% - 290px);
		padding: 0px 25px;
	}

	.lv_schedule_infotabs .tab-content .tab-pane>ul>li .lv_schedule_details:after {
		right: -20px;
		left: 120px;
	}

	.lv_newsletter_box h2 {
		font-size: 25px;
	}

	.lv_glry_slider .owl-theme .owl-nav {
		margin-top: -25px;
	}

	.lv_glry_slider .owl-theme .owl-nav .owl-next {
		font-size: 25px;
		height: 60px;
		width: 60px;
		line-height: 60px;
	}

	.lv_glry_slider .owl-theme .owl-nav .owl-prev {
		font-size: 25px;
		height: 60px;
		width: 60px;
		line-height: 60px;
	}

	.lv_ltnews_box_details {
		padding: 0px 0px;
	}

	#clockdiv>div {
		height: 120px;
		width: 120px;
		padding-top: 35px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.wd_center_words {
		text-align: center;
		padding-top: 0px;
	}

	.lv_main_menu ul li a {
		padding: 6px 11px;
		font-size: 14px;
	}

	.lv_share_info_wrapper ul li .lv_header_icon {
		width: 60px;
		height: 60px;
		line-height: 58px;
		margin-right: 10px;
	}

	.lv_logo {
		padding-top: 0px;
		padding-bottom: 20px;
		text-align: center;
	}

	.lv_bottom_header_wrapper .lv_btn {
		margin-top: 0px;
		padding-left: 0px;
	}

	.lv_search_bar {
		padding: 13px 0px 31px 0px;
	}

	.lv_schedule_infotabs .tab-content {
		padding: 20px;
	}

	.lv_schedule_infotabs .tab-content .tab-pane>ul>li .lv_schedule_details_img {
		margin-right: 20px;
	}

	.lv_schedule_infotabs .tab-content .tab-pane>ul>li .lv_schedule_details_text {
		width: calc(100% - 290px);
		padding: 0px 20px;
	}

	.lv_schedule_infotabs .tab-content .tab-pane>ul>li .lv_schedule_details:after {
		right: -20px;
		left: 120px;
	}

	.lv_video_box h2:after {
		display: none;
	}

	.lv_pricing_section ul li .lv_price_box .lv_price_box_info ul {
		padding-left: 40px;
	}

	#quote-carousel {
		padding: 0 10px 50px 10px;
	}

	.lv_newsletter_box h2 {
		margin-top: -15px;
	}

	.lv_ltnews_box_details {
		padding: 0px 0px;
	}

	.lv_contact_form {
		padding: 80px 20px;
		width: 375px;
	}

	.lv_glry_slider .owl-theme .owl-nav {
		margin-top: -25px;
	}

	.lv_glry_slider .owl-theme .owl-nav .owl-next {
		font-size: 25px;
		height: 60px;
		width: 60px;
		line-height: 60px;
	}

	.lv_glry_slider .owl-theme .owl-nav .owl-prev {
		font-size: 25px;
		height: 60px;
		width: 60px;
		line-height: 60px;
	}

	.lv_ltnews_box_details {
		padding: 0px 0px;
	}

	.lv_mainmenu_wrapper {
		float: none;
		text-align: center;
	}

	.lv_main_menu_wrapper {
		display: inline-block;
	}

	#clockdiv>div {
		margin: 30px 10px;
	}
}

@media (max-width: 767px) {


	.wd_center_words {
		text-align: center;
		padding-top: 0px;
	}

	.lv_menu_btn {
		display: block;
		float: none;
		position: absolute;
		top: 0px;
		right: 15px;
		border: none;
		width: 40px;
		height: 30px;
		font-size: 16px;
		color: #ffffff;
		border-radius: 3px;
		background: #c53546;
		z-index: 1000;
		margin-top: 29px;
	}

	.lv_menu_btn:hover,
	.lv_menu_btn:focus {
		outline: none;
		border: none;
		box-shadow: none;
		text-shadow: none;
	}

	.lv_header_wrapper.style_2 .lv_menu_btn {
		top: 17px;
	}

	.lv_main_menu_wrapper {
		z-index: 2;
		position: fixed;
		left: 0px;
		top: 0px;
		bottom: 0px;
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		background: #c53546;
	}

	.lv_main_menu_wrapper {
		width: 300px;
	}

	.lv_main_menu_wrapper.lv_main_menu_hide {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}

	.lv_main_menu ul {
		width: 100%;
	}

	.lv_main_menu ul li {
		width: 100%;
	}

	.lv_main_menu ul li a {
		width: 100%;
		text-align: left;
		margin: 0;
		border-radius: 0px;
		border: 0px;
	}

	.lv_main_menu ul li a:hover,
	.lv_main_menu ul li a.active {
		border: 0px;
		background-color: #ffffff;
		color: #c53546;
	}

	.lv_header_wrapper.style_2 .lv_main_menu ul li a {
		padding: 13px 15px;
		margin: 0px 0px;
	}

	.lv_header_wrapper.style_2 .lv_main_menu ul li a:hover,
	.lv_header_wrapper.style_2 .lv_main_menu ul li a.active {
		color: #ffffff;
	}

	.menu_fixed .lv_main_menu ul li a {
		padding: 13px 15px;
	}

	.lv_bottom_header_wrapper .lv_btn {
		padding-left: 0px;
	}

	.lv_logo {
		padding-top: 0px;
	}

	.lv_share_info_wrapper {
		width: 100%;
		margin-top: 20px;
	}

	.lv_share_info_wrapper ul li {
		width: 100%;
		margin-left: 0px;
		margin: 10px 0px;
	}

	#clockdiv>div {
		margin: 20px 10px;
	}

	#headbottom {
		bottom: -32%;
	}

	.lv_schedule_infotabs .nav-tabs>li {
		margin: 0px 0px;
		;
	}

	.lv_schedule_infotabs .nav-tabs>li>a {
		margin-right: 0px;
		padding: 22px 0px;
	}

	.lv_schedule_infotabs .tab-content {
		padding: 30px;
	}

	.lv_schedule_infotabs .tab-content .tab-pane>ul>li .lv_schedule_details_img {
		float: none;
		margin-right: 0px;
		padding-top: 0px;
	}

	.lv_schedule_infotabs .tab-content .tab-pane>ul>li .lv_schedule_details_text {
		width: 100%;
		padding: 30px 0px 0px 0px;
	}

	.lv_schedule_infotabs .tab-content .tab-pane>ul>li .lv_schedule_details_btn {
		width: 100%;
	}

	.lv_schedule_infotabs .tab-content .tab-pane>ul>li .lv_schedule_details_text ul li {
		width: 100%;
		margin-right: 0px;
		margin-top: 10px;
		color: #222222;
	}

	.lv_schedule_infotabs .tab-content .tab-pane>ul>li .lv_schedule_details:after {
		right: 0;
		left: 0;
	}

	.lv_schedule_infotabs .tab-content .tab-pane>ul>li .lv_schedule_details_text:before,
	.lv_schedule_infotabs .tab-content .tab-pane>ul>li .lv_schedule_details_text:after {
		display: none;
	}

	.lv_pricing_section>ul>li {
		width: 100%;
	}

	.lv_pricing_section>ul>li:nth-child(2) {
		border-radius: 50px;
		border: 2px solid #e1e1e1;
		border-bottom: 2px solid #e1e1e1;
		border-top: 2px solid #e1e1e1;
		border-left: 0px;
		border-right: 0px;
	}

	#quote-carousel {
		padding: 0 15px 100px 15px;
	}

	.lv_sponsors_box>ul>li>ul>li {
		width: 100%;
		border: none;
	}

	.lv_ltnews_box {
		margin-bottom: 50px;
	}

	.lv_contact_form {
		position: inherit;
		background-color: rgb(0, 0, 0);
		padding: 30px 20px;
		width: 100%;
		float: left;
	}

	.lv_footer_wrapper {
		text-align: center;
	}

	.lv_footer_wrapper img {
		float: none;
		display: inline-block;
	}

	.lv_footer_wrapper p {
		float: none;
		margin: 20px 0px 0px 0px;
	}

	.lv_glry_slider .owl-theme .owl-nav {
		margin-top: -25px;
	}

	.lv_glry_slider .owl-theme .owl-nav .owl-next {
		font-size: 25px;
		height: 60px;
		width: 60px;
		line-height: 60px;
	}

	.lv_glry_slider .owl-theme .owl-nav .owl-prev {
		font-size: 25px;
		height: 60px;
		width: 60px;
		line-height: 60px;
	}

	.lv_video_box h2:after {
		display: none;
	}

	.lv_sponsors_box>ul>li {
		border-bottom: 0px;
	}

	.lv_newsletter_box h2 {
		margin-top: 0;
		margin-bottom: 30px;
	}

	.lv_main_menu ul li a:hover:before,
	.lv_main_menu ul li a.active:before,
	.lv_main_menu ul li a:hover:after,
	.lv_main_menu ul li a.active:after {
		display: none;
	}
}

.pricing_button_wrapper {
	text-align: center;
}

.pricing_button {
	display: inline-block;
}

@media (min-width: 480px) and (max-width: 767px) {
	.lv_speakers_wrapper .col-xs-12 {
		width: 50%;
	}

	.lv_speakers_wrapper .col-xs-12.lv_full_width {
		width: 100%;
	}

	.lv_speakers_box_text h3 {
		font-size: 21px;
	}

	.lv_ltnews_wrapper .col-xs-12 {
		width: 50%;
	}

	.lv_ltnews_wrapper .col-xs-12.lv_full_width {
		width: 100%;
	}

	.lv_ltnews_box_details {
		padding: 0px 0px;
	}
}

@media (max-width: 480px) {}

@media (max-width: 479px) {
	.lv_share_info_wrapper ul li {
		text-align: center;
	}

	.lv_share_info_wrapper ul li .lv_header_icon {
		float: none;
		margin-right: 0px;
		display: inline-block;
	}

	.lv_share_info_wrapper ul li p {
		width: 100%;
	}

	.lv_share_info_wrapper ul li p a {
		float: none;
		display: inline-block;
	}

	#headbottom {
		bottom: -24%;
	}

	.about_content_wrapper {
		display: inline-block;
	}

	.lv_about_wrapper .lv_btn a {
		margin-bottom: 10px;
	}

	.lv_event_schedule ul li {
		width: 100%;
	}

	.lv_event_schedule ul li:first-child {
		border-right: 0px dashed #e1e1e1;
	}

	.lv_event_schedule ul li:nth-child(3) {
		border-right: 0px dashed #e1e1e1;
		border-bottom: 2px dashed #e1e1e1;
	}

	.lv_event_schedule ul li:first-child .lv_event_schedule_info {
		border-top-right-radius: 50px;
	}

	.lv_event_schedule ul li:nth-child(2) .lv_event_schedule_info {
		border-top-right-radius: 0;
	}

	.lv_event_schedule ul li:nth-child(3) .lv_event_schedule_info {
		border-bottom-left-radius: 0;
	}

	.lv_event_schedule ul li:last-child .lv_event_schedule_info {
		border-bottom-left-radius: 50px;
	}

	.lv_heading_left h1 {
		font-size: 30px;
	}

	.lv_heading_center h1 {
		font-size: 30px;
	}

	.lv_schedule_infotabs .nav-tabs>li {
		margin: 10px 0px;
		width: 100%;
	}

	.lv_schedule_infotabs .tab-content {
		padding: 10px;
	}

	.lv_btn a {
		padding: 0px 10px;
	}

	.accordionFifteen .panel .panel-heading a {
		padding: 15px 0px;
	}

	.accordionFifteen .panel-group .panel-heading+.panel-collapse>.panel-body {
		padding: 10px;
	}

	.lv_faq_wrapper .panel-title:after {
		display: none;
	}

	.accordionFifteen .panel .panel-heading a:before,
	.accordionFifteen .panel .panel-heading a.collapsed:before {
		font-size: 13px;
		margin-right: 10px;
		margin-left: 10px;
	}

	.accordionFifteen .panel .panel-heading a.collapsed {
		padding: 20px 10px;
	}

	.lv_video_box h1 {
		font-size: 36px;
	}

	.lv_video_box h2 {
		font-size: 24px;
	}

	.lv_video_box h2:after {
		right: auto;
		left: 0;
		width: 60%;
	}

	.lv_video_box .lv_btn {
		width: 100%;
		padding-top: 30px;
		padding-left: 0px;
	}

	.lv_pricing_section ul li .lv_price_box .lv_price_box_info ul {
		padding-left: 30px;
	}

	.lv_newsletter_box form {
		text-align: center;
	}

	.lv_newsletter_box form input {
		width: 100%;
		margin: 20px 0px;
	}

	.lv_newsletter_box .lv_btn {
		width: 100%;
		float: none;
	}

	.lv_newsletter_box h2 {
		margin-top: 0px;
		margin-bottom: 10px;
	}

	.lv_contact_form_info ul li {
		text-align: center;
	}

	.lv_contact_form_info ul li .lv_header_icon {
		float: none;
		margin-right: 0px;
		display: inline-block;
	}

	.lv_contact_form_info ul li p {
		width: 100%;
	}

	.lv_contact_form_info ul li p a {
		float: none;
	}

	.lv_contact_form_share ul li {
		float: none;
		margin-right: 5px;
		display: inline-block;
	}

	.lv_payment_box img {
		width: 100%;
	}

	#clockdiv {
		font-size: 50px;
	}

	#clockdiv div>span {
		width: 100px;
		height: 100px;
		line-height: 70px;
	}

	.lv_flickr_slider .owl-theme .owl-nav {
		top: -70px;
	}
}

.event_schedule_content h1 {
	color: black;
}

@media (max-width: 380px) {
	.lv_main_menu_wrapper {
		width: 190px;
	}
}

.lv_footer_wrapper {
	padding-top: 70px;
	padding-bottom: 10px;
}

.lv_footer_section {
	text-align: center;
	padding-bottom: 20px;
}

.footer_logo_wrapper {
	display: inline-block;
}

.copy_right_wrapper {
	text-align: center;
}

.copy_right {
	display: inline-block;
}

.copy_right p {
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer_social_wrapper {
	text-align: center;
}

.footer_social {
	display: inline-block;
}

.gc_footer_thanx_text_Wrapper {
	text-align: center;
}

.gc_footer_thanx_text {
	display: inline-block;
}

.gc_footer_thanx_text img {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0px auto;
	bottom: -46px;
}

.gc_footer_thanx_text h1 {
	font-size: 90px;
	font-family: 'Great Vibes', cursive;
	color: #ffffff;
}

.footer_social ul {
	float: right;
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-top: 90px;
	padding-bottom: 30px;
}

.footer_social ul li {
	float: right;
}

.footer_social ul li a {
	float: right;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 100%;
	background-color: #ffffff;
	opacity: 0.3;
	font-size: 20px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	margin-left: 10px;
}

.footer_social ul li a:hover {
	color: #fff;
	background: #c53546;
	opacity: 1;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.footer_social i {
	font-size: 25px;
}

.footer_botton_wrapper {
	background: #0b0b0b;
}

.footer2_social ul {
	float: right;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.footer2_social ul li {
	float: right;
}

.footer2_social ul li a {
	float: right;
	margin-left: 20px;
	padding-top: 30px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.contact1 a {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s
}

.footer2_social ul li a:hover,
.contact1 a:hover {
	color: #ff4157;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.contact_sec_wrapper {
	background: #fff;
}

.event_schedule_section {
	margin-top: 150px;
}



/* ------------- modal css start ------------ */


.buynow_modal .modal-dialog .modal-body {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.buynow_modal .modal-dialog .modal-body .title_txt {
	color: #000;
	font-size: 25px;
	font-weight: 600;
	margin: 0px;
	padding: 0px;
}

.buynow_modal .modal-dialog .modal-content .modal-header {
	width: 100%;
	position: relative;
	border: none;
}

.buynow_modal .modal-dialog .modal-content .modal-header .close {
	font-size: 28px;
	position: absolute;
	right: 12px;
	top: 12px;
}

.buynow_modal .modal-dialog .modal-body .flex-center {
	align-items: center;
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
}

.buynow_modal .modal-dialog .modal-body .form {
	width: 100%;
}

.buynow_modal .modal-dialog .modal-body .form-row {
	background: transparent;
	height: 50px;
	width: 50px;
	margin: 10px;
	overflow: hidden;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;

}

.buynow_modal .modal-dialog .modal-body .form-input {
	-webkit-appearance: none;
	appearance: none;
}

.buynow_modal .modal-dialog .modal-body .form-input::before {
	content: '';
	cursor: pointer;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background-color: #6495ed1c;
}

.buynow_modal .modal-dialog .modal-body .form-input:checked::before {
	background: #21209c;
}


.buynow_modal .modal-dialog .modal-body .form-label {
	color: #000;
	font-size: 14px;
	z-index: 1;
}

.buynow_modal .modal-dialog .modal-body .form-input:checked~.form-label {
	color: #ffffff;
}

.buynow_modal .modal-dialog .modal-body .form_box {
	display: flex;
	gap: 10px;
	flex-direction: column;
}

.buynow_modal .modal-dialog .modal-body .form_box p {
	margin: 0px;
}

.buynow_modal .modal-dialog .modal-body .form_box p .custom_radio:checked,
.custom_radio:not(:checked) {
	position: absolute;
	left: -9999px;
}

.buynow_modal .modal-dialog .modal-body .form_box p .custom_radio:checked+label,
.custom_radio:not(:checked)+label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #666;
}

.buynow_modal .modal-dialog .modal-body .form_box p .custom_radio:checked+label:before,
.custom_radio:not(:checked)+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #ddd;
	border-radius: 100%;
	background: #fff;
}

.buynow_modal .modal-dialog .modal-body .form_box p .custom_radio:checked+label:after,
.custom_radio:not(:checked)+label:after {
	content: '';
	width: 12px;
	height: 12px;
	background: #21209c;
	position: absolute;
	top: 3px;
	left: 3px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.buynow_modal .modal-dialog .modal-body .form_box p .custom_radio:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.buynow_modal .modal-dialog .modal-body .form_box p .custom_radio:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.buynow_modal .modal-dialog .modal-body .form_box p .label_filed {
	display: flex !important;
	gap: 30px;
	align-items: center;
}


.buynow_modal .modal-dialog .modal-body .form_box p .label_filed .txt1 {
	color: #696969;
	font-size: 14px;
}

.buynow_modal .modal-dialog .modal-body .form_box p .label_filed .txt2 {
	color: #000;
	font-size: 14px;
}

.buynow_modal .modal-dialog .modal-body .form_box p .label_filed .txtgreen {
	color: forestgreen;
	font-size: 14px;
}

.buynow_modal .modal-dialog .modal-body .form_box p .label_filed .txtred {
	color: red;
	font-size: 14px;
}

.buynow_modal .modal-dialog .modal-body .form_box .txt_filed {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.buynow_modal .modal-dialog .modal-body .form_box .txt_filed label {
	font-weight: 600;
	font-size: 16px;
	color: #000;
	margin: 0px;
}

.buynow_modal .modal-dialog .modal-body .form_box .txt_filed input {
	padding: 7px 20px;
	border: 1px solid #696969;
	border-radius: 10px;
	color: #000;
	font-weight: 600;
	font-size: 14px;
	margin: 0px;
}

.buynow_modal .modal-dialog .modal-body .form_box .txt_filed input::placeholder {
	color: #000;
}

.buynow_modal .modal-dialog .modal-body .btn-primary {
	padding: 12px 0px;
	border-radius: 10px;
}


/* modal css end */

@media only screen and (min-width: 991px) and (max-width: 1300px) {
	.event_schedule_section {
		margin-top: 100px;
	}
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
	.event_schedule_section {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 767px) {

	.copy_right_wrapper,
	.footer_social_wrapper,
	.footer2_social_wrapper {
		text-align: center;
	}

	.copy_right {
		display: inline-block;
	}

	.footer_social,
	.footer2_social {
		display: inline-block;
	}

	.footer_social ul li,
	.footer2_social ul li {
		float: right;
		padding-bottom: 30px;
	}

	.footer2_social ul li a {
		padding-top: 0;
	}
}

@media (min-width: 991px) {
	.lv_main_menu ul {
		position: relative;
		left: 55px;
	}
}

@media (max-width:991px) {
	.lv_about_info p {
		padding-left: 15px;
		padding-right: 15px;
	}

	.category1_wrapper {
		padding-bottom: 40px;
	}

	.lv_schedule_details {
		padding-left: 20px;
		padding-right: 20px;
	}

	.lv_btn {
		margin-top: 0px;
		float: left;
	}
}

@media (max-width: 480px) {
	.gc_footer_thanx_text h1 {
		font-size: 50px;
	}

	#clockdiv {
		font-size: 36px;
	}

	#clockdiv>div {
		height: 100px;
		width: 100px;
		padding-top: 16px;
	}

	.smalltext {
		padding-top: 0px;
		font-size: 20px;
		position: relative;
		top: -10px;
	}

	.gc_section_event h2 {
		font-size: 40px;
	}

	.sche_date_btn .btn_sche {
		width: 290px;
	}
}

@media (max-width: 1199px) {
	.categories_sec_wrapper {
		background: #f6f6f6;
	}

	.lv_about_wrapper {
		background: #ffffff;
	}
}

@media (max-width:375px) {
	.lv_btn {
		display: flex;
		flex-direction: column;
		gap: 12px;
	}
}

/*-- Responsive css End --*/