.banner_position {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 0;
	left: 0;
}
.banner_contant h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 44px;
	color: #fff;
	font-weight: 800;
	margin: 30px 0 20px;
	text-transform: uppercase;
}
.banner_contant img.vvdnlogo_at {
	width: auto;
}
.banner_contant img.event_sticker {
	width: auto;
	max-width: 62%;
}
.vvdntools_services p{
	font-size: 16px;
}
.vvdntools_services p strong{
	font-weight: 800;
}
.vvdntools_services .event_highlighted_Core p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #000000;
}
.event_highlighted_text h4 {
	font-size: 18px;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
}

.event_highlighted_text ul li {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: #000000;
	text-align: left;
	padding-left: 20px;
	position: relative;
	margin: 6px 0;
}
.event_highlighted_text ul li:after {
	position: absolute;
	content: "";
	top: 5px;
	left: 0;
	background: #35243a;
	width: 11px;
	height: 11px;
	border-radius: 20px;
	border: 3px solid #d1d1d1;
}
.event_highlighted_text ul li ol li:after {
	position: absolute;
	content: "";
	top: 6px;
	left: 0;
	background: transparent;
	width: 8px;
	height: 8px;
	border-radius: 20px;
	border: 2px solid #3a3a3a;
}
.venue_loc_txt.bengaluru2 h5 a,
.venue_loc_txt.bengaluru2 h5 a:hover	{
	color: #3045c4;
}

.agenda_table .table td, .agenda_table .table th {
	background: rgb(223, 234, 254);
	background: -moz-linear-gradient(left, rgba(223,234,254,1) 36%, rgba(232,221,248,1) 92%);
	background: -webkit-linear-gradient(left, rgba(223, 234, 254, 1) 36%, rgba(232, 221, 248, 1) 92%);
	background: linear-gradient(to right, rgba(223, 234, 254, 1) 36%, rgba(232, 221, 248, 1) 92%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfeafe', endColorstr='#e8ddf8',GradientType=1 );
}

.protonica_events {
	padding-right: 25px;
}
.protonica_events h2 {
	margin: 40px 0 0;
	font-weight: 800;
	color: #000000;
}
.protonica_events ul {
	overflow: hidden;
	margin: 30px 0 20px;
	padding: 0;
	border-top: 1px solid #ccc;
	border-right: 0;
}
.protonica_events ul li {
	display: inline-block;
	width: 25%;
	float: left;
	border: 1px solid #ccc;
	border-top: 0;
	
	text-align: center;
	padding: 3px 10px;
	min-height: 66px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.protonica_events ul li img {
	display: block;
	width: auto;
}
pre.cake-error {
	display: none;
}

.contact_form {
	background: #023163;
	padding: 50px 40px 50px;
	border-left: 8px solid #00c0fa;
	position: relative;
}
.contact_form h3 {
	font-weight: 800;
	font-family: Montserrat;
	color: #ffffff;
	margin-bottom: 50px;
	font-size: 26px;
}
.triangle_right {
	position: absolute;
	left: -15px;
	top: 36px;
	width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-left: 30px solid #ffffff;
	border-bottom: 30px solid transparent;
}

.protonica_events h3 {
	margin-top: 60px;
	color: #000;
	font-size: 25px;
}
.protonica_events h3 ~ p {
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
}
.protonica_events h3 ~ p span {
	display: block;
}
.contact_form .form-group {
	margin-bottom: 30px;
}
.contact_form .form-group {
	position: relative;
}
.contact_form .form-control {
	border-radius: 0px;
	border: 0px;
	background: transparent;
	border-bottom: 1px solid #385d84;
	color: #fff;
	padding: 0.375rem 0;
	opacity: 0.7;
}
.contact_form label {
	position: absolute;
	color: #FFFFFF;
	font-size: 15px;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	pointer-events: none;
	transition: 0.2s;
	top: 0;
	padding: 7px 0 0 0px;
	opacity: .7;
}
.contact_form .form-control:focus + .form-control-placeholder, .contact_form .form-control:valid + .form-control-placeholder {
	font-size: 75%;
	transform: translate3d(0, -100%, 0);
	padding-left: 0px;
}
.contact_form textarea.form-control {
	height: 76px;
	border: 1px solid #385d84;
	padding-left: 15px;
}
label.form-control-placeholder.textarea_label {
	padding-left: 15px;
}
.contact_form button#submit_button {
	padding: 10px 20px;
	border: none;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	font-family: Montserrat;
	margin-top: 0px;
	cursor: pointer;
	transition: all 0.3s ease;
	background: rgb(30,87,153);
	background: -moz-linear-gradient(left, rgba(30,87,153,1) 0%, rgba(22,98,228,1) 0%, rgba(4,165,251,1) 100%);
	background: -webkit-linear-gradient(left, rgba(30,87,153,1) 0%,rgba(22,98,228,1) 0%,rgba(4,165,251,1) 100%);
	background: linear-gradient(to right, rgba(30,87,153,1) 0%,rgba(22,98,228,1) 0%,rgba(4,165,251,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#04a5fb',GradientType=1 );
	overflow: hidden;
	position: relative;
	min-height: 44px;
	min-width: 140px;
	border-radius: 0px;
	text-decoration: none;
	line-height: 24px;
}
.floating-label {
	position: relative;
	margin-bottom: 20px;
}
.floating-input, .floating-select {
	font-size: 14px;
	padding: 4px 0px;
	display: block;
	width: 100%;
	color: #ffffff;
	height: 38px;
	background-color: transparent;
	border: 0px;
	border-bottom: 1px solid #385d84;
	opacity: 0.7;
}
.highlight {
	position: absolute;
	height: 50%;
	width: 100%;
	top: 15%;
	left: 0;
	pointer-events: none;
	opacity: 0;
}
.floating-label label {
	color: #fff;
	opacity: 0.7;
	font-size: 16px;
	font-family: 'Lato',sans-serif;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 0px;
	top: 5px;
	line-height: 13px;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}
.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
	top: -20px;
	font-size: 14px;
	color: #ffffff;
	opacity: 1;
}
.floating-input, .floating-select:focus-visible {
	outline: none;
}
.protonica_events ul.research_List {
	border: 0;
	margin: 10px 0;
}
.protonica_events ul.research_List li {
	border: 0;
	width: 100%;
	text-align: left;
	padding: 0 0 0 20px;
	min-height: auto;
	display: block;
	position: relative;
	margin: 10px 0 0;
}
.protonica_events ul.research_List li:after {
	position: absolute;
	content: "";
	top: 4px;
	left: 0;
	background: #35243a;
	width: 12px;
	height: 12px;
	border-radius: 20px;
	border: 3px solid #d1d1d1;
}

.automotive_expo {
	padding-right: 30px;
}.automotive_expo h3 {
	margin-top: 25px;
}
.automotive_expo ul {
	margin-bottom: 30px;
}
.automotive_expo ul li {
	font-family: 'Montserrat';
	font-size: 14px;
	font-weight: 500;
	color: #3a3a3a;
	padding-left: 20px;
	margin-bottom: 5px;
	position: relative;
}
.automotive_expo ul li:before {
	position: absolute;
	content: "";
	top: 5px;
	left: 0;
	background: #3a3a3a;
	width: 9px;
	height: 9px;
	border-radius: 20px;
	border: 2px solid #d1d1d1;
}
.automotive_expo h3 ~ p {
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}
.automotive_expo h3 ~ p span {
	display: block;
}
.agenda_table.agenda_tableBg .table {
    background: rgb(223, 234, 254);
    background: -moz-linear-gradient(left, rgba(223,234,254,1) 36%, rgba(232,221,248,1) 92%);
    background: -webkit-linear-gradient(left, rgba(223, 234, 254, 1) 36%, rgba(232, 221, 248, 1) 92%);
    background: linear-gradient(to right, rgba(223, 234, 254, 1) 36%, rgba(232, 221, 248, 1) 92%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfeafe', endColorstr='#e8ddf8',GradientType=1 );
}
.agenda_table.agenda_tableBg .table th, 
.agenda_table.agenda_tableBg .table td {
    background: transparent;
}
.agenda_table.agenda_tableBg .table tr:nth-child(even) {
    background-color: transparent;
}


@media screen and (max-width: 1599px){
	.contact_form h3 {
		margin-bottom: 40px;
		font-size: 20px;
	}
	.banner_contant h1 {
		font-size: 38px;
	}
	.banner_contant img.vvdnlogo_at {
		width: 360px;
	}
	.banner_contant img.event_sticker {
		max-width: 64%;
	}
	.vvdntools_services p{
		font-size: 14px;
	}
	.agenda_table .table td:nth-child(2), 
	.agenda_table .table th:nth-child(2) {
		max-width: 280px;
		min-width: 280px;
	}
	.event_highlighted_text ul li {
		font-size: 14px;
	}
	.agenda_table.agenda_tableBg .table td:nth-child(2), 
	.agenda_table.agenda_tableBg .table th:nth-child(2) {
		max-width: inherit;
		min-width: inherit;
	}
}
@media screen and (max-width: 1199px){
	.banner_contant img.vvdnlogo_at {
		width: 320px;
	}
	.banner_contant h1 {
		font-size: 34px;
	}
	.agenda_table .table td:nth-child(2), 
	.agenda_table .table th:nth-child(2) {
		min-width: 300px;
	}
	.agenda_table.agenda_tableBg .table td:nth-child(2), 
	.agenda_table.agenda_tableBg .table th:nth-child(2) {
        min-width: auto;
    }
}
@media screen and (max-width: 991px){
   .protonica_events {
		padding-right: 0;
	}
	.banner_contant h1 {
		font-size: 28px;
		margin: 20px 0 10px;
	}
	.banner_contant img.vvdnlogo_at {
		width: 260px;
	}
	.agenda_table {
		overflow: scroll;
	}
	.agenda_table table.table {
		min-width: 800px;
	}
	.agenda_table .table td:nth-child(1), .agenda_table .table th:nth-child(1) {
		min-width: 170px;
	}
	.agenda_table .table td:nth-child(2), 
	.agenda_table .table th:nth-child(2) {
		min-width: 240px;
	}
	.agenda_table.agenda_tableBg .table td:nth-child(2), 
	.agenda_table.agenda_tableBg .table th:nth-child(2) {
        min-width: 290px;
    }
	
}
@media screen and (max-width:767px){
	
}
@media screen and (max-width: 575px){
   .protonica_events ul li {
		width: 50%;
	}
	.agenda_header h4 img {
		margin-right: 10px;
		width: 50px;
	}
	.agenda_header h4 {
		font-size: 20px;
	}
}
@media screen and (max-width: 480px){
	.banner_position.protonica_event_banner_text {
		display: none;
	}
	.contact_form {
		padding: 50px 20px 50px;
	}
}

@media screen and (max-width: 374px){
	iframe {
		transform: scale(0.9);
		margin-left: -15px;
	}
}

@media screen and (max-width: 359px){
	iframe {
		transform: scale(0.8);
		margin-left: -30px;
	}
}