.sponsors-carousel_2.owl-carousel .owl-stage-outer {
	z-index: 2;
}

img.MwoeFooterLogo {
	width: 22px;
	margin: 1px 2px 0 2px;
}

a.MwoeFooterText {
	text-decoration: none !important;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px !important;
}

.date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.time_circles {
	width: 100%;
	transform: translateX(36%);
	-webkit-transform: translateX(36%);
	-moz-transform: translateX(36%);
	-ms-transform: translateX(36%);
	-o-transform: translateX(36%);
}

.h3-change_2 {
	color: #545454;
	font-size: 20px;
	text-align: center;
	font-weight: 600;
	margin-top: 0 !important;
	letter-spacing: 3px;
}

.top-bg-wht p {
	font-size: 9px;
	line-height: 10px;
	text-transform: uppercase;
}

.imagebrdr img {
	display: block;
	width: auto !important;
	margin: 0 auto;
}

.speakersmodal .modal-dialog {
	max-width: 750px;
}

.time_circles>div>h4 {
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
	color: #fff;
	font-size: 10px !important;
	line-height: 16px;
}

.speakersmodal .modal-dialog p {
	font-size: 16px;
}

.top-bg-wht h4 {
	font-size: 16px;
	font-weight: 700;
}

.date a {
	margin-right: 2px;
	width: 38px;
	height: 30px;
	color: #fff !important;
	line-height: 1.4;
	font-size: 22px;
	font-weight: 700;
}

.date a:nth-child(1) {
	background-color: #e63f99;
}

.date a:nth-child(2) {
	background-color: #319c4c;
}

.date a:nth-child(3) {
	background-color: #2f8abc;
}

.innerheader {
	background: url(images/innderbanner.jpg?v=1) no-repeat center center;
	background-size: cover;
	height: 250px;
}

.innerheader h2 {
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	padding-top: 100px;
}

body {
	overflow-x: hidden;
}

#dvBannerother img {
	max-height: 350px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

#dvBannerother h2 {
	margin: 15px 0;
}

.nav_align {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.exhibitor_section .owl-theme .owl-nav {
	margin-top: 10px;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	top: 30%;
	left: 0;
	right: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.exhibitor_section .owl-theme .owl-nav .owl-prev {
	margin-left: -30px;
}

.exhibitor_section .owl-theme .owl-nav .owl-next {
	margin-right: -30px;
}

.counter h5 {
	line-height: 1;
}

.exhibitor_section {
	padding: 50px 0 0;
}

.exhibitor_logo_box {
	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;
	height: 200px;
	padding: 10px;
	margin-bottom: 15px;
	background-color: #ffffff;
	border-radius: 10px 10px;
	-webkit-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 6%);
	box-shadow: 0 5px 10px 0 rgb(0 0 0 / 6%);
	border: #e6e6e6 solid 2px;
	margin-top: 15px;
	-webkit-border-radius: 10px 10px;
	-moz-border-radius: 10px 10px;
	-ms-border-radius: 10px 10px;
	-o-border-radius: 10px 10px;
}

.exhibitor_logo_box img {
	-o-object-fit: contain;
	object-fit: contain;
	height: 120px;
}

.btn-danger {
	background-color: #ed0919 !important;
}

.sliderbx {
	height: 450px
}

@media only screen and (min-width: 769px) {
	#overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #000;
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		-khtml-opacity: 0.7;
		opacity: 0.7;
		z-index: 100;
		display: none !important;
		-webkit-filter: alpha(opacity=70);
	}

	.cnt223 a {
		text-decoration: none;
	}

	.popup {
		width: 100%;
		margin: 0 auto;
		display: none;
		position: fixed;
		z-index: 101;
	}

	.cnt223 {
		min-width: 720px;
		width: 720px;
		min-height: 150px;
		margin: 100px auto;
		background: #f3f3f3;
		position: relative;
		z-index: 103;
		padding: 15px 35px;
		border-radius: 5px;
		-webkit-box-shadow: 0 2px 5px #000;
		box-shadow: 0 2px 5px #000;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
	}

	.cnt223 p {
		clear: both;
		color: #555555;
		/* text-align: justify; */
		font-size: 14px;
		font-family: sans-serif;
	}

	.cnt223 p a {
		color: #d91900;
		font-weight: bold;
	}

	.cnt223 .x {
		float: right;
		height: 35px;
		left: 22px;
		position: relative;
		top: -25px;
		width: 34px;
	}

	.cnt223 .x:hover {
		cursor: pointer;
	}
}

@media only screen and (max-width: 980px) {
	.sliderbx {
		height: 430px
	}
}

@media only screen and (max-width: 768px) {
	#overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		-khtml-opacity: 0.7;
		opacity: 0.7;
		z-index: 100;
		display: none;
		-webkit-filter: alpha(opacity=70);
	}

	.cnt223 a {
		text-decoration: none;
	}

	.nav_align {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: initial;
		-ms-flex-align: initial;
		align-items: initial;
	}

	.popup {
		width: 100%;
		margin: 0 auto;
		display: none;
		position: fixed;
		z-index: 101;
	}

	.cnt223 {
		min-width: 400px;
		width: 400px;
		min-height: 150px;
		margin: 100px auto;
		background: #f3f3f3;
		position: relative;
		z-index: 103;
		padding: 15px 35px;
		border-radius: 5px;
		-webkit-box-shadow: 0 2px 5px #000;
		box-shadow: 0 2px 5px #000;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
	}

	.cnt223 p {
		clear: both;
		color: #555555;
		/* text-align: justify; */
		font-size: 14px;
		font-family: sans-serif;
	}

	.cnt223 p a {
		color: #d91900;
		font-weight: bold;
	}

	.cnt223 .x {
		float: right;
		height: 35px;
		left: 22px;
		position: relative;
		top: -25px;
		width: 34px;
	}

	.cnt223 .x:hover {
		cursor: pointer;
	}

	#overlay {
		display: none !important;
	}

	.sliderbx {
		height: 320px
	}
}

@media screen and (max-width:568px) {
	.sliderbx {
		height: 250px
	}

	.borderbtmawardcls {
		width: 180px;
		margin-left: -85px;
	}
}

@media screen and (max-width:320px) {
	.sliderbx {
		height: 180px
	}
}

@media all and (max-width: 500px) and (min-width: 300px) {
	.cnt223 {
		min-width: 310px;
		width: 200px;
	}

	button.navbar-toggler.collapsed {
		margin-left: 25px !important;
	}

	.navbar-toggler {
		background-color: #d4af38 !important;
		margin-left: 20px !important;
	}

	.navbar-light.new--nav .navbar-nav .nav-link {
		margin-left: 28px;
	}
}

.buttoncls {
	background-color: red;
	border: none;
	color: #ffffff;
	padding: 5px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
}

.new_our_part h4 {
	margin: 10px 0 30px;
}

.ass_part {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.ass_ro {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px;
}

.awards {
	animation: blinkingText 2.1s infinite;
	-webkit-animation: blinkingText 2.1s infinite;
}

.flashing {
	font-size: 13px;
	text-transform: uppercase;
	padding: 10px 12px;
	-webkit-animation: blinkingText 1500ms infinite;
	animation: blinkingText 1500ms infinite;
}

@-webkit-keyframes blinkingText {
	0% {
		background-color: #f7c019 !important;
	}

	49% {
		background-color: #f82c32 !important;
	}

	60% {
		background-color: #f7c019 !important;
	}

	99% {
		background-color: #f82c32 !important;
	}

	100% {
		background-color: #f7c019 !important;
	}
}

@keyframes blinkingText {
	0% {
		background-color: #f7c019 !important;
	}

	49% {
		background-color: #f82c32 !important;
	}

	60% {
		background-color: #f7c019 !important;
	}

	99% {
		background-color: #f82c32 !important;
	}

	100% {
		background-color: #f7c019 !important;
	}
}

a.awards {
	background: #d4af37;
	width: 90% !important;
	text-align: center;
}

.flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}

.flex-container>.quickfactcls {
	text-align: center;
}

.navbar-light.new--nav .navbar-nav .nav-link {
	text-transform: uppercase;
}

.homemainstle .theme-btn.btn-style-three.bg1 {
	background-color: #000;
}

.homemainstle .theme-btn.btn-style-three.bg1:hover {
	background-color: #d4af37;
}

.homemainstle .btn-style-three {
	padding: 10px 40px;
	background-color: #000000;
}

.homemainstle a.ForButtonStyling_ {
	margin: 3px 0 0px 0;
	display: block;
	font-size: 16px;
	color: #545454;
}

.homemainstle a.ColapseButton {
	font-size: 16px;
	margin-bottom: 0px;
	color: #545454;
}

.homemainstle .presstxt {
	border-bottom: #d4af37 solid 3px;
	font-size: 26px;
}

.homemainstle .borderbtmcls {
	border-bottom: 3px solid #dc021b;
	width: 100%;
	margin-top: -25px;
	margin-left: -15px;
}

.homemainstle .abouticon {
	text-align: center;
	padding: 40px 0;
}

.homemainstle .abouticon .icon {
	border: 2px solid #fff;
	border-radius: 50%;
	height: 100px;
	width: 100px;
	padding: 25px;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.homemainstle .abouticon h4 a {
	color: #fff;
	padding-top: 10px;
	font-size: 16px;
}

.homemainstle .getbrdrcls {
	width: 100% !important;
}

.homemainstle .subsbdrcls {
	width: 100% !important;
	margin-left: 0px !important;
}

.homemainstle .usefulbrdrcls {
	width: 100% !important;
}

.homemainstle .expobrdrcls {
	width: 100% !important;
}

.homemainstle .footawrdbrdrcls {
	width: 100% !important;
}

.contactusmainstle .flexcenter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.contactusmainstle .contactbrdr {
	border-bottom: 3px solid #dc021b;
	width: 100%;
	margin-left: 0px;
}

.contactusmainstle .card_pack .card_1 {
	-webkit-box-shadow: 0 1px 10px rgb(99 99 99 / 30%), 0 1px 3px rgb(255 255 255 / 30%);
	box-shadow: 0 1px 10px rgb(99 99 99 / 30%), 0 1px 3px rgb(255 255 255 / 30%);
	padding: 0px;
	transition: all .2s ease-out;
	margin-bottom: 20px;
	padding: 5px 20px;
	background: -o-radial-gradient(100% 100%, circle, #ffffff 0, #ffffff 6px, transparent 6px) 0% 0%/8px 8px no-repeat, -o-radial-gradient(0 100%, circle, #ffffff 0, #ffffff 6px, transparent 6px) 100% 0%/8px 8px no-repeat, -o-radial-gradient(100% 0, circle, #ffffff 0, #ffffff 6px, transparent 6px) 0% 100%/8px 8px no-repeat, -o-radial-gradient(0 0, circle, #ffffff 0, #ffffff 6px, transparent 6px) 100% 100%/8px 8px no-repeat, -o-linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 4px) calc(100% - 16px) no-repeat, -o-linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 16px) calc(100% - 4px) no-repeat, -o-linear-gradient(94deg, transparent 0%, rgba(255, 0, 0, 0.74) 85%, #ff0000 100%), -o-linear-gradient(left, transparent 0%, #000000 0%, #000000 100%);
	background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 6px, transparent 6px) 0% 0%/8px 8px no-repeat, radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 6px, transparent 6px) 100% 0%/8px 8px no-repeat, radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 6px, transparent 6px) 0% 100%/8px 8px no-repeat, radial-gradient(circle at 0 0, #ffffff 0, #ffffff 6px, transparent 6px) 100% 100%/8px 8px no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 4px) calc(100% - 16px) no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 16px) calc(100% - 4px) no-repeat, linear-gradient(356deg, transparent 0%, rgba(255, 0, 0, 0.74) 85%, #ff0000 100%), linear-gradient(90deg, transparent 0%, #000000 0%, #000000 100%);
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
}

.contactusmainstle .card_1 h4 {
	font-size: 20px;
	color: #000;
}

.contactusmainstle .card_1 p {
	font-size: 16px;
	color: #444;
}

.contactusmainstle .border_line {
	border-top: 1px dashed #000;
	margin-top: 5px;
	margin-bottom: 0px;
	height: 15px;
}

.contactusmainstle .flexcenter .card_1 {
	height: 152px;
}

.contactusmainstle .flexcenter .card_1.cardheight {
	height: auto;
	min-height: 80px;
}

.galleryheading .gal22brdr,
.venuebx .venuebrdrcls,
.floorplanrbr .floortxtbrdr,
.exhibitor2023bx .exhibrdrcls,
.downloadhr .dbroheadcls,
.exhibitorhr .dbroheadcls,
.visiorprofilemain .exhibitprobrdr,
.exhibitor2024main .exhibrdrcls,
.expoonlymain .brdrabexpocls {
	border-bottom: 3px solid #dc021b;
	width: 100%;
	margin-left: 0;
}

.exhibitor2023bx .single-blog-post .blog-image {
	padding: 10px;
}

.exhibitor2023bx .single-blog-post .blog-image img {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.exhibitor2023bx .logo-h {
	height: 200px;
}

.exhibitor2023bx .headclstxt {
	border-bottom: #d4af37 solid 3px;
	font-size: 26px;
}

.exhibitor2023bx .exhibitorsBox .single-blog-post .blog-image.text-center.logo-h {
	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;
}

.exhibitor2023bx .exhibitorsBox .single-blog-post .blog-image.text-center.logo-h a img {
	padding-top: 0 !important;
	margin-top: 0 !important;
	padding-bottom: 6px !important;
}

.exhibitor2023bx .single-blog-post:hover .blog-image a img,
.exhibitor2023bx .single-blog-post:focus .blog-image a img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.exhibitormain .rightpan h4 {
	margin: 10px 0px 0px 0 !important;
}

.exhibitormain input[type=checkbox],
.exhibitormain input[type=radio] {
	margin-right: 4px !important;
}

.exhibitormain .captcha-box {
	height: 39px;
	margin-left: 10px;
}

.exhibitormain .form-control {
	border: 1px solid #ccc;
	padding: 5px;
	width: 100% !important;
}

.exhibitormain .form-horizontal .control-label {
	text-align: left;
}

.exhibitormain label.control-label {
	font-size: 15px;
}

.exhibitormain .quicktxt {
	color: #dc021b;
	margin-bottom: 0;
	font-size: 24px;
}

@media (min-width:200px) and (max-width:800px) {

	.exhibitormain th,
	.exhibitormain td,
	.exhibitormain table {
		display: block;
		width: 100% !important;
	}
}

.exhibitormain label {
	font-weight: normal !important;
}

.exhibitormain .chkllist {
	margin-left: 18px;
}

.exhibitormain .chkllist td {
	width: 50%;
}

.exhibitormain .chkllist td input[type=checkbox] {
	float: left;
}

.exhibitormain .chkllist td label {
	max-width: 95%;
}

.exhibitormain .form-group h4 {
	border-bottom: 0;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 10px !important;
}

.exhibitormain .form-group h3 {
	border-bottom: 0;
	background: #31a2e3;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 20px !important;
	margin: 0px;
}

.exhibitormain .bg-text-box {
	background: #ccc;
	text-align: center;
	font-weight: bold;
	border: none;
	height: 40px;
}

.exhibitormain .well,
.downloadmain .well {
	margin-top: 0 !important;
	padding: 0 15px !important;
}

.exhibitormain .well .form-group,
.exhibitormain .well .container12 {
	text-align: left;
}

.exhibitormain .well .container12 {
	line-height: 1.5;
}

.expoonlymain .divboxcls {
	-webkit-box-shadow: 0 6px 7px rgb(0 0 0 / 35%);
	box-shadow: 0 6px 7px rgb(0 0 0 / 35%);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff)) 50% 50%/calc(100% - 10px) calc(100% - 10px) no-repeat, -webkit-gradient(linear, left bottom, left top, from(transparent), to(#000000));
	background: -o-linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 10px) calc(100% - 10px) no-repeat, -o-linear-gradient(bottom, transparent 0%, #000000 100%);
	background: linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 10px) calc(100% - 10px) no-repeat, linear-gradient(0deg, transparent 0%, #000000 100%);
	border-radius: 0px;
	padding: 25px 35px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}

.expoonlymain .divboxcls ul {
	margin-top: 10px;
}

.expoonlymain .divboxcls ul li {
	list-style-type: none;
	font-size: 20px;
	-webkit-box-shadow: 0 6px 7px rgb(0 0 0 / 15%);
	box-shadow: 0 6px 7px rgb(0 0 0 / 15%);
	padding: 10px 15px;
	margin: 15px 0;
	border-radius: 8px;
	border-right: 3px solid #dc021b;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.expoonlymain .divboxcls ul li span {
	color: #000;
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}

.expoonlymain .divboxcls ul li span .fa {
	color: #dc021b;
	font-size: 10px;
	margin-top: 9px;
	margin-right: 10px;
}

.expoonlymain .whyexhibrdr {
	border-bottom: 3px solid #dc021b;
	width: 100%;
	margin-left: 0px;
}

.expoonlymain .about_frnt p {
	line-height: 25px;
	margin-bottom: 14px;
}

.expoonlymain .blog-post-content {
	background: #dc021b;
	padding: 8px !important;
	text-align: center;
}

.expoonlymain .blog-post-content h3 {
	margin-bottom: 0px !important;
	font-size: 16px !important;
}

.expoonlymain .single-blog-card:hover .blog-post-content,
.expoonlymain .single-blog-card:focus .blog-post-content {
	padding-bottom: 10px;
}

.expoonlymain .single-blog-card .blog-post-content h3 a:hover {
	color: #fff;
}

.expoonlymain .img-responsive {
	max-width: 100%;
	height: auto;
}

.exhibitor2024main .single-blog-post .blog-image {
	padding: 10px;
}

.exhibitor2024main .single-blog-post .blog-image img {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.exhibitor2024main .logo-h {
	height: 200px;
}

.exhibitor2024main .headclstxt {
	border-bottom: #d4af37 solid 3px;
	font-size: 26px;
}

.exhibitor2024main .exhibitorsBox .single-blog-post .blog-image.text-center.logo-h {
	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;
}

.exhibitor2024main .exhibitorsBox .single-blog-post .blog-image.text-center.logo-h a img {
	padding-top: 0 !important;
	margin-top: 0 !important;
	padding-bottom: 6px !important;
}

.exhibitor2024main .single-blog-post:hover .blog-image a img,
.exhibitor2024main .single-blog-post:focus .blog-image a img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.whyVisitmain .whyvisitbrdr {
	border-bottom: 3px solid #dc021b;
	width: 100%;
	margin-left: 0px;
}

.whyVisitmain .divboxcls {
	-webkit-box-shadow: 0 6px 7px rgb(0 0 0 / 35%);
	box-shadow: 0 6px 7px rgb(0 0 0 / 35%);
	padding: 40px;
	border-left: 8px solid #dc021b;
	border-right: 8px solid #000;
	border-top: 0.5px solid #f7f7f7;
	background: #fbfbfb;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.whyVisitmain .divboxcls:hover {
	transform: translateY(-5px);
	-webkit-box-shadow: 0 5px 4px rgb(0 0 0 / 20%);
	box-shadow: 0 5px 4px rgb(0 0 0 / 20%);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
}

.whyVisitmain .divboxcls ul li {
	list-style-type: square;
	font-size: 16px;
	text-align: left;
}

.visiorprofilemain .divboxcls {
	-webkit-box-shadow: 0 6px 7px rgb(0 0 0 / 35%);
	box-shadow: 0 6px 7px rgb(0 0 0 / 35%);
	padding: 40px;
	border-left: 8px solid #dc021b;
	border-right: 8px solid #000;
	border-top: 0.5px solid #f7f7f7;
	background: #fbfbfb;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
}

.visiorprofilemain .divboxcls:hover {
	-webkit-box-shadow: 0 5px 4px rgb(0 0 0 / 20%);
	box-shadow: 0 5px 4px rgb(0 0 0 / 20%);
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
}

.visiorprofilemain .divboxcls ul {
	margin-top: 10px
}

.visiorprofilemain .divboxcls ul li {
	list-style-type: square;
	font-size: 16px;
	margin-left: 20px;
	text-align: left;
}

.exhibitor2023main .single-blog-post .blog-image {
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.exhibitor2023main .single-blog-post .blog-image img {
	border-radius: 0;
	height: 60% !important;
	padding: 0 !important;
	width: 70% !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.exhibitor2023main .single-blog-post:hover .blog-image a img,
.exhibitor2023main .single-blog-post:focus .blog-image a img {
	transform: scale(1.02) !important;
	-webkit-transform: scale(1.02) !important;
	-moz-transform: scale(1.02) !important;
	-ms-transform: scale(1.02) !important;
	-o-transform: scale(1.02) !important;
}

.exhibitor2023main .logo-h {
	height: 200px;
}

.exhibitor2023main .headclstxt {
	border-bottom: #d4af37 solid 3px;
	font-size: 26px;
}

.exhibitor2023main .exhibrdrcls {
	border-bottom: 3px solid #dc021b;
	width: 100%;
	margin-left: 0px;
}

.Controltab .jurybrdrcls {
	border-bottom: 3px solid #dc021b;
	width: 100%;
	margin-left: 0px;
}

.winnermain2019 .headclstxt {
	border-bottom: #d4af37 solid 3px;
	font-size: 26px;
}

.winnermain2019 .floorbg {
	margin: 15px 0;
	font-size: 26px;
	font-weight: 600;
	color: #545454;
}

.winnermain2019 .subheadcls {
	font-size: 20px;
	color: #545454;
	font-weight: bold;
}

.winnermain2019 .goldcls label {
	width: 100px;
	background: #dc021b;
	padding: 5px 5px 5px 10px;
	font-weight: 600;
	color: #fff;
}

.winnermain2019 .merit1cls label {
	width: 100px;
	background: #D8E2F3;
	padding: 5px 5px 5px 10px;
	font-weight: 600;
}

.winnermain2019 .merit2cls label {
	width: 100px;
	background: #000;
	padding: 5px 5px 5px 10px;
	font-weight: 600;
	color: #fff;
}

.winnermain2019 .imgcls img {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.winnermain2019 .hrcls {
	margin-top: 50px;
}

.winnermain2019 .modal {
	display: none;
	position: fixed;
	z-index: 99999;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #000000a8;
}

.winnermain2019 .modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	width: 60%;
}

.winnermain2019 .close {
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
}

.winnermain2019 .close:hover,
.winnermain2019 .close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

.winnermain2019 .awardslide {
	display: none;
}

.winnermain2019 .cursor {
	cursor: pointer;
}

.winnermain2019 .prev,
.winnermain2019 .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	-webkit-transition: 0.6s ease;
	-o-transition: 0.6s ease;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
}

.winnermain2019 .next {
	right: 0;
	border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
}

.winnermain2019 .prev:hover,
.winnermain2019 .next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.winnermain2019 .numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

.winnermain2019 img {
	margin-bottom: -4px;
}

.winnermain2019 .demo {
	opacity: 0.6;
}

.winnermain2019 .active,
.winnermain2019 .demo:hover {
	opacity: 1;
}

.winnermain2019 img.hover-shadow {
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.winnermain2019 .hover-shadow:hover {
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.winnermain2019 .next {
	background: #ededed;
	right: -48px;
	border-radius: 0 5px 5px 0;
	color: #000;
	font-size: 30px;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-ms-border-radius: 0 5px 5px 0;
	-o-border-radius: 0 5px 5px 0;
}

.winnermain2019 .next:hover {
	background: #ededed;
	color: #000;
}

.winnermain2019 .prev {
	left: -48px;
	background: #ededed;
	color: #000;
	border-radius: 5px 0 0 5px;
	font-size: 30px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-ms-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
}

.winnermain2019 .prev:hover {
	background: #ededed;
	color: #000;
}

.winnermain2019 .vmrdawardbrdr,
.winnermain2019 .pastwinbrdrcls {
	border-bottom: 3px solid #dc021b;
	width: 100%;
	margin-left: 0px;
}

.winnermain2019 .professional_ul {
	padding: 15px 25px;
	-webkit-box-shadow: 0 3px 10px 0px rgb(0 0 0 / 16%);
	box-shadow: 0 3px 10px 0px rgb(0 0 0 / 16%);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.winnermain2019 .headingpastwin {
	font-size: 20px;
	background: #000;
	color: #fff;
	padding: 5px 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.winnermain2019 .headingpastwin:hover {
	background: #dc021b;
}

.winnermain2019 .single-blog-card a img {
	-webkit-box-shadow: 0 3px 10px 0px rgb(0 0 0 / 16%);
	box-shadow: 0 3px 10px 0px rgb(0 0 0 / 16%);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.winnermain2019 .winner__box__pck {
	border-radius: 5px;
	margin-top: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.winners2023main .headclstxt {
	border-bottom: #d4af37 solid 3px;
	font-size: 26px;
}

.winners2023main .floorbg {
	margin: 15px 0;
	font-size: 26px;
	font-weight: 600;
	color: #545454;
}

.winners2023main .subheadcls {
	font-size: 20px;
	color: #545454;
	font-weight: bold;
}

.winners2023main .goldcls label {
	width: 100px;
	background: #ffc000;
	padding: 5px 5px 5px 10px;
	font-weight: 600;
	color: #000;
}

.winners2023main .merit1cls label {
	width: 100px;
	background: #D8E2F3;
	padding: 5px 5px 5px 10px;
	font-weight: 600;
}

.winners2023main .merit2cls label {
	width: 100px;
	background: #92d050;
	padding: 5px 5px 5px 10px;
	font-weight: 600;
	color: #000;
}

.winners2023main .imgcls img {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.winners2023main .hrcls {
	margin-top: 50px;
}

.winners2023main .modal {
	display: none;
	position: fixed;
	z-index: 99999;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #000000a8;
}

.winners2023main .modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	width: 60%;
}

.winners2023main .close {
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
}

.winners2023main .close:hover,
.winners2023main .close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

.winners2023main .awardslide {
	display: none;
}

.winners2023main .cursor {
	cursor: pointer;
}

.winners2023main .prev,
.winners2023main .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
	-webkit-transition: 0.6s ease;
	-moz-transition: 0.6s ease;
	-ms-transition: 0.6s ease;
	-o-transition: 0.6s ease;
}

.winners2023main .next {
	right: 0;
	border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
}

.winners2023main .prev:hover,
.winners2023main .next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.winners2023main .numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

.winners2023main img {
	margin-bottom: -4px;
}

.winners2023main .demo {
	opacity: 0.6;
}

.winners2023main .active,
.winners2023main .demo:hover {
	opacity: 1;
}

.winners2023main img.hover-shadow {
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.winners2023main .hover-shadow:hover {
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.winners2023main .next {
	background: #ededed;
	right: -48px;
	border-radius: 0 5px 5px 0;
	color: #000;
	font-size: 30px;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-ms-border-radius: 0 5px 5px 0;
	-o-border-radius: 0 5px 5px 0;
}

.winners2023main .next:hover {
	background: #ededed;
	color: #000;
}

.winners2023main .prev {
	left: -48px;
	background: #ededed;
	color: #000;
	border-radius: 5px 0 0 5px;
	font-size: 30px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-ms-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
}

.winners2023main .prev:hover {
	background: #ededed;
	color: #000;
}

.winners2023main .vmrdawardbrdr {
	border-bottom: 3px solid #dc021b;
	width: 100%;
	margin-left: 0px;
}

.winners2023main .imgcls img {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 250px;
	-o-object-fit: cover;
	object-fit: cover;
}

/*.buttonPopclsbtn {
  background-color: red;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  border: none;
  color: #fff;
  cursor: pointer;
 display: inline-block;
  font-family: sans-serif;
  font-size: 20px;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  }
  @keyframes glowing {
  0% { background-color: red; box-shadow: 0 0 5px #2ba805; }
  50% { background-color: red; box-shadow: 0 0 20px #49e819; }
  100% { background-color: red; box-shadow: 0 0 5px #2ba805; }
}

.buttonPopclsbtn {
animation: glowing 1300ms infinite;
}*/

.buttonPopclsbtn {
	color: #fff;
	animation: blink 5s linear infinite;
	font-size: 15px;
	background: #e91a26;
	color: #fff;
	padding: 10px 5px 10px !important;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	outline: none;
	background: #e91a26;
	text-align: center;
	-webkit-animation: blink 5s linear infinite;
}

.FornavStyle_ {
	margin: 0 auto;
}

.vmchallengecls {
	border: 10px solid #505050;
	padding: 32px 10px;
	border-radius: 100%;
	width: 149px;
	height: 150px;
	font-size: 30px;
	line-height: 28px;
	color: #000;
	margin: 10px auto;
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	-moz-transition: all 1s ease-in-out;
}

.vmchallengecls:hover {
	border-radius: 0px;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}

.header_logo {
	text-align: center;
}

.header_date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.homemainstle .property-section-two {
	display: none !important;
}

.main-footer .contact-list li .fa-phone-volume {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.time_circles .canvas {
	position: absolute;
	left: 0;
	top: 0;
}

.visiorprofilemain .divboxcls h2 span {
	display: block !important;
	line-height: 28px;
}

.visiorprofilemain .divboxcls h2 span+span {
	margin-top: 4px;
}

.visiorprofilemain .divboxcls .text-red {
	color: #c00000 !important;
}

.visiorprofilemain .divboxcls .fs26 {
	font-size: 26px !important;
}

.visiorprofilemain .divboxcls .fs22 {
	font-size: 22px !important;
}

.visiorprofilemain .mt-5.divboxcls .col-xs-12 {
	margin-bottom: 30px;
}

.sliderbx .flip-clock-wrapper {
	display: none !important;
}

.speakersmodal .modal-dialog .modal-body .speakerthumb {
	width: 150px;
	text-align: center;
	float: left;
	margin: 0 15px 5px 0;
}

.speakersmodal .modal-dialog .modal-body .speakerthumb .speakerimg {
	margin: 0 0;
	width: 100%
}

.speakersmodal {
	z-index: 9999;
}

.speakersmodal .modal-dialog .modal-body {
	text-align: left;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
}

.speakersmodal .modal-dialog .modal-body p,
.speakersmodal .modal-dialog .modal-body span,
.speakersmodal .modal-dialog .modal-body p span {
	color: #545454 !important;
	font-size: 16px !important;
	line-height: 26px !important;
	font-weight: 400 !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-font-smoothing: antialiased !important;
	font-family: lato, sans-serif !important;
}

.speakersmodal .modal-dialog .modal-body p {
	margin-bottom: 6px !important;
	text-align: left;
}

.aboutmainbx h2.bststallh2 {
	margin: 20px 0px 20px;
}

.aboutmainbx .aboutvmbrdrcls {
	border-bottom: 3px solid #dc021b;
	width: 100%;
	margin-left: 0px;
}

.aboutmainbx .brdrquickcls {
	border-bottom: 3px solid #dc021b;
	width: 82% !important;
	margin-top: -25px;
	margin-left: 0;
}

.aboutmainbx .about_img {
	margin-top: 10px;
	border: 5px solid #000;
}

.aboutmainbx p {
	margin-bottom: 15px;
}

.aboutmainbx p span {
	font-size: 17px !important;
	font-family: lato, sans-serif !important;
}

.how_to_spc .how_to_enter {
	text-align: left;
}

.agenda2020 .headingagenda {
	text-align: center;
	margin-bottom: 40px;
	font-size: 26px;
}

.agenda2020 .headingagenda span {
	font-size: 26px;
	color: #005596;
}

.agenda2020 .clr {
	clear: both;
}

.agenda2020 .sec_row {
	background: #f6f6f6;
	border-radius: 5px;
	color: #fff;
	vertical-align: middle;
	display: table;
	width: 100%;
	margin-bottom: 30px;
	text-align: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.agenda2020 .nom_sec {
	width: 46px;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	background: #f53333;
	box-shadow: 0px 5px 10px 0px #80808094;
	border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	-ms-border-radius: 4px 0px 0px 4px;
	-o-border-radius: 4px 0px 0px 4px;
}

.agenda2020 .nom_bg {
	background: #d4af38;
}

.agenda2020 .nom_title {
	vertical-align: top;
	background: #f6f6f6;
	box-shadow: 0px 5px 10px 0px #80808094;
	color: #222;
	padding: 8px 0px 8px 10px;
	box-sizing: border-box;
	display: table-cell;
}

.agenda2020 .nom_title h2 {
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	border-bottom: 2px solid #f7be06;
	display: inline-block;
	padding: 3px 8px 6px 8px;
	color: #000;
}

.agenda2020 .nom_title p {
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	line-height: 18px;
	padding: 6px 10px 10px 0;
	text-align: left !important;
}

.about-area-three.vmchallengebx.ptb-120 p.col-md-12.col-lg-12.mt-4 {
	margin-top: 0 !important;
}

.vmchallengebx .dbroheadcls {
	border-bottom: 3px solid #dc021b;
	width: 100%;
	margin-left: 0px;
}

.vmchallengebx .col-full .h4light {
	text-align: left;
	font-weight: 700;
}

.vmchallengebx .col-full {
	padding-top: 15px;
}

.vmchallenge2019 .headclstxt {
	border-bottom: #d4af37 solid 3px;
	font-size: 26px;
}

.vmchallenge2019 .winner2022brdr {
	border-bottom: 3px solid #dc021b;
	width: 100%;
	margin-left: 0px;
}

.vmchallenge2019 .headingtxt {
	border-bottom: #d4af37 solid 3px;
	font-size: 26px;
}

.vmchallenge2019 .dbroheadcls {
	border-bottom: 3px solid #dc021b;
	width: 100%;
	margin-left: 0px;
}

.vmchallenge2019 .headingtxt {
	border-bottom: #d4af37 solid 3px;
	font-size: 26px;
}

.vmchallenge2019 .team2022brdr {
	border-bottom: 3px solid #dc021b;
	width: 100%;
	margin-left: 0px;
}

.about-area-three .venuhe {
	margin: 20px 0 30px;
}

.about-area-three iframe.venueframe {
	height: 450px;
}

.formbxmain {
	padding: 30px 0 30px;
}

.formbxmain .well {
	margin-top: 0;
	padding: 0;
}

.fancybox-overlay.fancybox-overlay-fixed {
	z-index: 9999;
	background: rgba(0, 0, 0, .5);
	transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-ms-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
}

.gallerymainbx {
	position: relative;
	padding: 30px 0 30px;
}

.gallerymainbx .galleryimg {
	width: 100%;
	height: 195px;
	margin-bottom: 10px;
	overflow: hidden;
}

.gallerymainbx .galleryimg .fancybox {
	display: block;
	position: relative;
	height: 100%;
}

.gallerymainbx .galleryimg .fancybox::before,
.gallerymainbx .galleryimg .fancybox::after {
	background: rgb(0, 0, 0, .2) !important;
	z-index: 1;
	position: absolute;
	width: 0;
	height: 0;
	transition: all 0.5s ease-out 0s;
	content: "";
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
}

.gallerymainbx .galleryimg .fancybox::before {
	right: 0;
	top: 0;
}

.gallerymainbx .galleryimg .fancybox::after {
	left: 0;
	bottom: 0;
}

.gallerymainbx .galleryimg .fancybox img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.gallerymainbx .galleryimg .fancybox .fa {
	opacity: 0;
	font-size: 1.225rem;
	line-height: 1.5;
	color: #FFF;
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 198px;
	z-index: 99;
	transition: all 0.3s ease-in-out;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.gallerymainbx .galleryimg .fancybox:hover::before,
.gallerymainbx .galleryimg .fancybox:hover::after {
	width: 100%;
	height: 100%;
}

.gallerymainbx .galleryimg .fancybox:hover .fa {
	opacity: 1;
}

.pressreleasebx {
	text-align: left;
}

.pressreleasebx .pressbrdr {
	width: 100%;
	margin-left: 0;
	border-bottom: 3px solid #dc021b;
}

.pressreleasebx .presstxt {
	color: #545454;
	font-size: 24px;
	font-weight: 600;
	border-bottom: #d4af37 solid 3px;
}

.pressreleasebx .bststallh2 {
	margin: 16px 0 16px 0;
	text-align: left;
}

.pressreleasebx .bststallh2 .ColapseButton .fa {
	margin-right: 4px;
}

.pressreleasebx a.ForButtonStyling_ {
	display: block;
	color: #545454;
	font-size: 16px;
	margin: 3px 0 0 0;
}

.pressreleasebx a.ColapseButton {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 0;
}

.citybxmain .bangaloreBox {
	height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
}

.citybxmain .bangaloreBox .overlay {
	background-color: rgba(0, 0, 0, 0.3);
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
}

.citybxmain .bangaloreBox h1 {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
}

.citybxmain .bangaloreBox .overlay ul {
	list-style: none;
	padding: 15px 0;
}

.citybxmain .bangaloreBox .overlay ul li {
	font-weight: 700;
	font-size: 22px;
}

.citybxmain .bangaloreImg {
	padding: 30px 0;
}

.citybxmain .bangaloreImg .imageBox {
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.citybxmain .bangaloreImg .image {
	display: block;
	width: 100%;
	height: auto;
}

.citybxmain .bangaloreImg .overlay {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background-color: rgb(0 140 186 / 62%);
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-ms-transition: .5s ease;
	-o-transition: .5s ease;
}

.citybxmain .bangaloreImg .imageBox:hover .overlay {
	bottom: 0;
	height: 100%;
}

.citybxmain .bangaloreImg .text {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.awardvmrd {
	text-align: left;
}

.awardvmrd .vmawardbrdr {
	border-bottom: 3px solid #dc021b;
	width: 400px;
	margin-left: -15px;
}

.agenda22bx .clr {
	clear: both;
}

.agenda22bx .sec_row {
	background: #f6f6f6;
	border-radius: 5px;
	color: #fff;
	vertical-align: middle;
	display: table;
	width: 100%;
	margin-bottom: 30px;
	text-align: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.agenda22bx .nom_sec {
	width: 46px;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	background: #dc021b;
	box-shadow: 0px 5px 10px 0px #80808094;
	border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	-ms-border-radius: 4px 0px 0px 4px;
	-o-border-radius: 4px 0px 0px 4px;
}

.agenda22bx .nom_bg {
	background: #000;
}

.agenda22bx .nom_title {
	vertical-align: top;
	background: #f6f6f6;
	box-shadow: 0px 5px 10px 0px #80808094;
	color: #222;
	padding: 8px 0px 8px 10px;
	box-sizing: border-box;
	display: table-cell;
}

.agenda22bx .nom_title h2 {
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	border-bottom: 2px solid #dc021b;
	display: inline-block;
	padding: 3px 8px 6px 0;
	color: #000;
}

.agenda22bx .nom_title p {
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	line-height: 25px;
	padding-top: 8px;
	padding-right: 10px;
	text-align: left !important;
	padding-bottom: 10px;
}

.agenda22bx a#Conventionpg {
	display: none;
}

.agenda22bx .agenda22brdr {
	border-bottom: 3px solid #dc021b;
	width: 100%;
	margin-left: 0px;
}

.agenda22bx .convension_box {
	margin: 30px 0 0;
}

#cphContents_pnlForm .ForFormStyling_ {
	width: 100%;
	margin-bottom: 20px;
}

.isanewsbx .pressrebrdrcls {
	border-bottom: 3px solid #dc021b;
	width: 100%;
	margin-left: 0px;
}

.isanewsbx p {
	text-align: left;
	margin-bottom: 15px;
}

.sponsors-carousel.ourequal .imagebrdr img {
	max-width: 90% !important;
}

.sponsors-carousel.ourequal .owl-nav {
	margin-top: 10px;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	top: 30%;
	left: 0;
	right: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sponsors-carousel.ourequal .owl-nav .owl-prev {
	margin-left: -30px;
}

.sponsors-carousel.ourequal .owl-nav .owl-next {
	margin-right: -30px;
}

.speakersmodal .modal-dialog .modal-body h2 {
	color: #000;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	margin-bottom: 2px;
}

.speakersmodal .modal-dialog .modal-body .disigpost {
	color: #dc021b !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	border-bottom: #ccc solid 1px;
	margin-bottom: 10px !important;
	padding-bottom: 8px;
}

.partnerbox {
	position: relative;
	width: 100%;
}

.partnerbox .imagebrdr {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	width: 100%;
	height: 100%;
}

.partnerbox .imagebrdr img {
	max-width: 100%;
	padding: 0;
	width: 90% !important;
	margin: 0 auto;
}

.partnerbox .partnername {
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.partnerbox .partnername h4 {
	font-size: 16px;
	padding: 0 5px;
}

@media screen and (max-width:980px) {
	.aboutmainbx .aboutvmbrdrcls {
		border-bottom: 3px solid #dc021b;
		width: 200px;
		margin-left: -550px;
	}

}


@media only screen and (min-width: 320px) and (max-width: 768px) {
	.forcefullwidth_wrapper_tp_banner .rev_slider_wrapper .counter .time_circles {
		transform: translateX(6%);
		-webkit-transform: translateX(6%);
		-moz-transform: translateX(6%);
		-ms-transform: translateX(6%);
		-o-transform: translateX(6%);
	}

	.homemainstle .about-section {
		padding: 40px 0 20px !important;
	}

	.homemainstle .about-section .inner-column .col-xs-12.p-0 {
		text-align: center;
	}

	.homemainstle .about-section .container-fluid.p-0 {
		padding: 10px 0 10px !important;
	}

	.homemainstle .about-section .container-fluid.p-0 .col-lg-3.abouticon {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding: 30px 0;
		border: #414141 solid 1px;
	}

	.quickfact .row.mt-5 {
		margin-top: 0 !important;
	}

	.quickfact .our-skills .process {
		margin: 0;
		width: 100%;
		max-width: 100%;
		display: block;
	}

	.quickfact .our-skills .process #canvas {
		display: none !important;
	}

	.quickfact .our-skills .process .process-items {
		margin: 0;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 30px 0 10px;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.quickfact .our-skills .process .process-items li {
		width: auto;
		-ms-flex: 0 0 calc(50% - 30px);
		flex: 0 0 calc(50% - 30px);
		max-width: calc(50% - 30px);
		border: #ccc solid 1px;
		padding: 12px;
		min-height: 150px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		transform: none;
		margin: 0 15px;
		margin-bottom: 15px;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
	}

	.quickfact .our-skills .process .process-items li {
		font-size: 26px;
	}

	.quickfact .our-skills .process .process-items li em {
		font-size: 16px;
		line-height: 24px;
		padding-top: 0;
		margin-top: 12px;
	}

	#exhibitor2024 .exhibitor_section {
		padding: 15px 6px 0;
	}

	.footer_clr .event_web,
	.footer_clr .event_web a {
		font-size: 14px;
		line-height: 1.6;
		padding: 5px 0;
		margin-top: 0;
	}

	footer .widgets-section .footer_clr {
		margin-top: 5px;
		border-top: 2px solid #dc021b;
		padding-top: 12px;
	}

	.main-footer .upper-box .upper-column.col-lg-3.col-md-12.col-sm-12 {
		display: none;
	}

	.main-footer .widgets-section {
		padding: 40px 0 20px;
	}

	.expoonlymain .container.mt-5.mb-0 {
		margin-top: 0 !important;
	}

	.expoonlymain .divboxcls {
		padding: 20px 20px;
		margin: 0 20px 30px !important;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		-ms-border-radius: 6px;
		-o-border-radius: 6px;
	}

	.expoonlymain .container.mt-5.mb-0 .img_shadow {
		display: none !important;
	}

	.about-area-three.ptb-120.bg-image.mt-2 .col-lg-4.col-md-4,
	.about-area-three.ptb-120.bg-image.mt-2 .col-lg-64.col-md-4 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding: 0 10px;
	}

	.about-area-three .single-blog-card .blog-post-content h3 {
		line-height: 20px;
		font-size: 14px !important;
	}

	.about-area-three.ptb-120.bg-image.mt-2 .row .row {
		margin: 0;
		padding: 0 10px;
	}

	.expoonlymain .blog-post-content {
		padding: 8px !important;
		height: 100%;
		display: flex;
		align-content: center;
		justify-content: center;
		min-height: 58px;
	}

	.single-blog-card {
		margin-bottom: 20px;
	}

	.aboutbox {
		min-height: 250px;
	}

	.exhibitorband .aboutcontent {
		height: 100%;
		padding: 15px 20px;
	}

	.about-area-three.ptb-120.ptb_0 {
		padding-bottom: 30px;
	}

	.about-area-three .downh2,
	.about-area-three .heading2019 {
		font-size: 18px;
		line-height: 22px;
		margin: 0 0 25px;
	}

	.about-area-three .heading2019 {
		margin: 0 0 10px;
	}

	.exhibitor2024main .exhibitorsBox.row,
	.exhibitor2023bx .exhibitorsBox.row,
	.exhibitor2023main .exhibitorsBox.row {
		margin: 0;
		padding: 0 10px;
	}

	.exhibitor2024main .exhibitorsBox .col-lg-3.col-md-6,
	.exhibitor2023main .exhibitorsBox .col-lg-3.col-md-6,
	.exhibitor2023bx .exhibitorsBox .col-lg-3.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding: 0 10px;
	}

	.exhibitor2024main .exhibitorsBox .single-blog-post .blog-image.logo-h,
	.exhibitor2023main .exhibitorsBox .single-blog-post .blog-image.logo-h,
	.exhibitor2023bx .exhibitorsBox .single-blog-post .blog-image.logo-h {
		height: 170px;
	}

	.exhibitor2024main .exhibitorsBox .single-blog-post .blog-image.logo-h img,
	.exhibitor2023main .exhibitorsBox .single-blog-post .blog-image.logo-h img,
	.exhibitor2023bx .exhibitorsBox .single-blog-post .blog-image.logo-h img {
		max-width: 100%;
	}

	.exhibitormain div#cphContents_pnlForm,
	#cphContents_pnlForm {
		padding: 40px 0;
	}

	.container.downloadmain {
		margin-top: 0 !important;
	}

	.container.downloadmain .well {
		padding: 0 0 !important;
	}

	.exhibitormain .well .form-group,
	.exhibitormain .well .container12,
	.container.downloadmain .well .form-group,
	.container.downloadmain .well .container12 {
		margin-bottom: 25px;
	}

	.well label.control-label .fa {
		font-size: 17px;
	}

	.exhibitormain .well .col-md-4.col-lg-4.col-xs-4 .container12,
	.container.downloadmain .well .col-md-4.col-lg-4.col-xs-4 .container12 {
		margin-bottom: 10px;
	}

	.whyVisitmain .mt-5.divboxcls {
		margin: 30px 20px 0 !important;
		padding: 15px 30px;
		border-left: 5px solid #dc021b;
		border-right: 5px solid #000;
	}

	.visiorprofilemain .mt-5.divboxcls {
		margin: 30px 20px 0 !important;
		padding: 15px 15px;
		border-left: 5px solid #dc021b;
		border-right: 5px solid #000;
	}

	.visiorprofilemain .mt-5.divboxcls p:empty {
		display: none
	}

	.visiorprofilemain .divboxcls .fs26 {
		font-size: 22px !important;
	}

	.visiorprofilemain .divboxcls .fs22 {
		font-size: 18px !important;
	}

	.convension_box {
		margin: 10px 0 30px;
	}

	.convension_box p.font18 {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.convension_box h3 {
		font-size: 22px;
		line-height: 32px;
	}

	.demo .pricingTable .title {
		font-size: 18px;
		font-weight: 500;
		padding: 18px 60px;
	}

	.demo .pricingTable .pricing-content li {
		font-size: 16px;
		margin: 10px !important;
	}

	.speakersmodal.modal {
		top: 10rem !important;
	}

	.speakersmodal .modal-body b {
		font-size: 16px;
		line-height: 24px;
	}

	.speakersmodal .modal-dialog p {
		font-size: 14px !important;
		text-align: left;
	}

	.speakersmodal h4.modal-title {
		font-size: 20px;
		line-height: 26px;
	}

	.speakersmodal .modal-dialog .modal-body {
		text-align: left;
		font-size: 14px;
		line-height: 30px;
		font-weight: 400;
	}

	.speakersmodal .modal-dialog .modal-body p,
	.speakersmodal .modal-dialog .modal-body span,
	.speakersmodal .modal-dialog .modal-body p span {
		font-size: 14px !important;
		line-height: 26px !important;
	}

	.awardscategoriesbx .table td,
	.awardscategoriesbx .table th {
		font-size: 14px;
		line-height: 24px;
		padding: 10px;
	}

	.awardscategoriesbx .table thead th {
		vertical-align: middle;
	}

	.winners2023main .row.p-0.mt-3 .col-md-4.col-sm-4.col-xs-12,
	.winnermain2019 .row.p-0.mt-3 .col-md-4.col-sm-4.col-xs-12 {
		margin-bottom: 30px;
	}

	.winners2023main .hrcls,
	.winnermain2019 .hrcls {
		margin-top: 15px;
	}

	.winners2023main .bottomtxtcls p,
	.winnermain2019 .bottomtxtcls p {
		font-size: 16px;
		line-height: 28px;
	}

	.how_to_spc .how_to_enter h4 {
		margin-top: 0 !important;
	}

	.how_to_spc .how_to_enter {
		margin-bottom: 30px;
	}

	.Controltab nav {
		padding-top: 15px;
	}

	.Controltab .nav-tabs {
		justify-content: center;
	}

	.agenda2020 .headingagenda {
		margin-bottom: 30px;
		font-size: 24px;
	}

	.agenda2020 .headingagenda span {
		font-size: 20px;
	}

	.agenda2020 .nom_title h2 {
		font-size: 18px;
		padding: 3px 0 5px;
		margin-bottom: 10px;
	}

	.vmchallengebx .col-full ul li {
		text-align: left !important;
	}

	.vmchallenge2019.speakersection .row.mt-5 {
		margin-top: 1.5rem !important;
	}

	.about-area-three .venuhe {
		margin: 0 0 30px;
	}

	.about-area-three iframe.venueframe {
		height: 350px;
	}

	div#cphContents_pnlForm {
		padding: 30px 0 30px;
	}

	.formbxmain {
		padding: 6px 0 6px;
	}

	.gallerymainbx {
		position: relative;
		padding: 12px 0 12px;
	}

	.gallerymainbx .col-md-3.col-sm-4.galleryimg {
		height: 170px;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.pressreleasebx .bststallh2 {
		font-size: 16px;
	}

	.pressreleasebx .bststallh2 a.ColapseButton {
		font-size: 16px;
		line-height: 26px;
	}

	.contactusmainstle .flexcenter {
		display: block;
	}

	.contactusmainstle .flexcenter .card_1 {
		height: auto;
	}

	.citybxmain .Programdts ul {
		padding-left: 0 !important;
	}

	.citybxmain .bangaloreBox h1 {
		font-size: 28px;
		font-weight: 800;
		line-height: 38px;
	}

	.citybxmain .bangaloreBox .overlay ul li {
		font-weight: 700;
		font-size: 18px;
		line-height: 28px;
	}

	.citybxmain .bangaloreImg .imageBox {
		height: auto;
	}

	.citybxmain .bangaloreImg {
		padding: 30px 0;
	}

	.about-area-three .col-full h4 {
		font-size: 18px;
		line-height: 28px;
	}

	.award_pgBox.awardvmrd {
		margin: 35px 0 20px;
	}

	.award_pgBox.awardvmrd h4 {
		font-size: 20px;
	}

	.awardvmrd .vmawardbrdr {
		width: 140px;
		margin-left: -15px;
	}

	.award_pgBox.awardvmrd figure {
		margin-top: 15px;
	}

	.agenda22bx .bg-image.agend_sp {
		margin: 0;
		padding: 0 !important;
	}

	.winner-19 .winnercont_box h4 {
		text-align: left;
	}

	#wellcome .bg-image #cphContents_pnlForm {
		padding: 20px 0 30px;
	}

}

@media only screen and (min-device-width:768px) and (max-device-width:1023px) {
	.navbar-light .navbar-toggler {
		color: rgb(214, 178, 65);
		border-color: rgb(212, 175, 56);
		background-color: #d4af38 !important;
		margin-left: 20px !important;
	}

	.main-header.header-style-one .top-bg-wht figure a img {
		width: 82%;
	}

	.main-header.header-style-one .new--nav {
		background-color: transparent;
	}

	.main-header.header-style-one .new--nav .FornavStyle_ {
		margin: 0 0 0 auto;
		position: absolute;
		right: 10px;
		top: -80px;
		width: 50%;
	}

	.main-header.header-style-one .new--nav .FornavStyle_ .navbar-toggler {
		position: absolute;
		right: 0;
		top: 0;
	}

	.main-header.header-style-one .new--nav .FornavStyle_ .nav_align {
		text-align: left;
		margin-top: 40px;
		background: #000;
		justify-content: flex-start;
		align-items: flex-start;
		padding: 10px 22px;
	}

	.main-header.header-style-one .new--nav .FornavStyle_ .navbar-collapse.show.in {
		background: #000;
	}

	.main-header.header-style-one .new--nav .FornavStyle_ .flashing {
		font-size: 13px;
		padding: 0px 30px 18px;
	}

	.col-md-12.col-xs-12.imagebrdr img {
		max-width: 100% !important;
	}

	.main-footer .contact-list li {
		font-size: 12px;
		line-height: 32px;
		padding-left: 25px;
	}

	.main-footer .contact-list li span {
		font-size: 18px;
		line-height: 32px;
	}

	.main-footer .widget-content .list li a {
		margin-left: 0 !important;
	}

	.main-footer .footer-column .widget-title {
		font-size: 14px;
		font-weight: 600;
		line-height: 18px;
		margin-bottom: 0;
		padding-bottom: 0;
		line-height: 24px;
	}

	.main-footer .footer-column .widget-content {
		padding-bottom: 10px;
	}

	.process-items em {
		font-size: 20px;
		padding-top: 12px;
		line-height: 32px;
	}

	#homeslider.sliderbx {
		height: 100%;
		margin-bottom: 30px;
	}

	#homeslider.sliderbx .forcefullwidth_wrapper_tp_banner {
		margin-bottom: 0 !important;
	}

	#homeslider.sliderbx .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper,
	#homeslider.sliderbx .rev_slider.revslider-initialised {
		height: 100% !important;
	}

	.homemainstle .about-section .content-column .inner-column .text-box .row.mt-3 .col-md-3 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.text-box .theme-btn.btn-style-two {
		margin-top: 20px;
		width: 100%;
		font-size: 13px;
		padding: 15px 10px;
	}

	.homemainstle .about-section .container-fluid .container {
		max-width: 100%;
		padding: 0 30px;
	}

	.homemainstle .abouticon .icon {
		height: 86px;
		width: 86px;
		padding: 15px;
		margin: 0 auto;
	}

	.homemainstle .abouticon h4 a {
		padding-top: 12px;
		font-size: 15px;
		line-height: 24px;
	}

	.row.mt-2.mb-5 .col-xs-12.partnername h4 {
		font-size: 18px !important;
	}

	.footer_clr .event_web a.MwoeFooterText {
		font-weight: 600;
		font-size: 12px !important;
	}

	.expoonlymain .container.mt-5.mb-0 {
		margin-top: 0 !important;
	}

	.expoonlymain .divboxcls {
		padding: 20px 20px;
		margin: 0 20px 30px !important;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		-ms-border-radius: 6px;
		-o-border-radius: 6px;
	}

	.expoonlymain .container.mt-5.mb-0 .img_shadow {
		display: none !important;
	}

	.about-area-three.ptb-120.bg-image.mt-2 .col-lg-4.col-md-4,
	.about-area-three.ptb-120.bg-image.mt-2 .col-lg-64.col-md-4 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding: 0 10px;
	}

	.about-area-three .single-blog-card .blog-post-content h3 {
		line-height: 20px;
		font-size: 14px !important;
	}

	.about-area-three.ptb-120.bg-image.mt-2 .row .row {
		margin: 0;
		padding: 0 10px;
	}

	.expoonlymain .blog-post-content {
		padding: 8px !important;
		height: 100%;
	}

	.single-blog-card {
		margin-bottom: 25px;
	}

	.aboutbox {
		min-height: 300px;
	}

	.exhibitorband .aboutcontent ul {
		column-count: 1;
	}

	.exhibitorband .aboutcontent h2 {
		font-size: 18px;
		line-height: 1.5;
		margin-bottom: 10px;
	}

	.exhibitorband .aboutcontent ul li {
		padding: 0 0 4px 22px;
		font-size: 16px;
		line-height: 26px;
		font-weight: 500;
	}

	.about-area-three.ptb-120.ptb_0 {
		padding-bottom: 20px;
	}

	.about-area-three .downh2,
	.about-area-three .heading2019 {
		font-size: 18px;
		line-height: 22px;
		margin: 0 0 15px;
	}

	.about-area-three .heading2019 {
		margin: 0 0 10px;
	}

	.exhibitor2024main .about-area-three .container,
	.exhibitor2023main .about-area-three .container,
	.exhibitor2023bx .about-area-three .container {
		max-width: 100%;
	}

	.exhibitor2024main .exhibitorsBox.row,
	.exhibitor2023main .exhibitorsBox.row,
	.exhibitor2023bx .exhibitorsBox.row {
		margin: 0;
		padding: 0 10px;
	}

	.exhibitor2024main .exhibitorsBox .col-lg-3.col-md-6,
	.exhibitor2023main .exhibitorsBox .col-lg-3.col-md-6,
	.exhibitor2023bx .exhibitorsBox .col-lg-3.col-md-6 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
		padding: 0 10px;
	}

	.exhibitor2024main .exhibitorsBox .single-blog-post .blog-image.text-center.logo-h,
	.exhibitor2023main .exhibitorsBox .single-blog-post .blog-image.text-center.logo-h,
	.exhibitor2023bx .exhibitorsBox .single-blog-post .blog-image.text-center.logo-h {
		height: 170px;
	}

	.exhibitormain div#cphContents_pnlForm,
	#cphContents_pnlForm {
		padding: 40px 0;
	}

	.exhibitormain div#cphContents_pnlForm .container,
	.container.downloadmain {
		max-width: 100%;
		padding: 0 30px;
	}

	.container.downloadmain {
		margin-top: 0 !important;
	}

	.container.downloadmain .well {
		padding: 0 0 !important;
	}

	.exhibitormain .well .form-group,
	.exhibitormain .well .container12,
	.container.downloadmain .well .form-group,
	.container.downloadmain .well .container12 {
		margin-bottom: 25px;
	}

	.well label.control-label .fa {
		font-size: 17px;
	}

	.exhibitormain .well .col-md-4.col-lg-4.col-xs-4 .container12,
	.container.downloadmain .well .col-md-4.col-lg-4.col-xs-4 .container12 {
		margin-bottom: 10px;
	}

	.whyVisitmain .mt-5.divboxcls {
		margin-top: 30px !important;
		padding: 15px 30px;
		border-left: 6px solid #dc021b;
		border-right: 6px solid #000;
	}

	.visiorprofilemain .mt-5.divboxcls {
		margin-top: 30px !important;
		padding: 15px 15px;
		border-left: 6px solid #dc021b;
		border-right: 6px solid #000;
	}

	.visiorprofilemain .divboxcls .fs26 {
		font-size: 22px !important;
	}

	.visiorprofilemain .divboxcls .fs22 {
		font-size: 18px !important;
	}

	.convension_box {
		margin: 15px 0 30px;
	}

	.convension_box p.font18 {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.convension_box h3 {
		font-size: 22px;
		line-height: 32px;
	}

	.demo .pricingTable {
		height: 450px;
	}

	.demo .pricingTable .title {
		font-size: 16px;
		font-weight: 500;
		padding: 18px 50px;
	}

	.demo .pricingTable .pricing-content {
		padding: 0 15px;
	}

	.demo .pricingTable .pricing-content li {
		font-size: 16px;
		margin: 10px !important;
	}

	.speakersection .col-md-3.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.awardscategoriesbx .container {
		max-width: 100%;
		padding: 0 15px;
	}

	.awardscategoriesbx .table td,
	.awardscategoriesbx .table th {
		font-size: 14px;
		line-height: 24px;
		padding: 10px;
	}

	.awardscategoriesbx .table thead th {
		vertical-align: middle;
	}

	.winners2023main .container,
	.winnermain2019 .container {
		max-width: 100%;
		padding: 0 30px;
	}

	.winners2023main .bottomtxtcls p,
	.winnermain2019 .bottomtxtcls p {
		font-size: 16px;
		line-height: 28px;
	}

	.Controltab nav {
		padding-top: 15px;
	}

	.Controltab .nav-tabs {
		justify-content: center;
	}

	.agenda2020 .container {
		max-width: 100%;
		padding: 0 30px;
	}

	.agenda2020 .headingagenda {
		margin-bottom: 30px;
	}

	.agenda2020 .nom_title h2 {
		font-size: 18px;
		padding: 3px 0 5px;
		margin-bottom: 10px;
	}

	.vmchallenge2019.speakersection .row.mt-5 {
		margin-top: 1.5rem !important;
	}

	.vmchallenge2019 .about-area-three .col-lg-4.col-md-4 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.about-area-three .venuhe {
		margin: 0 0 30px;
	}

	.about-area-three iframe.venueframe {
		height: 350px;
	}

	div#cphContents_pnlForm {
		padding: 30px 0 30px;
	}

	.formbxmain {
		padding: 10px 0 10px;
	}

	.formbxmain .container {
		max-width: 100%;
		padding: 0 30px;
	}

	.gallerymainbx {
		position: relative;
		padding: 12px 0 12px;
	}

	.gallerymainbx .col-md-3.col-sm-4.galleryimg {
		height: 180px;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.gallerymainbx .container {
		max-width: 100%;
		padding: 0 30px;
	}

	.pressreleasebx .bststallh2 {
		font-size: 16px;
	}

	.pressreleasebx .bststallh2 a.ColapseButton {
		font-size: 16px;
		line-height: 26px;
	}

	.contactusmainstle .flexcenter .col-sm-5.col-md-5.col-lg-5 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.citybxmain .bangaloreBox h1 {
		font-size: 32px;
		line-height: 40px;
		font-weight: 700;
	}

	.citybxmain .bangaloreBox .overlay ul li {
		font-size: 20px;
		line-height: 1.4;
	}

	.citybxmain .bangaloreImg .imageBox {
		height: auto;
	}

	.bd-example-modal-lg.exhibitor_tabular .modal-lg {
		max-width: 620px;
	}

	.about-area-three .col-full h4 {
		font-size: 18px;
		line-height: 28px;
	}

	.awardvmrd .col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.award_pgBox {
		margin: 40px 0 40px;
	}

	.awardvmrd figure {
		margin-top: 15px;
	}

	.agenda22bx .bg-image.agend_sp {
		margin: 0;
		padding: 0 !important;
	}

	.agenda22bx .container {
		max-width: 100%;
		padding: 0 30px;
	}

	#wellcome #DivLeft.col-md-3.col-sm-3.col-xs-12,
	#wellcome #Divleftside.col-md-7.col-sm-7.col-xs-12,
	#wellcome #DivRight.col-md-2.col-sm-2.col-xs-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	#wellcome #Divleftside.col-md-7.col-sm-7.col-xs-12 {
		padding: 0 6rem;
	}

}


@media only screen and (min-width:1024px) and (max-width:1279px) {
	.time_circles {
		width: 100%;
		transform: translateX(32%);
		-webkit-transform: translateX(32%);
		-moz-transform: translateX(32%);
		-ms-transform: translateX(32%);
		-o-transform: translateX(32%);
	}

	.time_circles .canvas {
		position: absolute;
		left: 0;
		top: 0;
	}

	.col-md-12.col-xs-12.imagebrdr img {
		max-width: 100% !important;
	}

	.main-footer .contact-list li {
		font-size: 12px;
		line-height: 32px;
		padding-left: 25px;
	}

	.main-footer .contact-list li span {
		font-size: 18px;
		line-height: 32px;
	}

	.main-footer .widget-content .list li a {
		margin-left: 0 !important;
	}

	.main-footer .footer-column .widget-title {
		font-size: 16px;
		font-weight: 500;
		line-height: 26px;
	}

	.main-footer .footer-column .widget-content {
		padding-bottom: 10px;
	}

	#homeslider.sliderbx {
		height: 100%;
		margin-bottom: 30px;
	}

	#homeslider.sliderbx .forcefullwidth_wrapper_tp_banner {
		margin-bottom: 0 !important;
	}

	#homeslider.sliderbx .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper,
	#homeslider.sliderbx .rev_slider.revslider-initialised {
		height: 100% !important;
	}

	.text-box .theme-btn.btn-style-two {
		margin-top: 20px;
		width: 100%;
		font-size: 13px;
		padding: 15px 10px;
	}

	.homemainstle .about-section .container-fluid .container {
		max-width: 100%;
		padding: 0 30px;
	}

	.homemainstle .abouticon .icon {
		height: 86px;
		width: 86px;
		padding: 15px;
		margin: 0 auto;
	}

	.homemainstle .abouticon h4 a {
		padding-top: 12px;
		font-size: 15px;
		line-height: 24px;
	}

	.row.mt-2.mb-5 .col-xs-12.partnername h4 {
		font-size: 18px !important;
	}

	.expoonlymain .container.mt-5.mb-0 {
		margin-top: 0 !important;
	}

	.expoonlymain .divboxcls {
		padding: 20px 20px;
		margin: 0 0 30px !important;
	}

	.expoonlymain .container.mt-5.mb-0 .img_shadow {
		display: none !important;
	}

	.about-area-three .single-blog-card .blog-post-content h3 {
		line-height: 20px;
		font-size: 14px !important;
	}

	.expoonlymain .blog-post-content {
		padding: 8px !important;
		height: 100%;
	}

	.aboutbox {
		min-height: 300px;
	}

	.exhibitorband .aboutcontent ul li {
		padding: 0 0 5px 22px;
		font-size: 16px;
		line-height: 26px;
	}

	.about-area-three.ptb-120.ptb_0 {
		padding-bottom: 10px;
	}

	.about-area-three .downh2,
	.about-area-three .heading2019 {
		font-size: 20px;
		line-height: 22px;
		margin: 0 0 10px;
	}

	.exhibitor2024main .exhibitorsBox .single-blog-post .blog-image.text-center.logo-h,
	.exhibitor2023main .exhibitorsBox .single-blog-post .blog-image.text-center.logo-h,
	.exhibitor2023bx .exhibitorsBox .single-blog-post .blog-image.text-center.logo-h {
		height: 180px;
	}

	.exhibitormain div#cphContents_pnlForm,
	#cphContents_pnlForm {
		padding: 40px 0;
	}

	.container.downloadmain {
		margin-top: 0 !important;
	}

	.container.downloadmain .well {
		padding: 0 0 !important;
	}

	.exhibitormain .well .form-group,
	.exhibitormain .well .container12,
	.container.downloadmain .well .form-group,
	.container.downloadmain .well .container12 {
		margin-bottom: 25px;
	}

	.well label.control-label .fa {
		font-size: 17px;
	}

	.exhibitormain .well .col-md-4.col-lg-4.col-xs-4 .container12,
	.container.downloadmain .well .col-md-4.col-lg-4.col-xs-4 .container12 {
		margin-bottom: 10px;
	}

	.whyVisitmain .mt-5.divboxcls {
		margin-top: 30px !important;
		padding: 15px 30px;
		border-left: 6px solid #dc021b;
		border-right: 6px solid #000;
	}

	.visiorprofilemain .mt-5.divboxcls {
		margin-top: 30px !important;
		padding: 15px 15px;
		border-left: 6px solid #dc021b;
		border-right: 6px solid #000;
	}

	.visiorprofilemain .divboxcls .fs26 {
		font-size: 24px !important;
	}

	.visiorprofilemain .divboxcls .fs22 {
		font-size: 20px !important;
	}

	.convension_box {
		margin: 10px 0 30px;
	}

	.convension_box p.font18 {
		font-size: 17px !important;
		line-height: 28px !important;
	}

	.convension_box h3 {
		font-size: 22px;
		line-height: 32px;
	}

	.demo .pricingTable {
		height: 450px;
	}

	.demo .pricingTable .title {
		font-size: 18px;
		font-weight: 500;
		padding: 18px 50px;
	}

	.demo .pricingTable .pricing-content {
		padding: 0 10px;
	}

	.demo .pricingTable .pricing-content li {
		font-size: 16px;
		margin: 10px !important;
	}

	.speakersection .col-md-3.col-sm-6 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.awardscategoriesbx .container {
		max-width: 100%;
		padding: 0 15px;
	}

	.awardscategoriesbx .table td,
	.awardscategoriesbx .table th {
		font-size: 14px;
		line-height: 24px;
		padding: 10px;
	}

	.awardscategoriesbx .table thead th {
		vertical-align: middle;
	}

	.agenda2020 .container {
		max-width: 100%;
		padding: 0 30px;
	}

	.agenda2020 .headingagenda {
		margin-bottom: 30px;
	}

	.agenda2020 .nom_title h2 {
		font-size: 18px;
		padding: 3px 0 5px;
		margin-bottom: 10px;
	}

	.vmchallenge2019.speakersection .row.mt-5 {
		margin-top: 1.5rem !important;
	}

	.vmchallenge2019 .about-area-three .col-lg-4.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.about-area-three .venuhe {
		margin: 10px 0 30px;
	}

	.about-area-three iframe.venueframe {
		height: 400px;
	}

	div#cphContents_pnlForm {
		padding: 30px 0 30px;
	}

	.formbxmain {
		padding: 10px 0 10px;
	}

	.gallerymainbx .col-md-3.col-sm-4.galleryimg {
		height: 185px;
	}

	.pressreleasebx .bststallh2 {
		font-size: 22px;
	}

	.pressreleasebx .bststallh2 a.ColapseButton {
		font-size: 18px;
		line-height: 28px;
	}

	.contactusmainstle .flexcenter .col-sm-5.col-md-5.col-lg-5 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.citybxmain .bangaloreBox h1 {
		font-size: 34px;
		line-height: 42px;
		font-weight: 700;
	}

	.citybxmain .bangaloreImg .imageBox {
		height: auto;
	}

	.about-area-three .col-full h4 {
		font-size: 20px;
		line-height: 30px;
	}

	.awardvmrd .col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.award_pgBox {
		margin: 40px 0 40px;
	}

	.awardvmrd figure {
		margin-top: 15px;
	}

	.agenda22bx .bg-image.agend_sp {
		margin: 0;
		padding: 0 !important;
	}

	#wellcome #DivLeft.col-md-3.col-sm-3.col-xs-12,
	#wellcome #Divleftside.col-md-7.col-sm-7.col-xs-12,
	#wellcome #DivRight.col-md-2.col-sm-2.col-xs-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	#wellcome #Divleftside.col-md-7.col-sm-7.col-xs-12 {
		padding: 0 10rem;
	}

}


@media only screen and (min-width:1280px) and (max-width:1365px) {
	.time_circles {
		width: 100%;
		transform: translateX(32%);
		-webkit-transform: translateX(32%);
		-moz-transform: translateX(32%);
		-ms-transform: translateX(32%);
		-o-transform: translateX(32%);
	}

	.time_circles .canvas {
		position: absolute;
		left: 0;
		top: 0;
	}

	.main-footer .widget-content .list li a {
		margin-left: 0 !important;
	}

	.text-box .theme-btn.btn-style-two {
		margin-top: 20px;
		width: 100%;
		font-size: 15px;
		padding: 15px 10px;
	}

	.homemainstle .about-section .container-fluid .container {
		max-width: 100%;
		padding: 0 30px;
	}

	.row.mt-2.mb-5 .col-xs-12.partnername h4 {
		font-size: 18px !important;
	}

	.expoonlymain .container.mt-5.mb-0 {
		margin-top: 0 !important;
	}

	.expoonlymain .divboxcls {
		padding: 20px 20px;
		margin: 0 0 30px !important;
	}

	.about-area-three .single-blog-card .blog-post-content h3 {
		line-height: 24px;
		font-size: 16px !important;
	}

	.aboutbox {
		min-height: 300px;
	}

	.about-area-three.ptb-120.ptb_0 {
		padding-bottom: 0;
	}

	.about-area-three .downh2,
	.about-area-three .heading2019 {
		font-size: 20px;
		line-height: 24px;
		margin: 0 0 10px;
	}

	.exhibitormain div#cphContents_pnlForm,
	#cphContents_pnlForm {
		padding: 40px 0;
	}

	.container.downloadmain {
		margin-top: 0 !important;
	}

	.container.downloadmain .well {
		padding: 0 0 !important;
	}

	.exhibitormain .well .form-group,
	.exhibitormain .well .container12,
	.container.downloadmain .well .form-group,
	.container.downloadmain .well .container12 {
		margin-bottom: 25px;
	}

	.well label.control-label .fa {
		font-size: 18px;
	}

	.exhibitormain .well .col-md-4.col-lg-4.col-xs-4 .container12,
	.container.downloadmain .well .col-md-4.col-lg-4.col-xs-4 .container12 {
		margin-bottom: 10px;
	}

	.whyVisitmain .mt-5.divboxcls {
		margin-top: 30px !important;
		padding: 15px 30px;
		border-left: 6px solid #dc021b;
		border-right: 6px solid #000;
	}

	.visiorprofilemain .mt-5.divboxcls {
		margin-top: 30px !important;
		padding: 15px 15px;
		border-left: 6px solid #dc021b;
		border-right: 6px solid #000;
	}

	.visiorprofilemain .divboxcls .fs26 {
		font-size: 24px !important;
	}

	.visiorprofilemain .divboxcls .fs22 {
		font-size: 22px !important;
	}

	.convension_box {
		margin: 10px 0 30px;
	}

	.convension_box p.font18 {
		font-size: 18px !important;
		line-height: 28px !important;
	}

	.convension_box h3 {
		font-size: 26px;
		line-height: 32px;
	}

	.demo .pricingTable {
		height: 460px;
	}

	.demo .pricingTable .title {
		font-size: 20px;
		font-weight: 500;
		padding: 18px 50px;
	}

	.demo .pricingTable .pricing-content {
		padding: 0 10px;
	}

	.demo .pricingTable .pricing-content li {
		font-size: 18px;
		line-height: 1.5;
		margin: 10px !important;
	}

	.vmchallenge2019.speakersection .row.mt-5 {
		margin-top: 1.5rem !important;
	}

	.agenda22bx .bg-image.agend_sp {
		margin: 0;
		padding: 0 !important;
	}

}

@media screen and (min-width: 1440px) {
	.time_circles {
		left: 41%;
	}

}

#NavigationControl1_nav li {
	margin: 0px 0px !important;
}

.sponsors-carousel.ourequal .owl-nav {
	z-index: -9 !important;
}

.supporting_prtnr .text_about h1:before {
	content: "";
	position: absolute;
	border-top: 2px dashed;
	width: 1px solid #000 !important;
	width: 15%;
	top: 30px;
	left: 0px;
	border-left: 0px;
}

.supporting_prtnr .text_about h1 {
	text-align: center;
	color: #980113;
	font-weight: 600;
	font-size: 45px;
	position: relative;
}

.supporting_prtnr .text_about h1:after {
	content: "";
	position: absolute;
	border-top: 2px dashed;
	width: 1px solid #000 !important;
	width: 15%;
	top: 30px;
	right: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}

.sec_padding {
	margin-bottom: 49px;
}

#dvBannerother {
	display: none;
}

.dvBannerother1 {
	position: relative;
}

.text_banner {
	position: absolute;
	top: 80px;
	/* left: 41px; */
	width: 100%;
}

.text_banner h5 {
	text-align: left;
	font-weight: 600;
	color: #000 !important;
	padding-bottom: 11px;
	font-size: 24px;
}

.text_banner h2 {
	font-size: 38px;
	text-align: left;
	color: #000;
	font-weight: 600;
	color: #c30063 !important;
	line-height: 55px;
}

.button_banner {
	text-align: left;
}

.button_banner a {
	text-align: left !important;
	margin-top: 16px;
	border-radius: 50px;
	padding: 16px 40px;
	background: #a3192b;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
	.text_banner {
		position: absolute;
		top: 0px;
		left: 35px;
	}

	.text_banner h5 {
		text-align: left;
		font-weight: 600;
		color: #000 !important;
		padding-bottom: 11px;
		font-size: 14px;
	}

	.text_banner h2 {
		font-size: 12px;
		text-align: left;
		color: #000;
		font-weight: 600;
		color: #c30063 !important;
		line-height: 20px;
	}

	.button_banner a {
		text-align: left !important;
		margin-top: 2px;
		border-radius: 50px;
		padding: 4px 8px 5px;
		background: #a3192b;
		font-size: 11px;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		-ms-border-radius: 50px;
		-o-border-radius: 50px;
	}

	.text_about h1:before {
		display: none;
	}

	.text_about h1:after {
		display: none;
	}

	.text_about {
		margin-bottom: 7px !important;
	}

	.text_about h1 {
		font-size: 27px !important;
	}

	#exhibitor2026 .text_about h1 {
		text-align: center;
		color: #980113;
		font-weight: 600;
		font-size: 30px !important;
	}
}

.process-items em {
	font-size: 22px;
}

.counting {
	font-size: 34px;
}

.new--nav {
	background-color: #fec52b;
}

.navbar-light.new--nav .navbar-nav .nav-link {
	color: #000000;
	padding: 10px 8px;
	font-size: 15px;
	font-weight: 600;
}

.navbar-light.new--nav .navbar-nav .nav-link:focus,
.navbar-light.new--nav .navbar-nav .nav-link:hover {
	color: #fff;
	background: #e43691;
}

.partnername {
	background: #000000;
	color: #fff;
	padding: 1px;
	text-align: center;
}

.imagebrdr {
	border: 1px solid #000;
	border-radius: 0px 0px 8px 8px !important;
	border-bottom: 1px solid;
	height: 150px;
	-webkit-border-radius: 0px 0px 8px 8px !important;
	-moz-border-radius: 0px 0px 8px 8px !important;
	-ms-border-radius: 0px 0px 8px 8px !important;
	-o-border-radius: 0px 0px 8px 8px !important;
}

#exhibitor2026 .text_about h1 {
	text-align: center;
	color: #980113 !important;
	font-weight: 600;
	font-size: 45px;
	position: relative;
}

#exhibitor2026 .text_about h1:before {
	content: "";
	position: absolute;
	border-top: 2px dashed;
	width: 1px solid #000 !important;
	width: 36%;
	top: 30px;
	left: 0px;
	border-left: 0px;
}

#exhibitor2026 .text_about h1:after {
	content: "";
	position: absolute;
	border-top: 2px dashed;
	width: 1px solid #000 !important;
	width: 36%;
	top: 30px;
	right: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}

.two-row p span {
	font-size: 20px;
	color: #000;
}

.two-row p {
	color: #2ab4e3 !important;
}

a#Conventionpg {
	display: none;
}

.red-text {
	color: #c00000 !important;
}

.font18 {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 15px;
}

@media (min-width: 1200px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1300px;
	}
}

.btn-style-two {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}

.text_about {
	margin-bottom: 26px;
}

.text_about h1 {
	text-align: left;
	color: #980113;
	font-weight: 600;
	font-size: 45px;
	position: relative;
}

.text_about h1:after {
	content: "";
	position: absolute;
	border: 1px dashed;
	width: 1px solid #000 !important;
	width: 62%;
	top: 30px;
	right: 100px;
}

.text_about h1:before {
	content: "";
	position: absolute;
	border-left: 1px dashed;
	width: 1px solid #000 !important;
	width: 66%;
	border-left: 2px dashed;
	height: 50px;
	right: 11px;
	width: 7%;
	top: 30px;
}

.imagebrdr_in {
	border: 2px solid #e33590;
}

.partnername_wrpr {
	text-align: center;
	position: relative;
}

.partnername_wrpr h4 a {
	margin-top: -82px;
	background: #e33590;
	color: #fff;
	position: absolute;
	left: 11%;
	padding: 20px;
	border-radius: 22px 22px 0px 0px;
	font-weight: 500;
	font-size: 17px;
	width: 79%;
	min-height: 82px;
	align-items: center;
	vertical-align: middle;
	display: flex;
	justify-content: center;
	-webkit-border-radius: 22px 22px 0px 0px;
	-moz-border-radius: 22px 22px 0px 0px;
	-ms-border-radius: 22px 22px 0px 0px;
	-o-border-radius: 22px 22px 0px 0px;
}

.process-items {
	color: #000000;
	display: table;
	font-size: 38px;
	font-weight: 700;
	list-style-type: none;
	margin: 0 0 30px;
	padding: 0;
	text-align: center;
	width: 100%;
}

.process-items li {
	display: table-cell;
	transform: scale(.65) translateY(40px);
	transform-origin: center bottom 0;
	transition: transform .5s ease 0s;
	vertical-align: bottom;
	width: 35% !important;
	font-size: 52px;
	-webkit-transform: scale(.65) translateY(40px);
	-moz-transform: scale(.65) translateY(40px);
	-ms-transform: scale(.65) translateY(40px);
	-o-transform: scale(.65) translateY(40px);
	-webkit-transition: transform .5s ease 0s;
	-moz-transition: transform .5s ease 0s;
	-ms-transition: transform .5s ease 0s;
	-o-transition: transform .5s ease 0s;
}

.process-items {
	color: #000000;
	display: table;
	font-size: 38px;
	font-weight: bold;
	list-style-type: none;
	margin: 0 0 30px;
	padding: 0;
	text-align: left !important;
	width: 100%;
}

.center-text h1 {
	text-align: center;
	color: #980113;
	font-weight: 600;
	font-size: 35px;
	position: relative;
}

.btn-style-two {
	position: relative;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	padding: 15px 10px;
	font-weight: 500;
	text-transform: uppercase;
	background-color: #dc021b;
	overflow: hidden;
}

.purple-bg {
	background: url(https://instoreasia.in/images/imageback.jpg) no-repeat center center !important;
	background-size: cover !important;
	line-height: 29px !important;
	background-color: #7363a8 !important;
	position: relative;
	padding: 50px 10px 50px 10px;
}

.purple-bg::after {
	background-color: #7363a8f0 !important;
	content: "";
	position: absolute;
	top: 0;
	left: -1px;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 51%, #000000 100%), linear-gradient(0deg, rgba(0, 0, 0, 0) 73.31%, rgba(0, 0, 0, .9) 100%);
}

.purple-bg-container {
	z-index: 999;
	position: relative;
}

.purple-bg-text h1 {
	color: #fff !important;
}

.purple-bg-text h1:after {
	content: "";
	position: absolute;
	border: 1px dashed;
	width: 1px solid #000 !important;
	width: 75%;
	top: 30px;
	right: 100px;
}

.bg-white {
	background-color: #fff;
}

.icon-img.green-bg {
	background: #169a47;
	padding: 15px 10px;
	width: 20%;
}

.blue-bg {
	background-color: #2ab4e3;
	padding: 15px 10px;
	width: 20%;
}

.icon-img.green-bg img {
	width: 50%;
}

.heading-text {
	display: flex;
}

.heading {
	background: #000;
	color: #fff;
	text-align: left;
	padding: 10px 10px;
	vertical-align: middle;
	align-items: center;
	display: flex;
}

.heading p {
	color: #fff;
}

.heading h2 {
	color: #fff !important;
}

.bg-white {
	background-color: #fff !important;
	height: 100%;
	margin: 10px;
	padding-top: 25px;
}

.icon-img.blue-bg img {
	width: 50%;
}

.quickfact {
	margin: 30px 0px;
	display: none;
}

.graph-img img {
	width: 100%;
	margin-top: 25px;
}

.imagetext-contaimer {
	display: flex;
	margin-top: 40px;
	margin-left: 16px;
}

.imagetext-contaimer figure {
	width: 80%;
}

.imagetext-contaimer p {
	text-align: left;
	font-size: 22px;
	font-weight: 800;
	color: #000;
	padding-left: 18px;
}

.imagetext-contaimer.money-img figure {
	width: 30%;
}

.icon-img.yellow-bg {
	background: #ffc830;
	width: 10%;
	text-align: center;
}

.icon-img.yellow-bg img {
	width: 60%;
}

.content p {
	text-align: left;
	color: #000;
}

.content {
	padding: 8px 16px;
}

.convension_box {
	margin: 45px 0 85px !important;
}

a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bg-gray {
	background-color: #f7f7f7;
}

.site-heading h2 {
	display: block;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.site-heading h2 span {
	color: #00a01d;
}

.site-heading h4 {
	display: inline-block;
	padding-bottom: 20px;
	position: relative;
	text-transform: capitalize;
	z-index: 1;
}

.site-heading h4::before {
	background: #00a01d none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -25px;
	position: absolute;
	width: 50px;
}

.site-heading {
	margin-bottom: 60px;
	overflow: hidden;
	margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
	margin: -15px -15px 0;
	padding: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
	background: #ffffff none repeat scroll 0 0;
	border: 2px solid;
	height: 15px;
	margin: 0 5px;
	width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
	background: #00a01d none repeat scroll 0 0;
	border-color: #00a01d;
}

.we-offer-area .item {
	background: #ffffff none repeat scroll 0 0;
	border-left: 2px solid #00a01d;
	-moz-box-shadow: 0 0 10px #cccccc;
	-webkit-box-shadow: 0 0 10px #cccccc;
	-o-box-shadow: 0 0 10px #cccccc;
	box-shadow: 0 0 10px #cccccc;
	overflow: hidden;
	padding: 30px;
	position: relative;
	z-index: 1;
}

.we-offer-area.text-center .item {
	background: #ffffff none repeat scroll 0 0;
	border: medium none;
	padding: 37px 19px 38px;
	min-height: 371px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.we-offer-area.text-center .item i {
	background: #00a01d none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #ffffff;
	font-size: 40px;
	height: 80px;
	line-height: 80px;
	position: relative;
	text-align: center;
	width: 80px;
	z-index: 1;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	margin-bottom: 25px;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.we-offer-area.text-center .item i::after {
	border: 2px solid #00a01d;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 90px;
	left: -5px;
	position: absolute;
	top: -5px;
	width: 90px;
	z-index: -1;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.we-offer-area.item-border-less .item {
	border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
	margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {
	font-family: "Poppins", sans-serif;
	font-size: 50px;
	font-weight: 900;
	opacity: 0.1;
	position: absolute;
	right: 30px;
	top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
	background: #00a01d none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
	color: #ffffff;
}

.we-offer-area .item i {
	color: #00a01d;
	display: inline-block;
	font-size: 60px;
	margin-bottom: 20px;
}

.we-offer-area .item h4 {
	font-weight: 600;
	text-transform: capitalize;
	font-size: 21px;
	padding-bottom: 8px;
	padding-top: 10px;
}

.we-offer-area .item p {
	margin: 0;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
	background: #e9aa00 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	width: 100%;
	z-index: -1;
}

.we-offer-area .item:hover::after {
	left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
	color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i::after {
	border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
	background-color: #ffffff !important;
	color: #00a01d !important;
}

.we-offer-area.text-left .item i {
	background: #00a01d none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	font-size: 60px;
	height: 100px;
	line-height: 100px;
	margin-bottom: 30px;
	position: relative;
	width: 100px;
	z-index: 1;
	text-align: center;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.we-offer-area.text-left .item i::after {
	border: 2px solid #00a01d;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 120px;
	left: -10px;
	position: absolute;
	top: -10px;
	width: 120px;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.highlights_boxx {
	padding-top: 40px;
	padding-bottom: 50px;
}

.less-carousel {
	margin-top: 14px;
}

.logo-icons img {
	border-radius: 50px;
	background: #e1e1e1;
	height: 100px;
	width: 100px;
	padding: 10px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}

.top-bg-wht {
	background-color: #ffffff;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0 0px;
}

.bg-image {
	margin-bottom: 0px;
	margin-top: 0px;
}

@media screen and (min-device-width: 300px) and (max-device-width: 768px) {

	/* STYLES HERE */
	.pr-0,
	.px-0 {
		padding-right: 15px !important;
	}

	.process-items em {
		font-size: 20px;
	}
}

.quickfact {
	display: none;
}

.process-items {
	color: #000000;
	display: table;
	font-size: 38px;
	font-weight: 700;
	list-style-type: none;
	margin: 0 0 30px;
	padding: 0;
	text-align: center;
	width: 100%;
}

.process-items li {
	display: table-cell;
	transform: scale(.65) translateY(40px);
	transform-origin: center bottom 0;
	transition: transform .5s ease 0s;
	vertical-align: bottom;
	width: 35% !important;
	font-size: 52px;
	-webkit-transform: scale(.65) translateY(40px);
	-moz-transform: scale(.65) translateY(40px);
	-ms-transform: scale(.65) translateY(40px);
	-o-transform: scale(.65) translateY(40px);
	-webkit-transition: transform .5s ease 0s;
	-moz-transition: transform .5s ease 0s;
	-ms-transition: transform .5s ease 0s;
	-o-transition: transform .5s ease 0s;
}

.process-items {
	color: #000000;
	display: table;
	font-size: 38px;
	font-weight: bold;
	list-style-type: none;
	margin: 0 0 30px;
	padding: 0;
	text-align: left !important;
	width: 100%;
}

.center-text h1 {
	text-align: center;
	color: #980113;
	font-weight: 600;
	font-size: 35px;
	position: relative;
}

.btn-style-two {
	position: relative;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	padding: 15px 10px;
	font-weight: 500;
	text-transform: uppercase;
	background-color: #dc021b;
	overflow: hidden;
}

.sticky-container .fa-facebook:hover,
.sticky-container .fa-linkedin:hover {
	color: #dc021b !important;
}

.our-team-block .team-content .post {
	color: #333333;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	margin: 0;
	font-family: lato, sans-serif;
}

.sliderbx {
	height: 100%;
}

.new--nav {
	background-color: #fec52b;
}

.navbar-light.new--nav .navbar-nav .nav-link {
	color: #000000;
	padding: 10px 8px;
	font-size: 15px;
	font-weight: 600;
}

.navbar-light.new--nav .navbar-nav .nav-link:focus,
.navbar-light.new--nav .navbar-nav .nav-link:hover {
	color: #fff;
	background: #e43691;
}



/* end */