@charset "utf-8";
/* CSS Document */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css");
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
:root {
 --brand-color-theme-1: #234cb8;
 --brand-color-theme-2: #b4759d;
 --brand-color-theme-3: #f6c6ad;
 --brand-color-theme-4: #0e1f47;
 --brand-color-theme-5: #ffbf04;
 --brand-font-family-heading: "Montserrat", sans-serif;
 --brand-font-family-body: "Montserrat", 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);
}
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: 2.1rem;
	font-weight: 600;
	line-height: 1.25;
	margin: 1.25rem 0;
}
h4 {
	font-size: 1.3rem;
	margin: 0 0 10px 0;
	color: var(--brand-color-theme-1);
	display: inline-block;
	padding: 7px 0px;
}
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;
}
#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-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: var(--brand-color-theme-1);
	text-align: center;
	padding: 4rem 0 4rem;
	background-size: cover;
	min-height: 182px;
	height: 100%;
	margin-bottom: 2rem;
	background:url(https://storage.unitedwebnetwork.com/files/1370/f4dc5194bc25a60bfed7f6fa8653e775.webp) no-repeat;
	display: grid;
	place-items: center;
	background-size: cover;
}
body.title-off .fPageTitle {
	display: none;
}
.fModuleTitle h3 {
	color: var(--brand-color-theme-1);
	font-weight: 600;
}
.title-center .fModuleTitle h3 {
	text-align: center !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 .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%;
}
/*venue-page-tabs*/
.venue-img img {
	height: 300px;
	object-fit: cover;
}
.venue1 .fPageTitle {
	margin:0;
}
.nav-menu-for-direction ul {
	border-bottom: 1px solid #dedede;
}
.nav-menu-for-direction li {
	list-style: none;
}
.nav-menu-for-direction li>a {
	background-color: var(--brand-color-theme-2);
	color: white;
}
.nav-element .f-media-image-link img {
	border: 1px solid #dedede;
	height:300px;
	object-fit:cover;
}
.nav-menu-for-direction li>a.inactive {
	color: var(--brand-color-theme-1);
	background-color: transparent;
}
/*venue-page-tabs*/
/*** Footer ***/

footer#fFooter ul, footer#fFooter ul li {
	margin: 0px 0 10px 0;
	list-style: none;
	padding: 0px;
	justify-content: right;
}
/*** Button ***/

a.fButton, .fForm .buttons input, .fbutton-btn a, .fForm .buttons a {
	border-radius: 8px;
	background-color: var(--brand-color-theme-2);
	display: inline-block;
	padding: 14px 2rem;
	color: #ffffff;
	font-weight: 500;
}
a.fButton:hover, .fForm .buttons input:hover, .fbutton-btn a:hover, .fForm .buttons a:hover {
	background-color: var(--brand-color-theme-2);
	color:white;
}
/****--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, .f-iconset .fMenu {
	justify-content: center;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
}
.iconset .fMenu>li, .f-iconset .fMenu>li {
	padding: 12px;
}
.f-iconset .fMenu>li>div.innerContent {
	display: block;
	padding: 1rem;
	font-weight: bold;
	color: #000;
	height: 100%;
	background: #f5f5f5;
	transition: 0.3s all ease-in-out;
	border-radius: 10px;
	border: 1px solid #dedede;
	position: relative;
	text-align: start;
}
.f-iconset .fMenu>li>div.innerContent>a>.menu-item-icon {
	display: block;
	margin-bottom: 7px;
}
.f-iconset .fMenu>li>div.innerContent>a {
	color: var(--brand-color-theme-2);
	font-size: 1.4rem;
	font-weight: 600;
}
.f-iconset .fMenu>li>div.innerContent>a>.menu-item-icon>img {
	width: 40px;
}
.f-iconset .fMenu>li>div.innerContent ul {
	margin-left: 0;
	padding-left: 0;
}
.f-iconset .fMenu>li>div.innerContent ul>li {
	margin-bottom: 10px;
}
.f-iconset .fMenu>li>div.innerContent ul>li>a {
	color: #000;
	font-weight: 400;
	position: relative;
	display: inline-block;
	align-content: center;
}
 .f-iconset .fMenu>li>div.innerContent ul>li>a::before {
 content: "\f101";
 font-family: "FontAwesome";
 width: 20px;
 display: inline-block;
 font-size: .9rem;
 color: var(--brand-color-theme-2);
}
.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;
}
.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;
	display:none;
}
 @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 ***/

/*home*/
ul.fMenu img {
	width: 36px !important;
	margin: 0 10px 0 0;
}
.about-logo .row.mx-0 {
	justify-content: center;
	text-align: center;
}
div#fModule-59816 {
	background: url(https://storage.unitedwebnetwork.com/files/1370/48fb96943412ac783ea8b4e44c686fb4.png) no-repeat center left -110px;
}
.about-logo h3 {
	font-size: 1.4rem !important;
}
.about-logo img {
	width: 140px;
	object-fit: contain;
	height: 140px;
	object-fit: top;
	object-position: center;
}
.support {
	padding:0 !important;
}
.hosted {
	padding:0 !important;
}
.high {
	text-align:center;
	background:url(https://storage.unitedwebnetwork.com/files/1370/48fb96943412ac783ea8b4e44c686fb4.png) no-repeat top right -110px #f5f7ff;
}
.highlight-section {
	padding: 20px;
	border-radius: 10px;
	text-align:left;
}
.highlight-section p {
	margin:0;
}
p.head-text {
	padding: 0 100px;
}
.highlight-section h4 {
	background: none;
	color: var(--brand-color-theme-1);
	padding: 0;
	font-size: 1.2rem;
	border-bottom: 1px solid #ccc;
	padding: 0 0px 10px 0;
}
.f-list-filter {
	display: none;
}
h3.parti {
	font-size: 3rem;
	margin: 0 0px 0;
	color: white;
	text-align:left;
}
a.button-new.banner.btns {
	padding: 0;
	background: transparent;
}
.event-highlight p {
	margin:0;
	color:white;
	text-align:left;
}
.event-highlight {
	position: relative;
	margin: -60px 0 0 0;
}
.event-highlight h3 {
	color:white !important;
}
.maps-buttons ul li {
	margin: 0 0 20px 0;
	padding: 20px;
	list-style-type: none;
	background: white;
	border-radius: 10px;
	display: flex;
	color: black;
}
.maps-buttons ul li a {
	font-size:1.3rem;
}
.event-highlight img {
	width: 70px;
	height: 70px;
	object-fit: contain;
	background: #fff;
	border-radius: 20px;
	padding: 14px;
	margin:0 20px 0 0;
}
.event-highlight .ItemfinnerGallery {
	display:flex;
	justify-content: center;
	margin-top:30px;
}
.event-highlight h3 {
	margin:0;
}
.event-highlight .container {
	background:var(--brand-color-theme-2);
	border-radius: 12px;
	padding:0px 20px 20px;
}
.about.-section.home {
	background: #051828 url(https://storage.unitedwebnetwork.com/files/1370/fc9d21ae09b684ac6ad26d0ba7f364b4.png) no-repeat left bottom 57px;
	padding: 40px;
}
.about h4 {
	color: var(--brand-color-theme-5);
	margin: 0;
}
.about h3 {
	margin:0;
}
.about {
	background:var(--brand-color-theme-1);
	color:white;
	padding:30px !important;
}
.about ul {
	display:flex;
	margin:20px 0 10px 0;
	padding:0;
}
.about ul li {
	list-style-type:none;
	margin:0 20px 0 0;
	padding:10px 15px;
	background:var(--brand-color-theme-5);
	border-radius: 8px;
	color:black;
}
.about ul li a {
	color: #000000;
	font-size: 0.8rem;
}
.about img {
	height:400px;
	float: right;
	width: 400px;
	object-fit: cover;
	border-radius: 10px;
	margin:30px;
}
.maps-buttons ul {
	margin:0;
	padding:0;
}
.banner-text h3 {
	font-size: 3rem;
	color:var(--brand-color-theme-1);
}
.banner-text {
	position: absolute;
	top: 9%;
	width: 45%;
	left: 5%;
}
li#menu-item-35302 img {
	width: 30px;
	height: 30px;
	margin: 0 10px 0 0;
}
.fheaderToptwo .row.w-100 {
	margin-left:0;
}
.header-top-section a {
	color:var(--brand-color-theme-2);
}
.header-top-section {
	padding:10px 0 10px 0;
	background:var(--brand-color-theme-1);
	color:white;
}
.header-top-section p {
	margin:0;
	font-size:14px;
	color:rgba(255, 255, 255, 0.85);
}
.header-top-section .header-top-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header-top-section .header-top-wrapper .top-list {
	margin:0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	padding:0;
}
.header-top-section .header-top-wrapper .top-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.85);
}
.header-top-section .header-top-wrapper .top-list li a {
	color: rgba(255, 255, 255, 0.85);
}
/*home*/

.banner.mobile {
	display: none;
}
.welcome-section {
	padding: 0 60px;
	margin: 0 auto;
	overflow: hidden;
}
.venue-details {
	display: flex;
	margin: 15px 0 15px 0;
	padding: 0;
}
.place {
	font-weight:800;
}
.fHeader {
	position: sticky;
	top: 0;
	width: 100%;
	background-color: white;
	z-index: 99999;
}
.region-header>.row {
	justify-content: space-between;
}
.navbar-header {
	background: white;
	border-image: url(https://storage.unitedwebnetwork.com/files/1370/59664605c28f91697032b9e38b1bb1e1.png) 100 / /* slice */ 0px 18px 20px / /* width */ 14px 9px 10px /* outset */ round;
}
i.fa-solid.fa-house {
	color: var(--brand-color-theme-2);
}
.fModuleTitle h3 {
	color: var(--brand-color-theme-1);
	font-size: 2.1rem;
	font-weight: 500;
}
.fModuleTitle h3 span {
	display: block;
	font-size: 1.1rem;
	font-weight: 500;
	color:#c1659f;
}
.banner-text1 span {
	position: relative;
	bottom: 22px;
}
.dates-section p {
	margin: 0;
	font-weight: 600;
	font-size: 16px;color:var(--brand-color-theme-1);
}
.dates-section {
	margin-bottom:2rem;
}
.banner-text.img img {
	width: 100px;
}
.banner-text.img h3 {
	font-size:14px;
}
.banner-text.img {
	margin:-49px 60px 0 0px;
}
a.button-new.banner {
	background: var(--brand-color-theme-2);
	margin-bottom: 40px !important;
	color: #ffffff;
	border-radius: 8px;
	padding:14px 30px;
}
p.buttons {
	padding-left:0 !important;
	margin:0;
}
p.buttons img {
	width: 30px;
	height: 30px;
	margin: 0 10px 0 0;
}
.dates-section ul li {
	font-size: 18px;
	list-style-type: none;
	margin: 0 40px 0 0;
}
.dates-section span {
	color:var(--brand-color-theme-1);
}
.dates {
	position:relative;
	min-height:100px;
	height:100%;
	border-radius:10px;
}
.dates-section ul {
	display:flex;
	padding: 0;
}
.dates h3 {
	font-size: 1.2rem !important;
	color: var(--brand-color-theme-1);
	border-radius:100px;
}
.dates h3:after {
	content: '';
	position: absolute;
	width: 20%;
	top: 12%;
	margin-left: 10px;
	border-top: 3px solid var(--brand-color-theme-1);
}
.dates ::before {
color: var(--brand-color-theme-1);
}
.welcome img {
	width: 280px;
	height: 280px;
	border-radius: 200px;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border: 10px solid #ccc;
	float: left;
	margin: 0 0px 0 0;
	object-fit: cover;
	object-position: top;
}
.welcome-section h3 {
	color: var(--brand-color-theme-1);
	font-size: 2.1rem;
	margin: 0;
	font-weight:600;
}
.welcome-section h4 {
	font-size: 1.3rem;
	color: var(--brand-color-theme-2);
	display: inline-block;
	padding: 7px 0px;
}
.f-countdown-home-page .col-count.fCountText {
	width: 150px;
	text-align: center;
	border-right: 1px solid transparent;
	border-image: linear-gradient(to bottom, #f0da02, #fdfdfd78) 1;
}
.f-countdown-home-page .col-count.fCountText:last-child {
	border:none;
}
.f-countdown-home-page .row {
	display: flex;
	justify-content: center;
	width: fit-content;
	border-radius: 10px;
}
.read-more {
	text-align:center;
}
.f-countdown-home-page {
	position: relative;
	top: 0;
	z-index: 0;
	width: 100%;
	margin: -110px 0 0 0;
}
.f-countdown-home-page h4.fDay {
	margin: 0;
	font-size: 2rem;
	font-weight: 700;
	display: inline-block;
	background: var(--brand-color-theme-1);
	border-radius: 100px;
	width: 60px;
	color: white;
	height: 60px;
	padding: 10px;
}
p.fCountText {
	margin: 0 0 0px 0;
}
.f-countdown-home-page .row {
	display:flex;
	justify-content:center;
	padding:30px;
	background: rgba(255, 255, 255, 0.85);
}
.speaker .ItemfinnerGallery img {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: #cccccc33;
	padding: 5px;
	margin:0 auto;
}
.speaker h3 {
	text-align: center;
	color: var(--brand-color-theme-2);
}
.speaker h4 {
	text-transform:uppercase;
	font-size:1rem;
	font-weight:400;
	text-align:center;
}
a.button-new1 {
	color: white;
}
.button-new1 {
	background: none;
	/* font-size: 10px; */
    display: inline-block;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}
.button-new1 img {
	width: 20px;
	margin: 0 10px 0 0;
}
.buttons-about {
	display: flex;
}
a.button-new.banner.locate {
	font-size: 12px;
	width: 100%;
	margin: 0 10px 0 0;
	padding: 15px 20px;
	background:#ffc208;
	color:black;
}
a.button-new.banner.locate:hover {
	background:var(--brand-color-theme-2);
	color:white;
}
.Information a {
	color:white;
}
.Information h5 {
	display: flex;
	justify-content: right;
}
/*home*/
/*contact*/
.contact .venue.step {
	padding: 10px 0 0 0;
}
.contact .venue.step p {
	padding: 0;
}
.venue.step {
	padding: 0px 0 10px 0px;
	-webkit-box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.08);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	background: #ffffff;
	border: 1px solid #004fa82b;
	height: 100%;
	position: relative;
}
/*contact*/
/*speaker*/

.committee .fModuleTitle h3>div, .f-speakers .fModuleTitle h3>div {
	width: fit-content;
}
.committee .fModuleTitle h3>a, .f-speakers .fModuleTitle h3>a {
	width: fit-content;
	height: fit-content;
}
.committee h4, .f-speakers .f-list-item .f-list-item-container .f-list-item-title>a {
	margin-bottom: 0;
	line-height: 20px;
	color: var(--brand-color-theme-1);
	font-weight: 600;
	font-size: 1.1rem;
}
.f-speakers .f-list-item .f-list-item-container .f-list-item-title {
	text-align: center;
	margin-top: 10px;
}
.committee h5 {
	margin-top: 8px;
}
.f-speakers .f-list-item .f-list-item-container .f-list-item-subtitle>a {
	display: block;
	margin-top: 8px;
 font-size: .9rem;
	text-align: center;
	color: #000;
}
.f-committee-members-carousel .owl-item .fGalleryItem {
	scale: .92;
	transition: all 1s;
}
.f-committee-members-carousel .owl-item.center .fGalleryItem {
	scale: .98;
}
.committee .fGalleryItem, .f-speakers .f-list-item {
	padding: 12px;
}
.committee .ItemfinnerGallery, .f-speakers .f-list-item .f-list-item-container {
	background: white;
	border-radius: 5px;
	padding: 10px;
	height: 100%;
	border: 1px solid #dedede7f;
}
.committee .ItemfinnerGallery .fGalleryImage img {
	min-height: 280px;
	max-height: 280px;
	object-fit: cover;
	object-position: top center;
}
.f-speakers .f-list-item .f-list-item-container .f-list-item-teaser-image img {
	max-height: 250px;
	min-height: 250px;
	object-fit: cover;
	object-position: top center;
}
.f-committee-members-carousel .owl-item .fGalleryItem .ItemfinnerGallery {
	min-height: 290px;
}
.f-committee-members-carousel .owl-item.center .fGalleryItem .ItemfinnerGallery {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.committee img {
	border-radius: 5px;
}
.fboxy-wrapper .logo img {
	display:none;
}
span#f-list-node-fullname {
	font-size:20px;
	color:var(--brand-color-theme-1);
}
.f-list-item-subtitle a span {
	font-size:16px !important;
}
/*speaker*/


/*footer*/
.fRegion.region-footer .row {
	justify-content: space-between;
}
.copyright a {
	color:var(--brand-color-theme-4);
	text-decoration:none;
}
.footer ul li a {
	color:white;
	line-height:30px;
}
footer#fFooter { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#050d1c+0,10005b+100 */
	background: linear-gradient(to right, rgba(5, 13, 28, 1) 0%, rgba(16, 0, 91, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color:white;
	padding:30px 0 0 0;
}
footer#fFooter h3 {
	font-size: 1.4rem;
	color: white;
	font-weight: 400;
	border-bottom: 1px solid var(--brand-color-theme-5);
	display: inline-block;
	line-height: 40px;
	margin-bottom:10px;
}
.footer-logo p {
	padding: 0 40px 0 0px;
}
.Information {
	text-align:right;
}
ul.social {
	display: flex !important;
	margin-top: 20px !important;
}
img.organised-footer {
	width: 250px !important;
}
ul.social li {
	margin:0 10px 0 0 !important;
}
ul.social ::before {
 color: #fffef8;
 font-size: 14px;
 font-weight: 300;
 margin: 0 0 20px 0;
    /* border-radius: 50%; */
    width: 50px;
 height: 50px;
 padding: 5px;
}
.footer ul li a {
	color:white;
}
.footer img {
	width:18px !important;
	margin:0 10px 0 0 !important;
}
.fRegion.region-footer-full {
	background: #ffc000;
	text-align: right;
	color: #000000;
	padding: 10px;
}
.fRegion.region-footer-full p {
	margin:0;
}
.organised-section {
	text-align:right;
}
.copyright p {
	margin:10px;
}
.organised-section p a {
	color:white;
}
/*footer*/
.all-inner-page .fPageTitle {
	margin-bottom:0;
}
/* save the date starts here */

.f-save-the-date .fGalleryText {
	position: absolute;
	inset: 0;
	padding-bottom: 3%;
	padding-left: 8%;
	align-content: end;
}
/* save the date ends here */

/* countdown on save the date banner starts here*/


.f-countdown-new .col-count {
	width: fit-content;
	text-align: center;
	margin: 0 2vw;
	padding: 0;
}
.f-countdown-new .col-count h4 {
	margin-top: 0;
	color: var(--brand-color-theme-2);
	font-size: 2.5vw;
	font-weight: 700;
	margin-bottom: 0;
}
.f-countdown-new .col-count p {
	margin: 0;
	font-size: 1.1vw;
}
.mobile-banner img {
	display:none;
}
.mobile-banner .fGalleryText {
	display:none;
}

/* countdown on save the date banner ends here */

/***************************************************************************
                        RESPONSIVE MEDIA QUERY
****************************************************************************/

@media(min-width:991.9px) {
 .f-header-logo .fGalleryImage img {
 width: 100px;
}

 .main-menu .fMenu {
 display: flex;
 justify-content: end;
 font-family: var(--brand-font-family-heading);
 align-items: center;
}
 .main-menu .fMenu>li {
 padding: 7px 8px;
 position: relative;
}
 .main-menu .fMenu>li.has-submenu {
 padding-right: 25px;
}
 .main-menu .fMenu>li>a {
 color: #28241f;
 position: relative;
 font-weight: 500;
 font-size: 1rem;
}
 .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:10px 20px 10px 15px;
 color: white !important;
 font-weight: 500;
border-radius:8px;
}
 .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: #313131;
 transition: all 0.4s ease 0s;
 border:none;
}
 header .main-menu {
 width: fit-content;
}
}

/*xl*/

@media (max-width: 1399px) {
 html {
 font-size: 16px;
}
}


/*lg*/

@media (max-width: 1199px) {
 html {
 font-size: 16px;
}
a.button-new.banner.locate {
 padding: 10px 5px;
 font-size:9px;
}
.organised-section{ text-align:center;}

}

@media (max-width: 1024px) {
.banner-text:{ top:-2%};
.about img{width: 316px; margin:0;}

}
 @media(max-width: 991.9px) {
 html {
 font-size: 15px;
}
.banner.mobile {
 display: block;
}
 .banner {
display:none;
}
 .row.w-100 {
 --bs-gutter-x: 0;
}
 .fHeader .navbar-header {
 margin: 0;
 padding:0 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;
 margin:0;
}
.collapse.show {
margin-top:80px;
}
 .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;
}
 .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-save-the-date .fGalleryText {
 padding-bottom: 0vw;
}
 i.fa-solid.fa-house {
color:white;
}
.main-menu {
margin-bottom:30px;
}
.welcome {
text-align:center;
}
.welcome img {
float:none;
}
p.buttons {
margin:20px 0 20px 0;
}
 footer#fFooter {
text-align:center;
}
.Information {
 text-align: inherit;
}
.Information h5 {
 display: flex;
 justify-content: center;

}
footer#fFooter ul, footer#fFooter ul li {
justify-content: center;
}
 .banner-text {
 width: 100%;
 left: 0;
 padding: 0 10px;
}
.banner-text h3 {
font-size:2rem;
margin:0;
}
.about img {
margin:0; width:100%;
}
.about .row {
margin:0;
}
.event-highlight .ItemfinnerGallery {
margin:20px 0 0 0;
justify-content: left;
}
p.head-text {
 padding: 0 20px;
}
a.button-new.banner {
    display: inline-block;
}
}

/*sm*/

@media (max-width: 896px) {
 html {
 font-size: 14px;
}
.dates-section ul{ display:block;}
.contact .col-lg-4 {
margin-bottom:10px;
}
.venue-details {
display:block;
}
.venue-details .col-lg-6 {
margin:0 0 20px 0;
}
.about ul {
display:block;
margin:0;
}
.about ul li {
display: inline-block;
margin:0 20px 10px 0;
}
.dates-section ul li{ margin-bottom:30px;}
.high{ background-image:none;}
.welcome-section{ padding:0 20px 0 20px;}
.organised-section {
    text-align: center;
}
.f-speakers .f-list-item .f-list-item-container .f-list-item-teaser-image img{    max-height: 100%;
    min-height: 100%;}
	
}

/*xs*/



@media (max-width: 575px) {
 html {
 font-size: 14px;
}
}
 @media(max-width:440px) {
 .f-save-the-date .fGalleryText {
 margin-bottom: -4vw;
}
}
