a:hover{
	outline: none;
	text-decoration: none;
}
.tabs-box {
	position: relative;
}

.tabs-box .tab {
	display: none;
}

.tabs-box .active-tab {
	display: block;
}
.sec-title {
	position: relative;
	margin-bottom: 50px;
}
.sec-title .text,
.sec-title p {
	position: relative;
	margin-top: 30px;
}

.sec-title .divider {
	position: relative;
	display: block;
	width: 68px;
	height: 5px;
	background-image: url(../images/icons/divider.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 30px;
}

.sec-title.text-center .divider {
	margin: 15px auto 0;
	width: 90px;
	height: 5px;
	background-image: url(../images/icons/divider-centered.png);
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
	width: 100%;
}

.schedule-section {
	position: relative;
	padding: 100px 0;
	overflow: hidden;
}

.schedule-section .sec-title h2 {
	display: block;
	font-size: 36px;
	line-height: 48px;
	color: #081245;
	font-weight: 700;
	font-family: 'Exo', sans-serif;
	margin-bottom: 0;
}

.schedule-section ul,
.schedule-section li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.schedule-section .icon-circle-2 {
	left: -120px;
	top: 100px;
}

.schedule-section .pattern-4 {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url(../images/icons/pattern-4.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	-webkit-animation: bounce-y 10s infinite;
	animation: bounce-y 10s infinite;
}

.schedule-tabs {
	position: relative;
}

.schedule-tabs .btns-box {
	position: relative;
	display: block;
	margin-bottom: 70px;
}

.schedule-tabs .tab-buttons {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.schedule-tabs .tab-buttons li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 125px;
	width: 190px;
	background-color: #ffffff;
	border: 1px solid #ff7c00;
	margin: 0 -1px;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.schedule-tabs .tab-buttons li .day {
	position: absolute;
	left: 35px;
	top: -1px;
	min-width: 120px;
	padding: 10px 20px;
	color: #081245;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	text-align: center;
	border: 1px solid #ff7c00;
	border-top: 0;
	border-radius: 0 0 10px 10px;
}

.schedule-tabs .tab-buttons li.active-btn {
	-webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, .10);
	box-shadow: 0 15px 20px rgba(0, 0, 0, .10);
	background: #fff2f3;
}

.schedule-tabs .tab-buttons li.active-btn .day {
	background-color: #bf202f;
	border: 1px solid #bf202f;
	color: #ffffff;
}

.schedule-tabs .tab-buttons li .date-box {
	position: relative;
	padding-left: 65px;
	min-height: 40px;
	margin-bottom: 15px;
}

.schedule-tabs .tab-buttons li .date {
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 48px;
	line-height: 40px;
	font-weight: 700;
	color: #ffba00;
	font-family: 'Exo', sans-serif;
}

.schedule-tabs .tab-buttons li .month {
	display: block;
	font-weight: 700;
	font-size: 18px;
	color: #081245;
	line-height: 1em;
	text-transform: uppercase;
	font-family: 'Exo', sans-serif;
}

.schedule-tabs .tab-buttons li .month .colored {
	display: block;
	font-size: 24px;
	line-height: 1em;
	color: #bf202f;
}

.schedule-timeline {
	position: relative;
}


.schedule-block {
	position: relative;
	overflow: hidden;
}

.schedule-block:after {
	display: table;
	clear: both;
	content: "";
}

.schedule-block .inner-box {
	position: relative;
	float: right;
	width: 50%;
	text-align: left;
}

.schedule-block .inner-box .inner {
	position: relative;
	padding: 30px 30px 24px;
	background-color: #ffffff;
	margin-left: 120px;
 	min-height: 202px;
	background: #f5f5f5;
	border: 1px solid #d0e0ff;
 	background: linear-gradient(45deg, #f5f5f5 1%, #ffffff 100%);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.schedule-block .inner-box .inner:before {
	position: absolute;
	right: 0;
	top: 0;
	height: 113px;
	width: 113px;
	background-image: url(../images/circle-icon.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	content: "";
	-webkit-animation: pulse2 3s infinite;
	animation: pulse2 3s infinite;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

@-webkit-keyframes pulse2 {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.25, 1.25, 1.25);
		transform: scale3d(1.25, 1.25, 1.25);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse2 {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.25, 1.25, 1.25);
		transform: scale3d(1.25, 1.25, 1.25);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.schedule-block .inner-box:hover .inner {
	border: 1px solid #dddddd;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.schedule-block .date {
	position: absolute;
 	left: -220px;
	top: 0px;
 	height: 200px;
	width: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.schedule-block .date span {
	position: relative;
	height: 100px;
	width: 100px;
	border: 5px dashed #ffffff;
	font-size: 14px;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	background: #9207e1;
	text-align: center;
	z-index: 1;
	background: -webkit-gradient(linear, left top, left bottom, from(#9207e1), to(#300079));
	background: -o-linear-gradient(top, #9207e1 0%, #300079 100%);
	background: linear-gradient(to bottom, #9207e1 0%, #300079 100%);
}

.schedule-block .date span:before {
	position: absolute;
	left: 100%;
	top: 50%;
	width: 75px;
	height: 5px;
	margin-top: 1px;
	background: -webkit-gradient(linear, left top, left bottom, from(#9207e1), to(#300079));
	background: -o-linear-gradient(top, #9207e1 0%, #300079 100%);
	background: linear-gradient(to bottom, #9207e1 0%, #300079 100%);
	content: "";
}

.schedule-block .date:before {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	border: 5px solid #6503b2;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 50%;
	content: "";
}

.schedule-block .date:after {
	position: absolute;
	right: 0;
	top: 0;
	width: 55%;
	height: 100%;
	background-color: #ffffff;
	content: "";
}

.schedule-block .speaker-info {
	position: relative;
 	/* min-height: 80px; */
}

.schedule-block .speaker-info .thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 80px;
	overflow: hidden;
}

.schedule-block .speaker-info .icon {
	font-size: 27px;
	color: #ffba00;
	line-height: 1em;
	margin-bottom: 10px;
}

.schedule-block .speaker-info .name {
	font-size: 16px;
	color: #ff4200;
	font-weight: 700;
	line-height: 1em;
	margin-bottom: 0;
}

.schedule-block .speaker-info .designation {
	font-size: 16px;
	color: #555555;
}

.schedule-block h4 {
	position: relative;
	font-size: 24px;
	line-height: 1.2em;
	color: #081245;
	font-weight: 700;
	padding-top: 0;
    margin-bottom: 5px;
}

.schedule-block h4 a {
	color: #081245;
	display: inline-block;
	-webkit-transition: all 300ms ease;
 	transition: all 300ms ease;
}

.schedule-block h4 a:hover {
	color: #fd00c5;
}

.schedule-block.even .inner-box {
	float: left;
	text-align: right;
}

.schedule-block.even .inner-box .inner {
	margin-left: 0;
	margin-right: 120px;
}

.schedule-block.even .inner:before {
	left: 0;
	right: auto;
	background-position: right bottom;
}

.schedule-block.even .date {
	left: auto;
 	right: -220px;
}

.schedule-block.even .date:after {
	right: auto;
	left: 0;
}

.schedule-block.even .date span:before {
	left: auto;
	right: 100%;
}

.schedule-block.even .speaker-info {
	padding-left: 0;
 }

.schedule-block.even .speaker-info .thumb {
	left: auto;
	right: 0;
}

.schedule-block:nth-child(4n+2) .date span:before,
.schedule-block:nth-child(4n+2) .date span {
	background: #f84900;
	background: -o-linear-gradient(45deg, #f84900 1%, #ff9c00 100%);
	background: linear-gradient(45deg, #f84900 1%, #ff9c00 100%);
}

.schedule-block:nth-child(4n+2) .date:before {
	border-color: #f96426;
}

.schedule-block:nth-child(4n+3) .date span:before,
.schedule-block:nth-child(4n+3) .date span {
	background: #08cdd2;
	background: -o-linear-gradient(45deg, #08cdd2 0%, #0b8aeb 100%);
	background: linear-gradient(45deg, #08cdd2 0%, #0b8aeb 100%);
}

.schedule-block:nth-child(4n+3) .date:before {
	border-color: #08cdd2;
}

.schedule-block:nth-child(4n+4) .date span:before,
.schedule-block:nth-child(4n+4) .date span {
	background: #cdd00e;
	background: -o-linear-gradient(45deg, #cdd00e 0%, #6eba3a 100%);
	background: linear-gradient(45deg, #cdd00e 0%, #6eba3a 100%);
}

.schedule-block:nth-child(4n+4) .date:before {
	border-color: #cdd00e;
}
.event-img {
	width: 90px;
	min-width: 90px;
	height: 90px;
	object-fit: cover;
	border-radius: 10px;
    outline: 1px solid #ddd !important;
    outline-offset: 5px;
}
.eventTitle {
    display: flex;
    align-items: center;
     gap: 0 15px;
}
.schedule-block.even .eventTitle {
    justify-content: end;
}
.eventArtist {
    margin-top: 15px;
	margin-left: -10px;
}

.eventPopup{
	text-align: center;
}
.eventArtist img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 50%;
    margin: 3px;
}
.white-popup-block {
	background: #FFF;
    padding: 20px 20px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
    border-radius: 10px;
}
.white-popup-block .mainImage {
	border-radius: 10px;
	margin-bottom: 15px;
}
.popup-modal-dismiss {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 35px;
    color: #f00;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
	text-decoration: none;
	transition: all 300ms ease;
}
.popup-modal-dismiss:hover{
	text-decoration: none;
}
.popupEventTitle {
    font-weight: 800;
    color: #bf202f;
    text-transform: uppercase;
}
.popupEventSub {
    color: #ff4200;
    font-weight: 700;
}
.popupEventSub span{
	text-transform: uppercase;
}
.popupEventDetail {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.35;
}
.eventPopupArtist {
    padding: 15px;
    background: #f2f2f2;
    border-radius: 12px;
    margin-top: 25px;
}
.popupArtistSingle img{
	border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover; 
	margin-bottom: 6px;
}
.popupArtistSingle {
    text-align: center;
}
.artistName {
    font-weight: 600;
    color: #bf202f;
}
.artistCategory {
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
}
.textContent{
	margin-top: 5px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	margin-bottom: 0;
}
.popupText{
	text-align: justify;
	line-height: 1.25;
	font-size: 14px;
	text-align-last: center;
	padding-top: 10px;
}
/* ---------------------- */

@media only screen and (max-width: 1023px) {
	.anim-icons {
		display: none;
	}

	.schedule-block .inner-box .inner {
		margin-left: 0;
	}

	.schedule-block.even .inner-box .inner {
		margin-right: 0;
	}

	.schedule-block .date:after,
	.schedule-block .date:before {
		display: none;
	}
}

@media only screen and (max-width: 767px) {

	.sec-title h2 br {
		display: none;
	}

	.sec-title h2 {
		font-size: 32px;
		line-height: 1.2em;
	}

	.schedule-tabs .tab-buttons li {
		margin-bottom: -1px;
	}

	.schedule-tabs .tab-buttons li .date {
		font-size: 36px;
		top: -3px;
	}

	.schedule-tabs .tab-buttons li .date-box {
		padding-left: 50px;
	}

	.schedule-tabs .tab-buttons li .month {
		font-size: 14px;
	}

	.schedule-tabs .tab-buttons li .month .colored {
		font-size: 18px;
	}

	.schedule-tabs .tab-buttons li {
		width: 150px;
		height: 110px;
	}

	.schedule-tabs .tab-buttons li .day {
		left: 15px;
		right: 15px;
		font-size: 14px;
		min-width: 0;
		padding: 5px 10px;
	}

	.schedule-block {
		margin-bottom: 15px;
	}

	.schedule-block .inner-box {
		width: 70%;
	}

	.schedule-block .inner-box .inner:before {
		animation: none;
	}

	.schedule-detail {
		padding-bottom: 0;
	}

}

@media only screen and (max-width: 599px) {

	.schedule-block .inner-box .inner {
 		padding: 20px;
	}

	.schedule-block {
		padding-top: 150px;
		margin-bottom: 0;
	}

	.schedule-block .inner-box {
		width: 100% !important;
	}

	.schedule-block .date {
		left: 0 !important;
		right: 0 !important;
		margin: 0 auto !important;
		top: -120px !important;
		height: auto;
		z-index: -1;
	}

	.schedule-block .date span:before {
		left: 50% !important;
		top: 100% !important;
		width: 5px !important;
		height: 65px !important;
		margin-left: -2.5px !important;
	}

	.schedule-block .speaker-info {
		padding-left: 0 !important;
		padding-right: 0 !important;
 	}

	.schedule-block .speaker-info .thumb {
		position: relative;
		display: block;
		margin: 0 auto 20px;
	}

	.schedule-tabs .tab-buttons.style-two li {
		border-radius: 0 !important;
	}
}

@media only screen and (max-width: 479px) {


	.schedule-detail .speaker-info {
		padding-left: 90px;
		padding-top: 0;
		min-height: 70px;
	}

	.schedule-detail .speaker-info .thumb {
		height: 70px;
		width: 70px;
	}

	.schedule-detail .speaker-info .icon {
		font-size: 14px;
		margin-bottom: 0;
	}

	.schedule-detail .content-box h2 {
		font-size: 24px;
	}
}