.container_left {
    padding: 0 0 0 160px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.container_right {
    padding-right: 160px;
}
.center-parent {
    display: flex;
    justify-content: center;
    z-index: 2;
}
.parent_table {
    display: table;
    width: 100%;
}
.center-child {
    align-self: center;
}
.sec_big_pad{
    padding: 100px 0;
}
.pos_rel{
    position: relative;
}
.d_flex_wrep{
    display: flex;
    flex-wrap: wrap;
}
.text_white{
    color: #fff !important;
}
.pad_top_100{
    padding-top: 100px;
}
.pad_bot_100{
    padding-bottom: 100px;
}

























































.mb-15 {
	margin-bottom: 15px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-80 {
	margin-bottom: 80px;
}

.custom-btn {
	z-index: 1;
	font-weight: 600;
	overflow: hidden;
	padding: 15px 35px;
	text-align: center;
	position: relative;
	border-radius: 50px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 14px;
	text-transform: uppercase;
	background: #ffbe30;
	color: #ffffff !important;
	-webkit-box-shadow: 0 5px 60px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 60px 5px rgba(0, 0, 0, 0.2);
}

.custom-btn:after,
.custom-btn:before {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -1;
	content: '';
	position: absolute;
	border-radius: 50px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.custom-btn:before {
	background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#ffbe30));
	background: -webkit-linear-gradient(top left, #ff3e00, #ffbe30);
	background: -o-linear-gradient(top left, #ff3e00, #ffbe30);
	background: linear-gradient(to bottom right, #ff3e00, #ffbe30);
}

.custom-btn:after {
	opacity: 0;
	background: -webkit-gradient(linear, left top, right bottom, from(#ffbe30), to(#ff3e00));
	background: -webkit-linear-gradient(top left, #ffbe30, #ff3e00);
	background: -o-linear-gradient(top left, #ffbe30, #ff3e00);
	background: linear-gradient(to bottom right, #ffbe30, #ff3e00);
}

.custom-btn:hover:before {
	opacity: 0;
}

.custom-btn:hover:after {
	opacity: 1;
}

.section-title {
	position: relative;
}

.section-title .line-style {
	z-index: 1;
	top: -30px;
	left: -30px;
	width: 70px;
	height: 3px;
	position: absolute;
	background-color: #ffbe30;
}

.section-title .big-title {
	margin: 0px;
	padding: 0px;
	font-size: 48px;
	font-weight: 400;
	color: #333333;
}

.section-title .big-title strong {
	font-weight: 900;
	font-size:inherit;
}

.title-large {
	font-size: 30px;
}
.title-large strong{
	font-size:inherit;
}
.yellow-color {
	color: #ffbe30;
}

.black-color {
	color: #333333;
}

.white-color {
	color: #ffffff;
}

.overlay-black {
	background: rgba(51, 51, 51, 0.5);
}

a,
button {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.sidebar-section .section-title .big-title {
	font-size: 30px;
}

.sidebar-section .map-wrapper #google-map {
	width: 100%;
	height: 300px;
}

.sidebar-section .location-wrapper {
	border-radius: 3px;
	background-color: #f7f7f7;
}

.sidebar-section .location-wrapper .title-wrapper {
	padding: 30px;
	position: relative;
	border-bottom: 1px solid #f0f0f0;
}

.sidebar-section .location-wrapper .title-wrapper .up-arrow-icon {
	top: 50%;
	right: 30px;
	position: absolute;
	color: #878787;
	font-size: 18px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sidebar-section .location-wrapper .title-wrapper .icon {
	float: left;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin-right: 15px;
	text-align: center;
	color: #ffffff;
	border-radius: 100%;
	font-size: 18px;
	background-color: #eb557b;
}

.sidebar-section .location-wrapper .title-wrapper .title-content {
	display: table;
}

.sidebar-section .location-wrapper .title-wrapper .title-content small {
	font-weight: 600;
	font-size: 14px;
}

.sidebar-section .location-wrapper .title-wrapper .title-content h3 {
	font-weight: 900;
	font-size: 18px;
	text-transform: uppercase;
}

.sidebar-section .location-wrapper .location-info-list {
	padding: 30px;
}

.sidebar-section .location-wrapper .location-info-list .area-name {
	font-weight: 700;
	padding: 10px 30px;
	border-radius: 3px;
	text-align: center;
	color: #eb557b;
	text-transform: capitalize;
	background-color: #ffffff;
}

.sidebar-section .location-wrapper .location-info-list ul {
	width: 100%;
	display: table;
	margin-top: 30px;
}

.sidebar-section .location-wrapper .location-info-list ul li {
	margin-bottom: 5px;
	color: #333333;
	font-size: 14px;
}

.sidebar-section .location-wrapper .location-info-list ul li:last-child {
	margin-bottom: 0px;
}

.sidebar-section .location-wrapper .location-info-list ul li i {
	color: #eb557b;
}

.sidebar-section .location-wrapper .button {
	padding: 30px;
	padding-top: 0px;
	border-bottom: 1px solid #f0f0f0;
}

.sidebar-section .location-wrapper .custom-btn {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.sidebar-section .location-wrapper .contact-links {
	padding: 30px;
}

.sidebar-section .location-wrapper .contact-links ul {
	width: 100%;
	display: table;
	margin-bottom: 30px;
}

.sidebar-section .location-wrapper .contact-links ul li {
	margin-bottom: 5px;
}

.sidebar-section .location-wrapper .contact-links ul li:last-child {
	margin-bottom: 0px;
}

.sidebar-section .location-wrapper .contact-links ul li a {
	font-weight: 700;
	color: #333333;
}

.sidebar-section .location-wrapper .contact-links ul li a .icon {
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-right: 5px;
	text-align: center;
	border-radius: 100%;
	color: #ffffff;
	background-color: #eb557b;
}

.sidebar-section .faq-wrapper .faq-accordion .card {
	border: none;
	text-align: left;
	margin-bottom: 5px;
	border-radius: 3px;
}

.sidebar-section .faq-wrapper .faq-accordion .card .card-header {
	margin: 0px;
	padding: 0px;
	border: none;
	background: none;
}

.sidebar-section .faq-wrapper .faq-accordion .card .card-header .btn {
	margin: 0px;
	width: 100%;
	height: 100%;
	display: block;
	text-align: left;
	font-weight: 700;
	border-radius: 3px;
	padding: 15px 30px;
	position: relative;
	color: #333333;
	font-size: 18px;
	background-color: #f7f7f7;
}

.sidebar-section .faq-wrapper .faq-accordion .card .card-header .btn:after {
	top: 50%;
	right: 30px;
    content: '\2191';
	font-weight: 900;
	position: absolute;
	color: #878787;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-family: 'Font Awesome 5 Free';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


.sidebar-section .faq-wrapper .faq-accordion .card .card-header .collapsed::after{


	content: '\2193';
}





.sidebar-section .faq-wrapper .faq-accordion .card .card-header .btn:hover {
	color: #eb557b;
	text-decoration: none;
}

.sidebar-section .faq-wrapper .faq-accordion .card .card-header .btn:hover:after {
	color: #eb557b;
}

.sidebar-section .faq-wrapper .faq-accordion .card .card-body {
	padding: 20px;
}

.sidebar-section .spacial-event-wrapper {
	overflow: hidden;
	border-radius: 3px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.sidebar-section .spacial-event-wrapper .overlay-black {
	padding: 80px 50px;
}

.event-details-section .section-title .big-title {
	font-size: 36px;
}

.event-details-section .event-details .event-title .tag-item {
	font-weight: 700;
	margin-bottom: 5px;
	color: #333333;
}

.event-details-section .event-details .event-title .tag-item i {
	margin-right: 5px;
	margin-bottom: 5px;
	color: #eb557b;
}

.event-details-section .event-details .event-title .event-title {
	margin: 0px;
	font-size: 36px;
}

.event-details-section .event-details .event-title .event-title strong {
	font-weight: 900;
	font-size: inherit;
}

.event-details-section .event-details .event-details-carousel {
	margin-bottom: 30px;
}

.event-details-section .event-details .event-details-carousel .item {
	height: 380px;
	overflow: hidden;
}

.event-details-section .event-details .owl-theme .owl-dots {
	display: none;
}

/* .event-details-section .event-details .owl-theme .owl-nav{top:0;right:0;width:auto;padding:10px;position:absolute;}
.event-details-section .event-details .owl-theme .owl-nav .owl-next,.event-details-section .event-details .owl-theme .owl-nav .owl-prev{margin:0px;width:35px;margin:5px;height:35px;padding:0px;overflow:hidden;position:relative;color:transparent;border-radius:100%;background:transparent;}
.event-details-section .event-details .owl-theme .owl-nav .owl-next:before,.event-details-section .event-details .owl-theme .owl-nav .owl-prev:before{top:0;left:0;width:100%;opacity:.5;height:100%;display:block;font-weight:900;line-height:35px;position:absolute;color:#333333;background-color:#ffffff;-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;font-family:'Font Awesome 5 Free';}
.event-details-section .event-details .owl-theme .owl-nav .owl-next:hover:before,.event-details-section .event-details .owl-theme .owl-nav .owl-prev:hover:before{opacity:1;}
.event-details-section .event-details .owl-theme .owl-nav .owl-next:before{content:'\f061';}
.event-details-section .event-details .owl-theme .owl-nav .owl-prev:before{content:'\f060';} */
.event-details-section .event-details .event-info-list ul {
	width: 100%;
	display: table;
}

.event-details-section .event-details .event-info-list ul li {
	width: 32.8%;
	padding: 15px;
	margin-right: 5px;
	border-radius: 3px;
	background-color: #f7f7f7;
}

.event-details-section .event-details .event-info-list ul li:last-child {
	margin-right: 0px;
}

.event-details-section .event-details .event-info-list ul li .icon {
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 100%;
	color: #ffffff;
	font-size: 18px;
	background-color: #eb557b;
}

.event-details-section .event-details .event-info-list ul li .event-content {
	display: table;
	padding-left: 15px;
}

.event-details-section .event-details .event-info-list ul li .event-content .event-title {
	font-weight: 700;
	color: #878787;
	font-size: 12px;
}

.event-details-section .event-details .event-info-list ul li .event-content .event-date {
	margin: 0px;
	font-weight: 900;
	color: #333333;
	font-size: 14px;
	text-transform: uppercase;
}

.event-details-section .event-schedule .schedule-date-menu {
	margin: 0px;
	padding: 0px;
}

.event-details-section .event-schedule .schedule-date-menu>li {
	float: left;
	overflow: hidden;
	margin-right: 15px;
	display: inline-block;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.event-details-section .event-schedule .schedule-date-menu>li:last-child {
	margin-right: 0px;
}

.event-details-section .event-schedule .schedule-date-menu>li>a {
	width: 100%;
	height: 100%;
	display: block;
	font-weight: 900;
	padding: 15px 45px;
	text-align: center;
	color: #878787;
	font-size: 24px;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	background-color: #f7f7f7;
}

.event-details-section .event-schedule .schedule-date-menu>li>a small {
	width: 100%;
	display: block;
	font-weight: 700;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	text-transform: capitalize;
}

.event-details-section .event-schedule .schedule-date-menu>li>.active {
	color: #ffffff;
	background-color: #eb557b;
}

.event-details-section .event-schedule .tab-content .hotal-menu {
	z-index: 1;
	margin: 0px;
	padding: 30px;
	-webkit-box-shadow: 0 1px 16px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 16px 2px rgba(0, 0, 0, 0.1);
}

.event-details-section .event-schedule .tab-content .hotal-menu>li {
	float: left;
	height: 40px;
	width: 24.444%;
	overflow: hidden;
	margin-right: 5px;
	border-radius: 3px;
	display: inline-block;
}

.event-details-section .event-schedule .tab-content .hotal-menu>li:last-child {
	margin-right: 0px;
}

.event-details-section .event-schedule .tab-content .hotal-menu>li>a {
	width: 100%;
	height: 100%;
	display: block;
	font-weight: 700;
	line-height: 40px;
	padding: 0px 30px;
	text-align: center;
	color: #878787;
	text-transform: capitalize;
	background-color: #f7f7f7;
}

.event-details-section .event-schedule .tab-content .hotal-menu>li>.active {
	color: #ffffff;
	background-color: #eb557b;
}

.event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item {
	padding: 30px;
	margin-bottom: 2px;
	background-color: #f7f7f7;
}

.event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-image {
	width: 220px;
	float: right;
	height: 240px;
	overflow: hidden;
	border-radius: 3px;
}

.event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-content {
	display: table;
	padding-right: 15px;
}

.event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-content .event-info-list ul li {
	margin-right: 15px;
}

.event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-content .event-info-list ul li:last-child {
	margin-right: 0px;
}

.event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-content .event-info-list ul li .icon {
	float: left;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 100%;
	color: #ffffff;
	font-size: 18px;
	background-color: #eb557b;
}

.event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-content .event-info-list ul li .event-content {
	display: table;
	padding-left: 5px;
}

.event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-content .event-info-list ul li .event-content .event-title {
	font-weight: 700;
	color: #878787;
	font-size: 14px;
}

.event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-content .event-info-list ul li .event-content .event-date {
	margin: 0px;
	font-weight: 900;
	color: #333333;
	font-size: 16px;
	text-transform: uppercase;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table {
	width: 33.333%;
	overflow: hidden;
	padding: 50px 30px;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #f7f7f7;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .popularity-sign {
	top: 35px;
	left: -50px;
	min-width: 200px;
	padding: 5px 15px;
	position: absolute;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #85b200;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-header .amount {
	font-size: 54px;
	font-weight: 400;
	color: #eb557b;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-header .pricing-table-title {
	margin: 0px;
	font-weight: 900;
	color: #333333;
	font-size: 18px;
	text-transform: uppercase;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-body {
	padding: 30px 0px;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-body ul {
	margin: 0px;
	padding: 0px;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-body ul li {
	width: 100%;
	padding: 8px;
	display: block;
	list-style: none;
	text-align: left;
	position: relative;
	padding-left: 35px;
	border-bottom: 1px solid #dddddd;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-body ul li:last-child {
	border-bottom: none;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-body ul li:before {
	top: 50%;
	left: 5px;
	font-weight: 900;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'Font Awesome 5 Free';
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-body ul .item-on:before {
	color: green;
	content: '\f00c';
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-body ul .item-off:before {
	color: red;
	content: '\f00d';
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-footer {
	text-align: center;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-footer .custom-btn {
	width: 100%;
	display: block;
	font-weight: 700;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 12px 40px;
	background: #ffffff;
	text-transform: uppercase;
	color: #333333 !important;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-footer .custom-btn:before {
	opacity: 0;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table:hover .pricing-footer .custom-btn {
	color: #ffffff !important;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table:hover .pricing-footer .custom-btn:before {
	opacity: 1;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table:hover .pricing-footer .custom-btn:after {
	opacity: 0;
}

.event-details-section .event-pricing-plan .pricing-list ul .popular-pricing-table {
	z-index: 1;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
}

.event-details-section .event-pricing-plan .pricing-list ul .popular-pricing-table .pricing-footer .custom-btn {
	color: #ffffff !important;
}

.event-details-section .event-pricing-plan .pricing-list ul .popular-pricing-table .pricing-footer .custom-btn:before {
	opacity: 1;
}

.event-details-section .event-pricing-plan .pricing-list ul .popular-pricing-table .pricing-footer .custom-btn:after {
	opacity: 0;
}

.event-details-section .register-wrapper .register-table ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: table;
	overflow: hidden;
	border-radius: 3px;
	border: 1px solid #f0f0f0;
}

.event-details-section .register-wrapper .register-table ul li {
	width: 100%;
	display: table;
	font-size: 14px;
}

.event-details-section .register-wrapper .register-table ul .rt-header {
	border-radius: 3px;
	padding: 15px 30px;
	color: rgba(255, 255, 255, 0.8);
	background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#ffbe30));
	background: -webkit-linear-gradient(top left, #ff3e00, #ffbe30);
	background: -o-linear-gradient(top left, #ff3e00, #ffbe30);
	background: linear-gradient(to bottom right, #ff3e00, #ffbe30);
}

.event-details-section .register-wrapper .register-table ul .rt-header .header-leftside-content {
	width: 70%;
	float: left;
}

.event-details-section .register-wrapper .register-table ul .rt-header .header-leftside-content strong {
	color: #ffffff;
	font-size:inherit;
}

.event-details-section .register-wrapper .register-table ul .rt-header .header-rightside-content {
	width: 30%;
	float: right;
	text-align: right;
}

.event-details-section .register-wrapper .register-table ul .rt-body .rt-body-item {
	width: 100%;
	display: table;
	padding: 15px 30px;
	border-bottom: 1px solid #f0f0f0;
}

.event-details-section .register-wrapper .register-table ul .rt-body .rt-body-item .leftside-content {
	width: 80%;
	float: left;
}

.event-details-section .register-wrapper .register-table ul .rt-body .rt-body-item .leftside-content .ticket-title {
	margin: 0px;
	font-size: 24px;
}

.event-details-section .register-wrapper .register-table ul .rt-body .rt-body-item .leftside-content .ticket-price {
	width: 100%;
	display: table;
	font-weight: 700;
}

.event-details-section .register-wrapper .register-table ul .rt-body .rt-body-item .rightside-content {
	width: 20%;
	float: right;
}

.event-details-section .register-wrapper .register-table ul .rt-body .rt-body-item .rightside-content .ticket-select {
	width: 100%;
	height: 45px;
	position: relative;
	border-radius: 3px;
	background-color: #f7f7f7;
}

.event-details-section .register-wrapper .register-table ul .rt-body .rt-body-item .rightside-content .ticket-select select {
	width: 100%;
	height: 100%;
	display: block;
	font-weight: 700;
	padding: 0px 20px;
	border-radius: 3px;
	color: #333333;
	-webkit-appearance: none;
	border: 1px solid #f0f0f0;
	background: transparent url(https://jthemes.net/themes/html/harmony-event/assets/images/1.down-arrow.png) no-repeat right 20px center;
}

.event-details-section .register-wrapper .register-table ul .rt-footer {
	padding: 15px 30px;
}

.event-details-section .register-wrapper .register-table ul .rt-footer .footer-leftside-content {
	width: 80%;
	float: left;
	padding: 11px 0px;
}

.event-details-section .register-wrapper .register-table ul .rt-footer .footer-leftside-content .payment-card {
	margin: -5px 0px;
	margin-right: 30px;
}

.event-details-section .register-wrapper .register-table ul .rt-footer .footer-leftside-content .total-price {
	font-weight: 700;
	color: #333333;
}

.event-details-section .register-wrapper .register-table ul .rt-footer .footer-rightside-content {
	width: 20%;
	float: right;
}

.event-details-section .register-wrapper .register-table ul .rt-footer .footer-rightside-content .custom-btn {
	width: 100%;
	height: 45px;
	padding: 0px;
	display: block;
	font-weight: 700;
	-webkit-box-shadow: none;
	box-shadow: none;
	line-height: 45px;
	border-radius: 3px;
	font-size: 14px;
	text-transform: uppercase;
}

.event-details-section .register-wrapper .register-table ul .rt-footer .footer-rightside-content .custom-btn:after,
.event-details-section .register-wrapper .register-table ul .rt-footer .footer-rightside-content .custom-btn:before {
	border-radius: 3px;
}

.event-details-section .reviewer-comment-wrapper .comment-bar {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #878787;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .admin-image {
	float: left;
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin-right: 30px;
	text-align: center;
	border-radius: 100%;
	background-color: #f7f7f7;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content {
	display: table;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .admin-name .rateing-star ul li {
	color: #878787;
	font-size: 14px;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .admin-name .rateing-star ul .rated {
	color: #eb557b;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .admin-name .name a {
	font-weight: 700;
	color: #333333;
	font-size: 30px;
	text-transform: capitalize;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-left {
	padding: 10px 0px;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-left .title {
	float: left;
	font-weight: 700;
	margin-right: 15px;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-left ul {
	padding: 0px;
	display: table;
	margin: -10px 0px;
	overflow: hidden;
	border-radius: 3px;
	border: 1px solid #878787;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-left ul li {
	float: left;
	height: 40px;
	min-width: 40px;
	text-align: center;
	display: inline-block;
	border-right: 1px solid #878787;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-left ul li:last-child {
	border-right: none;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-left ul li button {
	width: 100%;
	height: 100%;
	display: block;
	font-weight: 600;
	padding: 0px 15px;
	line-height: 40px;
	color: #878787;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-left ul li button:hover {
	color: #eb557b;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-right ul {
	margin: 0px;
	padding: 0px;
	float: right;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-right ul li {
	float: left;
	height: 40px;
	min-width: 40px;
	margin-right: 10px;
	display: inline-block;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-right ul li:last-child {
	margin-right: 0px;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-right ul li button {
	width: 100%;
	height: 100%;
	display: block;
	font-weight: 600;
	padding: 0px 15px;
	line-height: 40px;
	border-radius: 3px;
	color: #878787;
	border: 1px solid #878787;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-right ul li button:hover {
	color: #eb557b;
	border-color: #eb557b;
}

.event-details-section .pagination {
	display: block;
}

.event-details-section .pagination ul {
	float: right;
}

.event-details-section .comment-form .section-title {
	position: relative;
}

.event-details-section .comment-form .section-title .rateing-star-wrapper {
	right: 0;
	bottom: 5px;
	display: table;
	position: absolute;
}

.event-details-section .comment-form .section-title .rateing-star-wrapper .rating-title {
	font-weight: 700;
	font-size: 16px;
}

.event-details-section .comment-form .section-title .rateing-star-wrapper .rateing-star-form .form-check {
	margin: 0px;
	text-align: center;
	line-height: normal;
	display: inline-block;
}

.event-details-section .comment-form .section-title .rateing-star-wrapper .rateing-star-form .form-check input[type=checkbox] {
	position: relative;
}

.event-details-section .comment-form .section-title .rateing-star-wrapper .rateing-star-form .form-check input[type=checkbox]:before {
	top: 4px;
	left: -8px;
	cursor: pointer;
	content: "\f005";
	font-weight: 900;
	line-height: 0px;
	position: absolute;
	color: #878787;
	font-size: 24px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-family: 'Font Awesome 5 Free';
}

.event-details-section .comment-form .section-title .rateing-star-wrapper .rateing-star-form .form-check input[type=checkbox]:hover:before {
	color: #eb557b;
}

.event-details-section .comment-form .section-title .rateing-star-wrapper .rateing-star-form .form-check input[type=checkbox]:checked:before {
	color: #eb557b;
}

.event-details-section .comment-form .form-wrapper .custom-btn {
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media screen and (max-width: 1199px) {
	.section-title .line-style {
		top: -15px;
		left: 0px;
	}

	.section-title .big-title {
		font-size: 36px;
	}

	.event-details-section .event-details .event-details-carousel .item img {
		width: 100%;
		height: 100%;
		display: block;
	}

	.event-details-section .event-details .event-info-list ul li {
		margin-right: 2px;
	}

	.event-details-section .event-schedule .schedule-date-menu>li {
		margin-right: 2px;
	}

	.event-details-section .event-schedule .schedule-date-menu>li>a {
		padding: 15px 30px;
	}

	.event-details-section .event-schedule .tab-content .hotal-menu>li {
		margin-right: 2px;
	}
}

@media screen and (max-width: 991px) {
	.section-title .line-style {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.section-title {
		text-align: center !important;
	}

	.sidebar-section {
		max-width: 370px;
		margin: 0 auto;
	}

	.event-details-section .event-details .event-info-list ul li .event-content .event-date {
		font-size: 14px;
	}

	.event-details-section .comment-form .section-title .rateing-star-wrapper {
		right: 0;
		bottom: 0;
		display: table;
		position: unset;
		text-align: center;
		margin: 30px auto;
	}

	.event-details-section .comment-form .form-wrapper {
		text-align: center;
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 480px) {
	.sec-ptb-100 {
		padding: 50px 0px;
	}

	.section-title .big-title {
		font-size: 24px;
	}

	.event-details-section .event-details .event-title .event-title {
		font-size: 24px;
	}

	.event-details-section .event-details .event-details-carousel .item {
		height: auto;
	}

	.event-details-section .event-details .event-info-list ul li {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 5px;
	}

	.event-details-section .event-schedule .schedule-date-menu>li,
	.event-details-section .event-schedule .tab-content .hotal-menu>li {
		width: 100%;
		margin-right: 0px;
	}

	.event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-image {
		width: 100%;
		float: none;
		height: auto;
		margin-bottom: 30px;
	}

	.event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-image img {
		width: 100%;
		height: 100%;
		display: block;
	}

	.event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-content {
		width: 100%;
		padding: 0px;
	}

	.event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-content .event-title {
		font-size: 24px;
	}

	.event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-content .event-info-list ul li {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 5px;
	}

	.event-details-section .event-pricing-plan .pricing-list ul .pricing-table {
		width: 100%;
		margin-bottom: 30px;
	}

	.event-details-section .event-pricing-plan .pricing-list ul .popular-pricing-table {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	.event-details-section .register-wrapper {
		overflow-x: scroll;
	}

	.event-details-section .register-wrapper .register-table ul {
		width: 770px;
	}

	.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-left {
		margin-bottom: 15px;
	}

	.sidebar-section .spacial-event-wrapper .overlay-black {
		padding: 60px 30px;
	}
}

@media screen and (max-width: 320px) {
	.custom-btn {
		padding: 12px 25px;
	}

	.sidebar-section .location-wrapper .contact-links ul li a {
		font-size: 14px;
	}

	.event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-content .event-title {
		font-size: 18px;
	}

	.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-left .title {
		float: none;
		width: 100%;
		margin: 0px;
		margin-right: 0px;
		margin-bottom: 5px;
	}

	.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-left ul {
		margin: 0px 0px;
	}

	.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-right ul {
		float: none;
		width: 100%;
	}

	.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-right ul li {
		width: 100%;
		display: block;
		margin-bottom: 5px;
	}

	.event-details-section .section-title .big-title {
		font-size: 30px;
	}

	.event-details-section .comment-form .section-title .rateing-star-wrapper .rating-title {
		width: 100%;
		margin-bottom: 15px;
	}

	.event-details-section .comment-form .section-title .rateing-star-wrapper .rateing-star-form {
		display: table;
		margin: 0 auto;
		float: none !important;
	}

	.sidebar-section .faq-wrapper .faq-accordion .card .card-header .btn {
		padding: 15px 15px;
	}

	.sidebar-section .faq-wrapper .faq-accordion .card .card-header .btn:after {
		right: 15px;
	}
}

/*! CSS Used from: Embedded */
.addeventatc {
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: relative;
	z-index: 1;
	font-family: Roboto, "Helvetica Neue", Helvetica, Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
	color: #000 !important;
	font-weight: 300;
	line-height: 100% !important;
	background-color: #fff;
	border: 1px solid;
	border-color: #e5e6e9 #dfe0e4 #d0d1d5;
	font-size: 15px;
	text-decoration: none;
	padding: 13px 12px 12px 43px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	-webkit-font-smoothing: antialiased !important;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-image: url(https://www.addevent.com/gfx/icon-calendar-t5.png), url(https://www.addevent.com/gfx/icon-calendar-t1.svg), url(https://www.addevent.com/gfx/icon-apple-t1.svg), url(https://www.addevent.com/gfx/icon-facebook-t1.svg), url(https://www.addevent.com/gfx/icon-google-t1.svg), url(https://www.addevent.com/gfx/icon-outlook-t1.svg), url(https://www.addevent.com/gfx/icon-yahoo-t1.svg);
	background-position: -9999px -9999px;
	background-repeat: no-repeat;
}

.addeventatc:hover {
	border: 1px solid #aab9d4;
	color: #000;
	font-size: 15px;
	text-decoration: none;
}

.addeventatc:focus {
	outline: none;
	border: 1px solid #aab9d4;
}

.addeventatc:active {
	top: 1px;
}

.addeventatc .addeventatc_icon {
	width: 18px;
	height: 18px;
	position: absolute;
	z-index: 1;
	left: 12px;
	top: 10px;
	background: url(https://www.addevent.com/gfx/icon-calendar-t1.svg) no-repeat;
	background-size: 18px 18px;
}

.addeventatc .start,
.addeventatc .end,
.addeventatc .timezone,
.addeventatc .title,
.addeventatc .description,
.addeventatc .location,
.addeventatc .organizer,
.addeventatc .organizer_email,
.addeventatc .all_day_event,
.addeventatc .date_format {
	display: none !important;
}



.event-details-carousel .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
}
.event-details-carousel .owl-next, .event-details-carousel .owl-prev{
    width: 50px !important;
    height: 50px !important;
    border-radius: 8px !important;
    background: #fff !important;
    outline: 0px !important;
}
.event-details-carousel .owl-prev{
    position: absolute !important;
    left: 10px !important;
}
.event-details-carousel .owl-next{
    position: absolute !important;
    right: 10px !important;
}
.event-details-carousel .owl-prev span, .event-details-carousel .owl-next span{
    font-size: 30px !important;
    margin-top: -5px;
}
.event-details-carousel .owl-prev:focus, .event-details-carousel .owl-next:focus{
    outline: 0px !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff !important;
    color: #333;
    text-decoration: none;
}





































/* Start CSS */
.position-relative{
    position: relative;
}
.nav{
   display:-ms-flexbox;
   display:flex;
   -ms-flex-wrap:wrap;
   flex-wrap:wrap;
   padding-left:0;
   margin-bottom:0;
   list-style:none;
}
.tab-content>.tab-pane{
   display:none;
}
.tab-content>.active{
   display:block;
}
.pagination{
   display:-ms-flexbox;
   display:flex;
   padding-left:0;
   list-style:none;
   border-radius:.25rem;
}
.page-link{
   position:relative;
   display:block;
   padding:.5rem .75rem;
   margin-left:-1px;
   line-height:1.25;
   color:#007bff;
   background-color:#fff;
   border:1px solid #dee2e6;
}
.page-link:hover{
   z-index:2;
   color:#0056b3;
   text-decoration:none;
   background-color:#e9ecef;
   border-color:#dee2e6;
}
.page-link:focus{
   z-index:2;
   outline:0;
   box-shadow:0 0 0 .2rem rgba(0,123,255,.25);
}
.page-item:first-child .page-link{
   margin-left:0;
   border-top-left-radius:.25rem;
   border-bottom-left-radius:.25rem;
}
.page-item:last-child .page-link{
   border-top-right-radius:.25rem;
   border-bottom-right-radius:.25rem;
}
.page-item.active .page-link{
   z-index:1;
   color:#fff;
   background-color:#007bff;
   border-color:#007bff;
}
.clearfix::after{
   display:block;
   clear:both;
   content:"";
}
.justify-content-center{
   -ms-flex-pack:center!important;
   justify-content:center!important;
}
.text-center{
   text-align:center!important;
}
/*! CSS Used from: https://jthemes.net/themes/html/harmony-event/assets/css/fontawesome-all.css */
.fas,.far{
   -moz-osx-font-smoothing:grayscale;
   -webkit-font-smoothing:antialiased;
   display:inline-block;
   font-style:normal;
   font-variant:normal;
   text-rendering:auto;
   line-height:1;
}
.fa-clock:before{
   content:"\f017";
}
.fa-map-marker-alt:before{
   content:"\f3c5";
}
.fa-microphone:before{
   content:"\f130";
}
.fa-th:before{
   content:"\f00a";
}
.fa-th-list:before{
   content:"\f00b";
}
.fa-ticket-alt:before{
   content:"\f3ff";
}
.far{
   font-family:'Font Awesome 5 Free';
   font-weight:400;
}
.fas{
   font-family:'Font Awesome 5 Free';
   font-weight:900;
}
.custom-btn{
   background:#eb557b!important;
}
.custom-btn:before{
    background:linear-gradient(to bottom right, #eb557b , #f73163)!important;
}
.custom-btn:after{
    background:linear-gradient(to bottom right, #f73163 , #eb557b)!important;
}
.ticket-price{
   color:#eb557b!important;
}
.pagination ul .page-item.active .page-link:after,.event-section .event-list-item .event-content .event-title:after,.event-section .event-grid-item .event-content .event-title:after,.event-section .event-list-item .event-content .event-info-list ul li .icon,.event-section .event-grid-item .event-content .event-post-meta ul li .icon{
   background:#eb557b!important;
}
select:focus,.event-section .event-list-item:hover,.event-section .event-grid-item:hover{
   border-color:#eb557b!important;
}
.post-date,.tickets-details-btn:before{
    background:linear-gradient(to bottom right, #eb557b , #f73163)!important;
}
/*! CSS Used from: https://jthemes.net/themes/html/harmony-event/assets/css/style.css */
.pagination{
   border-radius:0px;
   justify-content: center;
}
.pagination ul{
   display:table;
}
.pagination ul .page-item{
   height:40px;
   min-width:40px;
   position:relative;
}
.pagination ul .page-item .page-link{
   margin:0px;
   width:100%;
   height:100%;
   padding:5px;
   border:none;
   padding:0px;
   display:block;
   font-weight:700;
   line-height:40px;
   text-align:center;
   color:#878787;
   text-transform:uppercase;
   font-family:"Roboto", sans-serif;
   background-color:transparent;
}
.pagination ul .page-item:hover .page-link{
   color:#333333;
}
.pagination ul .page-item.active .page-link{
   color:#333333;
   font-size:24px;
}
.pagination ul .page-item.active .page-link:after{
   left:0;
   right:0;
   bottom:0;
   height:3px;
   width:100%;
   content:'';
   position:absolute;
   background-color:#eb557b;
}
.pagination ul .page-item.prev-item .page-link,.pagination ul .page-item.next-item .page-link{
   padding:0px 30px;
   border-radius:0px;
   position:relative;
}
.pagination ul .page-item.prev-item .page-link:before,.pagination ul .page-item.next-item .page-link:before{
   top:50%;
   font-weight:900;
   position:absolute;
   -webkit-transform:translateY(-50%);
   -ms-transform:translateY(-50%);
   transform:translateY(-50%);
   -webkit-transition:all 0.3s ease-in-out;
   -o-transition:all 0.3s ease-in-out;
   transition:all 0.3s ease-in-out;
   font-family:'Font Awesome 5 Free';
}
.pagination ul .page-item.prev-item:hover .page-link,.pagination ul .page-item.next-item:hover .page-link{
   color:#333333;
}
.pagination ul .page-item.prev-item:hover .page-link:before,.pagination ul .page-item.next-item:hover .page-link:before{
   color:#333333;
}


.page-link img{
    margin-top: -2px;
}

.sec-ptb-100{
   padding:100px 0px;
}
.mb-15{
   margin-bottom:15px;
}
.mb-30{
   margin-bottom:30px;
}
.custom-btn{
   z-index:1;
   font-weight:600;
   overflow:hidden;
   padding:15px 35px;
   text-align:center;
   position:relative;
   border-radius:50px;
   display:-webkit-inline-box;
   display:-ms-inline-flexbox;
   display:inline-flex;
   font-size:14px;
   text-transform:uppercase;
   background:#eb557b;
   color:#ffffff!important;
   -webkit-box-shadow:0 5px 60px 5px rgba(0, 0, 0, 0.2);
   box-shadow:0 5px 60px 5px rgba(0, 0, 0, 0.2);
}
.custom-btn:after,.custom-btn:before{
   top:0px;
   left:0px;
   right:0px;
   bottom:0px;
   z-index:-1;
   content:'';
   position:absolute;
   border-radius:50px;
   -webkit-transition:all .3s ease-in-out;
   -o-transition:all .3s ease-in-out;
   transition:all .3s ease-in-out;
}
.custom-btn:before{
    background:linear-gradient(to bottom right, #eb557b , #f73163)!important;
}
.custom-btn:after{
   opacity:0;
   background:linear-gradient(to bottom right, #eb557b , #f73163)!important;
}
.custom-btn:hover:before{
   opacity:0;
}
.custom-btn:hover:after{
   opacity:1;
}
.title-large{
   font-size:30px;
}
.title-small{
   font-size:18px;
}
.default-color{
   color:#878787;
}
.yellow-color{
   color:#ffbe30;
}
.white-color{
   color:#ffffff;
}
.bg-gray-light{
   background-color:#f7f7f7;
}
.overlay-black{
   background:rgba(51, 51, 51, 0.5);
}
a{
   -webkit-transition:all 0.3s ease-in-out;
   -o-transition:all 0.3s ease-in-out;
   transition:all 0.3s ease-in-out;
}
.sidebar-section .map-wrapper #google-map{
   width:100%;
   height:300px;
}
.sidebar-section .spacial-event-wrapper{
   overflow:hidden;
   border-radius:3px;
   background-size:cover;
   background-repeat:no-repeat;
   background-position:center center;
}
.sidebar-section .spacial-event-wrapper .overlay-black{
   padding:80px 50px;
}
.event-section .tab-content .pagination ul{
   margin:50px auto 0px;
}
.event-section .tab-content .pagination ul{
   margin:50px auto 0px;
}
.event-section .search-result-form{
   position:relative;
   margin-bottom:30px;
   padding-right:100px;
}
.event-section .search-result-form ul{
   width:100%;
   margin:0px;
   padding:0px;
   display:table;
}
.event-section .search-result-form ul li{
   float:left;
   min-width:100px;
   list-style:none;
   margin-right:30px;
   display:inline-block;
}
.event-section .search-result-form ul li:last-child{
   margin-right:0px;
}
.event-section .search-result-form ul li .result-text{
   font-weight:600;
   color:#878787;
   font-size:16px;
}
.event-section .search-result-form ul li #year-select,.event-section .search-result-form ul li #munth-select{
   margin:0px;
   border:none;
   padding:0px;
   position:relative;
   padding-right:20px;
   display:inline-block;
   -webkit-appearance:none;
   background:transparent url(../images/downp.png) no-repeat right 0px center;
}
.event-section .search-result-form ul li label{
   float:left;
   margin:0px;
   margin-right:5px;
}
.event-section .search-result-form .event-layout-btngroup{
   right:0;
   bottom:0;
   width:auto;
   display:table;
   position:absolute;
}
.event-section .search-result-form .event-layout-btngroup li{
   width:auto;
   min-width:auto;
   line-height:0px;
   margin-right:10px;
}
.event-section .search-result-form .event-layout-btngroup li:last-child{
   margin-right:0px;
}
.event-section .search-result-form .event-layout-btngroup li a{
   line-height:0px;
   color:#878787;
   font-size:24px;
}
.event-section .search-result-form .event-layout-btngroup li > .active{
   color:#333333;
}
.event-section .event-list-item{
   padding:15px;
   margin-bottom:15px;
   background-color:#ffffff;
   -webkit-transition:all 0.3s ease-in-out;
   -o-transition:all 0.3s ease-in-out;
   transition:all 0.3s ease-in-out;
   border:1px solid #f0f0f0;
}
.event-section .event-list-item .event-image{
   float:left;
   width:250px;
   height:250px;
   overflow:hidden;
   position:relative;
   margin-right:30px;
}
.event-section .event-list-item .event-image img{
   width:100%;
   height:100%;
   display:block;
}
.event-section .event-list-item .event-image .post-date{
   top:0px;
   left:0px;
   z-index:1;
   width:70px;
   height:70px;
   padding:10px;
   text-align:center;
   position:absolute;
   color:#ffffff;
   background:linear-gradient(to bottom right, #eb557b , #f73163)!important;
}
.event-section .event-list-item .event-image .post-date .date{
   font-weight:900;
   font-size:24px;
   font-family:"Roboto", sans-serif;
}
.event-section .event-list-item .event-image .post-date .month{
   font-size:16px;
   text-transform:uppercase;
}
.event-section .event-list-item .event-content{
   display:table;
   padding:10px 0px;
}
.event-section .event-list-item .event-content .event-title{
   position:relative;
}
.event-section .event-list-item .event-content .event-title:after{
   top:0;
   width:6px;
   left:-33px;
   bottom:0px;
   content:'';
   height:100%;
   position:absolute;
   background-color:#eb557b!important;
}
.event-section .event-list-item .event-content .event-title .title{
   margin:0px;
   font-weight:400;
   color:#333333;
   font-size:24px;
}
.event-section .event-list-item .event-content .event-title .title strong{
   font-weight:900;
   font-size:inherit;
}
.event-section .event-list-item .event-content .event-info-list ul li{
   margin-right:10px;
}
.event-section .event-list-item .event-content .event-info-list ul li:last-child{
   margin-right:0px;
}

.event-section .event-list-item .event-content .event-info-list ul li .info-content{
   display:table;
}
.event-section .event-list-item .event-content .event-info-list ul li .info-content small{
   font-weight:700;
   font-size:14px;
}
.event-section .event-list-item .event-content .event-info-list ul li .info-content h3{
   font-weight:900;
   font-size:18px;
}

.event-section .event-list-item .event-content .tickets-details-btn:hover{
   color:#ffffff;
   background:#ffbe30;
}
.event-section .event-list-item .event-content .tickets-details-btn:hover:before{
   opacity:1;
}
.event-section .event-list-item:hover{
   border-color:#ffbe30;
}
.event-section .event-grid-item{
   margin-bottom:30px;
   -webkit-transition:all 0.3s ease-in-out;
   -o-transition:all 0.3s ease-in-out;
   transition:all 0.3s ease-in-out;
   border:1px solid #f0f0f0;
}
.event-section .event-grid-item .event-image{
   width:100%;
   height:235px;
   overflow:hidden;
   position:relative;
}
.event-section .event-grid-item .event-image .post-date{
   top:15px;
   left:15px;
   z-index:1;
   width:70px;
   height:70px;
   padding:10px;
   text-align:center;
   position:absolute;
   color:#ffffff;
   background:linear-gradient(to bottom right, #eb557b, #f73163);
}
.event-section .event-grid-item .event-image .post-date .date{
   font-weight:900;
   font-size:24px;
   font-family:"Roboto", sans-serif;
}
.event-section .event-grid-item .event-image .post-date .month{
   font-size:16px;
   text-transform:uppercase;
}
.event-section .event-grid-item .event-content{
   padding:30px;
   background-color:#ffffff;
}
.event-section .event-grid-item .event-content .event-title{
   position:relative;
}
.event-section .event-grid-item .event-content .event-title:after{
   top:0;
   width:6px;
   left:-30px;
   bottom:0px;
   content:'';
   height:100%;
   position:absolute;
   background-color:#ffbe30;
}
.event-section .event-grid-item .event-content .event-title .title{
   font-weight:700;
   font-size:24px;
}
.event-section .event-grid-item .event-content .event-title .ticket-price{
   font-weight:700;
}
.event-section .event-grid-item .event-content .event-post-meta ul li{
   margin-bottom:5px;
   font-size:14px;
}
.event-section .event-grid-item .event-content .event-post-meta ul li .icon{
   width:30px;
   height:30px;
   line-height:30px;
   margin-right:10px;
   text-align:center;
   border-radius:100%;
   color:#ffffff;
   font-size:14px;
   background-color:#ffbe30;
}
.event-section .event-grid-item .tickets-details-btn{
   z-index:1;
   font-weight:600;
   overflow:hidden;
   padding:15px 45px;
   position:relative;
   border-radius:30px;
   color:#878787;
   font-size:14px;
   text-transform:uppercase;
   background:#f7f7f7;
}
.event-section .event-grid-item .tickets-details-btn:before{
   top:0;
   left:0;
   right:0;
   bottom:0;
   opacity:0;
   z-index:-1;
   content:'';
   position:absolute;
   border-radius:30px;
   background:linear-gradient(to bottom right, #eb557b, #f73163);
   -webkit-transition:all 0.3s ease-in-out;
   -o-transition:all 0.3s ease-in-out;
   transition:all 0.3s ease-in-out;
}
.event-section .event-grid-item .tickets-details-btn:hover{
   color:#ffffff;
   background:#ffbe30;
}
.event-section .event-grid-item .tickets-details-btn:hover:before{
   opacity:1;
}
.event-section .event-grid-item:hover{
   border:1px solid #ffbe30;
}
.event-section .sidebar-section .spacial-event-wrapper .overlay-black{
   padding:50px 25px;
}
.event-section .sidebar-section .spacial-event-wrapper .title-large{
   font-size:24px;
}
@media screen and (max-width: 1199px){
    .event-section .sidebar-section .spacial-event-wrapper .title-large{
       font-size:18px;
   }
    .event-section .sidebar-section .spacial-event-wrapper .overlay-black{
       padding:30px 15px;
   }
    .event-section .event-grid-item .event-image{
       height:auto;
   }
}
@media screen and (max-width: 991px){
    .sidebar-section{
       max-width:370px;
       margin:0 auto;
   }
    .event-section .sidebar-section .spacial-event-wrapper{
       margin-bottom:50px;
   }
    .event-section .sidebar-section .spacial-event-wrapper .overlay-black{
       padding:50px 30px;
   }
}
@media screen and (max-width: 480px){
    .sec-ptb-100{
       padding:50px 0px;
   }
    .event-section .search-result-form{
       padding:0px;
   }
    .event-section .search-result-form .event-layout-btngroup{
       display:table;
       position:unset;
       margin:30px auto 0px;
   }
    .event-section .event-list-item .event-image{
       float:none;
       width:100%;
       height:auto;
       margin-right:0;
   }
    .event-section .event-list-item .event-content .event-title:after{
       left:-15px;
   }
    .sidebar-section .spacial-event-wrapper .overlay-black{
       padding:60px 30px;
   }
}
@media screen and (max-width: 320px){
    .custom-btn{
       padding:12px 25px;
   }
    .event-section .event-list-item .event-content .event-title .title{
       font-size:18px;
   }
    .event-section .event-grid-item .event-content .event-title .title{
       font-size:18px;
   }
}
/*! CSS Used from: Embedded */
.addeventatc{
   display:inline-block;
   *display:inline;
   zoom:1;
   position:relative;
   z-index:1;
   font-family:Roboto,"Helvetica Neue",Helvetica,Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
   color:#000!important;
   font-weight:300;
   line-height:100%!important;
   background-color:#fff;
   border:1px solid;
   border-color:#e5e6e9 #dfe0e4 #d0d1d5;
   font-size:15px;
   text-decoration:none;
   padding:13px 12px 12px 43px;
   -webkit-border-radius:3px;
   border-radius:3px;
   cursor:pointer;
   -webkit-font-smoothing:antialiased!important;
   text-shadow:1px 1px 1px rgba(0,0,0,0.004);
   -webkit-touch-callout:none;
   -webkit-user-select:none;
   -khtml-user-select:none;
   -moz-user-select:none;
   -ms-user-select:none;
   user-select:none;
   -webkit-tap-highlight-color:rgba(0,0,0,0);
   background-image:url(https://www.addevent.com/gfx/icon-calendar-t5.png), url(https://www.addevent.com/gfx/icon-calendar-t1.svg), url(https://www.addevent.com/gfx/icon-apple-t1.svg), url(https://www.addevent.com/gfx/icon-facebook-t1.svg), url(https://www.addevent.com/gfx/icon-google-t1.svg), url(https://www.addevent.com/gfx/icon-outlook-t1.svg), url(https://www.addevent.com/gfx/icon-yahoo-t1.svg);
   background-position:-9999px -9999px;
   background-repeat:no-repeat;
}
.addeventatc:hover{
   border:1px solid #aab9d4;
   color:#000;
   font-size:15px;
   text-decoration:none;
}
.addeventatc:focus{
   outline:none;
   border:1px solid #aab9d4;
}
.addeventatc:active{
   top:1px;
}
.addeventatc .addeventatc_icon{
   width:18px;
   height:18px;
   position:absolute;
   z-index:1;
   left:12px;
   top:10px;
   background:url(https://www.addevent.com/gfx/icon-calendar-t1.svg) no-repeat;
   background-size:18px 18px;
}
.addeventatc .start,.addeventatc .end,.addeventatc .timezone,.addeventatc .title,.addeventatc .description,.addeventatc .location,.addeventatc .organizer,.addeventatc .organizer_email,.addeventatc .all_day_event,.addeventatc .date_format{
   display:none!important;
}
/*! CSS Used from: https://jthemes.net/themes/html/harmony-event/assets/css/bootstrap.min.css */
*,::after,::before{
   box-sizing:border-box;
}
h3{
   margin-top:0;
   margin-bottom:.5rem;
}
ul{
   margin-top:0;
   margin-bottom:1rem;
}
small{
   font-size:80%;
}
a{
   color:#007bff;
   text-decoration:none;
   background-color:transparent;
   -webkit-text-decoration-skip:objects;
}
a:hover{
   color:#0056b3;
   text-decoration:underline;
}
h3{
   margin-bottom:.5rem;
   font-family:inherit;
   font-weight:500;
   line-height:1.2;
   color:inherit;
}
h3{
   font-size:1.75rem;
}
small{
   font-size:80%;
   font-weight:400;
}
.clearfix::after{
   display:block;
   clear:both;
   content:"";
}
@media print{
    *,::after,::before{
       text-shadow:none!important;
       box-shadow:none!important;
   }
    a:not(.btn){
       text-decoration:underline;
   }
    h3{
       orphans:3;
       widows:3;
   }
    h3{
       page-break-after:avoid;
   }
}
/*! CSS Used from: https://jthemes.net/themes/html/harmony-event/assets/css/fontawesome-all.css */
.fas{
   -moz-osx-font-smoothing:grayscale;
   -webkit-font-smoothing:antialiased;
   display:inline-block;
   font-style:normal;
   font-variant:normal;
   text-rendering:auto;
   line-height:1;
}
.fa-microphone:before{
   content:"\f130";
}
.fa-ticket-alt:before{
   content:"\f3ff";
}
.fas{
   font-family:'Font Awesome 5 Free';
   font-weight:900;
}
/*! CSS Used from: https://jthemes.net/themes/html/harmony-event/assets/css/colors/default.css */
.event-section .event-list-item .event-content .event-info-list ul li .icon{
   background:#eb557b!important;
}
.tickets-details-btn:before{
   background:linear-gradient(to bottom right, #eb557b , #f73163)!important;
}
/*! CSS Used from: https://jthemes.net/themes/html/harmony-event/assets/css/style.css */
/* a,h3{
   font-family:"Roboto", sans-serif;
} */
::-moz-selection{
   color:#ffbe30;
   background:#333333;
}
::selection{
   color:#ffbe30;
   background:#333333;
}
a{
   color:#ffbe30;
}
a{
   border:none;
   cursor:pointer;
   background:none;
   text-decoration:none;
   display:inline-block;
}
a:focus{
   outline:none;
}
h3{
   color:#333333;
   text-transform:capitalize;
}
span,small,i{
   line-height:normal;
   display:inline-block;
}
a:hover{
   text-decoration:none;
   color:#ff3e00;
}
:-moz-placeholder{
   color:#878787;
}
::-moz-placeholder{
   color:#878787;
}
:-ms-input-placeholder{
   color:#878787;
}
::-webkit-input-placeholder{
   color:#878787;
}
.ul-li ul{
   margin:0px;
   padding:0px;
}
.ul-li ul li{
   margin:0;
   padding:0;
   float:left;
   list-style:none;
   display:inline-block;
}
a{
   -webkit-transition:all 0.3s ease-in-out;
   -o-transition:all 0.3s ease-in-out;
   transition:all 0.3s ease-in-out;
}
.event-section .event-list-item .event-content .event-info-list ul li{
   margin-right:10px;
}
.event-section .event-list-item .event-content .event-info-list ul li:last-child{
   margin-right:0px;
}
.event-section .event-list-item .event-content .event-info-list ul li .icon{
   float:left;
   width:40px;
   height:40px;
   line-height:40px;
   text-align:center;
   margin-right:10px;
   color:#ffffff;
   border-radius:100%;
   background-color:#eb557b;
   margin-top: 4px;
}
.event-section .event-list-item .event-content .event-info-list ul li .info-content{
   display:table;
}
.event-section .event-list-item .event-content .event-info-list ul li .info-content small{
   font-weight:700;
   font-size:14px;
}
.event-section .event-list-item .event-content .event-info-list ul li .info-content h3{
   font-weight:900;
   font-size:18px;
}
.event-section .event-list-item .event-content .tickets-details-btn{
   z-index:1;
   font-weight:600;
   overflow:hidden;
   padding:12px 30px;
   position:relative;
   border-radius:30px;
   color:#eb557b;
   font-size:14px;
   text-transform:uppercase;
   background:#fff;
   border: 2px solid #eb557b;
}


.event-section .event-list-item .event-content .tickets-details-btn:before{
   top:0;
   left:0;
   right:0;
   bottom:0;
   opacity:0;
   z-index:-1;
   content:'';
   position:absolute;
   border-radius:30px;
   background:linear-gradient(to bottom right, #eb557b, #eb557b);
   -webkit-transition:all 0.3s ease-in-out;
   -o-transition:all 0.3s ease-in-out;
   transition:all 0.3s ease-in-out;
}
.event-section .event-list-item .event-content .tickets-details-btn:hover{
   color:#ffffff;
   background:#ffbe30;
}
.event-section .event-list-item .event-content .tickets-details-btn:hover:before{
   opacity:1;
}


ul li .icon img{
    margin-top: -3px;
}



.register_event_btn {
    width: 100%;
}

.register_event_btn a {
    width: 100%;
    background-color: #eb557b;
    color: #fff;
    float: left;
    padding: 12px 30px;
    border-radius: 5px;
    text-align: center;
}


.right_side_small{
    margin-top: 100px;
}


.event-details-section .event-details .event-info-list ul li .icon img{
    margin-top: -5px;
}





@media only screen and (min-width: 1200px) and (max-width: 1400px) {

    .event-section .event-list-item .event-content .tickets-details-btn{
        margin-top: 10px;
    }
    .event-details-section .event-details .event-title .event-title {
        font-size: 26px;
    }
    .event-details-section .section-title .big-title {
        font-size: 26px;
    }
    .event-details-section .event-schedule .schedule-date-menu>li>a {
        font-size: 18px;
    }
    .sidebar-section .faq-wrapper .faq-accordion .card .card-header .btn {
        font-size: 16px;
    }
    .event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-content .event-info-list ul li .event-content .event-date {
        font-size: 14px;
    }

    .title-large {
        font-size: 22px;
    }



}



@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .event-section .event-list-item .event-content .event-title .title {
        font-size: 20px;
    }
    .discription-text.mb-30{
        margin-bottom: 20px;
    }
    .event-section .event-list-item .event-content .tickets-details-btn{
        margin-top: 10px;
    }



    .event-details-section .event-details .event-title .event-title {
        font-size: 20px;
    }
    .event-details-section .section-title .big-title {
        font-size: 20px;
    }
    .event-details-section .event-schedule .schedule-date-menu>li>a {
        font-size: 18px;
    }
    .sidebar-section .faq-wrapper .faq-accordion .card .card-header .btn {
        font-size: 16px;
        padding: 15px;
    }
    .event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-content .event-info-list ul li .event-content .event-date {
        font-size: 14px;
    }

    .title-large {
        font-size: 20px;
    }
    .sidebar-section .location-wrapper .title-wrapper {
        padding: 20px;
    }
    .sidebar-section .location-wrapper .location-info-list {
        padding: 20px;
    }
    .sidebar-section .location-wrapper .button {
        padding: 20px;
    }

    .sidebar-section .location-wrapper .contact-links {
        padding: 20px;
    }
    .sidebar-section .faq-wrapper .faq-accordion .card .card-body {
        padding: 15px;
    }

    .sidebar-section .faq-wrapper .faq-accordion .card .card-header .btn:after {
        right: 15px;
    }

    .event-details-section .event-schedule .tab-content .hotal-menu {
        padding: 15px;
    }

    .sec-ptb-100 {
        padding: 40px 0px;
    }



}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event-section .container{
        max-width: 100%;
    }
    .sidebar-section{
        width: 100%;
        float: left;
        margin-bottom: 20px;
        max-width: 100%;
    }
    .sec-ptb-100 {
        padding: 40px 0px;
    }
    .event-section .event-list-item .event-content .tickets-details-btn{
        margin-top: 10px;
    }
    .event-section .event-list-item .event-content .event-title .title {
        font-size: 20px;
    }
    .discription-text.mb-30{
        margin-bottom: 20px;
    }
    .event-section .event-list-item .event-content .event-info-list ul li .info-content h3 {
        font-size: 16px;
    }
    .event-section .event-list-item .event-content .event-info-list ul li .info-content small {

        font-size: 12px;
    }

    .event-section .event-list-item .event-content .event-title {
        margin-bottom: 10px;
    }




    .event-details-section .container{
        max-width: 100%;
    }



    .event-section .event-list-item .event-content .event-title .title {
        font-size: 20px;
    }
    .discription-text.mb-30{
        margin-bottom: 20px;
    }
    .event-section .event-list-item .event-content .tickets-details-btn{
        margin-top: 10px;
    }



    .event-details-section .event-details .event-title .event-title {
        font-size: 20px;
    }
    .event-details-section .section-title .big-title {
        font-size: 20px;
    }
    .event-details-section .event-schedule .schedule-date-menu>li>a {
        font-size: 18px;
    }
    .sidebar-section .faq-wrapper .faq-accordion .card .card-header .btn {
        font-size: 16px;
        padding: 15px;
    }
    .event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-content .event-info-list ul li .event-content .event-date {
        font-size: 14px;
    }

    .title-large {
        font-size: 20px;
    }
    .sidebar-section .location-wrapper .title-wrapper {
        padding: 20px;
    }
    .sidebar-section .location-wrapper .location-info-list {
        padding: 20px;
    }
    .sidebar-section .location-wrapper .button {
        padding: 20px;
    }

    .sidebar-section .location-wrapper .contact-links {
        padding: 20px;
    }
    .sidebar-section .faq-wrapper .faq-accordion .card .card-body {
        padding: 15px;
    }

    .sidebar-section .faq-wrapper .faq-accordion .card .card-header .btn:after {
        right: 15px;
    }

    .event-details-section .event-schedule .tab-content .hotal-menu {
        padding: 15px;
    }

    .sec-ptb-100 {
        padding: 40px 0px;
    }


    .event-details.mb-80{
        margin-bottom: 40px;
    }


    .event-info-list {
        margin-bottom: 20px;
    }

    .right_side_small {
        margin-top: 40px;
    }



}





@media only screen and (min-width: 300px) and (max-width: 767px) {
    .event-section .container{
        max-width: 100%;
    }
    .sidebar-section{
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }
    .sec-ptb-100 {
        padding: 40px 0px;
    }
    .event-section .event-list-item .event-content .tickets-details-btn{
        margin-top: 10px;
    }
    .event-section .event-list-item .event-content .event-title .title {
        font-size: 20px;
    }
    .discription-text.mb-30{
        margin-bottom: 20px;
    }
    .event-section .event-list-item .event-content .event-info-list ul li .info-content h3 {
        font-size: 16px;
    }
    .event-section .event-list-item .event-content .event-info-list ul li .info-content small {

        font-size: 12px;
    }

    .event-section .event-list-item .event-content .event-title {
        margin-bottom: 10px;
    }


    .pagination ul .page-item.prev-item .page-link, .pagination ul .page-item.next-item .page-link {
        padding: 0px 10px;
        border-radius: 0px;
        position: relative;
    }
    .pagination ul .page-item.active .page-link {
        color: #333333;
        font-size: 18px;
    }
    .pagination ul .page-item {
        height: 36px;
        min-width: 30px;
        position: relative;
    }

    .pagination ul .page-item .page-link {

        padding: 0 3px;
        font-size: 14px;
    }

















    .event-details-section .container{
        max-width: 100%;
    }



    .event-section .event-list-item .event-content .event-title .title {
        font-size: 20px;
    }
    .discription-text.mb-30{
        margin-bottom: 20px;
    }
    .event-section .event-list-item .event-content .tickets-details-btn{
        margin-top: 10px;
    }



    .event-details-section .event-details .event-title .event-title {
        font-size: 18px;
    }
    .event-details-section .section-title .big-title {
        font-size: 20px;
    }
    .event-details-section .event-schedule .schedule-date-menu>li>a {
        font-size: 18px;
    }
    .sidebar-section .faq-wrapper .faq-accordion .card .card-header .btn {
        font-size: 16px;
        padding: 15px;
    }
    .event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-content .event-info-list ul li .event-content .event-date {
        font-size: 14px;
    }

    .title-large {
        font-size: 20px;
    }
    .sidebar-section .location-wrapper .title-wrapper {
        padding: 20px;
    }
    .sidebar-section .location-wrapper .location-info-list {
        padding: 20px;
    }
    .sidebar-section .location-wrapper .button {
        padding: 20px;
    }

    .sidebar-section .location-wrapper .contact-links {
        padding: 20px;
    }
    .sidebar-section .faq-wrapper .faq-accordion .card .card-body {
        padding: 15px;
    }

    .sidebar-section .faq-wrapper .faq-accordion .card .card-header .btn:after {
        right: 15px;
    }

    .event-details-section .event-schedule .tab-content .hotal-menu {
        padding: 15px;
    }

    .sec-ptb-100 {
        padding: 40px 0px;
    }


    .event-details.mb-80{
        margin-bottom: 40px;
    }


    .event-info-list {
        margin-bottom: 20px;
    }

    .right_side_small {
        margin-top: 40px;
    }


    .event-details-carousel .owl-nav {
        display: none;
    }
    .event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item {
        padding: 20px;
    }




}