@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
	--brand-color-theme-1: #15977f;
	--brand-color-theme-2: #095d7f;
	--brand-color-theme-3: #cdecee;
	--brand-color-theme-4: #e2fcd5;
	--bg: #edf5f4;
	--card-bg: rgba(16, 32, 36, 0.82);
	--muted: #b7c5c2;
	--text: #e6f0ef;
	--glass: rgba(255, 255, 255, 0.15);
	--max-width: 1100px;
	--gap: 28px;
	--brand-bg-graident: linear-gradient(to left, var(--brand-color-theme-3), var(--brand-color-theme-4));
}


.f-BG-Gradient {
	background-image: var(--brand-bg-graident) !important;
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html {
	font-size: 16px;
}

.bx-pager.bx-default-pager {
	display: none;
}

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: "Poppins", sans-serif;
}

h4 {
	margin: 0;
	font-size: 1.3rem !important;
}

h3 {
	margin: 0 0 10px 0;
}

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;
	color: black;
}

h2 {
	font-size: 2rem;
	font-weight: 600;
	margin: 1.25rem 0;
	line-height: 1.5;
}

h3 {
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 1.25;
}

h4 {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.25;
	margin: 0.5rem 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-2);
}

@-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;
}

#nav-up {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99999;
	font-size: 18px;
	background-color: var(--brand-color-theme-1);
	color: white;
	cursor: pointer;
	width: 48px;
	outline: none;
	border-width: 1px;
	border-style: solid;
	border-color: var(--brand-color-theme-1);
	border-image: initial;
	padding: 10px 5px;
	border-radius: 50%;
	box-shadow: 0 2px 4px 0 rgb(37 34 25);
	visibility: visible !important;
}

#nav-up:hover {
	background-color: rgb(255, 255, 255);
	color: var(--brand-color-theme-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-bottom: 3rem;
	/*overflow: hidden;*/
}

.fRegion.region-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

header {
	position: sticky;
	top: 0;
	z-index: 999999;
	background-color: white;
}

header.active {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.fRegion {
	display: inline-block;
	width: 100%;
}

.fPageTitle {
	position: relative;
	color: #fff;
	text-align: center;
	padding: 2rem 0 2rem;
	background-size: cover;
	min-height: 250px;
	height: 100%;
	margin-bottom: 2rem;
	display: grid;
	place-items: center;
	/*background: var(--brand-color-theme-2);*/
	background: url(https://storage.unitedwebnetwork.com/files/1348/454b6b1181c2a38033387b825d64658c.webp) no-repeat;
	background-size: cover;
}

.fPageTitle h1 {
	color: white;
	margin: 0;
}

body.title-off .fPageTitle {
	display: none;
}

.fModuleTitle h3 {
	color: var(--brand-color-theme-2);
	font-weight: 600;
	font-size: 1.7rem;
}

.title-center .fModuleTitle h3 {
	text-align: center;
}

.f-photo-with-custom-text .fModuleTitle {
	display: none;
}

.f-photo-with-custom-text .fModuleContent .fModuleTitle {
	display: block;

	h3 {
		text-align: start;
	}
}

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 .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;
	display: block;
	margin: 6px 0px 0 0;
	justify-content: center;
	border-bottom: none !important;
}

.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;
}

.footer-logo img {
	width: 100px;
}

/*** Button ***/

a.fButton,
.fForm .buttons input,
.fbutton-btn a,
.fForm .buttons a {
	background: linear-gradient(90deg, var(--brand-color-theme-1), var(--brand-color-theme-2));
	color: white;
	padding: 12px 18px;
	border-radius: 3px;
	text-decoration: none;
	font-weight: 600;
	box-shadow: 0 8px 24px rgba(21, 151, 127, 0.18);
	transition: transform .18s ease, box-shadow .18s ease;
	display: inline-block;
}

p {
	font-size: 0.9rem;
	color: black;
}

/****--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;
}

/* 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;
}

.session-people-name {
	font-weight: 600;
	color: var(--brand-color-theme-1);
}

.session-people-role {
	display: inline-block;
	color: var(--brand-color-theme-2);
	text-decoration: underline;
	order: -1;
	padding-right: 5px;
}

@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 #aaa;
	}
}

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-3);
	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 ***/


/* registration starts here */



/***************************************************************************
                        RESPONSIVE MEDIA QUERY
****************************************************************************/


/*xl*/

@media (max-width: 1399px) {
	html {
		font-size: 16px;
	}
}


/*lg*/

@media (max-width: 1199px) {
	html {
		font-size: 16px;
	}
}

@media(max-width: 991.9px) {
	html {
		font-size: 15px;
	}

	.row.w-100 {
		--bs-gutter-x: 0;
	}

	.fHeader .navbar-header {
		margin: 0;
	}

	.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;
	}
}


/*sm*/

@media (max-width: 767px) {
	html {
		font-size: 14px;
	}
}


/*xs*/

@media (max-width: 575px) {
	html {
		font-size: 14px;
	}
}


/***************************************************************************
                        RESPONSIVE MEDIA QUERY
****************************************************************************/


/*xl*/

@media (max-width: 1399px) {
	html {
		font-size: 16px;
	}
}


/*lg*/

@media (max-width: 1199px) {
	html {
		font-size: 16px;
	}
}

@media(max-width: 991.9px) {
	html {
		font-size: 15px;
	}

	/*.homenew .fGalleryText{ margin-bottom:30px;}*/
	.row.w-100 {
		--bs-gutter-x: 0;
	}

	.fHeader .navbar-header {
		margin: 0;
	}

	.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-photo-with-custom-text .fModuleTitle {
		display: block;
	}

	.f-photo-with-custom-text .fModuleContent .fModuleTitle {
		display: none;
	}
}


/*sm*/

@media (max-width: 767px) {
	html {
		font-size: 14px;
	}
}


/*xs*/

@media (max-width: 575px) {
	html {
		font-size: 14px;
	}
}

/*suchita-add-css-from-here-home*/
.menu-nav ul.fMenu {
	display: flex;
	ustify-content: right;
}

.menu-nav ul.fMenu li {
	margin: 0 15px 0 0;
	text-transform: uppercase;
}

.menu-nav ul.fMenu li a {
	color: var(--brand-color-theme-5);
	font-size: 14px;
}

.menu-nav ul.fMenu li:last-child {
	margin: 0;
}

.menu-nav ul.fMenu li#menu-item-34366 span {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a81401+0,d13b38+100 */
	background: var(--brand-color-theme-2);
	color: white;
	padding: 13px 20px;
}

li#menu-item-34366 span.menu-item-icon {
	display: none;
}

.logo h3 a {
	font-size: 2rem;
	font-weight: 600;
	color: var(--brand-color-theme-1);
}

.logo h3 {
	margin: 0;
}

.logo p {
	margin: 0;
}


.logo p a {
	color: var(--brand-color-theme-5);
	font-size: 12px;
}

.navbar-header {
	background: white;
}

.Buttons .row .col-lg-4 {
	padding: 12px;
}

.join img {
	background: var(--brand-color-theme-2);
	width: 60px;
	height: 60px;
	padding: 10px;
	border: 1px solid white;
}

.join h3 {
	font-size: 1.3rem;
	font-weight: 500;
	margin: 0 0px 0 20px;
	text-align: left;
}

.join span {
	display: inline-flex;
}

.join {
	display: flex;
	padding: 15px;
	position: relative;
	height: 100%;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

	&:hover {
		background-color: var(--brand-color-theme-2);

		h3 {
			color: white;

			a {
				color: white;

				&::before {
					content: "";
					display: block;
					position: absolute;
					inset: 0;
					z-index: 9;
				}
			}
		}

		img.arrow {
			filter: invert(1) !important;
			opacity: 1;
			border: 0;
		}
	}


}

.info .join {
	display: block;
	text-align: center;
}

.title-shape {
	position: relative;
	width: 50px;
	height: 4px;
	margin-left: 8px;
}

.title-shape:before {
	position: absolute;
	content: '';
	width: 70px;
	height: 4px;
	left: -8px;
	top: 0px;
}

.title-shape:before {
	background: #e41e2f;
}

.f-cta-top .fModuleContent {
	background-image: var(--brand-bg-graident);
	overflow: hidden;
	border-radius: 0 0 20px 20px;
	top: -30px;
	position: relative;
	padding-top: 30px;
}

.three-buttons {
	padding: 30px;
}

.three-buttons a {
	color: black;
}

img.arrow {
	background: none;
	opacity: 0.5;
	width: 49px;
	position: absolute;
	right: 0;
}

.contct {
	padding: 0;
	display: flex;
	justify-content: center;
}

.info .container {
	min-width: 1140px;
}

.contct .join {
	margin: 0 20px 0 0;
	padding: 25px 15px 20px 15px;
	margin: 0 10px 0 0;
}

.info .join h5 {
	font-size: 1rem;
	margin-top: 20px;
}

.contct ::before {
	background: var(--brand-color-theme-2);
	width: 60px;
	height: 60px;
	padding: 10px;
	color: white;
	font-size: 1.3rem;
}

.contct h5 {
	font-size: 1.3rem;
	margin: 0 10px 0 0px;
	width: 100%;
}

.contct h5 a {
	color: black;
}

.contct .join ul {
	display: flex;
	margin: 10% 0 0 0;
	padding: 0;
	justify-content: center;
}

.contct .join ul li {
	list-style-type: none;
	margin: 0;
}

.contct .join ul li ::before {
	background: none;
	color: white;
	padding: 0;
}

.contct .join:hover {
	background: none;
}

.contct .join ul li a {
	width: 40px;
	height: 40px;
}

.f-event-objective .fGalleryItem {
	padding: 12px;
}

.f-event-objective .ItemfinnerGallery {
	background: white;
	border: 1px solid #ccc;
	padding: 30px;
}

.f-event-objective img {
	height: 200px;
	object-fit: cover;
}

footer#fFooter {
	background: white;
	padding-top: 0px;
	border-top: 4px solid var(--brand-color-theme-2);
}

.region-footer>.row {
	justify-content: space-between;
}

.fRegion.region-footer h3 {
	color: var(--brand-color-theme-2);
	font-size: 1.4rem;
	text-transform: uppercase;
	font-weight: 400;
}

.address p {
	margin: 0;
}

.copyright {
	background-color: var(--brand-color-theme-2);
	font-size: .8rem;
}

.fRegion.region-footer p {
	color: #333;
	line-height: 25px;
}

.join-footer ul {
	display: flex;
}

.join-footer ul li {
	margin: 10px 10px 0 0 !important;
}

.join-footer ul li a {
	display: inline-block;
	background-color: var(--brand-color-theme-2);
	color: white !important;

	width: 30px;
	height: 30px;
	text-align: center;
	align-content: center;
}

.fRegion.region-footer a {
	color: #333;
	font-size: 0.9rem;
}

.f-event-objective ::before {
	width: 30px !important;
	background: var(--brand-color-theme-2);
	padding: 6px;
	color: #fff;
}

.contct.footer {
	display: block;
}

.contct.footer .join {
	box-shadow: none;
	padding: 13px;
}

.contct.footer .join ::before {
	background: none;
}

.contct.footer a {
	color: white;
}

.contct.footer ul li ::before {
	color: white;
}

.f-event-objective i.fa-solid.fa-clock {
	font-size: 13px;
}

.f-event-objective h3 {
	font-size: 2.6rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
	color: black;
}

.f-gallery-image .ItemfinnerGallery {
	margin-bottom: 30px;
	border: 1px solid var(--brand-color-theme-2);
	padding: 20px;
}

.f-gallery-image .ItemfinnerGallery img {
	aspect-ratio: 1/1;
	object-fit: cover;
	max-height: 250px;
}

.upcoming .ItemfinnerGallery {
	margin: 0 0 30px 0;
	padding: 20px;
}

.join a.fButton {
	background: none;
	width: 100%;
	display: flex;
	font-size: 1.4rem;
	line-height: 30px;
	font-weight: 500;
	color: black;
	padding: 0;
	text-align: left;
}

.join a.fButton i.fa-solid.fa-hands-clapping {
	color: white;
	font-size: 35px;
	padding: 10px;
	margin: 0 10px 0 0;
}

.arrow ::before {
	background: transparent !important;
	color: #aaa !important;
	opacity: 0.1;
	position: absolute;
	right: 15px;
	font-size: 23px !important;
	top: 36%;
}

.join a.fButton i.fa-solid.fa-newspaper {

	color: white;
	font-size: 35px;
	padding: 10px;
	margin: 0 10px 0 0;
}

.join a.fButton i.fa-solid.fa-calendar-days {
	color: white;
	font-size: 35px;
	padding: 10px;
	margin: 0 10px 0 0;
}

.form-item.form-item-type-buttons.buttons {
	padding-left: 0 !important;
}

.membership h5 {
	color: var(--brand-color-theme-2);
}

/*gallery*/
.f-gallery-image p a {
	color: var(--brand-color-theme-2);
	font-size: 1.1rem;
}

.f-gallery-image p {
	text-align: center;
}

/*form*/
.fForm .form-item-option {
	margin: 0;
}

.contact-form {
	background: white;
	padding: 30px;
}

.form h4 {
	color: var(--brand-color-theme-2);
}

/*form*/
/*gallery*/

/*suchita-add-css-from-here-home*/

/* event starts here */


.f-events .f-list-item {
	padding: 12px;
}

.f-events .f-list-item-container {
	height: 100%;
	border: 1px solid #dedede;
	padding: 12px;
	position: relative;
	padding-bottom: 60px;
	background-color: white;
}

.f-events .owl-carousel .f-list-item-container {
	min-height: 280px;
}

.f-events .f-list-item-container .f-list-item-teaser-image img {
	/* aspect-ratio: 1/1;
	margin-bottom: 12px;
	max-height: 250px;
	object-fit: cover; */
	margin-bottom: 12px;
}

.f-events .f-list-item-container .f-list-item-title {
	font-size: 1.1rem;
	color: var(--brand-color-theme-2);
	font-weight: 600;
	margin-bottom: 10px;

	a {
		color: var(--brand-color-theme-2);
		font-size: 1.1rem;
	}
}

.f-events .f-list-item-container .f-list-item-subtitle {
	font-size: .9rem;
}

.f-events .f-list-item-container .f-list-item-fields {
	font-size: .9rem;
	margin-top: 10px;
}

.f-events .f-list-item-container .event-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 12px;
}

.f-events .f-list-item-container .event-buttons>* {
	width: fit-content;
}

.f-events .f-list-item-container .event-buttons .f-item-node-value a {
	padding: 7px 10px;
	font-size: .75rem;
	display: inline-block;
}

.f-events .f-list-item-container .f-list-item-node {
	position: relative;

}

.f-events .f-list-item-container .f-list-item-node.f-list-item-teaser-content {
	font-size: .9rem;
}

.f-events .f-list-item-container .f-list-item-node .f-item-node-value {
	font-size: .9rem;
}

.f-events .f-list-item-container .f-list-item-node .f-item-node-value::before {
	content: "";
	position: relative;
	margin-right: 5px;
	color: var(--brand-color-theme-2);
	width: 15px;
	display: inline-block;
	font-size: .9rem;
	font-family: "FontAwesome";
}

.f-events .f-list-item-container .event-buttons .f-item-node-value::before {
	content: unset;
}

.f-events .f-list-item-container .f-list-item-node.merged-date .f-item-node-value::before {
	content: "\f073";
}

.f-events .f-list-item-container .f-list-item-node.time .f-item-node-value::before {
	content: "\f017";
	font-size: .75rem;
}

.f-events .f-list-item-container .f-list-item-node.venue .f-item-node-value::before {
	content: "\f3c5";
}

.f-events .f-list-item-container .f-list-item-node.registration-fees .f-item-node-value {
	margin-bottom: 10px;
}

.f-events .f-list-item-container .f-list-item-node.registration-fees .f-item-node-value::before {
	content: "Registration Fees: ";
	width: fit-content;
	display: inline-block;
	color: var(--brand-color-theme-2);
	font-family: "Poppins", sans-serif;

}

.f-list-filter {
	text-align: center;
	align-content: center;
	margin-top: 2rem;

	a {
		display: inline-block;
		width: 30px;
		min-width: max-content;
		height: 30px;
		background-color: var(--brand-color-theme-1);
		margin: 7px 3.5px;
		align-content: center;
		color: white;
	}

	a.selected {
		background-color: var(--brand-color-theme-2);
	}
}

/* event ends here */

/* programme button starts here */


.f-nav-programme .fMenu {
	display: flex;
	justify-content: center;
}

.f-nav-programme .fMenu li {
	width: fit-content;
	padding: 15px 10px;
}

.f-nav-programme .fMenu li a {
	display: block;
	background-image: linear-gradient(90deg, var(--brand-color-theme-1), var(--brand-color-theme-2));
	padding: 10px 15px;
	text-align: center;
	font-weight: 600;
	color: white;
	font-size: 14px;
	border-radius: 3px;
}

.f-nav-programme .fMenu li.selected a {

	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	color: white;
}

/* programme button ends here */

/* welcome message starts here */

.f-welcome-message .f-media-image {
	width: 200px;
	float: left;
	margin-right: 12px;
	margin-top: 8px;
	margin-bottom: 12px;
}

.f-welcome-message .f-media-text {
	text-align: justify;
}

.f-welcome-message .f-media-text p.name {
	color: var(--brand-color-theme-2);

	span {
		display: block;
		font-style: italic;
		font-size: .8rem;
		color: var(--brand-color-theme-1);
	}
}

/* welcome message ends here */

/* banner starts here */
.banner {
	position: relative;
	z-index: 9;

	.fModuleContent {
		border-radius: 0 0 20px 20px;
		overflow: hidden;
	}
}

.banner .fGalleryImage img {
	height: 550px;
	object-fit: cover;
}

.banner .bx-wrapper {
	margin: 0 auto 0px auto;
}

.banner .fGalleryText {
	position: absolute;
	inset: 0;
	align-content: center;
	background-color: #00000066;
}

.banner .fGalleryText .banner-item {
	width: 600px;
	padding: 1rem;
	max-width: 100%;
}

.banner .fGalleryText .banner-item h4 {
	color: white;
	font-size: 2.3rem !important;
	font-weight: 700;
}

.banner .fGalleryText .banner-item h3 {
	color: white;
	font-size: 1rem;
	font-weight: 400;
	display: inline-block;
}

.banner .fGalleryText div.date-and-venue {
	color: white;
	align-content: center;
}


.banner .fGalleryText div.date-and-venue>div {
	display: inline-block;
	position: relative;
	align-content: center;
	margin: 7px 7px 7px 0;
}

.banner .fGalleryText div.date-and-venue>div::before {
	content: "";
	width: 30px;
	display: inline-block;
	height: 30px;
	font-family: "FontAwesome";
	/*background-color: var(--brand-color-theme-2);*/
	color: white;
	margin-right: 10px;
	text-align: center;
	align-content: center;
}

.banner .fGalleryText div.date-and-venue>div.date::before {
	content: "\f073";
}

.banner .fGalleryText div.date-and-venue>div.venue::before {
	content: "\f3c5";
}


/* banner ends here */

/* committee member starts here */


.f-committee .fGalleryItem {
	padding: 12px;
}

.f-committee .fGalleryItem .ItemfinnerGallery {
	text-align: center;
	height: 100%;
}

.f-committee .fGalleryItem .ItemfinnerGallery .fGalleryImage img {
	width: 170px;
	aspect-ratio: 1/1;
	object-fit: cover;
	max-width: 100%;
	object-position: top center;
	border-radius: 1000px;
	border: 2px solid #5757566c;
	padding: 5px;
	margin-bottom: 1rem;
}

.f-committee .fGalleryItem .ItemfinnerGallery h6 {
	margin: 0;
	line-height: 1.3em;
	color: #000;
}

.f-committee .fGalleryItem .ItemfinnerGallery h5 {
	margin-top: 0;
	font-size: .9rem;
	font-style: italic;
	color: var(--brand-color-theme-1);
	font-weight: 400;
}

.f-committee .fGalleryItem .ItemfinnerGallery h3 a {
	font-size: 1.3rem;
}

/* committee member ends here */

/* countdown starts here for the upcoming events */

/* .f-upcoming-event-countdown {
	padding-top: 2rem !important;
	background: #fff;
	background-image: url("https://storage.unitedwebnetwork.com/files/1348/8db223182a9c23ae9aca9855751580dc.avif");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;

}


.f-upcoming-event-countdown::after {
	content: "";
	background-image: linear-gradient(45deg, #E79100 0%, #4940CD 100%);
	position: absolute;
	display: block;
	inset: 0;
	opacity: 0.68;
}

.f-upcoming-event-countdown .container {
	display: flex;
	flex-wrap: wrap;
	place-items: center;
	position: relative;
	z-index: 99;
}

.f-upcoming-event-countdown .container .f-module-title {
	width: 35%;
}

.f-upcoming-event-countdown .container .f-module-title h3 {
	font-size: 1.7rem;
	font-weight: 600;
	font-style: normal;
	line-height: 1.15;
	letter-spacing: normal;
	text-align: left;
	color: #000;
}

.f-upcoming-event-countdown .container .f-module-title h3::before,
.f-upcoming-event-countdown .container .f-module-title h3::after {
	left: 0;
	transform: unset;
}

.f-upcoming-event-countdown .container .f-module-title h3 span {
	color: white;
	margin-top: 20px;
	letter-spacing: normal;
	font-weight: 500;
	font-size: 1rem;
	display: block;
	margin-bottom: 1rem;
}

.f-upcoming-event-countdown .container .f-module-content {
	width: 65%;
	padding: 10px 5%;
}

.f-upcoming-event-countdown .container .f-module-content .row {
	justify-content: space-between;
}

.f-upcoming-event-countdown .container .f-module-content .count-col {
	width: 22%;
	background-color: white;
	text-align: center;
	padding: 10px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.f-upcoming-event-countdown .container .f-module-content .count-col::after {
	content: "";
	background-color: var(--brand-color-theme-2);
	width: 15px;
	height: 15px;
	border-radius: 50%;
	position: absolute;
	bottom: -5%;
}

.f-upcoming-event-countdown .container .f-module-content .count-col h4 {
	font-size: 2.1rem;
	margin-bottom: 0;
	font-weight: 800;
} */


/* countdown ends here for the upcoming events */

/* CTA starts here */

.f-join-now-bottom {
	margin: 0;
	/* background:radial-gradient(1000px 500px at 10% 10%, rgba(21, 151, 127, 0.07), transparent 20%),
                radial-gradient(900px 400px at 90% 90%, rgba(9, 93, 127, 0.08), transparent 20%),
                var(--brand-bg-graident); */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 48px 20px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Highlight card */
.f-join-now-bottom .highlight-card {
	display: grid;
	background: linear-gradient(180deg, var(--card-bg), rgb(9, 93, 127, 0.82));
	/* color: rgba(12,30,34,0.92); */
	border-radius: 18px;
	padding: 34px;
	box-shadow: 0 12px 40px rgba(8, 20, 24, 0.08);
	align-items: center;
	position: relative;
	overflow: visible;
	border: 1px solid rgba(9, 93, 127, 0.06);
	backdrop-filter: blur(8px);
	text-align: center;
}

/* Floating decorative blobs */
.f-join-now-bottom .blob {
	position: absolute;
	filter: blur(28px);
	opacity: 0.18;
	pointer-events: none;
	border-radius: 50%;
}

.f-join-now-bottom .blob.one {
	width: 220px;
	height: 220px;
	right: -60px;
	top: -40px;
	background: linear-gradient(135deg, var(--brand-color-theme-1), var(--brand-color-theme-2));
}

.f-join-now-bottom .blob.two {
	width: 140px;
	height: 140px;
	left: -50px;
	bottom: -50px;
	background: linear-gradient(135deg, var(--brand-color-theme-3), var(--brand-color-theme-4));
}


/* right panel — content */
.f-join-now-bottom .panel-content {
	padding: 6px 4px;
}

.f-join-now-bottom h1 {
	margin: 0 0 10px 0;
	font-size: 1.9rem;
	letter-spacing: -0.02rem;
	color: var(--brand-color-theme-4);
	line-height: 1.06;
}

.f-join-now-bottom p.lead {
	margin: 0 0 14px 0;
	color: var(--brand-color-theme-3);
	font-size: 1.03rem;
}


.f-join-now-bottom .who {
	margin-top: 6px;
	font-size: 0.96rem;
	color: var(--brand-color-theme-3);
	font-weight: 600;
}

/* call to actions */
.f-join-now-bottom .cta-row {
	display: flex;
	gap: 12px;
	margin-top: 20px;
	flex-wrap: wrap;
	justify-content: center;
}

.f-join-now-bottom .btn-primary {
	background: linear-gradient(90deg, var(--brand-color-theme-1), var(--brand-color-theme-2));
	color: white;
	padding: 12px 18px;
	border-radius: 12px;
	text-decoration: none;
	font-weight: 500;
	box-shadow: 0 8px 24px rgba(21, 151, 127, 0.18);
	transition: transform .18s ease, box-shadow .18s ease;
}

.f-join-now-bottom .btn-primary:focus,
.f-join-now-bottom .btn-primary:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 36px rgba(9, 93, 127, 0.18);
	outline: none;
}

.f-join-now-bottom .btn-ghost {
	background: transparent;
	border: 1px solid var(--brand-color-theme-4);
	padding: 12px 16px;
	border-radius: 12px;
	text-decoration: none;
	color: var(--brand-color-theme-4);
	font-weight: 500;
	display: inline-flex;
	gap: 10px;
	align-items: center;
}

.f-join-now-bottom .btn-ghost svg {
	width: 16px;
	height: 16px
}

/* small stats */
.f-join-now-bottom .stats {
	display: flex;
	gap: 14px;
	margin-top: 18px;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;

}

.f-join-now-bottom .stat {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 110px;
	padding: 8px 12px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(9, 93, 127, 0.04);
	text-align: left;
}

.f-join-now-bottom .stat .num {
	font-weight: 800;
	color: var(--brand-color-theme-4);
	font-size: 1.15rem;
}

.f-join-now-bottom .stat .label {
	font-size: 0.82rem;
	color: #fff;
}

/* responsive */
@media (max-width:980px) {
	.f-join-now-bottom .highlight-card {
		grid-template-columns: 1fr;
		text-align: center;
		padding: 28px;
	}

	.f-join-now-bottom .panel-content {
		order: 1
	}

	.f-join-now-bottom .stats {
		justify-content: center;
	}
}

@media (max-width:420px) {

	.f-join-now-bottom h1 {
		font-size: 1.45rem
	}

	.f-join-now-bottom .logo-pill {
		font-size: 0.88rem
	}

	.f-join-now-bottom .benefit {
		font-size: 0.9rem;
		padding: 9px
	}
}

/* small entrance animation */
.highlight-card {
	transform: translateY(8px);
	opacity: 0;
	animation: enter .6s ease forwards;
}

@keyframes enter {
	to {
		transform: none;
		opacity: 1
	}
}


/* CTA ends here */
/* subscribe Form starts here */

.footer-button-notification {
	width: fit-content;
	padding: 0;
	height: fit-content;
	position: fixed;
	bottom: 4rem;
	z-index: 9999;
	right: 30px;
}

.footer-button-notification button {
	background-color: var(--brand-color-theme-2);
	color: white;
	width: 48px;
	height: 48px;
	font-size: 1.2rem;
	outline: none;
	border: 0;
	border-radius: 500px;
	box-shadow: 0 2px 4px 0 rgb(37 34 25);
}


.subscribe-form {
	position: fixed;
	right: 30px;
	bottom: 9rem;
	padding: 20px !important;
	width: 350px;
	max-width: 100%;
	background-image: linear-gradient(to left, rgba(205, 236, 238, 0.75) 0%, rgb(226, 252, 213, 0.75) 100%);
	z-index: 999999999999;
	max-width: 100%;
	box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.15);
	border-radius: 15px 15px 15px 15px;
}

.subscribe-form::before {
	content: "";
	position: absolute;
	right: 10px;
	height: 20px;
	width: 30px;
	bottom: -19px;
	background-color: rgb(205, 236, 238, 0.75);
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	z-index: -1;
}

.subscribe-form .form-item>label {
	display: none;
}

.subscribe-form .form-item>input {
	padding: 7px 10px;
	font-size: .85rem;
}

.subscribe-form .fModuleTitle h3 {
	font-size: 1.1rem;
	font-weight: 500;
}

.subscribe-form .buttons {
	text-align: center;
}

/* subscribe form ends here */

.inset-full {
	inset: 0;
}

.fancybox-container {
	z-index: 999999999999;
}

/* about us page starts here */

.f-about-page .f-media-image {
	float: left;
	width: 40%;
	padding: 0 20px 12px 0;
}

/* about us page ends here */

/*videos*/
.videos {
	margin-bottom: 30px;
	border: 1px solid var(--brand-color-theme-2);
	padding: 20px;
}

/*videos*/

/* membership page starts here */

.f-normal-box>.container {
	flex: 1;
	background: linear-gradient(180deg, rgba(21, 151, 127, 0.04), rgba(9, 93, 127, 0.02));
	border-radius: 12px;
	padding: 20px;
	border: 1px solid rgba(5, 93, 127, 0.06);
}

.f-normal-box-2>.container{
	background: linear-gradient(180deg, #fff, #cdecee);
    padding: 20px;
    border-radius: 12px;
    border: 1px solid rgba(5, 93, 127, 0.04);
}

.f-normal-box-2 h4{
	margin-top: 2rem;
	font-weight: 600;
	font-size: 1.3rem;
}

.f-normal-box-3>.container
{
    padding: 18px;
    border-radius: 12px;
    background: linear-gradient(90deg, rgba(233, 255, 240, 0.6), rgba(237, 255, 253, 0.6));
    border: 1px solid rgba(21, 151, 127, 0.06);
}

.f-normal-box-3 .bank {
    background: #e2fcd5;
    padding: 14px;
    border-radius: 10px;
    border: 1px dashed rgba(5, 93, 127, 0.07);
}

/* membersship page ends here */

/***************************************************************************
                        RESPONSIVE MEDIA QUERY
****************************************************************************/
@media(min-width: 991.9px) {

	header .region-header>.row {
		margin: 0;
		align-items: center;
		align-content: center;
		justify-content: space-between;
	}

	.head-top {
		display: none;
	}

	.navbar-header {
		border-top: 0;
	}

	.main-menu .fMenu {
		display: flex;
		justify-content: end;
		font-family: var(--brand-font-family-heading);
		align-items: center;
		margin: 0;
	}

	.main-menu .fMenu>li {
		padding: 7px 7px;
		position: relative;
		margin: 0;
	}

	.main-menu .fMenu>li.has-submenu {
		padding-right: 20px;
	}

	.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>a {
		background-image: linear-gradient(90deg, var(--brand-color-theme-1), var(--brand-color-theme-2));
		;
		color: white !important;
		padding: 7px 20px;
		border-radius: 3px;
	}

	.main-menu .fMenu>li>ul {
		position: absolute;
		text-align: left;
		top: 3.8rem;
		left: 7px;
		background-color: white;
		visibility: hidden;
		width: 230px;
		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-3);
		color: #333;
	}

	.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;
	}

	.logo {
		width: fit-content;
	}

	.logo img {
		width: 80px;
	}

	.quick-link,
	.contact,
	.footer-logo {
		width: fit-content;
	}

	footer .address {
		width: 370px;
	}

}

/*xl*/

@media (max-width: 1399px) {
	html {
		font-size: 16px;
	}
}

@media(max-width:1299.9px) {
	.f-events .owl-carousel .f-list-item-container {
		min-height: 320px;
	}
}

/*lg*/

@media (max-width: 1199px) {
	html {
		font-size: 16px;
	}
}

@media(max-width: 991.9px) {
	html {
		font-size: 15px;
	}

	.three-buttons .col-lg-4 {
		margin-bottom: 20px;
	}

	.about {
		padding-bottom: 0;
	}

	.contct {
		display: block;
	}

	.about {
		padding-top: 0;
	}

	.about-text {
		padding-top: 0;
	}

	.contct .col-lg-6 {
		margin-bottom: 20px;
	}

	.row.w-100 {
		--bs-gutter-x: 0;
	}

	.fHeader .navbar-header {
		margin: 0;
	}

	.fHeader .navbar-header .row.row-0 {
		margin: 0 0;
	}

	.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;
	}

	.main-menu {
		position: static !important;
	}

	.main-menu nav {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 6.7rem;
		height: fit-content;
		width: 100%;
		background-color: var(--brand-color-theme-1);
		width: 95%;
		padding: 0;
		z-index: 9999999;
	}

	.main-menu nav ul {
		margin: 0;
	}

	.main-menu nav ul.fMenu>li>ul>li {
		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-1);
	}

	.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;
		pointer-events: auto;
	}

	.main-menu nav ul.fMenu>li.has-submenu>ul {
		position: relative;
		padding: 7px;
		background-color: var(--brand-color-theme-4);
		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-1);
		display: block;
		text-transform: uppercase;
	}

	header .navbar-toggle .icon-bar {
		display: block;
		background-color: var(--brand-color-theme-2);
	}

	.logo img {
		width: 80px;
	}

	.f-about-page .f-media-image {
		width: 100%;
		padding: 24px 0;
	}
}


/*sm*/

@media (max-width: 900px) {

	html {
		font-size: 14px;
	}

	.navbar-toggle-container .navbar-toggle {
		z-index: 9999;
	}

	.head-top {
		display: none;
	}

	.navbar-header {
		border-top: 0;
	}
}

@media (max-width:800px) {
	.video {
		padding-top: 3rem !important;
	}

	.fRegion.region-footer .ItemfinnerGallery {
		text-align: left;
		padding: 0;
	}
}

@media(max-width:767.9px) {
	.f-events .owl-carousel .f-list-item-container {
		min-height: unset;
	}

	.f-upcoming-event-countdown .container .f-module-title {
		width: 100%;

		h3 {
			text-align: center;
		}
	}

	.f-upcoming-event-countdown .container .f-module-content {
		width: 100%;
	}

	.f-upcoming-event-countdown .container .f-module-content a.fButton {
		display: block;
		width: fit-content;
		margin: 2rem auto 0 auto;
	}
}

/*xs*/

@media (max-width: 574.9px) {
	html {
		font-size: 14px;
	}

	.video {
		padding-top: 4rem !important;
	}

	.active-tabs .btn {
		width: auto;
	}

	.f-welcome-message .f-media-image {
		margin: auto;
		margin-bottom: 12px;
		float: unset;
	}

	.f-welcome-message .f-media-image img {
		width: 100%;
		aspect-ratio: 1/1;
		border: 2px solid #5757566c;
		padding: 5px;
		object-fit: cover;
		object-position: top center;
		border-radius: 1000px;
	}

	.subscribe-form {
		right: unset;
		left: 50%;
		transform: translateX(-50%);
		width: 95%;
		bottom: 11rem;
	}

	.footer-button-notification {
		bottom: 5rem;
	}
}