input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
	-webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

input:-webkit-autofill {
	-webkit-text-fill-color: #2b2d42 !important;
}

/*.form-control{
	font-size: 1rem;
	font-family: var(--avn-m);
}
::placeholder{
	font-family: var(--avn-m);
    color: #ffffff70;
    font-size: 16px;
}*/
input::focus {
	box-shadow: none;
	border: 0;
}

a,
a:hover {
	text-decoration: none;
	color: #000;
	transition: 0.3s;
}

p {
	margin-bottom: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.breadcrumb {
	padding: 0;
	background: transparent;
}

.breadcrumb-item {
	font-family: var(--e-global-typography-a4870eb-font-family);
	font-size: 1.25rem;
	line-height: 1.4;
	color: #71717B;
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: 1rem;
}

.breadcrumb-item a {
	color: #71717B;
}

.dark .breadcrumb-item a {
	color: #FFFFFF99;
}

.dark .breadcrumb-item.active {
	color: #FFFFFF;
}

.breadcrumb-item+.breadcrumb-item:before {
	padding-right: 1rem;
}

.breadcrumb-item.active {
	color: #09090B;
	padding-left: 16px;
	font-weight: 600;
}

.breadcrumb-item.active:before {
	font-weight: 400;
}

/* Home Industry Slider */

.home-industry .custom-nav {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	margin: 0 auto 60px;
	max-width: 1120px;
}

.home-industry .nav-item {
	cursor: pointer;
	padding: 8px 24px;
	transition: all 0.3s ease;

	font-size: 1rem;
	line-height: 1.5;
	font-family: 'Geist';
	font-weight: 500;
	color: #71717B;
	border-bottom: 1px solid transparent;
}

.home-industry .nav-item.active {
	color: #fff;
	border-bottom: 1px solid #FFFFFF;
}

/* Swiper styles */
.home-industry .swiper {
	/* width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0;*/
}

.home-industry .swiper-slide {
	text-align: center;
	font-size: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 480px;
	transition: transform 0.4s ease, opacity 0.4s ease;
}

.home-industry .swiper-slide .industry-box {
	height: 100%;
	width: 100%;
	position: relative;
}

.home-industry .swiper-slide .industry-box:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: radial-gradient(100% 100% at 0% 100%, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.home-industry .swiper-slide .industry-box img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.home-industry .swiper-slide .industry-box p {
	position: absolute;
	bottom: 0;
	width: 850px;
	padding: 0 0 40px 40px;
	text-align: left;
	font-size: 1.2rem;
	line-height: 1.334;
	font-family: 'Geist';
	font-weight: 500;
	color: #ffffff;
	box-sizing: content-box;
}

/* Home Industry Slider End */

.home-whitepaper label {
	font-family: 'Geist';
	font-size: 0.875rem;
	line-height: 1.4875;
	color: #09090B;
	font-weight: 500;
	margin-bottom: 4px;
}

.home-whitepaper .form-control,
.home-whitepaper .form-select {
	border: 1px solid #D4D4D8;
	background: #FFFFFF;
	padding: 10px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Geist';
	font-weight: 400;
	color: #71717B;
	height: auto;
}

::placeholder {
	font-size: 14px;
	line-height: 20px;
	font-family: 'Geist';
	font-weight: 400;
	color: #71717B;
}

.sbmt-grp {
	margin-top: 24px;
	position: relative;
}

.wpcf7-spinner {
	display: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	margin: 0;
	left: 30%;
}

.wpcf7-form.submitting .wpcf7-spinner {
	display: inline-block;
}

.wpcf7-form.submitting {
	pointer-events: none;
}

.sbmt-grp .wpcf7-submit,
.sbmt-grp a {
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: space-between;
	font-size: 0.875rem;
	line-height: 1.4285;
	background: #09090B;
	border: 2px solid #09090B;
	border-radius: 2px;
	color: #ffffff;
	font-weight: 600;
	padding: 10px 16px;
}

.sbmt-grp .wpcf7-submit:hover {
	background: #ffffff;
	color: #09090B;
}

.sbmt-grp .wpcf7-submit:hover svg path {
	stroke: #09090B;
}

.sbmt-grp a {
	border-color: #D4D4D8;
	color: #09090B;
	background: transparent;
}

.sbmt-grp a:hover {
	background-color: #09090B;
	color: #ffffff;
	border-color: #09090B;
}

.sbmt-grp a:hover svg path {
	stroke: #ffffff;
}

.iti {
	display: block;
}

.iti__selected-country:hover,
.iti__selected-country-primary:hover {
	background-color: transparent;
}

.iti__country-container {
	left: 8px;
}

.iti__selected-country-primary {
	padding: 0;
}

.iti__selected-country {
	height: auto;
	padding-top: 2px;
}

.iti__selected-country:hover,
.iti__selected-country-primary:hover,
.iti__selected-country:focus,
.iti__selected-country-primary:focus {
	background-color: transparent;
}

.iti__flag {}

.contact-form .form-group {}

.contact-form label {
	color: #71717B;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	font-family: var(--e-global-typography-50590af-font-family);
	margin-bottom: 8px;
	padding: 0 8px;
}

.contact-form .form-control {
	border: 0;
	padding: 0 8px 8px;
	border-bottom: 1px solid #E4E4E7;
	color: #09090B;
	font-size: 14px;
	font-family: var(--e-global-typography-abbdcf7-font-family);
	line-height: 20px;
	font-weight: 500;
	border-radius: 0;
}

.contact-form .form-control.iti__tel-input {
	padding-left: 54px;
}

.contact-form .form-control:focus {
	box-shadow: none;
	border-color: #E4E4E7;
}

.interests-select button {
	border: 0;
	padding: 0 8px 8px;
	border-bottom: 1px solid #E4E4E7;
	color: #09090B;
	font-size: 14px;
	font-family: var(--e-global-typography-abbdcf7-font-family);
	line-height: 20px;
	font-weight: 500;
}

.interests-select button span.ms-placeholder {
	color: #71717b;
}

.interests-select button:hover,
.interests-select button:focus {
	background-color: transparent;
	color: #09090B;
}

.select2-container--default .select2-selection--multiple {
	border: 0;
	border-bottom: 1px solid #E4E4E7 !important;
	padding: 0 8px 8px;
	/*	max-height: 40px;
	overflow: hidden;*/
}

.select2-container .select2-search--inline .select2-search__field {
	margin: 0;
}

.select2-results__option--selectable,
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
	font-size: 14px;
	font-family: var(--e-global-typography-abbdcf7-font-family);
	line-height: 20px;
	font-weight: 500;
	color: #09090B;
}

.select2-results__option {
	font-size: 14px;
	font-family: var(--e-global-typography-abbdcf7-font-family);
	line-height: 20px;
	font-weight: 500;
	color: #09090B;
}

/*.select2-container--default .select2-selection__choice {
    display: none !important;
}*/

/* Show only first selected item */
/*.select2-container--default .select2-selection__choice:first-child {
    display: inline-block !important;
}*/

.comp-box {
	padding: 40px;
	border-left: 1px solid #D4D4D8;
	height: 100%;
}

.comp-box img {
	margin-bottom: 24px;
	width: 160px;
	height: 80px;
}

.comp-box h6 {
	margin-bottom: 8px;
	font-family: var(--e-global-typography-50590af-font-family);
	font-size: 1.25rem;
	line-height: 28px;
	font-weight: 600;
}

.comp-box p {
	font-family: var(--e-global-typography-50590af-font-family);
	font-size: 1.25rem;
	line-height: 28px;
	font-weight: 400;
}

.live-demo-wrapper {
	display: flex;
	justify-content: center;
	gap: 1rem;
	align-items: center;
}

.live-demo-wrapper .live-text {
	font-family: "Geist", Sans-serif;
	font-size: 1rem;
	color: #ffffff;
}

.rsa-page .live-demo-wrapper .live-text {
	color: #09090b;
	font-size: 1.125rem;
	line-height: 1.6em;
}

.live-demo-wrapper .countdown {
	display: flex;
	gap: .25rem;
}

.live-demo-wrapper .countdown .separator {
	color: #ffffff;
}

.rsa-page .live-demo-wrapper .countdown .separator {
	color: #09090b;
}

.live-demo-wrapper .countdown .time-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 1.5rem;
	font-family: "Geist", Sans-serif;
	line-height: 1;
	color: #ffffff;
}

.rsa-page .live-demo-wrapper .countdown .time-box {
	color: #09090b;
	font-size: 18px;
}

.live-demo-wrapper .countdown .time-box .label {
	font-size: .6rem;
	color: #fff9;
	font-family: 'DIN 2014';
}

.rsa-page .live-demo-wrapper .countdown .time-box .label {
	color: #0009;
}

.register-btn {
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: space-between;
	border: 2px solid #FFFFFF33;
	border-radius: 2px;
	color: #ffffff;
	font-weight: 600;
	padding: 6px 20px;
	background-color: #FFFFFF0D;
	font-family: "Geist", Sans-serif;
	margin-left: 12px;
}

.register-btn:hover {
	background: #ffffff;
	color: #09090B;
	border-color: #09090B;
}

/* Added By Vishal Start */
/* =========================================================
   EVENT FILTER BAR
========================================================= */

.ot-events-filter-wrapper {
	width: 100%;

}


/* =========================================================
   TOP ROW
========================================================= */

.ot-events-filter-top {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	width: 100%;
	border-bottom: 1px solid #dfe3e8;
}


/* =========================================================
   TABS
========================================================= */

.ot-events-tabs {
	display: flex;
	align-items: stretch;
	gap: 34px;
}

.ot-event-tab {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	padding: 0 0 17px !important;
	border: 0 !important;
	border-radius: 0 !important;
	outline: none !important;
	box-shadow: none !important;
	background: transparent !important;
	color: #68738a !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: 1.2 !important;
	cursor: pointer;
	transition:
		color 0.2s ease,
		background-color 0.2s ease;
	gap: 5px;
}

.ot-event-tab-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	height: 24px;
	padding: 0 7px;
	border-radius: 20px;
	font-size: 12px;
	line-height: 1;
	background: #f1f3f6;
}

.ot-event-tab::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 3px;
	border-radius: 2px 2px 0 0;
	background: transparent;
	transform: scaleX(0);
	transition: transform 0.2s ease;
}

.ot-event-tab:hover {
	color: #171b24 !important;
}

.ot-event-tab:focus,
.ot-event-tab:focus-visible {
	outline: none !important;
	box-shadow: none !important;
}

.ot-event-tab.is-active {
	color: #171b24 !important;
	font-weight: 700 !important;
}

.ot-event-tab.is-active::after {
	background: #171b24;
	transform: scaleX(1);
}


/* =========================================================
   RIGHT ACTION AREA
========================================================= */

.ot-events-actions {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-bottom: 9px;
}


/* =========================================================
   FILTER TOGGLE BUTTON
========================================================= */

.ot-event-filter-toggle {
	--filter-border-color: #a4a4a4;

	position: relative;
	display: flex !important;
	align-items: center;
	justify-content: center;
	min-width: 42px !important;
	width: 42px !important;
	height: 42px !important;
	padding: 0 !important;
	border: 1px solid var(--filter-border-color) !important;
	border-radius: 4px !important;
	background: #fff !important;
	color: var(--e-global-color-secondary) !important;
	box-shadow: none !important;
	outline: none !important;
	cursor: pointer;
	transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.ot-event-filter-toggle .ot-event-filter-icon {
	color: var(--filter-border-color);
}

.ot-event-filter-toggle.is-active {
	--filter-border-color: var(--e-global-color-secondary);
}

.ot-event-filter-toggle:hover {
	--filter-border-color: var(--e-global-color-secondary);
	border-color: var(--filter-border-color) !important;
}

.ot-event-filter-toggle.has-filters {
	--filter-border-color: var(--e-global-color-secondary);
}

.ot-event-filter-toggle:focus,
.ot-event-filter-toggle:focus-visible {
	outline: none !important;
	--filter-border-color: var(--e-global-color-secondary);
	border-color: var(--filter-border-color) !important;
	box-shadow: 0 0 0 2px rgba(21, 26, 35, 0.08) !important;
}

.ot-event-filter-toggle svg {
	width: 19px;
	height: 19px;
	fill: none !important;
	stroke: currentColor !important;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ot-filter-count {
	position: absolute;
	top: -6px;
	right: -6px;
	display: none;
	align-items: center;
	justify-content: center;
	min-width: 16px;
	height: 16px;
	padding: 0 4px;
	border-radius: 50%;
	background: #171b24;
	color: #fff;
	font-size: 9px;
	font-weight: 700;
	line-height: 16px;
}

.ot-event-filter-toggle.has-filters .ot-filter-count {
	display: flex;
}


/* =========================================================
   SEARCH
========================================================= */

.ot-event-search {
	position: relative;
	width: 270px;
	height: 42px;
}

.ot-event-search {
	position: relative;
	width: 100%;
}

.ot-event-search #ajax-search {
	width: 100%;
	padding-right: 40px;
}

.ot-event-search #ajax-search::-webkit-search-cancel-button {
	-webkit-appearance: none;
	appearance: none;
	display: none;
}

.ot-event-search-clear {
	position: absolute;
	top: 50%;
	right: 12px;
	display: none;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	padding: 0;
	border: 0;
	background: transparent !important;
	color: #8b929c !important;
	transform: translateY(-50%);
}

.ot-event-search-clear:hover {
	color: #151a23;
}

.ot-event-search-clear svg {
	display: block;
	width: 16px;
	height: 16px;
}

.ot-event-search-input,
.ot-event-search input#ajax-search {
	width: 100% !important;
	height: 42px !important;
	margin: 0 !important;
	padding: 0 14px 0 42px !important;
	border: 1px solid #a4a4a4 !important;
	border-radius: 4px !important;
	background: #fff !important;
	color: #171b24 !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 42px !important;
	box-shadow: none !important;
	outline: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.ot-event-search-input::placeholder,
.ot-event-search input#ajax-search::placeholder {
	color: #8a93a3 !important;
	opacity: 1 !important;
}

.ot-event-search-input:hover,
.ot-event-search input#ajax-search:hover {
	border-color: #aeb6c3 !important;
}

.ot-event-search-input:focus,
.ot-event-search input#ajax-search:focus {
	border-color: #171b24 !important;
	background: #fff !important;
	box-shadow: 0 0 0 2px rgba(21, 26, 35, 0.06) !important;
	outline: none !important;
}

.ot-event-search>svg {
	position: absolute;
	top: 50%;
	left: 13px;
	width: 17px;
	height: 17px;
	transform: translateY(-50%);
	fill: none !important;
	stroke: #697386 !important;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
	pointer-events: none;
}


/* =========================================================
   FILTER FIELDS CONTAINER
========================================================= */

.ot-event-filter-fields {
	display: flex !important;
	flex-wrap: wrap !important;
	width: 100% !important;
	align-items: center !important;
	gap: 9px;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	padding-top: 0;
	transform: translateY(-6px);
	pointer-events: none;
	transition:
		max-height 0.35s ease,
		opacity 0.25s ease,
		transform 0.35s ease,
		padding-top 0.35s ease;

}

.ot-event-filter-fields>* {
	flex: 1 1 0 !important;
	min-width: 0 !important;
	width: auto !important;
}

.ot-event-filter-fields.is-open {
	max-height: 150px;
	padding-top: 14px;
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}


/* =========================================================
   INDIVIDUAL SELECT WRAPPER
========================================================= */

.ot-event-filter-select {
	position: relative;
	width: 100%;
	min-width: 0;
}


/* =========================================================
   SELECT RESET
========================================================= */

.ot-event-filter-select select {
	display: block !important;
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
	height: 40px !important;
	margin: 0 !important;
	padding: 0 36px 0 12px !important;
	border: 1px solid #a4a4a4 !important;
	border-radius: 4px !important;
	background-color: #fff !important;
	background-image: none !important;
	color: #596477 !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: 40px !important;
	box-shadow: none !important;
	outline: none !important;
	cursor: pointer;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	transition:
		border-color 0.2s ease,
		background-color 0.2s ease,
		color 0.2s ease,
		box-shadow 0.2s ease;
}


/* Custom dropdown arrow */

.ot-event-filter-select::after {
	content: "";
	position: absolute;
	bottom: 14px;
	right: 14px;
	width: 6px;
	height: 6px;
	border-right: 1.5px solid #596477;
	border-bottom: 1.5px solid #596477;
	transform:
		translateY(-65%) rotate(45deg);
	pointer-events: none;
	transition: transform 0.2s ease;
}

.ot-event-filter-select:hover::after {
	border-color: #171b24;
}

/* =========================================================
   SELECT HOVER
========================================================= */

.ot-event-filter-select select:hover {
	border-color: #aeb6c3 !important;
	background-color: #fff !important;
	color: #171b24 !important;
}


/* =========================================================
   SELECT FOCUS
========================================================= */

.ot-event-filter-select select:focus,
.ot-event-filter-select select:focus-visible {
	border-color: #171b24 !important;
	background-color: #fff !important;
	color: #171b24 !important;
	outline: none !important;
	box-shadow:
		0 0 0 2px rgba(21, 26, 35, 0.06) !important;
}


/* =========================================================
   SELECT WITH VALUE
========================================================= */

.ot-event-filter-select select.has-value {
	border-color: #c3c3c3 !important;
	background-color: #f1f3f6 !important;
	color: #171b24 !important;
	font-weight: 600 !important;
}


/* =========================================================
   CLEAR FILTERS
========================================================= */

.ot-event-clear-filters {
	display: none !important;
	align-items: center;
	justify-content: center;
	align-self: center;
	height: 40px;
	margin: 0 !important;
	padding: 0 4px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: #171b24 !important;
	font-size: 12px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	outline: none !important;
	cursor: pointer;
}

.ot-event-filter-fields.has-filters .ot-event-clear-filters {
	display: inline-flex !important;
	flex: 0.5 1 0 !important;
}

.ot-event-clear-filters span {
	margin-right: 4px;
	font-size: 16px;
	line-height: 1;
	padding-bottom: 2px;
}

.ot-event-clear-filters:hover {
	color: #596477 !important;
}

.ot-event-clear-filters:focus,
.ot-event-clear-filters:focus-visible {
	outline: none !important;
	box-shadow: none !important;
}


/* =========================================================
   NO RESULTS
========================================================= */

.ot-events-no-results {
	width: 100%;
}

.ot-events-no-results h4 {
	margin: 0 0 8px !important;
	color: #171b24 !important;
	font-size: 18px !important;
	font-weight: 600 !important;
}

.ot-events-no-results p {
	margin: 0 !important;
	color: #697386 !important;
	font-size: 13px !important;
}


/* =========================================================
   LOADING
========================================================= */

.main-loop.ot-events-loading {
	opacity: 0.55;
	pointer-events: none;
	transition: opacity 0.2s ease;
}

.ot-events-load-more:hover {
	border-color: var(--e-global-color-secondary);
	color: #fff;
	background: var(--e-global-color-secondary);
}

.ot-events-load-more {
	margin: auto;
	display: block;
	border-color: var(--e-global-color-secondary);
	color: var(--e-global-color-secondary);
	width: 200px;
	font-size: 16px !important;
	font-weight: 500;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

	.ot-event-filter-fields {
		display: grid !important;
		/* grid-template-columns: repeat(3, minmax(0, 1fr)); */
		gap: 8px;
		align-items: center;
	}

	.ot-events-filter-top {
		gap: 16px;
	}

	.ot-event-search {
		width: 220px;
	}

}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

	.ot-events-filter-top {
		align-items: flex-end;
		gap: 12px;
	}

	.ot-events-tabs {
		gap: 20px;
	}

	.ot-event-tab {
		font-size: 12px !important;
	}

	.ot-events-actions {
		gap: 7px;
		padding-bottom: 6px;
	}

	.ot-event-filter-toggle {
		width: 40px !important;
		height: 40px !important;
	}

	.ot-event-search {
		width: 180px;
	}

	.ot-event-search-input,
	.ot-event-search input#ajax-search {
		height: 40px !important;
		font-size: 12px !important;
	}

	.ot-event-filter-fields {
		/* grid-template-columns: 1fr; */
		gap: 8px;
	}

	.ot-event-filter-fields.is-open {
		max-height: 500px;
	}

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {
	.ot-event-filter-fields {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ot-events-filter-top {
		display: block;
	}

	.ot-events-tabs {
		width: 100%;
	}

	.ot-events-actions {
		width: 100%;
		padding: 10px 0;
	}

	.ot-event-search {
		flex: 1;
		width: auto;
	}

	.ot-event-filter-toggle {
		flex: 0 0 40px;
	}

}

/* Added By Vishal End */