@font-face {
	font-family: 'D-DIN';
	src: url('../fonts/D-DIN-Bold.woff2') format('woff2'),
			 url('../fonts/D-DIN-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'D-DIN';
	src: url('../fonts/D-DIN.woff2') format('woff2'),
			 url('../fonts/D-DIN.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height: 100%;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	font-family: 'D-DIN';
	color: #161824;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	background: #FFF;
	position: relative;
}

* {
	box-sizing: border-box;
}

a, a:link, a:visited {
	outline: none;
	text-decoration: none;	
	-moz-tap-highlight-color: transparent; 
	-webkit-tap-highlight-color: transparent; 
}

img {
	border: none;
	margin: 0px;
	max-width: 100%;
}

h1 {
	font-family: 'D-DIN';
	font-weight: normal;
	font-size: 28px;
	margin: 0px;
	padding: 0px;	
}

h2 {
	font-family: 'D-DIN';
	font-weight: normal;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
}

h3, h4, h5, h6 {
	font-family: 'D-DIN';
	font-weight: normal;
	font-size: 18px;
	margin: 0px;
	padding: 0px;	
}

form, input, select, textarea, p {
	margin: 0px;
	padding: 0;
}

textarea {
	resize: none;
}

input:focus, textarea:focus, select:focus {
	outline: none;
}

input::-moz-focus-inner { 
	border: 0;
	padding: 0;
}

article, aside, details, figcaption, figure,  
footer, header, hgroup, menu, nav, section, time {  
	display: block; 
	margin: 0px;
	padding: 0; 
} 

.customClear {
	clear: both;
	font-size: 0em;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

/*IE below 9*/
#ieWrapper {
	background: #000;
	position: fixed;
	z-index: 100;
	top: 0;	left: 0;
	width: 100%;
	height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.ieHolder {
	position: relative; 
	width: 555px;
	padding: 20px;
	margin: 200px auto 0 auto;
	background: #FFF;
	border: 7px solid #2b2927;
}

.btnIeUpdate {
	background: url(../images/btnIeUpdate.jpg) 0 0 no-repeat;
	width: 144px;
	height: 37px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #fff;
	line-height: 37px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.ieLogo {
	float: left;
	width: 134px;
	height: 139px;
	background: url(../images/ieLogo.jpg) no-repeat 0 0;
}

.ieContent {
	float: right;
	margin: 0;
	padding: 0;
	width: 350px;
	color: #666;
	font-size: 15px;
	line-height: 18px;
}

.ieContent strong {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #cccccc;
	display: block;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
/*End IE below 9*/

.banner-bg {
	width: 100%;
	position: relative;
}

.banner-bg::before {
	position: absolute;
	content: '';
	background: url(../images/bannerTop.png) no-repeat 0 0;
	width: 236px;
	height: 140px;
}

.banner-img {
	background: url(../images/banner.jpg) no-repeat 0 0;
	min-height: 926px;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.banner-description {
	max-width: 600px;
	width: 100%;
}

.page-center {
	max-width: 1200px;
	width: 100%;
	margin: auto;
}

.page-header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	padding-bottom: 0;
	margin: 0;
	border: 0;
}

.flex {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.logo {
	box-shadow: 0px 0px 16px 10px rgba(0,0,0,0.17);
	-webkit-box-shadow: 0px 0px 16px 10px rgba(0,0,0,0.17);
	-moz-box-shadow: 0px 0px 16px 10px rgba(0,0,0,0.17);
	flex-shrink: 0;
}

.logo img {
	max-width: 160px;
}

.header-right-top {
	justify-content: flex-end;
	gap: 0px 15px;
	padding: 35px 0 45px;
	align-items: center;
	position: relative;
}

.headerEmail {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
}

.header-right-top a {
	font-size: 17px;
	font-weight: bold;
	color:#fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
}

.header-right-top a.register {
	width: 150px;
	height: 50px;
	border: solid 1px #f14b59;
	transition: all .3s ease;
}

.header-right-top a.register:hover, .header-right-top a.register.active {
	background-color: #f14b59
}

.header-right-top a.login {
	width: 105px;
	height: 50px;
	background-color:#f14b59;
	border: solid 1px #f14b59;
}

.header-right {
	flex: 1 0 0;
}

.header-main-menu {
	display: block;
}

.header-main-menu ul {
	display: flex;
	justify-content: flex-end;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	list-style: none;
	color: #fff;
	margin: 0;
	padding: 0;
	gap: 0 30px;
}

.header-main-menu ul li a {
	color: #fff;
}

.header-main-menu ul li {
	position: relative;
}

.header-main-menu ul li::before {
	position: absolute;
	top: 30px;
	display: block;
	height: 2px;
	width: 0%;
	content: "";
	background-color: #f3ec19;
	transition: all 0.35s ease;
}

.header-main-menu ul li:hover::before {
	width: 100%;
}

.banner-description {
	font-size: 21px;
	font-weight: normal;
	color: #fff;
}

.banner-description p {
	color: #f3ec19;
	font-weight: bold;
	font-size: 25px;
}

.banner-description h1 {
	font-weight: bold;
	font-size: 80px;
	padding: 30px 0;
	line-height: 70px;
}

.banner-description article {
	padding-right: 35px;
	line-height: 25px;
}

.banner-description a.read-more {
	width: 175px;
	height: 55px;
	box-sizing: border-box;
	padding: 0 0 0 25px;
	display: flex;
	align-items: center;
	color: #fff;
	background-color: #f14b59;
	margin-top: 50px;
	position: relative;
}

.banner-description a.read-more::after {
	position: absolute;
	content: '';
	background: url(../images/iconRightArrow.png) no-repeat 0 0;
	width: 15px;
	height: 11px;
	right: 30px;
	top: 53%;
	transform: translateY(-50%);
	transition: all 0.35s ease;
}

.banner-description a.read-more:hover:after {
	transform: translate(5px,-50%);
}

.banner-bottom-nav {
	background-color: #ffd200;
	min-height: 180px;
	position: relative;
	margin-top: -90px;
}

.banner-bottom-nav-outer {
	position: absolute;
	width: 88vw;
	background: #ffd200;
	height: 100%;
	left: 0;
	top: 0;
}

.banner-bottom-nav-outer::after {
	position:absolute;
	content: '';
	bottom: 180px;
	right:0;
	background: url(../images/bannerBottom.png) no-repeat 0 0;
	background-size: cover;
	width: 786px;
	height: 230px;
}

.banner-nav ul {
	position: relative;
	z-index: 1;
	list-style: none;
	display: flex;
	padding:0 ;
	margin: 0;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #534206;
	font-weight: bold;
	font-size: 20px;
}

.banner-nav,.banner-nav ul,.banner-nav ul li {
	height: 100%;
}

.banner-nav ul li a {
	height: 100%;
	color: #534206;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	transition: all 0.35s ease-out;
	position: relative;
	z-index: 3;
}

.banner-nav ul li {
	flex: 1 0 0;
	position: relative;
}

.banner-nav ul li .comingSoon {
	position: absolute;
	bottom: calc(100% + 15px);
	left: 50%;
	transform: translateX(-50%);
	padding: 5px 12px;
	border-radius: 5px;
	background-color: rgba(0,0,0,0.75);
	color: #fff;
	opacity: 0;
	transition: all 0.35s ease-out;
	width: 150px;
	font-size: 12px;
}

.banner-nav ul li:hover .comingSoon {
	opacity: 1;
}

.banner-nav ul li a:hover,
.banner-nav ul li.active a {
	color: #fff;
}

.banner-nav ul li::after {
	width: 100%;
	height: 100%;
	background:#f14b59;
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 1;
	transition: all 0.35s ease-out;
}

.banner-nav ul li:hover::after,
.banner-nav ul li.active::after {
	opacity: 1;
	transform: scale(1.1);
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.27);
	-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.27);
	-moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.27);
}

.banner-nav ul li.active::after {
	z-index: 2;
}

.banner-nav ul li:nth-child(2n+2) {
	background: #ffc600;
}

.banner-nav ul li a span {
	display: block;
	margin-bottom: 30px;
	background-size: cover !important;
	width: 60px;
	height: 55px;
	position: relative;
}

.banner-nav ul li a span::after {
	content: "";
	opacity: 0;
	transition: all 0.35s ease-out;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.banner-nav ul li:hover a span::after,
.banner-nav ul li.active a span::after {
	opacity: 1;
}

.banner-nav ul li:nth-child(1) a span {
	background: url(../images/iconOutline.png) no-repeat 0 0;
}

.banner-nav ul li:nth-child(1) a span::after {
	background:url(../images/iconOutline.png) -50px 0px no-repeat;
}

.banner-nav ul li:nth-child(2) a span {
	background: url(../images/iconAgenda.png) no-repeat 0 0;
}

.banner-nav ul li:nth-child(2) a span::after {
	background:url(../images/iconAgenda.png) -57px 1px no-repeat;
}

.banner-nav ul li:nth-child(3) a span {
	background: url(../images/iconVenue.png) no-repeat 0 0;
}

.banner-nav ul li:nth-child(3) a span::after {
	background:url(../images/iconVenue.png) -60px 0px no-repeat;
}

.banner-nav ul li:nth-child(4) a span {
	background: url(../images/iconUpdates.png) no-repeat 0 0;
}

.banner-nav ul li:nth-child(4) a span::after {
	background:url(../images/iconUpdates.png) -56px 0px no-repeat;
}

.banner-nav ul li:nth-child(5) a span {
	background: url(../images/iconPackages.png) no-repeat 0 0;
}

.banner-nav ul li:nth-child(5) a span::after {
	background:url(../images/iconPackages.png) -56px 0px no-repeat;
}

.banner-nav ul li:nth-child(6) a span {
	background: url(../images/iconActivities.png) no-repeat 0 0;
}

.banner-nav ul li:nth-child(6) a span::after {
	background:url(../images/iconActivities.png) -58px 0px no-repeat;
}

.banner-nav ul li:nth-child(7) a span {
	background: url(../images/iconMagazine.png) no-repeat 0 0;
}

.banner-nav ul li:nth-child(7) a span::after {
	background:url(../images/iconMagazine.png) -56px 0px no-repeat;
}

.banner-nav ul li:nth-child(8) a span {
	background: url(../images/iconInfo.png) no-repeat 0 0;
}

.banner-nav ul li:nth-child(8) a span::after {
	background:url(../images/iconInfo.png) -58px 0px no-repeat;
}

.banner-nav ul li:nth-child(9) a span {
	background: url(../images/iconAttendees.png) no-repeat 0 0;
}

.banner-nav ul li:nth-child(9) a span::after {
	background:url(../images/iconAttendees.png) -56px 0px no-repeat;
}

.why-join-us-wrapper, .agenda-join-conference-wrapper {
	position: relative;
}

.why-join-us-wrapper::before, .agenda-join-conference-wrapper::before {
	position: absolute;
	content: '';
	background: url(../images/imgWhyJoinTop.png) no-repeat 0 0;
	width: 491px;
	height: 531px;
	top: -395px;
	left: -25px;
	z-index: -1;
}

.why-join-us-center-block {
	margin:  190px 0 140px;
	font-size: 19px;
}

.event-conference-left {
	max-width: 434px;
	width: 100%;
	flex-direction: column;
	align-items: center;
}

.event-conference-left-reels {
	flex-direction: column;
	align-items: center;
}

.watch-reel {
	padding-top: 65px;
	font-size: 25px;
	color: #16192a;
	align-items: center;
}

.watch-reel img {
	position: relative;
	left: -25px;
}

.event-conference-right {
	flex-grow: 1;
	padding-left: 60px;
}

.event-conference-right h3, .agenda-heading-wrapper h3, .venue-wrapper .sub-head {
	font-size: 28px;
	font-weight: bold;
	color: #f14b59;
}

.event-conference-right h2, .agenda-heading-wrapper h2{
	font-size: 60px;
	color: #16192a;
	font-weight: bold;
	padding: 5px 0 15px;
}

.event-conference-right article {
	color: #555868;
	line-height: 25px;
}

.event-conf-text-mbl {
	display: none;
}

.event-conf-text-mbl h3 {
	font-size: 28px;
	font-weight: bold;
	color: #f14b59;
}

.event-conf-text-mbl h2 {
	font-size: 60px;
	color: #16192a;
	font-weight: bold;
	padding: 5px 0 15px;
}

.event-conf-text-mbl article {
	color: #555868;
	line-height: 25px;
}

.wfc-count-block {
	margin-top: 70px;
	align-items: flex-end;
	position: relative;
}

.wfc-count-block .flex {
	flex-direction: column;
}

.wfc-count-block .flex h4 {
	font-size: 50px;
	font-weight: bold;
	margin-left: -80px;
}

.wfc-counts {
	padding: 50px 0 20px 35px;
}

.wfc-item{
	display: flex;
	color: #16192a;
	font-size: 30px;
	padding-bottom: 5px;
	align-items: center;
	justify-content: space-between;
}

.wfc-num{
	flex-basis: 120px;
	font-weight: bold;
	font-size: 65px;
	padding-right: 10px;
}

.wfc-text{
	flex-basis: calc(100% - 120px);
}

.wfc-counts .wfc-item:first-child .wfc-num {
	color: #ff7d51 ;
}

.wfc-counts .wfc-item:nth-child(2) .wfc-num {
	color: #886cff ;
}

.wfc-counts .wfc-item:nth-child(3) .wfc-num {
	color: #ef3737 ;
}

.why-join-us-center-block {
	position: relative;
}

.why-join-us-center-block::after {
	position: absolute;
	content: '';
	background: url(../images/imgYellowDots.png) no-repeat 0 0;
	width: 173px;
	height: 146px;
	left: 100%;
	top:-75px;
}

.wfc-count-block::after {
	position: absolute;
	content: '';
	background: url(../images/imgBlueHalf.png) no-repeat 0 0;
	width: 40px;
	height: 80px;
	right: 0;
	top:-30px;
}

.event-schedule {
	background-color: #f7f8fa;
	padding: 125px 0;
	position: relative;
}

.event-schedule::after {
	position: absolute;
	content: '';
	background: url(../images/imgEventScheduleTop.png) no-repeat 0 0;
	width:229px;
	height: 352px;
	top: 120px;
	right:0;
}

.event-schedule-top {
	text-align: center;
	font-size: 20px;
	max-width: 817px;
	width: 100%;
	margin: auto;
	position: relative;
	z-index: 1;
}

.event-schedule-top h2 {
	font-size: 60px;
	font-weight: bold;
	padding-bottom: 40px;
}

.event-days-block {
	max-width: 810px;
	width: 100%;
	padding: 60px 0 120px;
	margin: auto;
	position: relative;
	z-index: 1;
	border: 0;
}

.event-tab {
	width: 100%;
}

.event-day {
	list-style: none;
	max-width: 205px;
	width: 100% !important;
	height: 75px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border:solid 1px #f14b59 !important;
	background: #fff;
	color: #16192a !important;
	transition: all 0.35s ease;
	cursor: pointer;
	border-radius: 0 !important;
}

.event-tab:nth-child(2) .event-day,.event-tab:nth-child(3) .event-day,.event-tab:nth-child(4) .event-day {
	border-left: none !important;
}

.event-tab.active .event-day,.event-tab:hover .event-day {
	background: #f14b59 !important;
	color: #fff !important;
}

.event-day-num {
	font-weight: bold;
	font-size: 25px;
}

.event-day-date {
	font-size: 20px;
}

.sponsors-description {
	flex-basis: 460px;
	width: 100%;
}

.sponsors-wrapper {
	padding: 125px 0 95px;
	font-size: 20px;
	color: #555868;
}

.sponsors-wrapper .flex {
	align-items: center;
}

.sponsors-wrapper h3 {
	font-weight: bold;
	font-size: 28px;
	color: #f14b59;
	margin-bottom: 25px;
}

.sponsors-description h2 {
	color: #222222;
	font-weight: bold;
	font-size: 50px;
	padding: 10px 0 20px;
}

.sponsors-wrapper p {
	padding-bottom: 15px;
	line-height: 25px;
}

.sponsors-slider-block {
	max-width: calc(100% - 540px);
	margin-left: 60px;
	width: 100%;
	position: relative;
	justify-self: flex-end;
	flex-grow: 1;
	flex-basis: calc(100% - 540px);
}

.sponsors-slider.owl-carousel .owl-item img {
	width: auto;	
	padding: 0px 5px;
}

.sponsors-slider {
	padding-bottom: 50px;
}

.sponsors-slider.owl-carousel .owl-dots.disabled, 
.sponsors-slider.owl-carousel .owl-nav.disabled {
	display: block;
}

.sponsors-slider .owl-prev {
	position: absolute;
	top: 0;
	right: 45px;
	background: url(../images/iconPrev.png) no-repeat 0 0 !important;
	width: 12px;
	height: 23px;
}

.sponsors-slider .owl-next {
	position: absolute;
	top: 0;
	right: 5px;
	background: url(../images/iconNext.png) no-repeat 0 0 !important;
	width: 12px;
	height: 23px;
}

.sponsors-slider.owl-carousel .owl-stage {
	display: flex;
	align-items: flex-end;
}

.sponsors-slider .owl-prev span,.sponsors-slider .owl-next span,
.volunteer-slider .owl-prev span,.volunteer-slider .owl-next span,
.location-slider .owl-prev span, .location-slider .owl-next span {
	font-size: 0;
}

.meet-volunteer-grey-block {
	width:100%;
	min-height: 420px;
	background-color: #f7f8fa;
}

.meet-volunteers-wrapper h2 {
	font-weight: bold;
	font-size: 60px;
	text-align: center;
}

.meet-volunteers-wrapper {
	margin-top: -350px;
}

.sponser-single-slide {
	flex-grow: 1;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	/* justify-content: flex-end; */
	justify-content: center;
}

.sponser-item {
	flex-basis: 50%;
	min-height: 120px;
	display: flex;
	align-items: flex-end;
}

.sponsors-slider .owl-item {
	display: flex;
	flex-direction: column;
	align-content: stretch;
	justify-content: center;
}

.volunteer-slider {
	padding: 80px 0 45px;
	border-bottom: solid 1px #dfe2e6;
}

.volunteer-item img {
	max-width: 350px;
	max-height: 400px;
	width: 25vw;
	height: 28vw;
	object-fit: cover;
}

.volunteer-item h4 {
	padding:20px 0 8px;
	color: #16192a;
	font-weight: bold;
	font-size: 33px;
}

.volunteer-item h5 {
	color: #f14b59;
	font-size: 22px;
}

.volunteer-slider .owl-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -55px;
	background: url(../images/iconPrevRound.png) no-repeat 0 0 !important;
	width: 98px;
	height: 110px;
}

.volunteer-slider .owl-next {
	position: absolute;
	top: 50%;
	right: -55px;
	transform: translateY(-50%);
	background: url(../images/iconNextRound.png) no-repeat 0 0 !important;
	width: 98px;
	height: 110px;
}

.become-volunteer-block {
	padding: 60px 0 140px;
	font-size: 20px;
	justify-content: space-between;
}

.become-volunteer-block article {
	max-width: 813px;
	width: 100%;
	color: #555868;
	line-height: 25px;
	padding-right: 10px;
}

.become-volunteer-block a.btn {
	width: 300px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	background-color: #f14b59;
}

footer {
	padding: 65px 0;
	color: #16192a;
	font-size: 16px;
	background-color: #f7f8fa;
}

footer .page-center.flex {
	justify-content: space-between;
	align-items: center;
}

footer .footerLogo img {
	max-width: 135px;
}

.footer-menu ul {
	display: flex;
	list-style: none;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 0px 20px;
	margin:0;
}

.footer-menu ul li a {
	color: #16192a;
	transition: all 0.35s ease;
}

.footer-menu ul li a.active,.footer-menu ul li a:hover {
	color: #f14b59;
}

footer .copyright {
	text-align: right;
	padding: 25px 0;
}

.social-icons {
	justify-content: flex-end;
	gap:0px 20px;
}

.social-icons img{
	max-width: 30px;
}

.privacy {
	cursor: pointer;
	color: #f14b59;
}

.event-program-block {
	position: relative;
}

.event-program-block::before {
	position: absolute;
	content: '';
	background: url(../images/imgBlueDots.png) no-repeat 0 0;
	width:173px;
	height: 126px;
	top: -64px;
	left: -70px;
	z-index: 0;
}

.event-program-block::after {
	position: absolute;
	content: '';
	background: url(../images/imgYellowHalf.png) no-repeat 0 0;
	width:40px;
	height: 80px;
	top: 50%;
	transform: translateY(-50%);
	left: -70px;
	z-index: 0;
}

.event-schedule-image {
	position: relative;
	z-index: 1;
}

.event-timeline-block h3 {
	color: #16192a;
	font-size: 25px;
}

.event-timeline-block h2 {
	font-size: 35px;
	font-weight: bold;
	padding: 20px 0 0;
}

.event-timeline-block {
	flex-grow: 1;
	padding-left: 100px;
}

.timeline {
	font-size: 20px;
	color: #16192a;
	padding-top: 65px;
	align-items: stretch;
	max-height: 380px;
	overflow: hidden;
}

.timeline.timeline-moreActive {
	max-height: unset;
}

.timeline-more, .timeline-less {
	font-weight: 600;
	font-size: 18px;
	margin-top: 35px;
	color: #f14b59;
	text-decoration: underline;
	cursor: pointer;
}

.timeline-less {
	display: none;
}

.single-timeline {
	flex-grow: 1;
	min-height: 120px;
	padding-bottom: 15px;
}

.timeline .time {
	max-width: 120px;
	width: 100%;
	flex-shrink: 0;
	flex-basis: 120px;
}

.timeline .line {
	max-width: 75px;
	width: 100%;
	flex-shrink: 0;
	position: relative;
	display: flex;
	justify-content: center;

}

.timeline-description {
	flex-basis: calc(100% - 195px);
}

.timeline .line::after {
	width: 2px;
	height: 80%;
	background: #dcdee8;
	position: absolute;
	content: '';
	left: 50%;
	top: 30px;
}

.timeline .line::before {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border:solid 1px #727379;
	z-index: 0;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.timeline .single-timeline.active .line::before {
	background: #f14b59;
	border:solid 1px #f14b59;
}

.timeline-description h4 {
	color: #16192a;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 15px;
}

.single-timeline.active .timeline-description h4 {
	color: #f14b59;
}

.timeline-description h5 {
	font-size: 22px;
}

.timeline .single-timeline:last-child .line::after {
	display: none;
}

.floatingMailIcon {
	position: absolute;
	bottom: 225px;
	right: 100px;
	cursor: pointer;
}

.floatingMailIcon img {
	width: 102px;
}

/* OWL THEME STYLES */
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}

.owl-theme .owl-nav {
	margin-top: 10px;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #777E90;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}
/* ENDS OWL THEME STYLES */

/* Registaration modal starts here */
.modalV1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(4, 16, 28, .75);
	padding-top: 70px;
	z-index: 4;
	display: none;
}

.modalV1Content {
	background-color: #fff;
	position: relative;
	max-width: 604px;
	margin: auto;
}

.modalV1Content::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	background: url(../images/bannerTop.png) no-repeat 0 0;
	background-size: contain;
	width: 236px;
	height: 125px;
}

.closeButtonV1 {
	position: absolute;
	top: 60px;
	right: 55px;
	cursor: pointer;
}

.closeButtonV1 img {
	max-width: 22px;
}

.buttonV1 {
	width: 135px;
	height: 55px;
	font-size: 20px;
	background-color: #f14b59;
	color: #fff;
	border: 0;
	cursor: pointer;
}

.inputGroup label {
	display: block;
	color: #000;
	font-size: 19px;
	margin-bottom: 15px;
}

.inputGroup input,
.inputGroup select {
	color: #16192a;
	font-size: 19px;
	border: 1px solid #999ba3;
	padding: 0px 18px;
    height: 45px;
	width: 100%;
	background-color: #fff;
}

.inputGroup select {
	cursor: pointer;
}

.inputFlex {
	display: flex;
	align-items: center;
}

.inputFlex label {
	margin-bottom: 0;
}

.inputFlex input {
	margin-right: 10px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.inputGroup ::placeholder {
  color: #999ba3;
  opacity: 1;
}

.inputGroup :-ms-input-placeholder {
  color: #999ba3;
}

.inputGroup ::-ms-input-placeholder {
  color: #999ba3;
}

.registrationForm {
	padding: 170px 80px 90px;

}

.registrationForm h1 {
	font-size: 50px;
	font-weight: 600;
	color: #16192a;
	margin-bottom: 35px;
}

.registrationForm .inputGroup {
	margin-bottom: 22px;
}

.successMessage {
	text-align: center;
	display: none;
	padding: 115px 0 100px;
}

.successMessage .likeImage {
	margin-bottom: 35px;
}

.successMessage .likeImage img {
	max-width: 112px;
}

.successMessage h1 {
	font-size: 40px;
	font-weight: 600;
	color: #16192a;
	margin-bottom: 20px;
}

.successMessage p {
	max-width: 300px;
	margin: auto;
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 27px;
	color: #16192a;
}
/* Registaration modal ends here */

/* Subscription popup starts here */
.modalV2 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgb(4, 16, 28, .75);
	padding: 50px;
	z-index: 4;
	display: none;
}

.modalV2.show{
	display: flex;
	align-items: center;
	justify-content: center;
}

.closeButtonV2 {
	position: absolute;
	top: 40px;
	right: 35px;
	cursor: pointer;
}

.closeButtonV2 img {
	max-width: 22px;
}

.subscriptionForm {
	padding: 100px 45px 95px;
	background-color: #fff;
	position: relative;
	max-width: 600px;
    margin: auto;
}

.subscriptionForm:before {
	content: '';
	position: absolute;
	top: -42px;
	left: 40px;
	width: 102px;
	height: 102px;
	background: url(../images/iconEnvelope.png) no-repeat 0 0;
	background-size: contain;
}

.subscriptionForm:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 136px;
	height: 70px;
	background: url(../images/newsletterGraphics.png) no-repeat right bottom;
	background-size: contain;
}

.subscriptionForm h1 {
	font-size: 34px;
	font-weight: 600;
	color: #16192a;
}

.subscriptionForm h2 {
	font-size: 30px;
	margin-bottom: 40px;
	color: #16192a;
}

.subscriptionForm p {
	font-size: 18px;
	line-height: 24px;
	color: #555868;
	margin-bottom: 35px;
}

.subscriptionForm .inputGroup {
	margin-bottom: 15px;
}
.subscribeButton{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff !important;
}
/* Subscription popup ends here */

/* Privacy policy popup starts here */
.modalV3 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgb(4, 16, 28, .75);
	padding: 50px;
	z-index: 4;
	display: none;
}
.closeButtonV3 {
	position: absolute;
	top: 40px;
	right: 35px;
	cursor: pointer;
}

.closeButtonV3 img {
	max-width: 22px;
}

.modalV3Content {
	max-width: 700px;
	margin: auto;
	padding: 150px 45px 95px;
	background-color: #fff;
	position: relative;
}

.modalV3Content::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	background: url(../images/bannerTop.png) no-repeat 0 0;
	background-size: contain;
	width: 236px;
	height: 125px;
}

.modalV3Content h1 {
	margin-bottom: 30px;
	font-size: 34px;
	font-weight: 600;
	color: #16192a;
	text-align: center;
}

.modalV3Content li {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 24px;
	color: #555868;
}
/* Privacy policy popup ends here */

/* Mobile menu starts here */
.menuIcon {
	display: none;
}

.menuIcon img {
	max-width: 50px;
}

.mobMenuWrapper {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 100%;
	right: -100%;
	transition: all ease .3s;
}

.mobMenuWrapper.open {
	left: 0;
	right: 0;
}

.menuClose {
	position: absolute;
	right: 30px;
	top: 25px;
}

.menuClose img {
	max-width: 20px;
}

.mobMenu {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 50px;
	background-color: #182595;
	display: flex;
	justify-content: center;
}

.mobMenu ul {
	padding: 0;
}

.mobMenu ul li {
	padding: 10px 0;
	list-style: none;
}

.mobMenu ul li a {
	font-size: 15px;
	color: #fff !important;
}

/* Mobile menu ends here */

/* Agenda page  */
.agenda-join-conference-wrapper .page-center{
	padding: 100px 0 135px;
}

.agenda-join-conference-wrapper::before {
	top: -280px;
}

.agenda-join-conference-wrapper h2:first-child{
	font-size: 150px;
	font-weight: bold;
	text-align: center;
	color: #f4f4f4;
}

.agenda-banner-img {
	background: url(../images/agendaBanner.jpg) no-repeat 0 0;
	min-height: 618px;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.agenda-heading-wrapper{
	text-align: center;
	position: relative;
	top: -30px;
	max-width: 740px;
	width: 100%;
	margin: auto;
}

.agenda-day-list-wrapper{
	padding: 75px 0 0;
	display: flex;
	flex-direction: row;
	gap:20px 20px;
	align-items: flex-start;
}

.agenda-single-day-block{
	max-width: 292px;
	width: 100%;
	box-shadow: 0px 0px 81px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 81px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 81px 5px rgba(0,0,0,0.1);
	padding: 28px 28px 56px 30px;
	background: #fff;
	position: relative;
	z-index: 1;
}

.agenda-single-day-block:nth-child(3){
	padding-bottom: 35px;
}

.agenda-single-day-block .title{
	padding: 30px 20px 15px 40px;
	color: #fff;
	box-sizing: border-box;
}

.agenda-single-day-block:first-child .title{
	background: #2b3087;
}

.agenda-single-day-block:nth-child(2) .title{
	background: #ae2c35;
}

.agenda-single-day-block:nth-child(3) .title{
	background: #f6eb14;
}

.agenda-single-day-block:nth-child(4) .title{
	background: #0d2b3a;
}

.agenda-single-day-block h3{
	font-weight: bold;
	font-size: 30px;
}

.agenda-single-day-block h4{
	font-size: 25px;
}

.agenda-single-day-block .agenda-programs{
	padding-top: 10px;
}

.agenda-single-day-block .agenda-programs .program-block{
	padding: 22px 0 ;
	display: flex;
	flex-direction: column;
	gap: 15px 15px;
}

.agenda-single-day-block .agenda-programs .program-block.break{
	padding: 25px 0 ;
	text-align: center;
}

.agenda-single-day-block .agenda-programs .program-block:not(:last-child){
	border-bottom:dotted 2px #dfe3e6;
}

.agenda-single-day-block .agenda-programs .program-block:last-child{
	padding-bottom: 0;
}

.agenda-single-day-block .agenda-programs .program-block .time{
	max-width: 145px;
	height: 35px;
	width:100%;
	display: flex;
	align-items: center;
	font-size: 20px;
	padding: 0px 15px;
	box-sizing: border-box;
}

.agenda-single-day-block:first-child .agenda-programs .program-block .time{
	background-color: #f6f6fb;
	color: #554bb9;
}

.agenda-single-day-block:nth-child(2) .agenda-programs .program-block .time{
	background-color: #fef6f7;
	color: #f14b59;
}

.agenda-single-day-block:nth-child(3) .agenda-programs .program-block .time{
	background-color: #fefde7;
	color: #d7cd00;
}

.agenda-single-day-block:nth-child(4) .agenda-programs .program-block .time{
	background-color: #f3f4f5;
	color: #387b9d;
}

.agenda-single-day-block .agenda-programs .program-block h4{
	font-size: 22px;
	padding: 0px 15px;
}

.agenda-single-day-block:first-child .agenda-programs .program-block h5{
	color: #554bb9;
}

.agenda-single-day-block:nth-child(2) .agenda-programs .program-block h5{
	color: #f14b59;
}

.agenda-single-day-block:nth-child(3) .agenda-programs .program-block h5{
	color: #d7cd00	;
}

.agenda-single-day-block:nth-child(4) .agenda-programs .program-block h5{
	color: #387b9d	;
}

.agenda-single-day-block .agenda-programs .program-block h5{
	font-size: 20px;
	font-weight: bold;
	padding: 0px 15px;
}

.agenda-single-day-block .agenda-programs .program-block h6{
	font-size: 20px;
	padding: 0px 15px;
	color: #f14b59;
}

.agenda-single-day-block:nth-child(4) .agenda-programs .program-block:last-child h6{
	font-size: 20px;
	padding: 0px 15px;
	color: #387b9d;
	font-weight: normal;
}

.agenda-single-day-block .agenda-programs .program-block.break h4{
	font-size: 19px;
	padding: 0px 15px 0 0;
}

.agenda-join-conference-wrapper::after {
	position: absolute;
	content: '';
	background: url(../images/imgEventScheduleTop.png) no-repeat 0 0;
	width: 229px;
	height: 352px;
	top: 70%;
	transform: translateY(-50%);
	right: 0;
	z-index: -1;
}

/* Venue page starts here */
.venue-wrapper .location-slider-wrap {
	position: relative;
}

.venue-wrapper #counter {
	position: absolute;
	right: 0;
	bottom: 100%;
	color: #c5c5c5;
	font-size: 28px;
	line-height: 22px;
	margin-bottom: 15px;
}

.venue-wrapper #counter span {
	color: #f14b59;
}

.venue-wrapper .location-slider {
	margin-top: 30px;
	margin-bottom: 38px;
}

.venue-wrapper .location-slider .owl-prev {
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	left: 0;
	background: url(../images/iconPrevSquare.png) no-repeat 0 0 !important;
	width: 48px;
	height: 48px;
}

.venue-wrapper .location-slider .owl-next {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateX(50%) translateY(-50%);
	background: url(../images/iconNextSquare.png) no-repeat 0 0 !important;
	width: 48px;
	height: 48px;
}

.venue-wrapper .location-title-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	align-items: center;
}

.venue-wrapper .location-title-wrap img {
	max-width: 19px;
	margin-right: 16px;
	height: 100%;
}

.venue-wrapper .location-title-wrap h3 {
	font-size: 28px;
	font-weight: bold;
}

.venue-wrapper .location-desc {
	font-size: 19px;
}

.venue-wrapper .hotel-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 65px;
	position: relative;
	padding-bottom: 45px;
	z-index: 1;
}

.venue-wrapper .address-wrap {
	flex-basis: 345px;
	padding: 65px 35px;
	background-color: #f14b59;
	position: relative;
}

.venue-wrapper .hotel-slider-wrap {
	flex-basis: calc(100% - 380px);
	max-width: calc(100% - 380px);
}

.venue-wrapper .address-wrap:after {
	content: '';
	background-color: #f14b59;
	width: 30px;
	height: 30px;
	transform: rotate(45deg);
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: -15px;
}

.venue-wrapper .address-item {
	margin-bottom: 45px;
}

.venue-wrapper .address-item:last-child {
	margin-bottom: 0;
}

.venue-wrapper .address-item p {
	color: #fff;
	font-size: 20px;
	padding-left: 20px;
}

.venue-wrapper .address-item h3 {
	color: #fff;
	font-size: 28px;
	padding-left: 20px;
	font-weight: bold;
	margin-bottom: 12px;
	position: relative;
}

.venue-wrapper .address-item a {
	color: #fff !important;
	font-size: 28px;
	padding-left: 20px;
	font-weight: bold;
	text-decoration: underline;
	position: relative;
}

.venue-wrapper .address-item h3:before,
.venue-wrapper .address-item a:before {
	content: '';
	background-color: #fff;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
}

.venue-wrapper .hotel-item img {
	height: 100%;
	object-fit: cover;
}

.venue-wrapper .hotel-item h4 {
	padding:20px 0 8px;
	color: #16192a;
	font-weight: bold;
	font-size: 33px;
}

.venue-wrapper .hotel-item h5 {
	color: #f14b59;
	font-size: 22px;
}

.venue-wrapper .hotel-details {
	padding: 40px 35px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.venue-wrapper .hotel-details h4 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
	padding: 0;
}

.venue-wrapper .hotel-details p {
	font-size: 17px;
	color: #fff;
}

.venue-wrapper .hotel-slider {
	position: unset;
}

.venue-wrapper .hotel-slider.owl-theme .owl-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.venue-wrapper .hotel-slider.owl-theme .owl-dots .owl-dot span {
	background: #dee1e6;
}

.venue-wrapper .hotel-slider.owl-theme .owl-dots .owl-dot.active span {
	background: #f14b59;
}

.venue-wrapper .hotel-slider,
.venue-wrapper .hotel-slider.owl-carousel .owl-stage-outer,
.venue-wrapper .hotel-slider.owl-carousel .owl-stage,
.venue-wrapper .hotel-slider.owl-carousel.owl-drag .owl-item,
.venue-wrapper .hotel-item {
	height: 100%;
}
/* Venue page ends here */

/* Updates page starts here */
.updates-wrapper .updates-wrap {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #dee1e6;
	justify-content: space-between;
}

.updates-wrapper .updates-wrap:last-child {
	border-bottom: none;
}

.updates-wrapper .updates-item {
	padding: 65px 0;
	flex-basis: calc(50% - 23px);
}

.updates-wrapper .updates-item h3 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 30px;
}

.updates-wrapper .updates-item p {
	font-size: 19px;
	color: #555868;
	text-align: justify;
}

.updates-wrapper .updates-img {
	margin-bottom: 45px;
}
/* Updates page ends here */

/* attendee page starts here */
.attendee-item{
	max-width: 240px;
	width: 100%;
	border-radius: 3px;
	border: solid 1px rgba(188,188,188,0.14);
	background: #F8F8F8;
	padding: 35px 35px 35px 15px;
	box-shadow: 0px 2px 8px 0px rgba(142,142,142,0.16);
	-webkit-box-shadow: 0px 2px 8px 0px rgba(142,142,142,0.16);
	-moz-box-shadow: 0px 2px 8px 0px rgba(142,142,142,0.16);
	margin: 0 30px 25px 0;
}

.attendee-item:nth-child(3n+3){
	margin-right: 0px;
}

.attendees-wrapper{
	justify-content: center;
	flex-wrap: wrap;
	max-width: 780px;
	width: 100%;
	margin: auto;
}

.attendee-item h3{
	color: #16192A;
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
}

.attendee-item h3::after{
	position: absolute;
	content: '';
	background: #FFE68C;
	height: 2px;
	bottom: -10px;
	left: 0;
	width: 35px;
}

.attendee-item ul{
	list-style: none;
	padding:25px 0 0;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
}

/* attendee page ends here */

/* Responsive CSS */
@media screen and (max-width: 1250px) {
	.page-center {
		max-width: 90%;
		box-sizing: border-box;
	}	

	.header-main-menu ul {
		font-size: 15px;
		gap: 0 15px;
	}

	.banner-img {
		min-height: 700px;
	}

	.banner-description h1 {
		font-weight: bold;
		font-size: 55px;
		padding: 15px 0;
		line-height: 50px;
	}

	.banner-nav ul li a span {
		margin-bottom: 10px;
	}

	.banner-nav ul {
		font-size: 16px;
	}

	.banner-description {
		font-size: 18px;
	}

	.banner-description p {
		font-size: 20px;
	}

	.banner-description a.read-more {
		width: 160px;
		height: 45px;
	}

	.event-conference-right h2 {
		font-size: 45px;
	}

	.event-conference-right h3 {
		font-size: 24px;
	}

	.event-conf-text-mbl h2 {
		font-size: 45px;
	}

	.event-conf-text-mbl h3 {
		font-size: 24px;
	}

	.why-join-us-center-block {
		font-size: 17px;
		margin: 110px 0 90px;
	}

	.wfc-count-block .flex h4 {
		font-size: 38px;
	}

	.wfc-counts h5 span {
		font-size: 45px;
	}

	.wfc-counts h5 {
		font-size: 21px;
	}

	.event-schedule {
		padding: 80px 0;
	}

	.event-schedule-top h2 {
		font-size: 45px;
		padding-bottom: 20px;
	}

	.single-timeline {
		min-height: 100px;
	}

	.timeline-description h4 {
		font-size: 20px;
		padding-bottom: 8px;
	}

	.timeline-description h5 {
		font-size: 18px;
	}

	.sponsors-wrapper {
		padding: 85px 0 70px;
		font-size: 17px;
	}

	.meet-volunteers-wrapper h2 {
		font-size: 45px;
	}

	.volunteer-slider {
		padding: 45px 0 45px;
	}

	.volunteer-item h4 {
		font-size: 18px;
	}

	.volunteer-item h5 {
		font-size: 18px;
	}

	.become-volunteer-block {
		font-size: 18px;
	}

	.event-timeline-block {
		padding-left: 50px ;
	}

	.watch-reel {
		padding-top: 30px;
		font-size: 22px;
	}

	.become-volunteer-block a.btn {
		font-size: 21px;
	}

	.sponsors-description {
		flex-basis: 350px;
	}

	.sponsors-slider-block {
    max-width: calc(100% - 430px);
    flex-basis: calc(100% - 430px);
	}

	.agenda-single-day-block .title {
		padding: 25px 20px 15px 20px;
	}

	.agenda-single-day-block h3 {
		font-size: 25px;
	}

	.agenda-single-day-block h4 {
		font-size: 21px;
	}

	.agenda-join-conference-wrapper h2:first-child {
		font-size: 120px;
	}

	.agenda-heading-wrapper h3,
	.venue-wrapper .sub-head,
	.venue-wrapper .location-title-wrap h3,
	.venue-wrapper #counter,
	.venue-wrapper .address-item h3,
	.updates-wrapper .updates-item h3 {
		font-size: 24px;
	}

	.agenda-heading-wrapper h2 {
		font-size: 45px;
	}

	.agenda-join-conference-wrapper .page-center {
		padding: 75px 0 100px;
	}

	.agenda-day-list-wrapper {
		padding: 35px 0 0;
	}

	.agenda-single-day-block .agenda-programs .program-block h4 {
		font-size: 20px;
	}

	.agenda-single-day-block .agenda-programs .program-block .time,
	.agenda-single-day-block .agenda-programs .program-block h5  {
		font-size: 18px;
	}

	.agenda-single-day-block .agenda-programs .program-block {
		gap: 8px;
		padding: 15px 0;
	}

	.agenda-single-day-block .agenda-programs .program-block.break {
		padding: 15px 0;
	}

	.venue-wrapper .address-wrap {
		flex-basis: 27vw;
	}
	
	.venue-wrapper .hotel-slider-wrap {
		flex-basis: calc(100% - 30vw);
		max-width: calc(100% - 30vw);
	}

	.venue-wrapper .address-item p {
		font-size: 18px;
	}

	.venue-wrapper .address-item h3:before, 
	.venue-wrapper .address-item a:before {
		width: 7px;
    height: 7px;
	}
}

@media screen and (max-width: 1024px) {
	.banner-description h1 {
		font-size: 48px;
	}

	.banner-description {
    font-size: 16px;
    position: relative;
	}

	.banner-bottom-nav-outer::after {
    width: 65vw;
    height: 20vw;
	}

	.banner-nav ul {
    font-size: 14px;
	}

	.why-join-us-center-block {
		margin-bottom: 0;
	}

	.event-conference-left {
		max-width: 250px;
	}

	.event-conference-right h3 {
    font-size: 20px;
	}

	.event-conference-right h2 {
    font-size: 38px;
	}

	.event-conference-right article {
		font-size: 14px;
		line-height: 22px;
	}

	.event-conf-text-mbl h3 {
    font-size: 20px;
	}

	.event-conf-text-mbl h2 {
    font-size: 38px;
	}

	.event-conf-text-mbl article {
		font-size: 14px;
		line-height: 22px;
	}

	.wfc-count-block .flex h4 {
    font-size: 34px;
	}

	.wfc-counts {
    padding: 25px 0 20px 25px;
	}

	.wfc-counts .wfc-item {
    font-size: 22px;
	}

	.wfc-num {
		font-size: 55px;
		flex-basis: 105px;
	}

	.wfc-text {
    flex-basis: calc(100% - 105px);
	}

	.watch-reel {
    padding-top: 20px;
    font-size: 18px;
	}

	.event-schedule-top h2 {
		font-size: 38px;
		padding-bottom: 15px;
	}

	.event-schedule-top {
		font-size: 16px;
	}

	.event-days-block {
    padding: 40px 0 90px;
	}

	.event-day-num {
    font-size: 22px;
	}

	.event-day-date {
    font-size: 16px;
	}

	.event-day {
		height: 65px;
	}

	.event-conference-right {
    padding-left: 35px;
	}

	.watch-reel img {
		width: 50px;
	}

	.event-timeline-block h3 {
    font-size: 20px;
	}

	.event-timeline-block h2 {
    font-size: 28px;
    padding: 12px 0 0;
	}

	.timeline {
		padding-top: 42px;
	}

	.single-timeline {
    min-height: 80px;
	}

	.timeline {
    font-size: 18px;
	}

	.timeline-description h4 {
    font-size: 18px;
	}

	.timeline-description h5 {
    font-size: 16px;
	}

	.timeline .line {
    max-width: 48px;
		flex-basis: 48px;
	}

	.timeline-description {
		flex-basis: calc(100% - 168px);
	}

	.timeline .line::before {
    width: 14px;
		height: 14px;
	}

	.timeline .line::after {
    height: 100%;
    top: 16px;
	}

	.sponsors-wrapper {
    padding: 70px 0 0px;
	}

	.sponsors-wrapper p {
    font-size: 14px;
		line-height: 22px;
	}

	.sponsors-wrapper h3 {
    font-size: 24px;
		margin-bottom: 10px;
	}

	.sponsors-description h2 {
    font-size: 38px;
	}

	.sponsors-slider {
		padding-bottom: 0;
	}

	.sponser-item {
    min-height: 100px;
	}

	.sponsors-slider .owl-prev, .sponsors-slider .owl-next {
		top: -12px;
	}

	.meet-volunteers-wrapper h2 {
    font-size: 38px;
	}

	.volunteer-slider {
    padding: 30px 0 30px;
	}

	.become-volunteer-block {
    font-size: 14px;
    line-height: 22px;
	}

	.become-volunteer-block {
    padding: 60px 0 70px;
	}

	.become-volunteer-block a.btn {
    width: 250px;
    height: 45px;
		font-size: 16px;
	}

	.agenda-join-conference-wrapper h2:first-child {
		font-size: 90px;
	}

	.agenda-heading-wrapper h3,
	.venue-wrapper .sub-head,
	.venue-wrapper .location-title-wrap h3,
	.venue-wrapper #counter,
	.venue-wrapper .address-item h3,
	.updates-wrapper .updates-item h3 {
		font-size: 20px;
	}

	.agenda-heading-wrapper h2 {
		font-size: 37px;
	}

	.agenda-join-conference-wrapper .page-center {
		padding: 60px 0 80px;
	}

	.agenda-day-list-wrapper {
		padding: 10px 0 0;
	}

	.agenda-join-conference-wrapper::before {
		top: -325px;
	}

	.agenda-day-list-wrapper {
		flex-wrap: wrap;
	}

	.agenda-single-day-block {
		max-width: 100%;
	}

	.venue-wrapper .location-desc {
    font-size: 16px;
	}

	.venue-wrapper .address-item p,
	.updates-wrapper .updates-item p {
		font-size: 16px;
	}
}

@media screen and (max-width: 992px) {
	.menuIcon {
		display: block;
	}

	.header-main-menu {
		display: none;
	}

	.event-conf-text {
		display: none;
	}

	.why-join-us-center-block {
		display: block;
	}

	.wfc-count-block img {
		width: 50vw;
	}

	.single-timeline {
    width: 38vw;
    margin: auto;
	}

	.timeline-more, .timeline-less {
		width: 38vw;
		margin-left: auto;
    margin-right: auto;
	}

	.event-conference-right {
    padding-left: 0;
	}

	.event-conf-text-mbl {
		display: block;
		padding-left: 30px;
		max-width: 65%;
	}

	.event-conference-left {
		flex-direction: row;
		max-width: 100%;
		align-items: flex-start;
	}

	.event-schedule {
    padding-left: 30px;
		padding-right: 30px;
	}

	.tab-pane-item {
		display: block;
	}

	.event-schedule-image {
		text-align: center;
		margin-bottom: 40px;
	}

	.event-timeline-block h2, .event-timeline-block h3 {
		text-align: center;
	}

	.sponsors-description {
    flex-basis: 40%;
	}

	.sponsors-slider-block {
    max-width: 60%;
    flex-basis: 60%;
	}

	.sponsors-description h2 {
    font-size: 25px;
	}

	.single-timeline {
    justify-content: center;
	}

	.subscriptionForm  {
		padding: 62px 45px 70px;
	}

	.event-timeline-block {
		padding-left: 0;
	}

	.meet-volunteer-grey-block {
		min-height: 245px;
	}

	.meet-volunteers-wrapper {
    margin-top: -200px;
	}

	.venue-wrapper .address-wrap {
		flex-basis: 345px;
	}
	
	.venue-wrapper .hotel-slider-wrap {
		flex-basis: calc(100% - 380px);
		max-width: calc(100% - 380px);
	}

	.venue-wrapper .location-slider .owl-prev,
	.venue-wrapper .location-slider .owl-next {
		width: 35px;
		height: 35px;
		background-size: contain !important;
	}

	.venue-wrapper .hotel-slider.owl-theme .owl-dots .owl-dot span {
		width: 7px;
    height: 7px;
	}

	
/* attendee page starts here */
	.attendee-item {
		max-width: 45%;
	}

	.attendee-item:nth-child(3n+3) {
		margin-right: 30px;
	}

	.attendee-item:nth-child(2n+2) {
		margin-right: 0;
	}
/* attendee page ends here */
}

@media screen and (max-width: 768px) {
	.header-right-top {
    flex-direction: column;
    align-items: flex-end;
		padding-right: 50px;
	}

	.menuIcon {
		position: absolute;
    top: 35px;
    right: 0;
	}

	.menuIcon img {
    max-width: 40px;
	}

	.headerEmail {
    margin-bottom: 10px;
	}

	.banner-bottom-nav {
		display: none;
	}

	.banner-img {
    min-height: 550px;
	}

	.banner-img .page-center {
		margin-bottom: 40px;
	}

	.why-join-us-wrapper::before, .agenda-join-conference-wrapper::before {
    width: 40vw;
    height: 44vw;
    top: -44vw;
    left: 0;
    background-size: contain;
	}

	.why-join-us-center-block {
		display: block;
		margin: 85px 0 0;
	}

	.wfc-count-block {
		margin-top: 45px;
	}

	.wfc-counts {
    padding: 0 0 0 25px;
	}

	.single-timeline {
    width: 60vw;
    margin: auto;
	}

	.timeline-more, .timeline-less {
		width: 60vw;
		margin-left: auto;
		margin-right: auto;
	}

	.event-days-block {
    padding: 40px 0;
	}

	.event-tab .event-day {
		padding: 10px 4px;
	}

	.event-day-num {
    font-size: 20px;
	}

	.event-day-date {
    font-size: 14px;
	}

	.event-conference-left {
		max-width: 100%;
		margin-bottom: 50px;
	}

	.volunteer-item img {
    	height: 50vw;
	}

	.sponsors-wrapper .flex {
    	flex-direction: column;
	}

	.sponsors-description {
    	flex-basis: 100%;
		margin-bottom: 50px;
	}

	.sponsors-slider-block {
		max-width: 100%;
		flex-basis: 100%;
		margin: 0;
		margin-bottom: 30px;

	}

	.agenda-join-conference-wrapper::before {
		width: 27.34vw;
		height: 56.25vw;
		top: -13.02vw;
		left: 0;
    background-size: contain;
	}

	.logo img {
		max-width: 120px;
	}

	footer .footerLogo img {
    max-width: 120px;
	}

	.agenda-banner-img {
		min-height: 450px;
	}

	.agenda-join-conference-wrapper .page-center {
		padding: 30px 0 60px;
	}

	.header-right-top a.register {
		width: 135px;
		height: 40px;
	}

	.header-right-top a {
		font-size: 16px;
	}

	footer {
    padding: 40px 0;
	}

	footer .page-center.flex {
    flex-direction: column;
	}

	.floatingMailIcon {
    bottom: 298px;
    right: 24px;
	}

	.floatingMailIcon img {
    width: 75px;
	}

	footer .copyright {
		text-align: center;
	}

	.become-volunteer-block {
		display: block;
	}

	.become-volunteer-block .register {
		margin: auto;
    	margin-top: 25px;
	}

	.become-volunteer-block article {
		text-align: center;
	}

	.social-icons {
		justify-content: center;
	}

	.venue-wrapper .address-wrap {
		flex-basis: 43vw;
	}
	
	.venue-wrapper .hotel-slider-wrap {
		flex-basis: calc(100% - 48vw);
		max-width: calc(100% - 48vw);
	}

	.venue-wrapper .location-desc,
	.updates-wrapper .updates-item p {
    font-size: 14px;
	}

	.updates-wrapper .updates-item {
		padding: 30px 0;
	}

	.updates-wrapper .updates-img {
		margin-bottom: 25px;;
	}

	.updates-wrapper .updates-item h3 {
		margin-bottom: 20px;
	}

/* attendee page starts here */
	.attendee-item {
		padding: 25px 20px 25px 15px;
		margin: 0 20px 20px 0;
	}

	.attendee-item ul{
		font-size: 18px;
	}

	.attendee-item:nth-child(3n+3) {
		margin-right: 20px;
	}

	.attendee-item:nth-child(2n+2){
		margin-right: 0px;
	}

/* attendee page ends here */
}

@media screen and (max-width: 650px) {
	.venue-wrapper .hotel-wrap {
		display: block;
	}
	
	.venue-wrapper .hotel-slider-wrap {
		max-width: 100%;
		margin-top: 40px;
	}

	.venue-wrapper .address-wrap:after {
    top: unset;
    bottom: -10px;
    right: 0;
    left: 0;
	}

	.updates-wrapper .updates-wrap {
		display: block;
		border-bottom: 0;
	}

	.updates-wrapper .updates-item {
		display: block;
		border-bottom: 1px solid #dee1e6;
	}

	.updates-wrapper .updates-wrap:last-child .updates-item:last-child {
		border-bottom: 0;
	}
}

@media screen and (max-width: 500px) {
	.header-right-top a.register {
		margin-right: 50px;
	}

	.menuIcon {
    top: 45px;
	}

	.logo {
		box-shadow: none;
	}

	.logo img {
    max-width: 85px;
	}

	.headerEmail {
		font-size: 14px;
	}

	.header-right-top {
    padding: 15px 0 45px;
	}

	.volunteer-item img {
		margin: auto;
	}

	.volunteer-item h4, .volunteer-item h5 {
		text-align: center;
	}

	.sponsors-description {
		margin-bottom: 25px;
	}

	.meet-volunteers-wrapper h2,
	.event-schedule-top h2,
	.event-conf-text-mbl h2 {
    font-size: 30px;
	}

	.event-schedule {
    padding: 50px 20px;
	}

	.event-conference-left-reels {
		display: none;
	}

	.event-conf-text-mbl {
    display: block;
    padding-left: 0;
    max-width: 100%;
	}

	.wfc-count-block {
		flex-direction: column;
		align-items: center;
	}

	.wfc-count-block img {
    width: 100%;
	}

	.wfc-count-block .flex {
    width: 100%;
	}

	.wfc-num {
    font-size: 45px;
		flex-basis: 90px;
	}

	.wfc-text {
    flex-basis: calc(100% - 90px);
	}

	.wfc-count-block .flex h4 {
    font-size: 28px;
    margin-left: 0;
    margin-top: 20px;
		text-align: center;
	}

	.single-timeline {
    width: 78vw;
	}

	.volunteer-item img {
    height: 85vw;
	}

	.banner-description h1 {
    font-size: 38px;
	}

	.banner-img {
    min-height: 500px;
	}

	.agenda-heading-wrapper h2 {
    font-size: 28px;
	}

	.modalV1, .modalV2, .modalV3 {
		padding: 50px 20px;
	}

	.modalV1Content::before,
	.modalV3Content::before {
		width: 160px;
	}

	.subscriptionForm:before {
    top: -35px;
    left: 20px;
    width: 80px;
    height: 80px;
	}

	.closeButtonV1, .closeButtonV2, .closeButtonV3 {
    top: 22px;
    right: 20px;
	}

	.subscriptionForm {
    padding: 62px 25px 70px;
	}

	.registrationForm, .modalV3Content, .successMessage {
    padding: 105px 25px 70px;
	}

	.registrationForm h1, .modalV3Content h1, .successMessage h1 {
    font-size: 35px;
    margin-bottom: 20px;
	}

	.inputGroup label {
    font-size: 16px;
	}

	.inputGroup input, .inputGroup select {
    font-size: 16px;
	}

	.subscriptionForm h1 {
    font-size: 35px;
	}

	.subscriptionForm p, .successMessage p {
    font-size: 16px;
	}

	.subscriptionForm h2 {
    font-size: 28px;
		margin-bottom: 20px;
	}

	.modalV3Content ul {
		font-size: 16px;
	}

	.successMessage .likeImage img {
    max-width: 80px;
	}

	.buttonV1 {
    height: 44px;
		width: 130px;
		font-size: 18px;
	}

	.venue-wrapper .location-slider .owl-prev,
	.venue-wrapper .location-slider .owl-next {
		width: 30px;
		height: 30px;
	}
}

@media screen  and (max-width:480px){

	/* attendee page starts here */
	.attendee-item,.attendee-item:nth-child(3n+3) {
		max-width: 100%;
		margin-right: 0;
	}
	/* attendee page ends here */
	
}


.splitter {
	display: flex;
}

.split {
	flex-basis: 162px;
	margin-right: 5px;
}

.split-right{
	flex-grow: 1;
}

.error {
	color:red;
}

.form-description {
	font-size: 20px;
	margin-bottom: 25px;
}