@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');

:root {
	--animate-delay: 2s;
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--breakpoint-xxl: 1440px;
	--font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	--font-family-monospace: "Liberation Mono","Courier New",monospace;
}

*,*::before,*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

header,nav {
	display: block;
}


.fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display,inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	 font-family: "Font Awesome 6 Free" !important;
}


.fa,
.fas,
.fa-regular,
.fa-light {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 700 !important;
}

.fa-pen-to-square:before {
    content: "\f044" !important;
}

.fa-trash-can:before {
    content: "\f2ed" !important;
}

.fa-eye:before {
    content: "\f06e" !important;
}

.fa-indian-rupee-sign:before {
    content: "\e1bc" !important;
}


[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important;
}

/* h4,h5 {
	margin-top: 0;
	margin-bottom: .5rem;
	color: #000;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

ul {
	margin-top: 0;
	margin-bottom: 1rem;
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: rgba(0,0,0,0);
}

a:hover {
	color: #0056b3;
	text-decoration: underline;
} */

img {
	vertical-align: middle;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

label {
	display: inline-block;
	margin-bottom: .5rem;
}

button {
	border-radius: 0;
}

button:focus:not(:focus-visible) {
	outline: 0;
}

input,button,select,textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,input {
	overflow: visible;
}

button,select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

button,[type=button],[type=reset] {
	-webkit-appearance: button;
}

button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled) {
	cursor: pointer;
}

button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

textarea {
	overflow: auto;
	resize: vertical;
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
	height: auto;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

h4,h5 {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.25rem;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}



.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em+0.75rem+2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media(prefers-reduced-motion:reduce) {
	.form-control {
		transition: none;
	}
}

.form-control::-ms-expand {
	background-color: rgba(0,0,0,0);
	border: 0;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.form-control:disabled {
	background-color: #e9ecef;
	opacity: 1;
}

select.form-control:-moz-focusring {
	color: rgba(0,0,0,0);
	text-shadow: 0 0 0 #495057;
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

textarea.form-control {
	height: auto;
}

.form-group {
	margin-bottom: 1rem;
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
	border-color: #28a745;
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
	border-color: #dc3545;
}

@media(prefers-reduced-motion:reduce) {
	.btn {
		transition: none;
	}
}

.btn:hover {
	color: #212529;
	text-decoration: none;
}

.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.btn:disabled {
	opacity: .65;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
}

.btn-primary:focus {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
	box-shadow: 0 0 0 .2rem rgba(38,143,255,.5);
}

.btn-primary:disabled {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 .2rem rgba(38,143,255,.5);
}

.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 .2rem rgba(130,138,145,.5);
}

.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 .2rem rgba(72,180,97,.5);
}

.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 .2rem rgba(58,176,195,.5);
}

.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 .2rem rgba(222,170,12,.5);
}

.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 .2rem rgba(225,83,97,.5);
}

.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
}

.btn-light:focus {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
	box-shadow: 0 0 0 .2rem rgba(216,217,219,.5);
}

.btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 .2rem rgba(216,217,219,.5);
}

.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 .2rem rgba(82,88,93,.5);
}

.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
}

.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
}

.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
}

.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
}

.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
}

.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
}

.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
}

.btn-link {
	font-weight: 400;
	color: #007bff;
	text-decoration: none;
}

.btn-link:hover {
	color: #0056b3;
	text-decoration: underline;
}

.btn-link:focus {
	text-decoration: underline;
}

.btn-link:disabled {
	color: #6c757d;
	pointer-events: none;
}

.btn-lg {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem;
}

.fade {
	transition: opacity .15s linear;
}

@media(prefers-reduced-motion:reduce) {
	.fade {
		transition: none;
	}
}

.fade:not(.show) {
	opacity: 0;
}

.collapse:not(.show) {
	display: none;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: #80bdff;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
	color: #fff;
	background-color: #b3d7ff;
	border-color: #b3d7ff;
}

.nav-link {
	display: block;
	padding: .5rem 1rem;
}

.nav-link:hover,.nav-link:focus {
	text-decoration: none;
}

.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: .5rem 1rem;
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center;
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: rgba(0,0,0,0);
	border: 1px solid rgba(0,0,0,0);
	border-radius: .25rem;
}

.navbar-toggler:hover,.navbar-toggler:focus {
	text-decoration: none;
}

@media(min-width:992px) {
	.navbar-expand-lg {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}

	.navbar-expand-lg .navbar-nav {
		flex-direction: row;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}

	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}

	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}

.close:hover {
	color: #000;
	text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,.close:not(:disabled):not(.disabled):focus {
	opacity: .75;
}

button.close {
	padding: 0;
	background-color: rgba(0,0,0,0);
	border: 0;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	transition: transform .3s ease-out;
	transform: translate(0,-50px);
}

@media(prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	height: min-content;
	content: "";
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .3rem;
	outline: 0;
}

.modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	padding: .75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(0.3rem - 1px);
	border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
	margin: .25rem;
}

@media(min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}

	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}

	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem);
		height: min-content;
	}
}

@media(min-width:992px) {
	.modal-lg {
		max-width: 800px;
	}
}

.border-top {
	border-top: 1px solid #dee2e6 !important;
}

.d-flex {
	display: flex !important;
}

.justify-content-end {
	justify-content: flex-end !important;
}

.justify-content-center {
	justify-content: center !important;
}

.align-items-start {
	align-items: flex-start !important;
}

.align-items-center {
	align-items: center !important;
}

.position-relative {
	position: relative !important;
}

@supports(position:sticky) {
}

.w-100 {
	width: 100% !important;
}

.m-0 {
	margin: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mx-0 {
	margin-right: 0 !important;
}

.mx-0 {
	margin-left: 0 !important;
}

.mb-1 {
	margin-bottom: .25rem !important;
}

.mt-2,.my-2 {
	margin-top: .5rem !important;
}

.mb-2,.my-2 {
	margin-bottom: .5rem !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.ml-3 {
	margin-left: 1rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.p-0 {
	padding: 0 !important;
}

.px-0 {
	padding-right: 0 !important;
}

.px-0 {
	padding-left: 0 !important;
}

.pt-1,.py-1 {
	padding-top: .25rem !important;
}

.py-1 {
	padding-bottom: .25rem !important;
}

.pt-2,.py-2 {
	padding-top: .5rem !important;
}

.px-2 {
	padding-right: .5rem !important;
}

.pb-2,.py-2 {
	padding-bottom: .5rem !important;
}

.px-2 {
	padding-left: .5rem !important;
}

.pt-3,.py-3 {
	padding-top: 1rem !important;
}

.pb-3,.py-3 {
	padding-bottom: 1rem !important;
}

.pt-4 {
	padding-top: 1.5rem !important;
}

.px-4 {
	padding-right: 1.5rem !important;
}

.px-4 {
	padding-left: 1.5rem !important;
}

.pr-5 {
	padding-right: 3rem !important;
}

.mr-auto {
	margin-right: auto !important;
}

.ml-auto {
	margin-left: auto !important;
}

@media(min-width:576px) {
	.py-sm-3 {
		padding-top: 1rem !important;
	}

	.py-sm-3 {
		padding-bottom: 1rem !important;
	}
}

@media(min-width:768px) {
	.mr-md-0 {
		margin-right: 0 !important;
	}

	.py-md-1 {
		padding-top: .25rem !important;
	}

	.py-md-1 {
		padding-bottom: .25rem !important;
	}

	.ml-md-auto {
		margin-left: auto !important;
	}
}

@media(min-width:992px) {
	.mr-lg-0 {
		margin-right: 0 !important;
	}

	.pl-lg-3 {
		padding-left: 1rem !important;
	}

	.ml-lg-auto {
		margin-left: auto !important;
	}
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

@media(min-width:576px) {
	.text-sm-center {
		text-align: center !important;
	}
}

@media(min-width:768px) {
	.text-md-left {
		text-align: left !important;
	}
}

@media(min-width:992px) {
	.text-lg-left {
		text-align: left !important;
	}
}

.font-weight-bold {
	font-weight: 700 !important;
}

.font-italic {
	font-style: italic !important;
}

.text-danger {
	color: #dc3545 !important;
}

.text-dark {
	color: #343a40 !important;
}

@media print {
	*,*::before,*::after {
		text-shadow: none !important;
		box-shadow: none !important;
	}

	a:not(.btn) {
		text-decoration: underline;
	}

	img {
		page-break-inside: avoid;
	}

	p {
		orphans: 3;
		widows: 3;
	}@	page {
		size: a3;
	}

	body {
		min-width: 992px !important;
	}

	.container {
		min-width: 992px !important;
	}

	.navbar {
		display: none;
	}
}

body {
	overflow-x: hidden;
}

.eventsPortal ::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}

.eventsPortal ::-webkit-scrollbar-track {
	background: #e6e6e6;
}

.eventsPortal ::-webkit-scrollbar-thumb {
	background: #777;
}

.eventsPortal ::-webkit-scrollbar-thumb:hover {
	background: #555;
}


.eventsPortal .secondaryNavigation * {
	color: #fff;
}

.eventsPortal .secondaryNavigation ul li:hover {
	background: #000;
}

.eventsPortal .ribbon {
	position: absolute;
	top: 0;
	left: 0;
	background: #ba0cbf;
	width: 50px;
	padding: 10px 5px;
	font-size: 11px;
	color: #fff;
	text-align: center;
	z-index: 9;
}

.eventsPortal .ribbon:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 14px solid #ba0cbf;
	border-left: 14px solid #ba0cbf;
	border-right: 14px solid rgba(0,0,0,0);
	border-bottom: 14px solid rgba(0,0,0,0);
	position: absolute;
	bottom: -23px;
	left: 0;
}

.eventsPortal .ribbon:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 14px solid #ba0cbf;
	border-left: 14px solid rgba(0,0,0,0);
	border-right: 14px solid #ba0cbf;
	border-bottom: 14px solid rgba(0,0,0,0);
	position: absolute;
	bottom: -23px;
	right: 0;
}

.eventsPortal .secondaryNavigation .navbar .enterNow {
	background: #0a8e8a;
	color: #fff;
}

body,h4,h5,input,textarea,select {
	font-family: "Open Sans",sans-serif,"Font Awesome 6 Free",Arial,"Noto Sans","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

h4,h5 {
	line-height: inherit;
}

body,h4,h5,input,textarea,select {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: .4px;
	word-spacing: 1px;
}

body {
	color: #313131;
}

.insertOTP {
	display: none;
}

.modal-body * {
	font-size: 12px;
}

input,select,textarea {
	font-size: 12px;
}

::-webkit-input-placeholder {
	font-style: italic;
	font-size: 11px;
}

:-moz-placeholder {
	font-style: italic;
	font-size: 11px;
}

::-moz-placeholder {
	font-style: italic;
	font-size: 11px;
}

:-ms-input-placeholder {
	font-style: italic;
	font-size: 11px;
}

.errorMsg {
	padding: 0 5px;
	font-size: 10px;
	position: absolute;
	right: 0;
	background: #ffe5eb;
	color: #de0d26;
}

.btnNavy.btn-primary {
	background: #0a189d;
	border-color: #0a189d;
}

.btnNavy.btn-primary:hover {
	background: #0e1fbc;
}

#partitionOuter {
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

#partitionOuter .incorrectOTP {
	width: 150px;
	text-align: center;
}

#partitionInner {
	left: 0;
	position: sticky;
	display: flex;
}

#partitionInner input[type=text] {
	height: 30px;
	width: 30px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 10px;
	margin-right: 10px;
}

#partitionInner input[type=text]::-webkit-inner-spin-button,#partitionInner input[type=text]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

a {
	color: #313131;
}

a:hover {
	text-decoration: none;
}

#topDiv {
	height: 0;
	width: 0;
	visibility: hidden;
}

.headerContainer {
	position: sticky;
	top: -1px;
	z-index: 14;
	background: #fff;
}

.topHeader {
	background: #fff;
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.topHeader .topLinks {
	display: flex;
	justify-content: end;
}

.topHeader .topLinks ul {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	column-gap: 10px;
}

.topHeader .topLinks ul li {
	list-style: none;
	padding: 0 8px;
}

.topHeader .topLinks ul li:last-child {
	padding-right: 0;
}

.topHeader .topLinks ul li .hashTagHeader {
	font-size: 14px;
}

.signInOut {
	font-size: 14px;
	width: auto !important;
}

.signInOut a {
	align-items: center;
	display: flex;
	column-gap: 5px;
	font-weight: 400;
}

.secondaryNavigation .navbar {
	padding: 0 0 0 20px;
}

.secondaryNavigation .navbar .navbar-nav {
	width: 100%;
	padding-left: 35px;
}

.secondaryNavigation .navbar .navbar-nav .nav-item {
	padding: 3px 2px;
	font-size: 13px;
	display: flex;
	align-items: center;
}

.secondaryNavigation .navbar .enterNow {
	font-size: 13px;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 5px 10px;
}

.secondaryNavigation .nominateJury,.secondaryNavigation .joinAsPartner {
	display: block;
	cursor: pointer;
	padding-top: 1px;
	max-width: 180px;
}

.eventFooter {
	padding-top: 15px;
}

.eventFooter::before {
	content: "";
	display: block;
	background: url(.https://uat.afaqs.com/frontend/communicon-2025/2025/assets/mba-border.html);
	position: absolute;
	height: 15px;
	width: 100%;
	left: 0;
	top: 0;
}

.nominateJury,.joinAsPartner {
	border: 1px solid #ccc;
	padding: 1px 15px !important;
	font-size: 12px;
	white-space: nowrap;
	display: none;
	cursor: pointer;
	font-weight: 400;
}

.eventFooter {
	background: #fff;
	padding: 20px 0 10px;
	position: relative;
}

.eventFooter .footerLinks {
	border-bottom: 1px solid #ccc;
}

.eventFooter .footerSocialIcons {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	margin-left: auto;
	column-gap: 10px;
}

@media(max-width:1200px) {
	.container {
		max-width: calc(100% - 20px);
	}
}

@media(min-width:992px) {
	.secondaryNavigation .nominateJury,.secondaryNavigation .joinAsPartner {
		display: none;
	}

	.topHeader .topLinks .joinAsPartner {
		display: block;
	}
}

@media(max-width:992px) {
	.digisColorTheme .navbar-toggler {
		padding: 8px;
	}

	.secondaryNavigation .navbar {
		padding: 0 0 0 60px;
	}

	.secondaryNavigation .navbar .navbar-nav {
		padding: 0;
	}

	.secondaryNavigation .navbar .navbar-nav .nav-item .enterNow {
		max-width: 180px;
		justify-content: center;
	}

	.secondaryNavigation .navbar .navbar-nav .nav-item .nominateJury,.secondaryNavigation .navbar .navbar-nav .nav-item .joinAsPartner {
		text-align: center;
	}

	.secondaryNavigation .navbar .navbar-nav a {
		width: 100%;
	}

	.secondaryNavigation .navbar .navbar-nav .nav-item {
		flex-wrap: wrap;
	}
}

@media(max-width:768px) {
	.container {
		max-width: calc(100% - 20px);
	}
}

@media(min-width:576px) {
	.modal-dialog {
		max-width: 600px;
		margin: 1.75rem auto;
	}
}

@media(max-width:480px) {
	.topHeader .topLinks ul li {
		padding: 0;
	}

	.topHeader .topLinks .signInOut a {
		padding: 5px;
	}

	.topHeader .topLinks .signInOut a>span:first-child {
		display: none;
	}

	.secondaryNavigation .navbar {
		padding: 0 0 0 20px;
	}

	.secondaryNavigation .navbar .navbar-nav {
		padding-right: 50px;
	}
}


/*Started By ravindra Singh*/

* {
	outline: 0 !important;
	font-family: Roboto, sans-serif !important;
}

.my-element {
	--animate-repeat: 2 !important;
}

body {
	margin: 0 !important;
	padding: 0 !important;
	background: #fff !important;
	font-family: Roboto, sans-serif !important;
}

/* width */
::-webkit-scrollbar {
	width: 10px !important;
}
  
  /* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px  #FF55B3 !important;
	border-radius: 10px !important;
}
   
  /* Handle */
::-webkit-scrollbar-thumb {
	background: #89338E !important;
	border-radius: 10px !important;
}
  
  /* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #FF55B3 !important;
	box-shadow: inset 0 0 6px  #89338E !important;
}

.btn-primary {
	padding: 5px 10px !important;
	color: #fff !important;
	background-color: #007bff !important;
	border-color: #007bff !important;
}

.btn-primary:hover {
	padding: 5px 10px !important;
	color: #fff !important;
	background-color: #0069d9 !important;
	border-color: #0062cc !important;
}

.contact-image {
    margin: 5% 0 20%;
    filter: grayscale(1);
}

img {
	border: 0 !important;
}

.btn {
	display: inline-block !important;
	font-weight: 400 !important;
	color: #212529 !important;
	text-align: center !important;
	vertical-align: middle !important;
	user-select: none !important;
	background-color: rgba(0,0,0,0) !important;
	border: 0px solid rgba(0,0,0,0) !important;
	padding: -50px 0 0 !important;
	font-size: 1rem !important;
	line-height: 1.5 !important;
	border-radius: .25rem !important;
}



#home-bg {
	perspective: 750px !important;
	height: 550px !important;
	overflow: hidden !important;
	/* background-image: url(https://events.afaqs.com/frontend/mediaquest-summit-2025/2025/assets/https://events.afaqs.com/frontend/mediaquest-summit/2026/assets/home-header-bg-2.jpg) !important;
	background-position:left center !important;
	background-repeat: no-repeat !important;
	background-size:70% auto, cover !important;
	background-clip: border-box !important; */ 
}

.headerDiv {
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	align-items: center !important;
	text-align: center !important;
	position: relative !important;
	top: 0px !important;
}

.headerDiv img {
	width: 100% !important;
	max-width: 420px !important;
}

.Logo-subHeading {
	text-align: center !important;
	font-size: 20px !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	font-weight: 600 !important;
	line-height: 130% !important;
	color: #fff !important;
	padding: 15px 30px !important;
	background: #471150 !important;
	border-radius: 20px !important;
	margin: 20px 0 !important;
}

.LogoDate {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
	text-align: center !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	text-transform: uppercase !important;
	line-height: 130% !important;
	padding: 20px 10px !important;
	color: #000 !important;
}

.LogoDate span {
    display: flex;
    align-items: center;
}

.LogoDate span img {
    margin-right: 6px;
	width: 30px !important;
	margin-right: 5px !important;
	margin-top: -5px !important;
}


.AwardsEnterNow {
	font-family: "Roboto Serif", serif !important;
	border: 1px solid #78117e !important;
	background: #89338E !important;
	color: #fff !important;
	border-radius: 20px !important;
	padding: 15px 30px !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	line-height: 130%  !important;
	text-transform: capitalize !important;
}

.AwardsEnterNow:hover {
	background: #a90bb4 !important;
	color: #fff !important;
}

.topHeader {
	background: #fff !important;
	padding: 10px 0 !important;
	display: flex !important;
	justify-content: space-between !important;
	align-items: flex-end !important;
}

.topHeader .topLinks {
	display: flex !important;
	justify-content: end !important;
}

.topHeader .topLinks ul {
	padding: 0 !important;
	margin: 0 !important;
	display: flex !important;
	align-items: center !important;
	column-gap: 10px !important;
}

.topHeader .topLinks ul li {
	list-style: none !important;
	padding: 0 8px !important;
}

.topHeader .topLinks ul li .hashTagHeader {
	font-size: 14px !important;
}

.topHeader .topLinks .joinAsPartner {
	display: block !important;
}

.nominateJury,.joinAsPartner {
	border: 1px solid #ccc !important;
	padding: 1px 15px !important;
	font-size: 12px !important;
	white-space: nowrap !important;
	display: none !important;
	cursor: pointer !important;
	font-weight: 400 !important;
}

.topHeader .topLinks ul li .hashTagHeader a {
	color: #000 !important;
}

.signInOut a {
	align-items: center !important;
	display: flex !important;
	column-gap: 5px !important;
	font-weight: 400 !important;
	color: #000 !important;
}

.signInOut {
	font-size: 14px !important;
	width: auto !important;
}

a {
	color: #313131 !important;
	text-decoration: none !important;
	background-color: rgba(0,0,0,0) !important;
	text-decoration: none !important;
}

a:hover {
	text-decoration: none !important;
}

.headerContainer {
	position: sticky !important;
	top: -1px !important;
	z-index: 14 !important;
	background: #fff !important;
}

.eventsPortal .secondaryNavigation {
	font-family: "Roboto", sans-serif !important;
	background: #471150 !important;
	color: #fff !important;
}

.secondaryNavigation .navbar {
	padding: 0 0 0 20px !important;
}

.eventsPortal .secondaryNavigation * {
	color: #fff !important;
}

.eventsPortal .ribbon {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	background: #89338E !important;
	width: 52px !important;
	padding: 8px 5px !important;
	font-size: 11px !important;
	color: #fff !important;
	text-align: center !important;
	z-index: 9 !important;
	font-family: Verdana,sans-serif !important;
}

.eventsPortal .ribbon:before {
	content: "" !important;
	display: block !important;
	width: 0 !important;
	height: 0 !important;
	border-top: 14px solid #89338E !important;
	border-left: 14px solid #89338E !important;
	border-right: 14px solid rgba(0,0,0,0) !important;
	border-bottom: 14px solid rgba(0,0,0,0) !important;
	position: absolute !important;
	bottom: -23px !important;
	left: 0 !important;
}

.eventsPortal .ribbon:after {
	content: "" !important;
	display: block !important;
	width: 0 !important;
	height: 0 !important;
	border-top: 14px solid #89338E !important;
	border-left: 14px solid rgba(0,0,0,0) !important;
	border-right: 14px solid #89338E !important;
	border-bottom: 14px solid rgba(0,0,0,0) !important;
	position: absolute !important;
	bottom: -23px !important;
	right: 0 !important;
}

.secondaryNavigation .navbar .navbar-nav {
	padding-left: 36px !important;
	width: 100% !important;
}

.secondaryNavigation .navbar .navbar-nav .nav-item {
	padding: 0px 7px !important;
	font-size: 13px !important;
	display: flex !important;
	align-items: center !important;
}

/* .nav-item:hover {
	background: #000 !important;
} */

.eventsPortal .secondaryNavigation .navbar .enterNow {
	background: #89338E !important;
	font-size: 13px !important;
	display: flex !important;
	align-items: center !important;
	height: 100% !important;
	padding: 11px 15px !important;
}

.digisColorTheme .navbar-toggler {
	padding: 8px !important;
}

/* .homeEntryAbout video {
	position:absolute !important;

	z-index: 2 !important;
	min-width: 100% !important; 
	min-height: 546px !important;
	filter: brightness(0.5) !important; 
	object-fit: cover !important;
    object-position: center center !important;
} */


/* video {
    position: fixed !important;
    right: 0 !important;
    bottom: 0 !important;
    min-width: 100% !important;
    min-height: 100% !important;
    transform: translateX(calc((100% - 100vw) / 2)) !important;
} */

/* .Attend-align .col-12 div { padding-left: 0px !important; } */

/* .static-img:hover {
	position:relative !important;
	text-align: center !important;
	color: #000 !important;
	top: -50px !important; 
} */

.eventFooter {
	background: #fff !important;
}

.eventFooter .footerSocialIcons {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	display: flex !important;
	align-items: center !important;
	margin-left: auto !important;
	column-gap: 10px !important;
}

.heading-jury {
	font-size: 36px!important;
	line-height: 120% !important;
	color: #662D91 !important;
	font-weight: 600 !important;
}


/* .agenda-main-bg {

} */

#topDiv {
	height: 0 !important;
	width: 0 !important;
	visibility: hidden !important;
}

.eventFooter .footerLinks {
	border-bottom: 1px solid #ccc !important;
}


.secondaryNavigation .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
	background: #89338E !important;
	color: #fff !important;
	display: flex !important;
	align-items: center !important;
	height: 100% !important;
	padding: 0px !important;
}

.secondaryNavigation .navbar .navbar-collapse .navbar-nav .nav-item:last-child a {
	color: #fff !important;
	font-size: 13px !important;
}

/* .btn-light {
	color: #fff !important;
	background-color: #EB376D !important;
	padding: 5px 15px !important;
	margin-right: 0px !important;
} */

.modal-dialog {
	max-width: 600px !important;
	margin: 1.75rem auto !important;
}

.fw-600 {
	text-align: right !important;
}

.font-14px {
	font-size: 14px !important;
	line-height: 17.5px !important;
}

.stepForm {
	font-size: 12px !important;
}

input[type=radio] {
	margin-left: 5px !important;
}


.btnNavy {
	font-size: 12px !important;
}

#partitionInner input[type=text] {
	height: 30px !important;
	width: 30px !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	text-align: center !important;
	border: 1px solid #ccc !important;
	border-radius: 10px !important;
	margin-right: 10px !important;
}

.fa-bars:before {
	content: "\f0c9" !important;
	font-family: "Font Awesome 6 Free" !important;
	font-style: normal !important;
	font-weight: 900 !important;
}

.font-11px {
	font-size: 11px !important;
	line-height: 13.75px !important;
}

.errorMsg {
	padding: 0 5px !important;
	font-size: 10px !important;
	position: absolute !important;
	right: 0 !important;
	background: #ffe5eb !important;
	color: #de0d26 !important;
}

.font-10px {
	font-size: 10px !important;
	line-height: 12.5px !important;
}

.w-100 {
	width: 100% !important;
}

.nav-item:hover {
	background: #89338E !important;
}


















/* Start code by ravindra */


.hero-section {
	padding: 10px 0 20px !important;
	background: linear-gradient(90deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 80%, rgba(71, 17, 80, .8) 100%);
}

.gallery-stack {
	position: relative !important;
	width: 100% !important;
	min-height: 400px !important;
	perspective: 1200px !important;
}

.gallery-stack .card {
	position: absolute !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	border-radius: 15px !important;
	box-shadow: 0 10px 10px rgba(0,0,0,.25) !important;
	transition: all .8s ease !important;
}

/* Front */

.gallery-stack .card:nth-child(1) {
	transform: translateZ(0px) !important;
	z-index: 5 !important;
}

/* Behind */

.gallery-stack .card:nth-child(2) {
	transform: translateY(-30px) scale(.9) !important;
	z-index: 4 !important;
	opacity: .9 !important;
}

.gallery-stack .card:nth-child(3) {
	transform: translateY(-40px) scale(.9) !important;
	z-index: 3 !important;
	opacity: .8 !important;
}

.gallery-stack .card:nth-child(4) {
	transform: translateY(-50px) scale(.9) !important;
	z-index: 2 !important;
	opacity: .7 !important;
}




/*=========================================
            OVERVIEW SECTION
=========================================*/

.overview-section {
	position: relative !important;
	padding: 0px   !important;
	background: #fff !important;
	overflow: hidden !important;
}


/*=========================
        Left Content
=========================*/

.overview-content {
	position: relative !important;
	z-index: 2 !important;
}

.overview-title {
	font-family: "Roboto Serif", serif !important;
	font-size: 40px !important;
	font-weight: 700 !important;
	color: #000 !important;
	margin-bottom: 35px !important;
	line-height: 1 !important;
}

.overview-content p {
	font-size: 16px !important;
	line-height: 1.5 !important;
	color: #222 !important;
	margin-bottom: 22px !important;
	font-weight: 500 !important;
}

/*=========================
        Right Image
=========================*/

.overview-image {
	position: relative !important;
	text-align: center !important;
	z-index: 2 !important;
	bottom: -12px !important;
}

.overview-image img {
	max-width: 100% !important;
	/* transition: .6s !important;
	animation: floating 6s ease-in-out infinite !important; */
}

/* .overview-image:hover img {
	transform: scale(1.03) !important;
} */

/*=========================
        Floating Animation
=========================*/

@keyframes floating {

	0% {
		transform: translateY(0) !important;
	}

	50% {
		transform: translateY(-12px) !important;
	}

	100% {
		transform: translateY(0) !important;
	}
}

/*=========================
        Responsive
=========================*/

@media(max-width:1399px) {

	.overview-title {
		font-size: 60px !important;
	}

.overview-content p {
	font-size: 15px !important;
}

}

/*========================*/

@media(max-width:991px) {

	.overview-section {
		padding: 70px 0 0 !important;
	}

	.overview-content {
		text-align: center !important;
		margin-bottom: 50px !important;
	}

	.overview-title {
		font-size: 48px !important;
	}

	.overview-image {
		max-width: 80% !important;
		margin: auto !important;
	}
}

/*========================*/

@media(max-width:767px) {

	.overview-section {
		padding: 60px 0 0 !important;
	}

	.overview-title {
		font-size: 42px !important;
	}

	.gallery-stack {
		margin-top: 30px;
		min-height: 234px !important;
	}

	.gallery-stack .card {
		height: auto !important;
		object-fit: contain !important;
	}

	.overview-image {
		max-width: 100% !important;
	}
}

/*========================*/

@media(max-width:575px) {


	.LogoDate {
        display: block;
    }

	   .LogoDate span {
        display: flex;
        width: 100%;
        margin-bottom: 15px;
    }

    .LogoDate span:last-child {
        margin-bottom: 0;
    }


	.hero-section {
	padding: 50px 0 60px !important;
	background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%, rgba(71, 17, 80, .8) 100%);
}


	.overview-title {
		font-size: 34px !important;
		margin-bottom: 25px !important;
	}

	.overview-content {
		text-align: center !important;
		margin-bottom: -50px !important;
	}

}


/*=========================================
        WHAT TO EXPECT SECTION
=========================================*/

.expect-section {
	background: #000000 !important;
	padding: 60px 0 0 !important;
	overflow: hidden !important;
}

.expect-title {
    font-family: "Roboto Serif", serif !important;
	font-size: 40px !important;
	font-weight: 600 !important;
	color: #f8f8f8 !important;
	margin-bottom: 0 !important;
}

/*=============================
        Tabs
==============================*/

.expect-tabs {
	display: flex !important;
	justify-content: flex-end !important;
	flex-wrap: wrap !important;
	gap: 15px !important;
}

.tab-btn {
	border: none !important;
	background: transparent!important;
	color: #fff !important;
	padding: 12px 24px !important;
	border-radius: 12px !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	cursor: pointer !important;
	transition: .4s !important;
	box-shadow: 0 10px 25px rgba(0,0,0,.08) !important;
}

.tab-btn:hover {
	background: #89338E !important;
	color: #fff !important;
	transform: translateY(0px) !important;
}

.tab-btn.active {
	background: #FF55B3 !important;
	color: #fff !important;
}

/*=============================
        Card
==============================*/

.expect-card {
	position: relative !important;
	background: linear-gradient(90deg,rgba(227, 96, 180, 1) 0%, rgba(137, 51, 142, 1) 100%) !important;
	border-radius: 35px !important;
	padding: 40px 20px 30px !important;
	color: #fff !important;
	overflow: hidden !important;
	box-shadow: 0 30px 70px rgba(0,0,0,.15) !important;
}

/* Decorative Glow */

.expect-card::before {
	content: "" !important;
	position: absolute !important;
	width: 350px !important;
	height: 350px !important;
	background: rgba(255,255,255,.08) !important;
	border-radius: 50% !important;
	top: -140px !important;
	right: -120px !important;
}

.expect-card::after {
	content: "" !important;
	position: absolute !important;
	width: 220px !important;
	height: 220px !important;
	background: rgba(255,255,255,.05) !important;
	border-radius: 50% !important;
	bottom: -100px !important;
	left: -80px !important;
}

/*=============================
        Left Side
==============================*/

.left-content {
    display: flex !important;
    flex-direction: column !important;
	position: relative !important;
	z-index: 2 !important;
}

.number {
	display: block !important;
	font-size: 60px !important;
	line-height: 1 !important;
	font-weight: 600 !important;
	color: rgba(255,255,255,1) !important;
	margin-bottom: 15px !important;
    padding-bottom: 30% !important;
	opacity: 1 !important;
    /* text-shadow: 1px 0px 2px rgba(0, 0, 0, 1) !important; */
}

.left-content h3 {
	font-size: 40px !important;
	font-weight: 700 !important;
	color: #fff !important;
    /* text-shadow: 1px 0px 2px rgba(0, 0, 0, 1) !important; */
}

/*=============================
        Right Side
==============================*/

.expect-list {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
	position: relative !important;
	z-index: 2 !important;
}

.expect-list li {
	position: relative !important;
	padding-left: 36px !important;
	margin-bottom: 20px !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: 1.4 !important;
	color: #fff !important;
	transition: .2s !important;
}

/* Bullet */

.expect-list li::before {
	/* content: "➜" !important; */
	content: url("https://events.afaqs.com/frontend/mediaquest-summit/2026/assets/images/arrow.svg");
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	color: #fff !important;
	font-size: 18px !important;
}

.expect-list li:hover {
	transform: translateX(10px) !important;
}

/*=============================
        Content Animation
==============================*/

.expect-content {
	display: none !important;
	animation: fadeUp .6s ease !important;
}

.expect-content.active {
	display: block !important;
}

@keyframes fadeUp {

	from {
		opacity: 0 !important;
		transform: translateY(40px) !important;
	}

	to {
		opacity: 1 !important;
		transform: translateY(0) !important;
	}
}

/*=============================
        Responsive
==============================*/

@media(max-width:991px) {

	.expect-title {
		text-align: center !important;
		margin-bottom: 30px !important;
		font-size: 40px !important;
	}

	.expect-tabs {
		justify-content: center !important;
		margin-bottom: 0px !important;
	}

	.expect-tabs {
		gap: 5px !important;
	}

	.expect-card {
		padding: 40px !important;
	}

	.left-content {
		text-align: center !important;
		margin-bottom: 40px !important;
	}

	.number {
		font-size: 90px !important;
		    padding-bottom: 5% !important;
	}

	.left-content h3 {
		font-size: 30px !important;
	}
}

@media(max-width:767px) {

	.expect-section {
		padding: 40px 0  0 !important;
	}

	.expect-title {
		font-size: 34px !important;
	}

	.expect-tabs {
		flex-direction: column !important;
	}

	.tab-btn {
		width: 100% !important;
	}

	.expect-card {
		padding: 30px !important;
		border-radius: 25px !important;
	}

	.number {
		font-size: 70px !important;
	}

	.left-content h3 {
		font-size: 24px !important;
	}

	.expect-list li {
		font-size: 16px !important;
		margin-bottom: 12px !important;
	}
}

@media(max-width:575px) {

	.expect-title {
		font-size: 28px !important;
	}

	.expect-card {
		padding: 25px !important;
	}

	.number {
		font-size: 55px !important;
	}

	.left-content h3 {
		font-size: 24px !important;
	}

	.expect-list li {
		font-size: 14px !important;
	}
}


/*====================================
        speaker SECTION---2
====================================*/
.Speakers-col-pad .col-12 div {
	padding-left: 0px !important;
	margin: auto;
}

.card-speaker-home {
	background-color: transparent !important;
	width: 300px !important;
	min-height: 432px !important;
}

.card-img-speaker-home {
	flex-shrink: 0;
	width: 100%;
	transition: transform .2s ease-in-out;
	max-width: 300px !important;
	filter: grayscale(90%);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.card-img-speaker-home:hover {
	filter: grayscale(0%);
}

.card-bodyspeaker-home {
	width: 300px !important;
	min-height: 130px !important;
	margin-top: -1px !important;
	background-color: #AA3085 !important;
}

.profile-info-speaker {
	background-color: #AA3085 !important;
	padding: 5px !important;
	margin: 0px !important;
	text-align: center;
}

.profile-info-speaker-name {
	color: #fff !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 130%;
	padding: 2px 10px;
	text-align: center;
	margin: 0;
}

.profile-info-speaker-designation {
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 130%;
	padding: 5px 10px;
	margin: 0;
	text-align: center;
}

.profile-info-speaker-company {
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 130%;
	padding: 2px 10px;
	margin: 0;
	text-align: center;
}

.slick-prev {
	background: url(https://uat.afaqs.com/frontend/communicon-2025/2025/assets/images/right-arrow-speaker.png) !important;
	background-repeat: no-repeat !important;
	font-size: 0 !important;
	width: 32px !important;
	height: 34px !important;
	border: 0 !important;
	position: absolute !important;
	left: 8px !important;
	top: 44% !important;
	z-index: 11 !important;
	padding: 0 !important;
}

.slick-next {
	background: url(https://uat.afaqs.com/frontend/communicon-2025/2025/assets/images/left-arrow-speaker.png) !important;
	background-repeat: no-repeat !important;
	font-size: 0 !important;
	height: 34px !important;
	width: 33px !important;
	border: 0 !important;
	position: absolute !important;
	right: -22px !important;
	top: 44% !important;
	z-index: 11 !important;
	padding: 0px !important;
}

.JuryChairBG {
	background: #AA3085;
	padding: 0px 10px 15px !important;
}

.heading-KeynoteSpeaker {
	width: 246px;
	font-size: 20px !important;
	color: #FFF !important;
	background-color: #AA3085 !important;
	font-weight: 600 !important;
	padding: 5px 10px 5px !important;
	position: relative;
	z-index: 999;
	text-align: left !important;
	top: 0px !important;
	left: 0px !important;
	border-radius: 0 0 45px 0;
}

.JuryChair-margin {
	margin-top: -33px !important;
}

.view-all-btn {
	text-align: center !important;
	display: block;
	margin: 0px -10px 5px;
	padding: 5px 16px;
	text-align: right;
	background-color: #3D3591;
	color: #f0f0f0;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	width: 90px;
}

.view-all-btn:hover {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background-color: #AA3085;
}

.card-body-speaker {
	width: 100%;
	max-width: 300px !important;
	min-height: 135px !important;
	background-color: #AA3085 !important;
}

.zoom-img {
	filter: grayscale(0%);
	overflow: hidden;
}

.zoom-img img {
	width: 100%;
	transition: all .5s ease-in-out;
}

.zoom-img img:hover {
	transform: scale(1.03) !important;
}

.card-img-top {
	width: 100% !important;
	max-width: 360px !important;
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	background-clip: border-box;
	text-align: center;
	border-radius: .25rem;
	width: 320px !important;
}

.linkedin-label-speaker-conference {
	margin: 5px;
	position: absolute;
	top: 0;
	right: 12px;
	z-index: 999;
	transition: all .3s ease-in-out;
	cursor: pointer;
	transform: scale(1) !important;
	width: 30px !important;
	height: 31px !important;
}

.juryNameTitleOrg-JuryChair {
	text-align: center;
	font-size: 18px;
	color: #FFF;
	padding: 10px 5px;
	line-height: 22px;
}

.juryNameTitleOrg-JuryChair .juryName {
	font-weight: 700;
	color: #fff !important;
	font-size: 18px;
}

.juryNameTitleOrg-JuryChair .juryTitle {
	font-weight: 500;
	color: #fff !important;
	font-size: 15px;
}

.w-50 {
	width: 50% !important;
}

@media(max-width:575.98px) {
	.slick-prev {
		left: -12px !important;
	}

	.slick-next {
		right: -20px !important;
	}

	.JuryChair-margin {
		padding-top: 40px;
		margin-top: -80px !important;
	}

	.linkedin-label-speaker-conference {
		margin: 5px;
		position: absolute;
		top: 0;
		right: 35px;
		z-index: 999;
		transition: all .3s ease-in-out;
		cursor: pointer;
		transform: scale(1) !important;
		width: 30px !important;
		height: 31px !important;
	}

	.view-all-btn {
		text-align: center;
		display: block;
		margin: 0px -5px 5px auto;
		padding: 5px 16px;
	}

	.Speakers-col-pad .col-12 div {
		padding-left: 0px !important;
	}

	.card-img-top {
		width: 100% !important;
		max-width: 320px !important;
	}

	.card {
		position: relative;
		display: flex;
		flex-direction: column;
		background-color: #fff;
		background-clip: border-box;
		text-align: center;
		border-radius: .25rem;
		width: 320px !important;
	}

	.card-img-speaker-home {
		flex-shrink: 0;
		width: 100%;
		transition: transform .2s ease-in-out;
		max-width: 300px !important;
	}
}

@media(min-width:1200px) and (max-width:1439.98px) {
	.card-img-speaker-home {
		flex-shrink: 0;
		width: 100%;
		transition: transform .2s ease-in-out;
		max-width: 250px !important;
	}

	.card-bodyspeaker-home {
		width: 250px !important;
		min-height: 130px !important;
		margin-top: -1px !important;
		background-color: #AA3085 !important;
	}

	.profile-info-speaker-name {
		font-size: 16px !important;
		padding: 2px 10px 2px 10px;
	}

	.profile-info-speaker-designation {
		font-size: 14px !important;
		padding: 5px 10px 5px 10px;
	}

	.profile-info-speaker-company {
		font-size: 14px !important;
		padding: 2px 10px 2px 10px;
	}

	.Speakers-col-pad .col-12 div {
		padding-left: 0px !important;
	}

	.linkedin-label-speaker-conference {
		top: 0;
		right: 40px;
	}

	.slick-prev {
		left: 0px !important;
	}

	.slick-next {
		right: -20px !important;
	}
}

@media(min-width:1801px) and (max-width:5678px) {
	.Speakers-col-pad .col-12 div {
		padding-left: 0px !important;
	}

	.agenda-line-heighmargin-left: 0px !important;
}

@media(min-width:1440px) and (max-width:5678px) {
	.card {
		position: relative;
		display: flex;
		flex-direction: column;
		background-color: #fff;
		background-clip: border-box;
		text-align: center;
		border-radius: .25rem;
	}

	.container {
		max-width: 1440px;
	}
}



/*====================================
        speaker SECTION---2
====================================*/

.mqs-speaker-section {
	padding: 80px 0 !important;
	background: #fff !important;
}

.mqs-speaker-heading {
	font-size: 40px !important;
	font-family: "Roboto Serif", serif !important;
	font-weight: 700 !important;
}

.mqs-view-all {
	color: #000 !important;
	font-size: 22px !important;
	font-weight: 700 !important;
}

.mqs-view-all:hover {
	color: #d52f92 !important;
	text-decoration: none !important;
}

.mqs-speaker-item {
	width: 100% !important;
	max-width: 275px !important;
	padding: 0 12px !important;
}

.mqs-speaker-card {
	text-align: center !important;
}

.mqs-speaker-image {
	position: relative !important;
	overflow: hidden !important;
}

.mqs-speaker-image img {
	width: 100% !important;
	max-width: 275px !important;
	transition: .45s !important;
}

.mqs-speaker-card:hover .mqs-speaker-image img {
	transform: scale(1.08) !important;
}

.mqs-linkedin {
	position: absolute !important;
	right: 10px !important;
	top: 10px !important;
	width: 36px !important;
	height: 36px !important;
	background: #0077b5 !important;
	color: #fff !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	border-radius: 4px !important;
	transition: .35s !important;
}

.mqs-linkedin:hover {
	background: #d52f92 !important;
	color: #fff !important;
}

.mqs-speaker-info {
	padding-top: 18px !important;
}

.mqs-speaker-info h4 {
	font-size: 28px !important;
	font-weight: 700 !important;
	margin-bottom: 8px !important;
}

.mqs-speaker-info p {
	font-size: 20px !important;
	margin-bottom: 4px !important;
}

.mqs-speaker-info span {
	font-size: 18px !important;
	color: #666 !important;
}


/*====================================
        AGENDA SECTION
====================================*/

.agenda-section {
	background: #06060d !important;
	padding: 0px 0 40px !important;
	overflow: hidden !important;

}

.agenda-section-BOX {
	margin: 0 auto;
	width: 100%;
	max-width: 1320px;
}

.text-muted1 {
	font-size: 24px !important;
	font-weight: 500 !important;
	color: #fff !important;
}

.agenda-title {
	font-size: 40px !important;
	font-weight: 700 !important;
	color: #fff !important;
	margin: 0 !important;
	font-family: "Roboto Serif", serif !important;
	line-height: 1 !important;
}

.agenda-note {
	padding-top: 10px;
	font-size:14px;
	color:#fff;
	text-align: end;
}

/*=========================
        Tabs
=========================*/

.agenda-tabs {
	display: inline-flex !important;
	background: #2b2933 !important;
	border-radius: 14px !important;
	overflow: hidden !important;
}

.agenda-tab {
	border: 0 !important;
	background: transparent !important;
	color: #d6d6d6 !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	padding: 18px 40px !important;
	transition: .35s !important;
	cursor: pointer !important;
}

.agenda-tab:hover {
	background: linear-gradient(135deg, #FF55B3, #8b3fd9) !important;
	color: #fff !important;
}

.agenda-tab.active {
	background: linear-gradient(135deg, #FF55B3, #8b3fd9) !important;
	color: #fff !important;
}

/*=========================
        Content
=========================*/

.agenda-content {
	display: none !important;
}

.agenda-content.active {
	display: block !important;
}

/*=========================
        Row
=========================*/

.agenda-row {
	display: flex !important;
	border-top: 1px solid rgba(255,255,255,.5) !important;
}

.agenda-row:first-child {
	border-top: 0 !important;
}

.agenda-time {
	width: 300px !important;
	color: #FF55B3 !important;
	font-size: 16px !important;
    text-align: center !important;
	font-weight: 700 !important;
	padding: 12px 10px 5px !important;
	border-right: 1px solid rgba(255,255,255,.5) !important;
	flex-shrink: 0 !important;
}

.agenda-details {
	flex: 1 !important;
	padding: 12px 20px 5px !important;
}

.agenda-details h4 {
	color: #fff !important;
	font-size: 19px !important;
	font-weight: 600 !important;
	margin-bottom: 15px !important;
	text-transform: capitalize !important;
}

/*=========================
        Speaker List
=========================*/

.speaker-list {
	margin-top: 10px !important;
}

.speaker-card {
	display: flex !important;
	align-items: center !important;
	margin-bottom: 35px !important;
	transition: .35s !important;
}

.speaker-card:hover {
	transform: translateY(-8px) !important;
}

.speaker-card img {
	width: 120px !important;
	height: 120px !important;
	border-radius: 50% !important;
	object-fit: cover !important;
	margin-right: 22px !important;
	border: 5px solid rgba(255,255,255,.08) !important;
	transition: .4s !important;
}

.speaker-card:hover img {
	transform: scale(1.08) !important;
	border-color: #FF55B3 !important;
}

.speaker-card h5 {
	color: #fff !important;
	font-size: 18px !important;
	margin-bottom: 3px !important;
	font-weight: 700 !important;
}

.speaker-card p {
	color: #d7d7d7 !important;
	font-size: 14px !important;
	margin-bottom: 3px !important;
}

.speaker-card span {
	color: #ffffff !important;
	font-size: 16px !important;
	opacity: .75 !important;
}

/*=========================
        Animation
=========================*/

.agenda-content.active {
	animation: fadeAgenda .6s ease !important;
}

@keyframes fadeAgenda {

	from {
		opacity: 0 !important;
		transform: translateY(40px) !important;
	}

	to {
		opacity: 1 !important;
		transform: translateY(0) !important;
	}
}

/*=========================
        Responsive
=========================*/

@media(max-width:1199px) {

	.agenda-title {
		font-size: 58px !important;
	}

	.agenda-time {
		width: 240px !important;
		text-align: left !important;
	}

}

@media(max-width:991px) {

	.agenda-title {
		text-align: center !important;
		margin-bottom: 30px !important;
	}

	.agenda-tabs {
		display: inline-flex !important;
		/* width: 100% !important; */
		justify-content: center !important;
	}

	.agenda-row {
		flex-direction: column !important;
	}

	.agenda-time {
		width: 100% !important;
		border-right: 0 !important;
		padding: 10px 10px 0 !important;
	}

	.agenda-details {
		padding: 10px 0px 10px !important;
	}

	.agenda-details h4 {
        padding-left: 10px;
		font-size: 16px !important;
    }
}

@media(max-width:767px) {

	.agenda-title {
		font-size: 46px !important;
	}

	.agenda-tab {
		padding: 15px 20px !important;
		font-size: 17px !important;
	}

	.speaker-card {
		flex-direction: column !important;
		text-align: center !important;
	}

	.speaker-card img {
		margin-right: 0 !important;
		margin-bottom: 15px !important;
	}


	.agenda-note {
		font-size:12px;
		text-align: center;
	}
}

@media(max-width:575px) {

	.agenda-tabs {
		flex-direction: column !important;
		width: 100% !important;
		margin-bottom: 20px;
	}

	.agenda-tab {
		width: 100% !important;
	}

	.agenda-title {
		font-size: 38px !important;
	}

	.agenda-time {
		font-size: 14px !important;
	}

	.speaker-card img {
		width: 90px !important;
		height: 90px !important;
	}

	.speaker-card h5 {
		font-size: 18px !important;
	}

	.speaker-card p {
		font-size: 16px !important;
	}

	.speaker-card span {
		font-size: 15px !important;
	}
}



/*====================================
        AGENDA CTA
=====================================*/

.agenda-cta {
    width: 100% !important;
    max-width: 1200px !important;
	margin: 20px auto 0 !important;
	padding: 45px 60px !important;
	border-radius: 40px !important;
	background: linear-gradient(135deg,#e05eb8 0%,#7d2f92 100%) !important;
	position: relative !important;
	overflow: hidden !important;
}

/* Glow Effect */

.agenda-cta::before {
	content: "" !important;
	position: absolute !important;
	width: 320px !important;
	height: 320px !important;
	background: rgba(255,255,255,.08) !important;
	border-radius: 50% !important;
	top: -160px !important;
	left: -120px !important;
}

.agenda-cta::after {
	content: "" !important;
	position: absolute !important;
	width: 260px !important;
	height: 260px !important;
	background: rgba(255,255,255,.05) !important;
	border-radius: 50% !important;
	bottom: -130px !important;
	right: -100px !important;
}

.agenda-cta-content {
	position: relative !important;
	z-index: 2 !important;
}

.agenda-cta-content h2 {
	color: #fff !important;
	font-size: 32px !important;
	font-weight: 700 !important;
	margin-bottom: 10px !important;
	font-family: "Roboto Serif", serif !important;
}

.agenda-cta-content p {
	color: #fff !important;
	font-size: 18px !important; 
	font-weight: 600 !important;
	margin: 0 !important;
    font-family: Roboto, sans-serif !important;
}

.agenda-register-btn {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 200px !important;
	height: 50px !important;
	background: #fff !important;
	border-radius: 12px !important;
	color: #b63a83 !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	transition: .35s !important;
	position: relative !important;
	z-index: 2 !important;
}

.agenda-register-btn:hover {
	text-decoration: none !important;
	color: #fff !important;
	background: #1d1d1d !important;
	transform: translateY(-6px) !important;
	box-shadow: 0 20px 45px rgba(0,0,0,.35) !important;
}


.contact-image {
	margin-top: 22%;
}

.topbanner2 {
	background: #FF55B3; 
	background: linear-gradient(293deg, rgba(255, 85, 179, 1) 0%, rgba(255, 85, 179, 1) 55%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 1) 100%); border-bottom: 5px solid #89338E;
}

/*=========================
        Responsive
=========================*/

@media(max-width:991px) {

	.agenda-cta {
		padding: 40px 35px !important;
		text-align: center !important;
	}

	.agenda-register-btn {
		margin-top: 30px !important;
	}
}

@media(max-width:767px) {

	.topbanner2 {
		background: #FF55B3; 
		background: linear-gradient(360deg, rgba(255, 85, 179, 1) 0%, rgba(255, 85, 179, 1) 45%, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 1) 100%); 
	}
}

	.agenda-cta {
		border-radius: 25px !important;
		padding: 35px 25px !important;
	}

	.agenda-cta-content h2 {
		font-size: 30px !important;
	}
	
	.agenda-cta-content p {
		font-family: Roboto, sans-serif !important;
		font-size: 16px !important;
		line-height: 1.2 !important;
	}

	.agenda-register-btn {
		width: 100% !important;
		height: 60px !important;
		font-size: 20px !important;
	}
}

@media(max-width:575px) {

	.agenda-cta {
		margin-top: 40px !important;
		padding: 30px 20px !important;
	}

}

@media(max-width:575.98px) {

	.topbanner2 {
		background: #FF55B3; 
		background: linear-gradient(360deg, rgba(255, 85, 179, 1) 0%, rgba(255, 85, 179, 1) 45%, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 1) 100%);
	} 

	.contact-image {
		margin-top: 5%;
	}

	.Logo-subHeading {
		font-size: 18px !important;
		font-weight: 600 !important;
		color: #fff !important;
		padding: 15px 20px !important;
		background: #471150 !important;
		border-radius: 20px !important;
		margin: 20px 0 !important;
	}


	.AwardsEnterNow {

		font-size: 16px !important;
	}

	#home-bg {
		height: 400px !important;
		background-image: none !important;
		background-position: left center !important;
		background-size: 70% auto, cover !important;
	}

	.topHeader .topLinks .joinAsPartner {
		display: none !important;
	}

	.container {
		max-width: 100% !important;
	}
}

@media(min-width:576px) and (max-width:767.98px) {
 

	#home-bg {
		height: 400px !important;
		background-image: none !important;
		background-position: left center !important;
		background-size: 70% auto, cover !important;
	}

	.topHeader .topLinks .joinAsPartner {
		display: none !important;
	}
}

h4 {
	color: #FF5C00 !important;
	/* font-family: 'poppins' !important; */
	font-size: 32px !important;
	text-transform: uppercase !important;
}

h5 {
	/* font-family: 'poppins' !important; */
	color: #fff !important;
	font-size: 18px !important;
	font-weight: 500 !important;
}

p {
	color: #fff !important;
	font-size: 16px !important;
	line-height: 25px !important;
}

@media(min-width:768px) and (max-width:991.98px) {

	#home-bg {
		background-image: none !important;
		height: 360px !important;
		background-position: left center !important;
		background-size: 100% auto, cover !important;
	}
}

@media(min-width:992px) and (max-width:1199.98px) {


	#home-bg {
		height: 320px !important;
		background-position: left center !important;
		background-size: 51% auto, cover !important;
	}
}

@media(min-width:1200px) and (max-width:1439.98px) {


	#home-bg {
		height: 400px !important;
		background-position: left center !important;
		background-size: 60% auto, cover !important;
	}
}

@media(min-width:1440px) and (max-width:1599px) {
		#home-bg {
		height: 500px !important;
		background-position: left center !important;
		background-size: 60% auto, cover !important;
	}
}

@media(min-width:1600px) and (max-width:1800px) {
  
	
	#home-bg {
		height: 520px !important;
		background-position: left center !important;
		background-size: 60% auto, cover !important;
	}
}

@media(min-width:1801px) and (max-width:5678px) {
	
	#home-bg {
		height: 540px !important;
		background-position: left center !important;
		background-size: 60% auto, cover !important;
	}
}

@media(min-width:1440px) and (max-width:5678px) {


	.container {
		max-width: 1440px !important;
	}
}