@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css");

:root {
	--brand-color-theme-1: #81d255;
	--brand-color-theme-2: #07285d;
	--brand-font-family-heading: "Oxygen", sans-serif;
	--brand-font-family-body: "Inter", sans-serif;
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html {
	font-size: 16px;
}

body {
	padding: 0;
	padding-top: 0 !important;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 1rem;
	line-height: 1.5;
	color: #222;
	font-family: var(--brand-font-family-body);
}

.brand-text-color-theme-1 {
	color: #81d255 !important;
}

.brand-text-color-theme-2 {
	color: #07285d !important;
}

.brand-bg-color-theme-1 {
	background-color: #81d255 !important;
}

.brand-bg-color-theme-2 {
	background-color: #07285d !important;
}

p {}

a,
span {}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--brand-font-family-heading);
}

h1 {
	font-size: 2.25rem;
	font-weight: 600;
	margin: 1.25rem 0;
	line-height: 1.5;
}

h2 {
	font-size: 2rem;
	font-weight: 600;
	margin: 1.25rem 0;
	line-height: 1.5;
}

h3 {
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1.25;
	margin: 1.25rem 0;
}

h4 {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.25;
	margin: 1.25rem 0;
}

h5 {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.25;
	margin: 1rem 0;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	-webkit-user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.no-spacing {
	padding: 0 !important;
	margin: 0 !important;
}

.bg-none {
	background: transparent !important;
}

.container {
	min-width: 320px;
}

body.width-full #fContent>.container {
	width: 100%;
	padding: 0;
	min-width: 100%;
}

body.width-full #fMatter {
	padding: 0;
}

#f-messages {
	margin: 0;
	background-color: var(--brand-color-theme-1);
	position: fixed;
	top: 0rem;
	width: 100% !important;
	left: 0;
	color: white;
	z-index: 9999999;
}

#f-messages .item {
	background-color: var(--brand-color-theme-1);
}

@-webkit-keyframes fadeOutmessage {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		display: none;
	}
}

@keyframes fadeOutmessage {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		display: none;
	}
}

.fadeOutmessage {
	-webkit-animation-name: fadeOutmessage;
	animation-name: fadeOutmessage;
}

#fPageTitle {
	display: block;
}

/* Scroll to top button */

#nav-up {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	background: white;
	color: var(--brand-color-theme-1);
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	transition: background 0.3s ease-in-out;
	overflow: hidden;
	border: 2px solid var(--brand-color-theme-1);
	z-index: 9999999999999999;
}

/* Button hover effect */


/* Circular progress bar */

#nav-up .progress-circle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 103%;
	height: 103%;
	border-radius: 50%;
	background: conic-gradient(var(--brand-color-theme-2) 0deg, transparent 0deg);
	mask-image: radial-gradient(circle, transparent 55%, black 60%);
	-webkit-mask-image: radial-gradient(circle, transparent 55%, black 60%);
	transition: background 0.1s ease-in-out;
}

/* Icon styling */

#nav-up i {
	position: relative;
	z-index: 1;
}

/*Module*/

.fModule .fModuleTitle,
.fModule .fModuleContent {
	width: 100%;
}

.fModuleEnd .fModuleTitle,
.fModuleEnd .fModuleContent,
.fModuleBoxed {
	margin: 0 auto;
}

#fMatter .fModule,
#fSidebarRight .fModule,
#fContentPre .fModule,
#fContentPost .fModule {
	padding-top: 0rem;
	padding-bottom: 3rem;
	overflow: hidden;
}

.fRegion.region-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.fRegion {
	display: inline-block;
	width: 100%;
}

.fPageTitle {
	position: relative;
	color: #fff;
	text-align: center;
	padding: 3rem 0;
	background-size: cover;
	margin-bottom: 2rem;
	background-color: var(--brand-color-theme-2);
}

body.title-off .fPageTitle {
	display: none;
}

.fModuleTitle h3 {
	color: var(--brand-color-theme-2);
	font-weight: 600;
	font-size: 1.75rem;
}

.fModuleTitle h3 span.sub-heading {
	display: block;
	width: fit-content;
	font-size: 1rem;
	text-align: center;
	color: var(--brand-color-theme-1);
	margin-bottom: .5rem;
	text-transform: uppercase;
	font-weight: 500;
}

.fModuleTitle h3 span.heading-weight-normal {
	font-weight: normal;
	display: block;
}

.title-center .fModuleTitle h3 {
	text-align: center;

	span {
		margin: 0 auto .5rem auto;
	}
}

.title-white .fModuleTitle h3 {
	color: white !important;

	* {
		color: white !important;
	}

	span {
		border-color: white !important;
	}
}

.brand-bg-color-theme-2.title-white .fModuleTitle h3 {
	span {
		color: var(--brand-color-theme-1) !important;
	}
}

ul.fGalleryImages.fGalleryList {
	position: relative;
	margin: 0px;
	list-style: none;
	padding: 0px;
}

ul.fGalleryImages.fGalleryList li.fGalleryItem {
	margin: 0px;
	list-style: none;
}

.ItemfinnerGallery {
	position: relative;
}



/* Responsive Homepage */

.fModuleEnd .fModuleTitle {
	padding-right: var(--bs-gutter-x, .75rem);
	padding-left: var(--bs-gutter-x, .75rem);
}

@media (min-width: 576px) {
	.fModuleEnd .fModuleTitle {
		width: 540px;
	}
}

@media (min-width: 768px) {
	.fModuleEnd .fModuleTitle {
		width: 720px;
	}
}

@media (min-width: 992px) {
	.fModuleEnd .fModuleTitle {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.fModuleEnd .fModuleTitle {
		width: 1140px;
	}
}

@media (min-width: 1400px) {
	.fModuleEnd .fModuleTitle {
		width: 1320px;
	}
}

.collapse.show {
	display: block !important;
}

.collapse.in {
	display: block !important;
}

.navbar-header .navbar-toggler {
	display: none;
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 1rem;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.navbar-toggle .icon-bar {
	position: absolute;
	right: 0;
	height: 3px;
	width: 26px;
	background: #1173ba;
}

.navbar-toggle .icon-bar:nth-child(3) {
	opacity: 0;
}

.navbar-toggle .icon-bar:nth-child(2) {
	transform: rotate(-45deg);
	margin-bottom: 4px;
}

.navbar-toggle .icon-bar:nth-child(1) {
	transform: rotate(45deg);
}

.navbar-toggle.collapsed .icon-bar:nth-child(1),
.navbar-toggle.collapsed .icon-bar:nth-child(2) {
	transform: none;
	/* margin: 0;
    margin: 0; */
}

.navbar-toggle.collapsed .icon-bar:nth-child(1) {
	margin-top: -7px;
}

.navbar-toggle.collapsed .icon-bar:nth-child(2) {
	margin-top: 7px;
}

.navbar-toggle.collapsed .icon-bar:nth-child(3) {
	opacity: 1;
}

.navbar-toggle-container .navbar-toggle {
	z-index: 9999;
}

/* Header */

header {
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 99999;
	background-color: white;
}

header .fModule.fLogo {
	padding-left: 0;
	padding-right: 0;
}

header .fModule {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.region-header,
.region-headertop {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.region-header .fModule,
.region-headertop .fModule {
	display: flex;
	align-items: center;
	align-self: center;
}

.region-headertop .fModule {
	padding: 0;
}

header ul,
ul.fMenu,
header ul li,
ul.fMenu li {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

.headertop ul li {
	display: inline-block;
	align-items: center;
	padding: 0 0.7em 0 0;
	position: relative;
}

.headertop ul li ul {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	width: 100%;
	display: none;
}

.headertop ul li ul li {
	border: none;
	display: block;
}

.Ftop-header-logo li.fGalleryItem {
	width: 42%;
}

/*** Footer ***/

footer#fFooter ul,
footer#fFooter ul li {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

/*** Button ***/

.fButton,
a.fButton,
.fForm .buttons input,
.fbutton-btn a,
.fForm .buttons a {
	background-color: var(--brand-color-theme-1);
	display: inline-block;
	padding: 10px 2rem;
	color: white;
	font-weight: 500;
	border: 1px solid var(--brand-color-theme-1);
}

.fButton-2 {
	background-color: var(--brand-color-theme-2) !important;
	border-color: var(--brand-color-theme-2) !important;
}

/****--Form---****/

select {
	word-wrap: normal;
	padding: 0.3rem 10px;
}

.fForm label {
	float: left;
	text-align: left;
	font-size: 16px;
	width: 100%;
}

.fForm .buttons {
	padding: 0;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.fForm .form-heading {
	font-size: 1.1rem;
	font-weight: 600;
	margin-top: 0;
	padding: 0 0 7px;
}

.fForm input,
.fForm select,
.fForm textarea,
.fForm .date {
	padding: 0.85rem 10px;
	width: 100%;
}

.fForm .hint {
	color: #333;
	margin: 11px 0;
}

.fForm .hint a {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.fForm .hint a:hover {
	color: var(--brand-color-theme-1);
}

input.form-control,
textarea.form-control {
	display: inline-block;
	margin: 10px 0px;
}

.fForm .form-item-type-checkbox .checkbox label,
.fForm .form-item-type-radio .checkbox label,
.fForm .form-item-type-boolean label {
	display: flex;
	align-items: center;
}

.user-register-group table tr:nth-child(odd) {
	background: #ddd;
}

.listing-header-item-currency {
	width: fit-content;
	display: flex;
	border: 1px solid var(--brand-color-theme-2);
	border-radius: 0.25rem;
	overflow: hidden;

	>* {
		border: 0;
		border-radius: 0;
	}

	input[type="submit"] {
		padding: 0.5rem 0.75rem;
		background: var(--brand-color-theme-2);
		color: #fff;
	}
}

/*----------iconset----------*/

.iconset .fMenu {
	justify-content: center;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
}

.iconset .fMenu li {
	padding: 1rem;
}

.iconset .fMenu a {
	display: block;
	padding: 1rem;
	font-weight: bold;
	color: #000;
	height: 100%;
	background: #f5f5f5;
	transition: 0.3s all ease-in-out;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px -4px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 0px 15px -4px rgb(0 0 0 / 30%);
	position: relative;
}

.iconset .fMenu a:hover {
	background: #efefef;
	-webkit-box-shadow: 0px 0px 10px -4px rgb(0 0 0 / 55%);
	-moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 0px 15px -4px rgb(0 0 0 / 55%);
}

.iconset img {
	width: auto;
	max-width: 45px;
	display: block;
	margin: 0 auto;
	margin-bottom: 1rem;
}

.menu-item-text .action:before {
	display: block;
	content: "";
	height: 1.04rem;
	width: 1.04rem;
	background: red;
	border-radius: 1rem;
	position: absolute;
	left: 10px;
	top: 19%;
	transform: translate(0, -50%);
	animation: blinking 2s infinite;
}


/*----------animation----------*/

@keyframes blinking {
	0% {
		opacity: 1;
	}

	70% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* Common CSS */


/* login page starts here */

body.view-login .fForm,
body.view-account-recover .fForm {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	padding: 2rem 1rem;
	width: 700px;
	max-width: 100%;
	margin: auto;
}

body.view-account-recover .fForm .form-item-type-fieldset {
	border: 0;
	padding: 0;
}

.fForm .error {
	margin: .5rem 0 0 0;
	font-size: .8rem;
}

.buttons {
	padding-left: 12px !important;
}

body.view-login .fForm .buttons,
body.view-account-recover .fForm .buttons {
	padding-left: 0 !important;
}

/* login page ends here */


/* Programme Table */

tr.session-row-hidden {
	display: none !important;
}

.session-heading {
	text-align: center;
	margin-top: 1.5rem;
	color: #4d4f53;
	font-weight: bold;
	line-height: 1.3;
	font-size: 2rem;
	margin-bottom: 1rem;
	color: var(--brand-color-theme-1);
}

.session-container {
	border-collapse: separate;
	border-spacing: 0 1rem;
}

body .session-container th {
	background: var(--brand-color-theme-1);
	color: #fff !important;
	font-weight: bold;
}

.session-container tr:last-child td {
	border-bottom: 0 none !important;
}

.session-container .session-details {
	vertical-align: top !important;
	position: relative;
}

/* .session-container td.session-details[colspan="2"] {
    text-align: center;
} */

td.session-time,
th.session-time {
	padding: 1rem;
	width: 150px;
	min-width: 150px;
}

.session-time.session-time-show {
	font-size: 0.9rem;
}

td.session-time {
	border-right: 1px solid var(--brand-color-theme-1);
}

.session-time .session-time-start,
.session-time .session-time-end {
	display: inline-block;
	opacity: 1;
}

.session-time .session-time-start:after {
	display: inline-block;
	content: " - ";
	padding-left: 5px;
}

.session-time .session-time-zone {
	font-size: 0.9rem;
	color: #999;
}

.session-time .session-time-date {
	display: none;
}

.session-time .session-time-date.is-different {
	color: #fff;
	display: inline-block;
	background: #aaa;
	border-radius: 2rem;
	font-size: 0.8rem;
	padding: 0.25rem 1rem;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.session-container ul li {
	margin: .5em 0 .5em 20px !important;
	list-style: square;
}

.session-sub {
	padding-left: 0;
	list-style: square;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.session-sub-title {
	font-weight: 600;
}

.session-sub .session-people {
	padding-top: 0;
	margin-top: 0;
}

.session-title.session-sub-title {
	font-weight: 600;
	font-size: 1rem;
	opacity: 0.75;
	display: inline;
}

.session-title>a {
	text-decoration: underline;
}

.session-venue {
	width: fit-content;
	background: var(--brand-color-theme-1);
	display: inline-block;
	margin-top: .2rem;
	color: #fff;
	font-size: .8rem;
	padding: .2rem .7rem;
}

.session-venue::before {
	content: "\f3c5";
	font-family: "FontAwesome";
	margin-right: 5px;
}

.session-venue a {
	font-size: 0.8rem;
	color: #fff;
	display: inline-block;
	margin: 0;
	padding: 0;
	padding-left: 1rem;
}

.session-venue a::before {
	display: block;
	content: "";
	height: 1.1rem;
	width: 1.1rem;
	background: #fff;
	border-radius: 2rem;
	position: absolute;
	left: 6px;
	line-height: 1rem;
	top: 50%;
	transform: translate(0, -50%);
	animation: blinking 1.2s infinite;
}

.session-status-3 .session-venue,
.session-status-2 .session-venue {
	margin-top: 0.5rem;
	padding-left: 1.25rem;
	background: url('https://img.icons8.com/fluency-systems-regular/48/000000/marker--v1.png') left center no-repeat;
	background-size: 1rem;
	font-size: 0.8rem;
	opacity: 0.75;
}

span.live {
	color: #cc0000 !important;
}

.session-status-3 .session-venue,
.session-status-2 .session-venue {
	background-color: #cc0000;
	display: inline-block;
	position: relative;
	margin-top: 2rem;
}

.session-status-3>.session-title:before,
.session-status-2>.session-title:before {
	position: relative;
	content: "LIVE";
	color: #cc0000;
	font-size: 1rem;
	font-weight: bold;
	display: block;
	animation: blinking 1.2s infinite;
}

.no-user .session-status-3 .session-venue {
	display: none
}

.no-user .session-status-3>.session-title:before {
	display: none
}

.session-status-2 .session-venue,
.session-status-2>.session-title:before {
	display: none;
}

.session-mine.session-status-2>.session-title:before,
.session-mine.session-status-2.session-full:before {
	content: "PRESENTER TO JOIN SESSION";
	color: #FFA500;
	display: block;
	margin-bottom: 0.5rem;
}

.session-mine.session-status-2 .session-venue {
	display: inline-block;
}

.session-people-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.session-people-name {
	font-weight: 400;
	position: relative;
	display: inline-block;
	align-content: center;
	font-style: italic;
	margin-top: .5rem;
	font-size: .9rem;

	a {
		color: var(--brand-color-theme-2);

		&:hover {
			text-decoration: underline;
		}
	}
}

.session-people-name::before {
	content: "\f2bd";
	font-family: "FontAwesome";
	margin-right: 5px;
	display: inline-block;
	position: relative;
	color: var(--brand-color-theme-1);
	font-style: normal;
	font-size: 1.1rem;
}

.session-people-role {
	/* display: block !important; */
	color: var(--brand-color-theme-2);
	order: 0;
	padding-right: 5px;
	margin-top: .5rem;
	font-size: .9rem;
	margin-left: 5px;
	position: relative;
	font-style: italic;
}

.session-people-role::after {
	content: ")";
	position: relative;
}

.session-people-role::before {
	content: "(";
	position: relative;
}

@keyframes blinking {
	0% {
		opacity: 1;
	}

	70% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

body.com-event.view-session-view .session-full {
	border: 1px solid #dedede;
}

body.com-event.view-session-view .session-full .session-time {
	background-color: var(--brand-color-theme-1);
	text-align: start;
	padding: 10px 12px;
	color: white;
}

body.com-event.view-session-view .session-full .session-item {
	padding: 10px 12px;
	border-bottom: 1px solid #dedede;
}

body.com-event.view-session-view .session-full .session-item:last-child {
	border-bottom: 0;
}

body.com-user.view-view .f-content-item-teaser-image img,
body.view-session-person .f-content-image {
	height: 18rem;
	width: 18rem;
	margin: 1rem auto;
	display: block;

	img {
		border-radius: 100%;
		object-fit: cover;
		border: 5px solid var(--brand-color-theme-2);
	}
}

body.view-session-person .f-content-node.f-content-fields {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1rem;
	justify-content: center;
}

body.view-session-person .f-content-node.f-content-fields .f-content-node-value {
	padding-right: 4px;
	color: var(--brand-color-theme-2);
	font-weight: 600;
	font-size: 1.1rem;
}

body.view-session-person .f-content-node.f-content-fields .f-content-field:nth-child(4) .f-content-node-value {
	color: #000;
	font-weight: normal;
	font-size: .8rem;
	text-align: center;
}

body.view-session-person .f-content-node.f-content-fields .f-content-field:nth-child(3) .f-content-node-value {
	font-weight: 600;
	color: var(--brand-color-theme-1);
	font-style: italic;
	font-size: .9rem;
	text-align: center;
	width: 100%;
}

body.view-session-person .f-content-node.f-content-fields .f-content-field:last-child .f-content-node-value {
	color: #000;
	font-weight: normal;
	font-size: .9rem;
	text-align: justify;
	margin-top: 1rem;
}

body.view-session-person .session-title>a {
	color: var(--brand-color-theme-2) !important;
	text-decoration: none;
}

body.view-session-person .f-content-node.f-content-fields .f-content-node-title {
	display: none;
}

body.view-session-person .f-content-node.f-content-fields .f-content-field:nth-child(3) {
	width: 100%;
}

body.view-session-person .f-content-node.f-content-fields .f-content-field:nth-child(4) {
	width: 100%;
}

body.com-user.view-view #fMatter .f-user-container,
body.event-session-person-hasphoto #fMatter .event-session-person {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

body.com-user.view-view #fMatter .f-user-container .f-content-item-teaser-image,
body.event-session-person-hasphoto #fMatter .event-session-person .event-session-image {
	width: 250px;
	height: 250px;
}

body.com-user.view-view #fMatter .f-user-container .f-content-item-teaser-image img,
body.event-session-person-hasphoto #fMatter .event-session-person .event-session-image img {
	width: 100%;
	aspect-ratio: 1/1;
	border-radius: 500px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	border: 4px solid var(--brand-color-theme-1);
	object-fit: cover;
}

body.com-user.view-view #fMatter .f-user-container .f-list-item-content,
body.event-session-person-hasphoto #fMatter .event-session-person .f-content-text {
	background-color: #f7f7f7;
	text-align: justify;
	margin-top: 2rem;
	margin-bottom: 2rem;
	padding: 2rem 1rem;
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

body.com-user.view-view #fMatter .f-user-container .f-content-node.f-content-fields {
	width: 100%;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	background-color: var(--brand-color-theme-2);
	color: white;
	padding: 2rem 1rem;
	border-radius: 15px;
}

body.com-user.view-view #fMatter .f-user-container .f-module-event-session,
body.event-session-person-hasphoto #fMatter .event-session-person .event-session-person-session {
	width: 100%;
}

/*** Programme table end ***/


/*** Custom CSS ***/


/* side menu for contact us starts here */

.sidemenu-content {
	position: fixed;
	top: 0;
	right: -300px;
	/* Hidden initially */
	width: 300px;
	height: 100vh;
	background: #fff;
	box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
	transition: right 0.3s ease-in-out;
	z-index: 99999999999 !important;
	padding: 20px;
}

.sidemenu-content.active {
	right: 0;
	/* Show when active */
}

.closeButton {
	position: absolute;
	top: 10px;
	right: 10px;
	background: red;
	color: white;
	border: none;
	padding: 5px 10px;
	cursor: pointer;
}

/* side menu for contact us ends here */


/* running ticker starts here */

.ticker-tape-container {
	overflow-x: hidden;
	display: flex;
	align-items: center;
}

.ticker-tape-container:hover .ticker-tape {
	animation-play-state: paused;
}

.ticker-tape {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
}

.ticker-tape span {
	font-size: 1.3rem;
	color: white;
	position: relative;
}

.ticker-tape span::after {
	content: "|";
	position: relative;
	display: inline-block;
	margin-left: 1rem;
	margin-right: 1rem;
}

@keyframes marquee {
	0% {
		transform: translateX(0%);
	}

	100% {
		transform: translateX(-100%);
	}
}

.ticker-tape {
	animation-name: marquee;
	animation-duration: 20s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-play-state: running;
	animation-direction: normal;
}

/* running ticker ends here */


/* banner starts here */

.f-banner .fGalleryText {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	align-content: center;
	padding-left: 1rem;

	* {
		color: white;
	}
}

.f-banner .fGalleryText .hrd-logo {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 59%;
	object-fit: contain;
	background-color: white;
	border-radius: 500px;
	right: 10%;
}

.f-banner .fGalleryText h3 {
	font-size: 4.4rem;
	line-height: 1.1em;
	filter: drop-shadow(0px 2px 7px #00000073);
	font-weight: bold;

	span {
		display: block;
		filter: unset;
	}
}

.f-banner .fGalleryText h5 {
	color: white;
	font-size: 1.8rem;
	font-weight: 600;
	filter: drop-shadow(0px 2px 7px #00000073);
}

.f-banner .fGalleryText div.date-and-venue {
	font-size: 1.4rem;

	div {
		position: relative;
		filter: drop-shadow(0px 2px 7px #00000073);
		margin-top: .4rem;
	}
}

.f-banner .fGalleryText div.date-and-venue div.date::before {
	content: "";
	position: relative;
	width: 20px;
	height: 20px;
	display: inline-block;
	filter: brightness(0) invert();
	margin-right: 7px;
	top: 2.5px;
	background-image: url("https://storage.unitedwebnetwork.com/files/1284/ab0ae97da6556faee722f618b1f75054.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: left center;
}

.f-banner .fGalleryText div.date-and-venue div.venue::before {
	content: "";
	position: relative;
	width: 20px;
	height: 20px;
	display: inline-block;
	filter: brightness(0) invert();
	margin-right: 7px;
	top: 2.5px;
	background-image: url("https://storage.unitedwebnetwork.com/files/1284/6b4ee4617bed6194020e05304b8cb6b0.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: left center;
}

.f-banner .bx-wrapper .bx-prev {
	left: unset;
	right: 1rem;
	top: 40%;
}

.f-banner .bx-wrapper .bx-next {
	right: 1rem;
}

.f-banner .bx-wrapper .bx-prev,
.f-banner .bx-wrapper .bx-next {
	background-image: unset;
	text-indent: unset;
	color: transparent;
	background-color: rgba(255, 255, 255, 0.337);
	width: 50px;
	border-radius: 500px;
	height: 50px;
}

.f-banner .bx-wrapper .bx-prev::after {
	content: "\f104";
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	color: var(--brand-color-theme-2);
	text-align: center;
	display: block;
	align-content: center;
}

.f-banner .bx-wrapper .bx-next::after {
	content: "\f105";
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	color: var(--brand-color-theme-2);
	text-align: center;
	display: block;
	align-content: center;
}

/* banner ends here */


/* about egs starts here */

.f-about-us .f-media-image img {
	height: 100%;
	object-fit: cover;
}

.f-about-us .f-media-text .presented-by {
	width: 100px;
	text-align: center;
}

.f-about-us .f-media-text .presented-by a {
	color: #000;
}

.f-about-us .f-media-text .presented-by img {
	width: 70px;
}

.f-about-us .f-media-text div.d-flex p b {
	display: block;
	color: var(--brand-color-theme-2);
}

/* about esg ends here */


/* committee */

.f-committe-members .fGalleryItem {
	padding: 12px;
}

.f-committe-members .fGalleryItem .ItemfinnerGallery {
	height: 100%;
	border: 1px solid #dedede;
	background-color: rgb(255, 255, 255);
}

.f-committe-members .fGalleryItem .ItemfinnerGallery .fGalleryImage img {
	max-height: 250px;
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: top center;
}

.f-committe-members .fGalleryItem .ItemfinnerGallery .fGalleryText {
	padding: 1rem 10px;
	text-align: center;
}

.f-committe-members .fGalleryItem .ItemfinnerGallery .fGalleryText h4 {
	margin-top: 0;
	margin-bottom: 0.3rem;
	font-size: 1.2rem;
	font-weight: 600;
	font-family: var(--brand-font-family-heading);
	color: var(--brand-color-theme-2);
}

/* comeetti */


/* counter number starts here */

.f-counter-numbers-section .counter-numbers-row {
	justify-content: center;
}

.f-counter-numbers-section .counter-numbers-row>div {
	padding: 12px 18px;
}

.f-counter-numbers-section .counter-numbers-row .col-num-1,
.f-counter-numbers-section .counter-numbers-row .col-num-2 {
	width: auto;
}

.f-counter-numbers-section .counter-numbers-row .col-num-3,
.f-counter-numbers-section .counter-numbers-row .col-num-4,
.f-counter-numbers-section .counter-numbers-row .col-num-5 {
	width: auto;
}

.f-counter-numbers-section .counter-numbers-row>div>div.item {
	height: 100%;
	text-align: center;
	padding-top: 3rem;
	position: relative;
}

.f-counter-numbers-section .counter-numbers-row>div>div.item>div.numbers-div {
	color: var(--brand-color-theme-1);
	font-weight: 800;
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	font-size: 2rem;
}

.f-counter-numbers-section .counter-numbers-row>div>div.item>div.title {
	font-family: var(--brand-font-family-heading);
	font-size: 1.3rem;
}

/* counter number ends here */


/* welcome message starts here */

.f-welcome-message {
	background-image: url("https://storage.unitedwebnetwork.com/files/1284/5b5f0a99d7d96c76070281d235cb9d58.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.f-welcome-message .f-media-image img {
	height: 100%;
	object-fit: cover;
	object-position: top center;
}

/* welcome message ends here */


/* who should attend starts here */

.f-who-should-attend .fGalleryItem {
	padding: 12px;
}

.f-who-should-attend .fGalleryItem .ItemfinnerGallery {
	height: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.f-who-should-attend .fGalleryItem .ItemfinnerGallery .fGalleryText {
	position: absolute;
	left: 0;
	bottom: -100%;
	width: 100%;
	height: 100%;
	display: block;
	align-content: center;
	transition: all .4s linear;
	display: block;
	color: white;
	background-color: var(--brand-color-theme-2);
	padding: 1rem;
}

.f-who-should-attend .fGalleryItem .ItemfinnerGallery:hover .fGalleryText {
	bottom: 0;
}

.f-who-should-attend .fGalleryItem .ItemfinnerGallery .fGalleryText ul {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
	margin-top: 0;

	li {
		font-size: .85rem;
		margin-bottom: 0;
		margin-left: 0;
		list-style: disc;
		margin-left: 15px;
	}
}

.f-who-should-attend .fGalleryItem .ItemfinnerGallery .fGalleryText p {
	font-size: .85rem;
}

.f-who-should-attend .fGalleryItem .ItemfinnerGallery .fGalleryImage {
	display: block;
	text-align: center;
	height: 100%;
	padding: 3.5rem 1rem;
	background-color: var(--brand-color-theme-1);

	img {
		width: 64px;
		filter: brightness(0) invert();
	}

	h3 {
		margin: 0 0;
		line-height: .8em;
	}

	h3 a {
		color: white;
		font-size: 1.2rem;
		line-height: .8em;
	}
}

/* who should attend ends here */


/* AICB starts here */

.f-aicb-image .bx-viewport {
	height: 600px !important;
}

.f-aicb-image .bx-wrapper img {
	height: 600px !important;
	object-fit: cover;
	object-position: left center;
}

.boxes-double .col-12 {
	padding: 7px;
}

.boxes-double .col-12:nth-child(1),
.boxes-double .col-12:nth-child(3) {
	padding: 7px 7px 7px 0;
}

.boxes-double .col-12:nth-child(2) .item,
.boxes-double .col-12:nth-child(3) .item {
	background-color: #cdd2cb;
}

.boxes-double .col-12 .item {
	padding: 1rem .7rem;
	background-color: var(--brand-color-theme-1);
	text-align: center;
	height: 100%;
}

.boxes-double .col-12 .item h4 {
	color: var(--brand-color-theme-2);
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.3rem;
	font-family: var(--brand-font-family-body);
}

.boxes-double .col-12 .item p {
	margin-top: .5rem;
	margin-bottom: 0;
}

.f-aicb-center .f-media-image img {
	height: 100%;
	object-fit: cover;
}

.f-countdown-timer .row {
	margin: 0;
	justify-content: center;
}

.f-countdown-timer .row .col-count {
	padding: .5rem 1rem;
	text-align: center;
}

.f-countdown-timer .row .col-count h4 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 2rem;
	font-family: var(--brand-font-family-body);
	font-weight: 600;
	color: var(--brand-color-theme-2);
}

.f-countdown-timer .row .col-count p {
	margin-top: .5rem;
	margin-bottom: 0;
	color: var(--brand-color-theme-1);
	font-size: 1.2rem;
}

/* AICB ends here */


/* footer starts here */

footer {
	background-color: var(--brand-color-theme-2);
	padding-top: 1rem;
}

footer .footer-menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 1rem;
}

footer .footer-menu ul li {
	width: fit-content;
}

footer .footer-menu ul li {
	padding: 7px;

	a {
		color: white;
		position: relative;

		&:hover {
			color: var(--brand-color-theme-1);
		}
	}

	a::after {
		content: "|";
		color: white;
		position: relative;
		margin-right: 5px;
		margin-left: 5px;
	}
}

footer .footer-menu ul li:last-child {
	a::after {
		content: none;
	}
}

footer .fMenu {
	display: flex;
	flex-wrap: wrap;
}

footer#fFooter .fMenu li {
	width: fit-content;
	padding: 1rem 7px;
}

footer .fMenu li a {
	display: block;
	width: 40px;
	height: 40px;
	color: white;
	border: 2px dotted #dedede;
	text-align: center;
	align-content: center;
	border-radius: 500px;
}

/* footer ends here */


/* gallery starts here */

.inset-full {
	inset: 0;
}

.f-gallery-image .fGalleryItem {
	padding: 12px;
}

.f-gallery-image .fGalleryItem .ItemfinnerGallery .fGalleryImage img {
	aspect-ratio: 1/1;
	object-fit: cover;
}

.f-gallery-image .fGalleryItem .ItemfinnerGallery .fGalleryText {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	align-content: center;
	background-color: #07285d84;
	opacity: 0;
	transition: all .7s;
	scale: 0;
}

.f-gallery-image .fGalleryItem .ItemfinnerGallery:hover .fGalleryText {
	opacity: 1;
	scale: 1;
}

.f-gallery-image .fGalleryItem .ItemfinnerGallery .fGalleryText a {
	color: white;
	font-size: 2rem;
}

.fancybox-slide,
.fancybox-container {
	z-index: 9999999999999999999 !important;
}

/* gallery ends here */


/* Contact Start here */

.f-contact .contact-info img {
	object-fit: contain;
}

.f-contact .contact-info b {
	color: var(--brand-color-theme-2);
	font-weight: 600;
	font-size: 1.5rem;
}

.f-contact .contact-info {
	padding: 1rem 2rem;
	border: 1px solid #666;
	border-radius: 1.5rem;
	height: 100%;
}

.f-contact .contact-info a {
	color: #666;
	text-decoration: underline;
}

.f-contact .contact-info ul {
	list-style: none;
	padding-left: 0;
}

.f-contact .contact-info ul li {
	margin-left: 0;
}

.f-contact .col-12:nth-child(1) .contact-info img {
	height: 120px !important;
}

.f-contact .col-12:nth-last-child(3) .contact-info {
	text-align: start
}

.f-contact .contact-info ul li span {
	display: inline-block;
	width: 25px;
	font-size: 20px;
	color: var(--brand-color-theme-1);
	text-transform: capitalize;
}


.f-contact .contact-info table tr td:nth-child(2) {
	padding-left: 25px;
	color: var(--brand-color-theme-2);
	padding: 1rem;
}

.f-contact .contact-info table tr td a {
	margin: 0;
	color: #666;
}

.f-contact .contact-info table tr td:nth-child(1) {
	padding: 25px;
}

.f-contact .contact-info table tr:hover {
	background: #81d25530;
}

.f-contact .contact-info h3 {
	color: var(--brand-color-theme-2);
	font-weight: 600;
	font-size: 1.5rem;
}

.f-contact .contact-info table tr td b {
	color: var(--brand-color-theme-2);
	font-weight: 600;
	font-size: 1.1rem;
}

.f-contact .contact-info.row {
	border: unset;
}

/* Contact End here */


/* Registration start here */

.f-RegistrationFees .container {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	padding-top: 1rem !important;
	padding-bottom: 2rem !important;
	border-radius: 5px;
}

/* all logos start here */

.f-all-logo .f-module-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.f-all-logo .f-module-content .fGalleryContainer h4 {
	text-align: center;
	color: var(--brand-color-theme-2);
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.f-all-logo .f-module-content .fGalleryContainer {
	width: 100%;
}

.f-all-logo .f-module-content .fGalleryContainer:nth-child(-n+3) {
	width: auto;
}

.f-all-logo .f-module-content .fGalleryContainer ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.f-all-logo .f-module-content .fGalleryContainer ul li {
	width: 16rem;
}

.f-all-logo .f-module-content .fGalleryContainer ul li {
	padding: 15px;
}

.f-all-logo .f-module-content .fGalleryContainer ul li .ItemfinnerGallery h3 {
	margin-top: 0px;
	text-align: center;
}

.f-all-logo .f-module-content .fGalleryContainer ul li .ItemfinnerGallery img {
	width: 100%;
	height: 100px;
	object-fit: contain;
	margin-bottom: 10px;
}

.f-all-logo .f-module-content .fGalleryContainer ul li .ItemfinnerGallery img {
	height: 120px;
	object-fit: contain;
}

/* all logos ends here */

.f-Disclaimer .container {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	padding-top: 1rem !important;
	padding-bottom: 2rem !important;
	border-radius: 5px;
}

.f-Disclaimer .container h4 {
	color: var(--brand-color-theme-2);
	font-size: 1.2rem;
	font-weight: 600;
}

/* Registration End here */


/* About Page start here */

.f-about-image-page .ItemfinnerGallery {
	position: relative;
}

.f-about-image-page .ItemfinnerGallery img {
	height: 380px;
	object-fit: cover;
}

.f-about-image-page .ItemfinnerGallery .fGalleryText p {
	margin-top: 10px;
	color: #54595F;
	font-weight: 500;
	text-transform: capitalize;
}

.f-about-image-page .ItemfinnerGallery .fGalleryText span {
	width: fit-content;
	font-size: 4rem;
	color: var(--brand-color-theme-1);
}

.f-about-page-text div.d-flex p b {
	display: block;
	color: var(--brand-color-theme-2);
}

/************** 3 boxes start here ******************/

.f-3-cards {
	background-color: white;
	padding-top: 3rem !important;
}

.f-3-cards .fGalleryItem .ItemfinnerGallery {
	position: relative;
	padding: 2rem;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	background-color: white;
	border-radius: 5px;
	height: 100%;
}

.f-3-cards .fGalleryItem .ItemfinnerGallery img {
	width: 50px;
	position: absolute;
	right: 2rem;
	top: 2rem;
}

.f-3-cards div.owl-item:nth-child(2) .fGalleryItem .ItemfinnerGallery img {
	width: 55px;
}

.f-3-cards .fGalleryItem .ItemfinnerGallery:hover {
	background-color: var(--brand-color-theme-2);
	transition: all .4s linear;
}

.f-3-cards .fGalleryItem .ItemfinnerGallery:hover span,
.f-3-cards .fGalleryItem .ItemfinnerGallery:hover h5,
.f-3-cards .fGalleryItem .ItemfinnerGallery:hover .inner-item {
	color: white;
	transition: all .4s linear;
}

.f-3-cards .fGalleryItem .ItemfinnerGallery span {
	color: var(--brand-color-theme-2);
	font-weight: 600;
}

.f-3-cards .fGalleryItem .ItemfinnerGallery h5 {
	font-size: 1.2rem;
	color: #000;
	margin-top: 7px;
	margin-bottom: 7px;
	font-weight: 700;
}

.f-3-cards .fGalleryItem .ItemfinnerGallery .inner-item {
	border-top: 1px solid #dcdcde;
	font-size: .98rem;
	margin-top: 2rem;
	padding-top: 2rem;
}

.f-3-cards {
	padding-top: 3rem;
	background-color: #f7f7f7;
}

/************** 3 boxes End here ******************/


/* why attend */

.f-why-attend {
	text-align: center;
}

.f-why-attend h3 {
	color: var(--brand-color-theme-2);
	font-size: 2.2rem;
	font-weight: 900;
}

.vision-mission-main {
	padding-top: 3rem;
	background-color: #f7f7f7;
}

/* why attend */


/******** Joine us start here ********/

.f-join-us .fGalleryImage img {
	height: 450px;
	object-fit: cover;
	object-position: right center;
}

.f-join-us .fGalleryText {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	place-items: center;
	background-color: #224489bd;
}

.f-join-us .fGalleryText .item {
	width: 700px;
	max-width: 100%;
}

.f-join-us .fGalleryText .item h3 {
	font-weight: 800;
	color: white;
	margin-bottom: 0;
}

.f-join-us .fGalleryText .item p {
	margin-bottom: 30px;
	color: white;
}

.f-join-us-home .fGalleryText .item {
	width: 100%;
	max-width: 50rem;
	min-width: 20rem;
	margin: auto;
}

/* About Page End here */


/***** Partners start here ******/

.Sponsors-logo .fModuleTitle h3 {
	font-size: 2.2rem;
	font-weight: 900;
}

.Sponsors-logo li.fGalleryItem {
	padding: 15px;
}

.Sponsors-logo li.fGalleryItem .ItemfinnerGallery {
	height: 100%;
	border: 1px solid #dedede;
	padding: 10px;
}

.Sponsors-logo li.fGalleryItem .ItemfinnerGallery .fGalleryText h3 {
	margin-bottom: 0;
	text-align: center;
	margin-top: 0;
}

.Sponsors-logo li.fGalleryItem .ItemfinnerGallery img {
	height: 80px;
	object-fit: contain;
}

.f-sponsors-section .fGalleryContainer-39089,
.f-sponsors-section .fGalleryContainer-39090,
.f-sponsors-section .fGalleryContainer-39174 {
	width: auto !important;
}

/******* Partners End here *******/


/* Become A Sponsor start here */

.f-attend-main {
	background: url(https://storage.unitedwebnetwork.com/files/1284/5b5f0a99d7d96c76070281d235cb9d58.png) no-repeat center left;
	background-size: cover;
}

.f-sponsoring li {
	margin-bottom: 1rem;
}

.f-sponsoring .owl-item li {
	padding: 15px;
}

.f-sponsoring li .ItemfinnerGallery {
	text-align: center;
	background: #fff;
	border-radius: 0 30px;
	padding: 1.2rem 1rem;
	box-shadow: 0 0 33px 0 rgb(0 0 0 / 15%);
	height: 100%;
}

.f-sponsoring .owl-item li .ItemfinnerGallery {
	height: 320px;
}

.f-sponsoring li:nth-child(2n) .ItemfinnerGallery {
	border-radius: 30px 0;
}

.f-sponsoring .fGalleryImage img {
	width: 60px !important;
	margin: 0 auto;
}

.f-sponsoring .fGalleryText h5 {
	font-weight: bold;
	color: #000;
	font-size: 1.1rem;
	margin: 0.5rem 0;
}

.f-sponsoring .fGalleryText p {
	margin: 0.5rem 0;
	font-size: .8rem;
}

.f-invitation .page {
	padding: 5%;
	max-width: 62rem;
	min-width: 20rem;
	margin: auto;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	text-align: justify;
	background: #fff;
}

.f-speakers-form .container {
	padding: 5%;
	max-width: 62rem;
	min-width: 20rem;
	margin: auto;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	text-align: justify;
	background: #fff;
}

.f-speakers-form .fForm .form-item .form-heading {
	color: var(--brand-color-theme-2);
	font-weight: 700;
}

/* Become A Sponsor End here */


/******** thank you ***********/

.thank-you .col-tnq {
	text-align: center;
	margin-bottom: 20px;
	padding: 30px 0px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
	border-radius: 10px;
	height: 100%;
}

.thank-you .col-tnq .icon-thank {
	font-size: 30px;
	color: #239223;
}

.thank-you .col-tnq h2 {
	color: var(--brand-color-theme-2);
}

.f-button-thankyou {
	background-color: var(--brand-color-theme-1);
	border: 1px solid var(--brand-color-theme-1);
	color: white !important;
	padding: 10px 25px;
	transition: all 0.4s;
}

.thank-you {
	margin: 0px;
	padding: 15px;
	justify-content: center;
	height: 100%;
	margin-top: 50px;
}

/******** thank you ***********/


/********* All Logo **********/


/* .f-sponsors-section .f-module-content .fGalleryContainer:nth-child(-n+3){
    width: auto;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
} */

.f-sponsors-section .f-module-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.f-sponsors-section .f-module-content .fGalleryContainer ul li {
	padding: 12px 1.3rem;
}

.f-sponsors-section .f-module-content .fGalleryContainer ul li .ItemfinnerGallery img {
	height: 100px;
	object-fit: contain;
	margin-bottom: 10px;
	max-width: 200px;
	padding: 10px;
	border: 1px solid #dedede8b;
}

.f-sponsors-section .f-module-content .fGalleryContainer ul li .ItemfinnerGallery .fGalleryText p {
	font-size: .8rem;
}

.f-sponsors-section .f-module-content .fGalleryContainer h4 {
	text-align: center;
	color: var(--brand-color-theme-2);
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.f-sponsors-section .f-module-content .fGalleryContainer {
	width: 100%;
}

/********* All Logo **********/


/* speakers starts here */

.f-speakers-section .f-list-item {
	padding: 12px;
}

.f-speakers-section .f-list-item .f-list-item-container {
	padding: 3px;
	border: 1px solid #dedede;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	text-align: center;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	height: 100%;
	padding-bottom: .8rem;
}

.f-speakers-section .f-list-item .f-list-item-container .f-list-item-teaser-image img {
	border-radius: 15px;
	border: 1px solid #dedede84;
	margin-bottom: .4rem;
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: top center;
}

.f-speakers-section .f-list-item .f-list-item-container .f-list-item-title a::after {
	content: "";
	position: absolute;
	inset: 0;
	display: block;
}

.f-speakers-section .f-list-item .f-list-item-container .f-list-item-title a {
	font-size: 1.1rem;
	color: var(--brand-color-theme-2);
	font-weight: 600;
}

.f-speakers-section .f-list-item .f-list-item-container .f-list-item-subtitle a {
	font-size: .9rem;
	color: #000;
}

.f-speakers-section .f-list-item .f-list-item-container .f-list-item-subtitle a span:nth-child(1) {
	font-style: italic;
	color: var(--brand-color-theme-1);
	font-weight: 600;
	padding: 0 5px;
}

.f-speakers-section .f-list-item .f-list-item-container .f-list-item-subtitle a span:nth-child(2) {
	font-size: .8rem;
	margin-top: .2rem;
	padding: 0 5px;
}

.f-speakers-section .f-list-item .f-list-item-container .f-list-item-subtitle a span {
	display: block;
}

/* speakers ends here */

/*soft-launch*/
a.fButton.home {
	position: absolute;
	bottom: 10px;
	left: 10.3%;
	padding: 5px 10px;
}

.soft-launch-mobile-banner {
	display: none;
}

.soft-launch-img img {
	height: 500px;
	object-fit: cover;
}

.programme {
	margin-bottom: 30px;
}

.programme-2 p {
	margin: 0;
}

.programme h4 {
	display: inline-block;
	background-color: var(--brand-color-theme-1);
	color: white;
	font-size: 1.3rem;
	padding: 10px;
}

.photo-gal li {
	padding: 0;
	margin-top: 30px;
	margin-bottom: 30px;
}

.programme-flow {
	text-align: center;
}

.programme table {
	width: 100%;
}

.programme th {
	padding: 15px 30px;
}

.programme td {
	padding: 15px 30px;
}

.programme thead {
	background: var(--brand-color-theme-2);
	color: white;
}

.programme-file {
	border: 1px solid #616161;
	padding: 10px;
}

/*soft-launch*/

/*mindful marketing*/
.banner-image {
	background: url(https://storage.unitedwebnetwork.com/files/1284/ae84321e030f356020e503c94f9582b9.jpg) no-repeat;
	background-size: cover;
	margin-bottom: 3rem;
	object-fit: cover;
	height: 70vh;
}

.banner-image img {
	display: none;
}

.mindfull-marketion {
	float: right;
	padding: 40px 0 100px 0;
	color: white;
}

.mindfull-marketion span {
	color: var(--brand-color-theme-1);
}

.image-banner h3 {
	font-size: 3rem;
	margin: 0;
	color: var(--brand-color-theme-1);
}

.image-banner h4 {
	margin: 0;
}

.image-banner li {
	margin: 0 auto;
}

.inside {
	text-align: center;
}

.inside img {
	width: 50px;
}

.inside h6 {
	font-size: 1.1rem;
	font-weight: 600;
	margin-top: 15px;
}

.inside img {
	width: 57px;
	background: #d2e4fc;
	border-radius: 50%;
	padding: 8px;
	height: 57px;
}

.inside .ItemfinnerGallery {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding: 30px;
	height: 180px;
	margin-bottom: 20px;
	border-radius: 5px;
}

.inside li {
	margin-bottom: 20px;
}

.handbook-marketing {
	background: var(--brand-color-theme-2);
	text-align: center;
	color: #fff;
}

.handbook-marketing h3 {
	color: white;
}

.handbook-marketing .fGalleryText h3 {
	color: white;
	font-size: 1.1rem;
}

.handbook-marketing .ItemfinnerGallery {
	background: #01296a;
	height: 100%;
}

.handbook-marketing img {
	height: 230px;
	object-fit: cover;
}

.handbook-marketing .fGalleryText {
	padding: 0px 10px 10px;
}

.copy {
	text-align: center;
}

.key ul {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding: 10px 30px 30px;
	margin-top: 3rem;
}

div#fModule-55815 {
	margin: 0 auto;
	background: var(--brand-color-theme-2);
	padding: 20px 20px 10px;
}

div#fModule-55815 .form-item.form-item-type-buttons.buttons {
	padding-left: 0 !important;
}

.form-fill h3 {
	color: white;
}

.form-fill label {
	color: white;
}

.form-fill .listing-header {
	display: none;
}

.form-fill input {
	height: 40px;
}

.testimonials {
	background: linear-gradient(to right, rgb(229 243 255) 0%, rgb(229 232 235) 50%, rgb(242 245 250) 100%);
	margin-top: 3rem;
	padding: 20px 0 0px 0;

}

.testi-m img {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	border: 1px solid #ccc;
	padding: 5px;
}

.testi-m .ItemfinnerGallery {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	background: white;
	padding: 15px;
	border-radius: 5px;
	margin-top: 30px;
}

.testi h4 {
	font-weight: 600;
	font-size: 1.8rem;
}

.testi-m h6 {
	font-weight: 600;
}

.testi h3 {
	border-bottom: 1px solid;
	display: inline-block;
	margin: 100px 0 0 0;
}

.banner-book {
	position: absolute;
	top: 3%;
	width: 39%;
	/* right: 10%; */
	left: 7%;
}

/*mindful marketing*/

/* Honoured to Welcome section starts here */
.f-Honoured-To-Welcome {
	background-image: url("https://storage.unitedwebnetwork.com/files/1284/1b87ded4aa86961bb80463c13b7388df.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.f-Honoured-To-Welcome>.container>.fModuleContent {
	width: 900px;
	margin: auto;
	max-width: 100%;
}

.f-Honoured-To-Welcome::after {
	content: "";
	width: 10%;
	height: 26%;
	display: block;
	background-image: url("https://storage.unitedwebnetwork.com/files/1284/221609a3f023c9e0955566c08e39ce83.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: absolute;
	right: -2%;
	top: -0.1%;
	rotate: 90deg;
}

.f-Honoured-To-Welcome::before {
	content: "";
	width: 10%;
	height: 26%;
	display: block;
	background-image: url("https://storage.unitedwebnetwork.com/files/1284/221609a3f023c9e0955566c08e39ce83.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: absolute;
	left: -2%;
	bottom: -3.5%;
	rotate: -200deg;
}

.f-Honoured-To-Welcome .bx-viewport {
	background-color: transparent !important;
	position: relative;
}

.f-Honoured-To-Welcome .fGalleryItem {
	padding: 0;
}

.f-Honoured-To-Welcome .fGalleryItem .ItemfinnerGallery {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.f-Honoured-To-Welcome .fGalleryItem .ItemfinnerGallery a.fGalleryImage {
	display: block;
	width: 350px;
	order: 2;
	align-content: end;
}

.f-Honoured-To-Welcome .fGalleryItem .ItemfinnerGallery .fGalleryText {
	width: fit-content;
}

.f-Honoured-To-Welcome .bx-wrapper {
	margin: 0;
	position: relative;
}

.f-Honoured-To-Welcome .bx-controls {
	position: absolute;
	left: 0;
	bottom: 25%;
	width: 100px;
	z-index: 99;
}

.f-Honoured-To-Welcome .bx-wrapper .bx-pager {
	text-align: start;
}

.f-Honoured-To-Welcome .bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #07285d59;
}

.f-Honoured-To-Welcome .bx-wrapper .bx-pager.bx-default-pager a:hover,
.f-Honoured-To-Welcome .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: var(--brand-color-theme-2);
}

/* honoured to welcome section ends here */


/* Mindful Page */
.f-mindful-marketing-banner {
	background-image: url("https://storage.unitedwebnetwork.com/files/1284/ae84321e030f356020e503c94f9582b9.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.f-mindful-marketing-banner li.fGalleryItem {
	padding: 0;
}

.f-mindful-marketing-banner .ItemfinnerGallery {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 12px;
}

.f-mindful-marketing-banner .ItemfinnerGallery .fGalleryImage {
	display: block;
	width: 50%;
	padding: 12px;
}

.f-mindful-marketing-banner .ItemfinnerGallery .fGalleryText {
	width: 50%;
	padding: 12px;
}

.f-mindful-marketing-banner .ItemfinnerGallery .fGalleryText h3 {
	font-weight: 600;
	color: #81d255;
	line-height: 1.2em;
	font-size: 2.2rem;
	margin-bottom: 10px;
	margin-top: 0;

	span {
		display: block;
		font-size: 1.7rem;
		color: white;
	}
}

.f-mindful-marketing-banner .ItemfinnerGallery .fGalleryText p {
	color: white;
	margin-top: 0;
	margin-bottom: 10px;

	b {
		font-weight: 600;
	}
}

.f-page-mindful-about .f-media-image {
	text-align: center;
}

.f-page-mindful-about .f-media-image img {
	width: 400px;
	max-width: 100%;
}

.f-inside-mindful {
	background-color: var(--brand-color-theme-2);
}

.f-inside-mindful .fGalleryItem {
	padding: 10px;
}

.f-inside-mindful .fGalleryItem .ItemfinnerGallery {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	align-items: center;
}

.f-inside-mindful .fGalleryItem .ItemfinnerGallery .fGalleryImage {
	width: 40px;
	height: 40px;
	border: 2px solid #000;
	padding: 3px;
	border-radius: 5px;
	position: relative;
	top: 4px;
	left: -5px;
	margin-right: 3px;
	filter: invert();
}

.f-inside-mindful .fGalleryItem .ItemfinnerGallery .fGalleryText {
	width: 80%;
}

.f-inside-mindful .fGalleryItem .ItemfinnerGallery .fGalleryText h3 {
	margin: 0;
	line-height: .9em;
	color: white;

	a {
		line-height: 1em;
		font-size: 1rem;
	}
}

.f-inside-mindful .fModuleTitle h3 {
	color: #000;
}

.f-benifits-handbook .fGalleryItem {
	padding: 12px;
}

.f-benifits-handbook .fGalleryItem .ItemfinnerGallery {
	height: 100%;
	padding: 2px;
	border: 1px solid #dedede;
	border-radius: 10px;
}

.f-benifits-handbook .fGalleryItem .ItemfinnerGallery .fGalleryImage img {
	aspect-ratio: 1/1;
	border-radius: 10px;
	object-fit: cover;
}

.f-benifits-handbook .fGalleryItem .ItemfinnerGallery .fGalleryText {
	position: absolute;
	border-radius: 10px;
	inset: 2px;
	align-content: end;
	text-align: center;
	background-image: linear-gradient(to bottom, #0000004e 100%, #000000b0 10%);
	text-shadow: 1px 1px 1px #00000051;
	transition: all .4s;
}


.f-benifits-handbook .fGalleryItem .ItemfinnerGallery .fGalleryText h3 {
	margin: 0;
	color: white;
	line-height: 1.1em;
	font-weight: 600;
	margin-bottom: 10px;

	a {
		font-size: 1.05rem;
	}
}

.f-benifits-handbook .fGalleryItem .ItemfinnerGallery .fGalleryText p {
	height: 0;
	opacity: 0;
	visibility: hidden;
	font-size: .85rem;
	color: white;
	margin: 0;
	transition: all .4s;
}

.f-benifits-handbook .fGalleryItem .ItemfinnerGallery .fGalleryText:hover p {
	height: 80px;
	opacity: 1;
	visibility: visible;
}

.f-benifits-handbook .fGalleryItem .ItemfinnerGallery .fGalleryText:hover {
	background-image: linear-gradient(to bottom, #00000091 100%, #000000b0 10%);
}

.f-keytakeaway .fGalleryItem {
	padding: 12px;
}

.f-keytakeaway .fGalleryItem .ItemfinnerGallery {
	border-radius: 10px;
	padding: 2rem 12px 12px 12px;
	text-align: center;
	border: 1px solid #dedede;
	border-radius: 10px;
	min-height: 230px;
	background-color: white;
	position: relative;

	>* {
		position: relative;
		z-index: 999;
		transition: all .4s;
	}

	&:hover {
		.fGalleryText h3>a {
			color: white;
		}

		p {
			color: white;
		}

		.fGalleryImage img {
			filter: invert();
		}
	}

}

.f-keytakeaway .fGalleryItem .ItemfinnerGallery::after {
	content: "";
	position: absolute;
	inset: 0;
	display: block;
	border-radius: 10px;
	background-color: var(--brand-color-theme-2);
	scale: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	transition: all .4s;
}

.f-keytakeaway .fGalleryItem .ItemfinnerGallery:hover::after {
	scale: 1;
	opacity: 1;
	visibility: visible;
}

.f-keytakeaway .fGalleryItem .ItemfinnerGallery .fGalleryImage img {
	width: 50px;
	border: 2px solid #000;
	border-radius: 5px;
	padding: 2px;
	display: inline-block;
}

.f-keytakeaway .fGalleryItem .ItemfinnerGallery .fGalleryText h3 {
	line-height: .6em;
	font-weight: 500;

	a {
		font-size: .9rem;
		line-height: 1em;
		color: var(--brand-color-theme-2);
	}
}

.f-popup-form .buttons {
	padding-left: 12px !important;
	padding-top: 10px !important;
	text-align: center;
}

.f-testimonials-mindful .fGalleryItem {
	padding: 2rem 1rem;
}

.f-testimonials-mindful .fGalleryItem .ItemfinnerGallery {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	background-color: white;
	position: relative;
	border-radius: 10px;
	padding: 2rem;
}

.f-testimonials-mindful .ItemfinnerGallery .fGalleryImage {
	position: absolute;
	right: 1rem;
	top: -2rem;
	display: block;
	width: 60px;
	height: 60px;
	background-color: #efece8;
	border-radius: 500px;
}

.f-testimonials-mindful .ItemfinnerGallery h3 {
	font-size: 1.3rem;
	color: var(--brand-color-theme-1);
	margin-bottom: 0;
}

.f-testimonials-mindful .ItemfinnerGallery p>img {
	width: 120px;
	background-image: linear-gradient(to left, #f8be46, #f8be46);
	background-size: 100%;
	background-position: left center;
	background-repeat: no-repeat;
}

.f-popup-form .listing-header {
	display: none;
}

/* speakers starts here */

.f-speakers-section .f-list-item {
	padding: 12px;
}

.f-speakers-section .f-list-item .f-list-item-container {
	padding: 3px;
	border: 1px solid #dedede;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	text-align: center;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	height: 100%;
	padding-bottom: .8rem;
}

.f-speakers-section .f-list-item .f-list-item-container .f-list-item-teaser-image img {
	border-radius: 15px;
	border: 1px solid #dedede84;
	margin-bottom: .4rem;
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: top center;
}

.f-speakers-section .f-list-item .f-list-item-container .f-list-item-title a::after {
	content: "";
	position: absolute;
	inset: 0;
	display: block;
}

.f-speakers-section .f-list-item .f-list-item-container .f-list-item-title a {
	font-size: 1.1rem;
	color: var(--brand-color-theme-2);
	font-weight: 600;
}

.f-speakers-section .f-list-item .f-list-item-container .f-list-item-subtitle a {
	font-size: .9rem;
	color: #000;
}

.f-speakers-section .f-list-item .f-list-item-container .f-list-item-subtitle a span:nth-child(1) {
	font-style: italic;
	color: var(--brand-color-theme-1);
	font-weight: 600;
	padding: 0 5px;
}

.f-speakers-section .f-list-item .f-list-item-container .f-list-item-subtitle a span:nth-child(2) {
	font-size: .8rem;
	margin-top: .2rem;
	padding: 0 5px;
}

.f-speakers-section .f-list-item .f-list-item-container .f-list-item-subtitle a span {
	display: block;
}

.f-speakers-section .f-list-item-title span{ display:block;}
.f-speakers-section .f-list-item-title span:nth-child(3){display: block;
    font-weight: 600;
    padding-top: 0rem;
    text-align: center;
    color: var(--brand-color-theme-1);
    font-size: .9rem;
    font-style: italic;}
/* speakers ends here */

/*all-logos*/
.f-sponsors-section img {
    height: 100px;
    object-fit: contain;
    padding: 10px;
    display: block;
}
.f-sponsors-section h3{ font-size:1.2rem;}
div#fModule-63589 Img {
    object-position: top;
}
.f-sponsors-section li{ text-align:center !important;}
.f-sponsors-section .ItemfinnerGallery{ display:inline-block;}
@media screen and (max-width: 767.7px) {
.f-sponsors-section img { width:auto; margin-bottom:10px;}
}

/*all-logos*/

/***************************************************************************
                        RESPONSIVE MEDIA QUERY
****************************************************************************/



@media(min-width:991.9px) {
	header.active {
		background-color: white;
		transition: all 0.4s ease 0s;
		box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	}

	header .f-logo-header {
		width: fit-content;
	}

	header .f-logo-header img {
		width: 300px;
	}

	header .region-header>.row {
		margin: 0;
		align-items: center;
		align-content: center;
		justify-content: space-between;
	}

	.main-menu .fMenu {
		display: flex;
		justify-content: end;
		font-family: var(--brand-font-family-heading);
		align-items: center;
	}

	.main-menu .fMenu>li {
		padding: 7px 7px;
		position: relative;
	}

	.main-menu .fMenu>li.has-submenu {
		padding-right: 25px;
	}

	.main-menu .fMenu>li>a {
		color: var(--brand-color-theme-2);
		position: relative;
		font-weight: 500;
		font-size: .9rem;
	}

	.main-menu .fMenu>li:last-child {
		padding-right: 0;
	}

	.main-menu .fMenu>li:last-child>a {
		background-color: var(--brand-color-theme-2);
		display: inline-block;
		padding: 8px 1.2rem;
		color: white !important;
		font-weight: 500;
		border: 1px solid var(--brand-color-theme-2);
	}

	.main-menu .fMenu>li>ul {
		position: absolute;
		text-align: left;
		top: 3.8rem;
		left: 7px;
		background-color: white;
		visibility: hidden;
		min-width: 230px;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		opacity: 0;
		z-index: -1;
		box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
		-webkit-transform: scaleY(0);
		-ms-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: top center;
		-ms-transform-origin: top center;
		transform-origin: top center;
		-webkit-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
		padding: 0;
	}

	.main-menu .fMenu>li.has-submenu>a {
		position: static;
	}

	.main-menu .fMenu>li.has-submenu>a::before {
		content: "\f107";
		font-family: "FontAwesome";
		position: absolute;
		right: 5px;
		top: 50%;
		transform: translateY(-50%);
		font-size: .8rem;
	}

	.main-menu .fMenu>li>ul::before {
		content: "";
		position: absolute;
		left: 0;
		height: 2.3rem;
		width: 100%;
		top: -2rem;
		background-color: transparent;
	}

	.main-menu .fMenu>li:hover>ul {
		visibility: visible;
		opacity: 1;
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		z-index: 9;
	}

	.main-menu .fMenu>li>ul>li {
		display: block;
		margin: 0 0;
		padding: 0px 0px;
	}

	.main-menu .fMenu>li>ul>li>a {
		font-size: .9rem;
		line-height: 1.2em;
		color: var(--brand-color-theme-2);
		padding: .7rem 1rem;
		display: block;
		border-bottom: 1px solid #dedede;
	}

	.main-menu .fMenu>li>ul>li>a:hover {
		background-color: var(--brand-color-theme-2);
		color: white;
	}

	.main-menu .fMenu>li>ul>li:last-child>a {
		border-bottom: 0;
	}

	header.active .main-menu .fMenu>li>a {
		color: var(--brand-color-theme-2);
		transition: all 0.4s ease 0s;
	}

	header .main-menu {
		width: fit-content;
	}

	.thank-you-header-logo .col-auto:nth-child(1) img{
		width: 300px;
	}

	.thank-you-header-logo .col-auto:nth-child(2) img{
		width: 200px;
	}
}

@media(min-width:1063.9px) {
	header .f-logo-header img {
		width: 400px;
	}
}

@media(min-width:1199.9px) {
	.f-welcome-message .f-media-image {
		width: 30%;
	}

	.f-welcome-message .f-media-text {
		width: 70%;
		text-align: justify;
	}
}


/*xl*/

@media (max-width: 1399px) {
	.f-banner .bx-viewport {
		height: 600px;
	}

	.f-banner .bx-viewport .fGalleryItem .fGalleryImage img {
		height: 600px;
		object-fit: cover;
	}

	.mindfull-marketion {
		padding: 30px 0 130px 0;
	}

	.banner-image {
		height: auto;
	}
}


/*lg*/

@media (max-width: 1199.9px) {
	html {
		font-size: 16px;
	}

	.boxes-double .col-12:nth-child(1),
	.boxes-double .col-12:nth-child(3) {
		padding: 7px 7px 10px 0;
	}

	.banner-image {
		height: auto;
	}

	.banner-book {
		position: absolute;
		top: 3%;
		width: 32%;
		/* right: 10%; */
		left: 0%;
	}

	.mindfull-marketion {
		padding: 30px 0 130px 0;
	}

	.testi h3 {
		margin: 0;
	}

	.boxes-double .col-12:nth-child(2),
	.boxes-double .col-12:nth-child(4) {
		padding: 7px 0px 10px 7px;
	}

	.soft-launch {
		display: none;
	}

	.soft-launch-mobile-banner {
		display: block;
	}

	.soft-launch-mobile {
		text-align: center;
		margin-top: 20px;
	}

}

@media(max-width: 1024px) {
	.banner-book {
		position: absolute;
		top: 4%;
		width: 32%;
		/* right: 10%; */
		left: 5%;
	}
}

@media(max-width: 991.9px) {
	html {
		font-size: 15px;
	}

	.row.w-100 {
		--bs-gutter-x: 0;
	}

	.programme td {
		padding: 10px 10px;
		font-size: 13px;
	}

	.fHeader .navbar-header {
		margin: 0;
	}

	.photo-gal img {
		margin-bottom: 10px;
	}

	.fHeader .navbar-header .row.row-0 {
		margin: 0 15px;
	}

	.navbar-header .navbar-toggler {
		display: block;
	}

	.navbar-collapse.collapse.show {
		display: block;
	}

	.region-header,
	.region-headertop {
		display: inline-block;
		width: 100%;
	}

	.region-header .fModule,
	.region-headertop .fModule {
		display: block;
	}

	.row.w-100 {
		--bs-gutter-x: 0;
	}

	/*** Programme ***/
	.session-container th {
		font-size: 0px;
	}

	.session-container th select {
		font-size: 1rem;
	}

	tr.session-row {
		border: 1px solid var(--brand-color-theme-1);
		margin-top: 1.5rem;
	}

	tr.session-row-hidden {
		border: 0 none;
		margin-top: 0;
	}

	.session-time-zone {
		display: inline-block;
		padding-left: 0.5rem;
	}

	.session-time-zone::before,
	.session-time-zone::after {
		position: relative;
		content: " ";
		display: inline;
	}

	.session-time-zone::before {
		content: "(";
	}

	.session-time-zone::after {
		content: ")";
	}

	tr.session-row,
	tr.session-row td,
	td.session-time {
		display: block;
		width: 100%;
		max-width: 100%;
	}

	tr.session-row td {
		border: 0px none;
	}

	th.session-time {
		width: 100%;
		max-width: 100%;
		display: block;
	}

	.session-time .session-time-date.is-different {
		margin-left: 0;
	}

	.session-container tr:hover td.session-time,
	table.fTable tr:nth-child(odd) td.session-time,
	table.fTable tr:nth-child(even) td.session-time {
		display: block;
		text-align: left;
		background: var(--brand-color-theme-1);
		color: #fff;
	}

	.session-container th:last-child {
		display: none;
	}

	.session-container {
		border: 0;
	}

	body .session-container th {
		display: none;
	}

	.f-logo-header .f-media-image img {
		width: 300px;
	}

	.navbar-toggle .icon-bar {
		background-color: var(--brand-color-theme-2);
	}

	.main-menu {
		position: static !important;
	}

	.main-menu nav {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 3.5em;
		height: fit-content;
		width: 100%;
		background-color: var(--brand-color-theme-2);
		width: 95%;
		padding: 0;
		z-index: 9999999;
	}

	.main-menu nav ul {
		margin: 0;
	}

	.main-menu nav ul.fMenu>li>a {
		display: block;
		padding: .6rem 1rem;
		color: white;
		border-bottom: 1px solid #dedede4e;
		position: relative;
		background-color: var(--brand-color-theme-2);
	}

	.main-menu nav ul.fMenu>li:last-child>a {
		border-bottom: 0;
	}

	.main-menu nav ul.fMenu>li.has-submenu>a::after {
		content: "\f107";
		font-family: "FontAwesome";
		position: absolute;
		right: 1rem;
		top: 50%;
		transform: translateY(-50%);
		color: white;
	}

	.main-menu nav ul.fMenu>li.has-submenu>ul {
		position: relative;
		padding: 7px;
		background-color: var(--brand-color-theme-1);
		display: none;
	}

	.main-menu nav ul.fMenu>li.has-submenu>ul>li>a {
		padding: .6rem 1rem;
		color: white;
		border-bottom: 1px solid #dedede4e;
		position: relative;
		background-color: var(--brand-color-theme-2);
		display: block;
	}

	.f-counter-numbers-section .counter-numbers-row .col-num-3,
	.f-counter-numbers-section .counter-numbers-row .col-num-4,
	.f-counter-numbers-section .counter-numbers-row .col-num-5 {
		width: 33.33%;
	}

	.f-Honoured-To-Welcome .fGalleryItem .ItemfinnerGallery {
		justify-content: center;
		text-align: center;
	}

	.f-Honoured-To-Welcome .fGalleryItem .ItemfinnerGallery a.fGalleryImage {
		order: 0;
		max-width: 100%;

	}

	.f-Honoured-To-Welcome .bx-controls {
		bottom: 1rem;
		width: 100%;
	}

	.f-Honoured-To-Welcome .bx-wrapper .bx-pager {
		text-align: center;
	}

	.f-Honoured-To-Welcome::after,
	.f-Honoured-To-Welcome::before {
		content: none;

	}
}

@media (max-width: 768.9px) {
	.banner-book {
		position: absolute;
		top: 2%;
		width: 32%;
		/* right: 10%; */
		left: 1%;
	}
}

/*sm*/

@media (max-width: 767.9px) {
	.banner-book {
		display: none;
	}

	.f-banner .fGalleryText h3 {
		font-size: 2.4rem;
	}

	.f-banner .fGalleryText h5 {
		font-size: 1.2rem;
		font-weight: 500;
	}

	.f-banner .fGalleryText div.date-and-venue {
		font-size: 1.2rem;
	}

	.boxes-double .col-12:nth-child(1),
	.boxes-double .col-12:nth-child(3),
	.boxes-double .col-12:nth-child(2),
	.boxes-double .col-12:nth-child(4) {
		padding: 10px 0;
	}

	.boxes-double .col-12:last-child {
		padding-bottom: 20px;
	}

	.f-aicb-image .bx-wrapper img,
	.f-aicb-image .bx-viewport {
		height: 350px !important;
	}

	.f-gallery-image .fGalleryItem {
		padding: 12px 0;
	}

	.f-mindful-marketing-banner .ItemfinnerGallery .fGalleryImage,
	.f-mindful-marketing-banner .ItemfinnerGallery .fGalleryText {
		width: 100%;
		text-align: center;
	}


	.f-popup-form .fForm input,
	.f-popup-form .fForm select,
	.f-popup-form .fForm textarea {
		padding: 10px;
		font-size: .8rem;
	}

	.f-popup-form .fModuleTitle h3 {
		font-size: 1.3rem;
	}

	.f-popup-form .fForm label {
		font-size: .8rem;
	}
	.thank-you-header-logo .col-auto:nth-child(1) img{
		width: 200px;
	}

	.thank-you-header-logo .col-auto:nth-child(2) img{
		width: 110px;
	}
	.f-contact .contact-info table tr td img {
	width: 70px; margin-bottom:15px;
}

}


/*xs*/

@media (max-width: 575px) {
	.f-logo-header .f-media-image img {
		width: 270px;
	}

	.main-menu nav {
		top: 3em;
	}

	.f-banner .fGalleryText {
		padding-left: 0;
	}

	.f-banner .fGalleryText .hrd-logo {
		bottom: unset;
		top: 2rem;
		right: 1rem;
		width: 80px;
		height: 80px;
	}

	.f-banner .bx-wrapper .bx-prev,
	.f-banner .bx-wrapper .bx-next {
		bottom: 3rem;
		width: 35px;
		height: 35px;
		top: unset;
	}

	.f-banner .bx-wrapper .bx-prev {
		right: 5rem;
	}

	.ticker-tape span {
		font-size: 1rem;
	}

	.f-about-us .f-media>div {
		padding: 0px 0;
	}

	#fModule-50755 h4 {
		font-size: 1.2rem;
		font-weight: 400;
	}

	#fModule-50755 h4>b {
		font-weight: 500;
	}

	.f-counter-numbers-section .counter-numbers-row>div {
		width: 100% !important;
	}

	.f-who-should-attend .fGalleryItem {
		padding: 12px 0;
	}

	.f-banner .bx-viewport .fGalleryItem .fGalleryImage img {
		height: 500px;
		object-position: -550px;
	}

	.f-banner .bx-viewport {
		height: 500px;
	}

	.f-welcome-message .f-media-text>p {
		text-align: justify;
	}

	.f-welcome-message .f-media>div {
		padding: 12px 0;
	}

	.f-welcome-message .f-media-image img {
		height: 400px;
	}

	#nav-up {
		width: 45px;
		height: 45px;
		font-size: 1rem;
		bottom: 3.7rem;
	}

	.f-contact .contact-info table tr {
		display: flex;
		flex-wrap: wrap;
		border: 1px solid #dedede;
		margin-bottom: 1rem;
		padding: 1rem 0;
	}

	.f-contact .contact-info table tr td {
		border: 0 !important;
		width: 100%;
		padding: 0 1rem !important;
	}

	.f-contact .contact-info table tr td img {
		height: auto;
	}

	.f-contact .contact-info {
		padding: 1rem;
	}

	.f-committe-members .fGalleryItem .ItemfinnerGallery .fGalleryImage img {
		max-height: unset;
	}

	.fPageTitle h1 {
		font-size: 1.75rem;
	}

	.f-counter-numbers-section .counter-numbers-row>div>div.item>div.title
	{
		font-size: 1rem;
	}
}