@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");
:root {
 --brand-color-theme-1: #1368b4;
 --brand-color-theme-2: #1a97b8;
 --brand-color-theme-3: #f7bb23;
 --brand-color-theme-4: #f9d424;
 --brand-color-theme-5: #252525;
 --brand-color-theme-6: #f21a03;
--brand-color-theme-7:#fc970b;
 --brand-font-family-heading: "Cormorant Infant", 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);
	background:#0e1721;
}
p { color:white;
}
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.6rem;
	font-weight: 600;
	line-height: 1.25;
	margin: 1.25rem 0;
	text-transform:uppercase;
	color:white;
}
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-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: 2rem;
	overflow: hidden;
}
.fRegion.region-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.fRegion {
	display: inline-block;
	width: 100%;
}
.fPageTitle {
	background-color: #000000;
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(https://storage.unitedwebnetwork.com/files/1326/60984193f076427a1fd6c94fb005cf3b.webp);
    background-position: center;
    background-size: cover;
    color: #ffffff;
    padding: 1em;
    text-align: center;
	height: 300px;
    background-size: cover;
}
body.title-off .fPageTitle {
	display: none;
}
.fPageTitle h1#heading{ padding-top:10%;}
.fModuleTitle h3 {
	color: var(--brand-color-theme-5);
	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.3rem;

}
.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:flex;
	margin:0px 30px 0 0;
	justify-content: right;
	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;
}
/*** Button ***/

a.fButton, .fForm .buttons input, .fbutton-btn a, .fForm .buttons a {
	display: inline-block;
	padding: 10px 2rem;
	color: black;
	font-weight: 500;
	border: 1px solid var(--brand-color-theme-7);
	font-size:0.7rem; color:var(--brand-color-theme-7);
}
a.fButton:hover, .fForm .buttons input:hover, .fbutton-btn a:hover, .fForm .buttons a:hover {
	background-color: var(--brand-color-theme-7);
	color:black;
}
p {
	font-size:0.9rem;
}
/****--Form---****/

select {
	word-wrap: normal;
	padding: 0.3rem 10px;
}
.fForm label {
	float: left;
	text-align: left;
	font-size: 16px;
	width: 100%;
}
.fForm .buttons {
	padding: 0;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.fForm .form-heading {
	font-size: 1.1rem;
	font-weight: 600;
	margin-top: 0;
	padding: 0 0 7px;
}
.fForm input, .fForm select, .fForm textarea, .fForm .date {
	padding: 0.85rem 10px;
	width: 100%;
}
.fForm .hint {
	color: #333;
	margin: 11px 0;
}
.fForm .hint a {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}
.fForm .hint a:hover {
	color: var(--brand-color-theme-1);
}
input.form-control, textarea.form-control {
	display: inline-block;
	margin: 10px 0px;
}
.fForm .form-item-type-checkbox .checkbox label, .fForm .form-item-type-radio .checkbox label, .fForm .form-item-type-boolean label {
	display: flex;
	align-items: center;
}
 .user-register-group table tr:nth-child(odd) {
 background: #ddd;
}
.listing-header-item-currency {
	width: fit-content;
	display: flex;
	border: 1px solid var(--brand-color-theme-2);
	border-radius: 0.25rem;
	overflow: hidden;
 >* {
 border: 0;
 border-radius: 0;
}
input[type="submit"] {
	padding: 0.5rem 0.75rem;
	background: var(--brand-color-theme-2);
	color: #fff;
}
}
/*----------iconset----------*/

.iconset .fMenu {
	justify-content: center;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
}
.iconset .fMenu li {
	padding: 1rem;
}
.iconset .fMenu a {
	display: block;
	padding: 1rem;
	font-weight: bold;
	color: #000;
	height: 100%;
	background: #f5f5f5;
	transition: 0.3s all ease-in-out;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px -4px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 0px 15px -4px rgb(0 0 0 / 30%);
	position: relative;
}
.iconset .fMenu a:hover {
	background: #efefef;
	-webkit-box-shadow: 0px 0px 10px -4px rgb(0 0 0 / 55%);
	-moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 0px 15px -4px rgb(0 0 0 / 55%);
}
.iconset img {
	width: auto;
	max-width: 45px;
	display: block;
	margin: 0 auto;
	margin-bottom: 1rem;
}
.menu-item-text .action:before {
	display: block;
	content: "";
	height: 1.04rem;
	width: 1.04rem;
	background: red;
	border-radius: 1rem;
	position: absolute;
	left: 10px;
	top: 19%;
	transform: translate(0, -50%);
	animation: blinking 2s infinite;
}


/*----------animation----------*/

@keyframes blinking {
 0% {
 opacity: 1;
}
 70% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
/* Common CSS */


/* login page starts here */

body.view-login .fForm, body.view-account-recover .fForm {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	padding: 2rem 1rem;
	width: 700px;
	max-width: 100%;
	margin: auto;
}
body.view-account-recover .fForm .form-item-type-fieldset {
	border: 0;
	padding: 0;
}
.fForm .error {
 margin: .5rem 0 0 0;
 font-size: .8rem;
}
.buttons {
	padding-left: 12px!important;
}
body.view-login .fForm .buttons, body.view-account-recover .fForm .buttons {
	padding-left: 0!important;
}
/* login page ends here */


/* Programme Table */

tr.session-row-hidden {
	display: none!important;
}
.session-heading {
	text-align: center;
	margin-top: 1.5rem;
	color: #4d4f53;
	font-weight: bold;
	line-height: 1.3;
	font-size: 2rem;
	margin-bottom: 1rem;
	color: var(--brand-color-theme-1);
}
.session-container {
	border-collapse: separate;
	border-spacing: 0 1rem;
}
body .session-container th {
	background: var(--brand-color-theme-1);
	color: #fff!important;
	font-weight: bold;
}
.session-container tr:last-child td {
	border-bottom: 0 none !important;
}
.session-container .session-details {
	vertical-align: top !important;
	position: relative;
}
.session-container td.session-details[colspan="2"] {
	text-align: center;
}
td.session-time, th.session-time {
	padding: 1rem;
	width: 150px;
	min-width: 150px;
}
.session-time.session-time-show {
	font-size: 0.9rem;
}
td.session-time {
	border-right: 1px solid var(--brand-color-theme-1);
}
.session-time .session-time-start, .session-time .session-time-end {
	display: inline-block;
	opacity: 1;
}
.session-time .session-time-start:after {
	display: inline-block;
	content: " - ";
	padding-left: 5px;
}
.session-time .session-time-zone {
	font-size: 0.9rem;
	color: #999;
}
.session-time .session-time-date {
	display: none;
}
.session-time .session-time-date.is-different {
	color: #fff;
	display: inline-block;
	background: #aaa;
	border-radius: 2rem;
	font-size: 0.8rem;
	padding: 0.25rem 1rem;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.session-container ul li {
	margin: .5em 0 .5em 20px !important;
	list-style: square;
}
.session-sub {
	padding-left: 0;
	list-style: square;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.session-sub-title {
	font-weight: 600;
}
.session-sub .session-people {
	padding-top: 0;
	margin-top: 0;
}
.session-title.session-sub-title {
	font-weight: 600;
	font-size: 1rem;
	opacity: 0.75;
	display: inline;
}
.session-title>a {
	text-decoration: underline;
}
.session-venue {
	width: fit-content;
	background: var(--brand-color-theme-1);
	display: inline-block;
 margin-top: .2rem;
	color: #fff;
 font-size: .8rem;
 padding: .2rem .7rem;
}
 .session-venue::before {
 content: "\f3c5";
 font-family: "FontAwesome";
 margin-right: 5px;
}
.session-venue a {
	font-size: 0.8rem;
	color: #fff;
	display: inline-block;
	margin: 0;
	padding: 0;
	padding-left: 1rem;
}
 .session-venue a::before {
 display: block;
 content: "";
 height: 1.1rem;
 width: 1.1rem;
 background: #fff;
 border-radius: 2rem;
 position: absolute;
 left: 6px;
 line-height: 1rem;
 top: 50%;
 transform: translate(0, -50%);
 animation: blinking 1.2s infinite;
}
.session-status-3 .session-venue, .session-status-2 .session-venue {
	margin-top: 0.5rem;
	padding-left: 1.25rem;
	background: url('https://img.icons8.com/fluency-systems-regular/48/000000/marker--v1.png') left center no-repeat;
	background-size: 1rem;
	font-size: 0.8rem;
	opacity: 0.75;
}
span.live {
	color: #cc0000 !important;
}
.session-status-3 .session-venue, .session-status-2 .session-venue {
	background-color: #cc0000;
	display: inline-block;
	position: relative;
	margin-top: 2rem;
}
.session-status-3>.session-title:before, .session-status-2>.session-title:before {
	position: relative;
	content: "LIVE";
	color: #cc0000;
	font-size: 1rem;
	font-weight: bold;
	display: block;
	animation: blinking 1.2s infinite;
}
.no-user .session-status-3 .session-venue {
	display: none
}
.no-user .session-status-3>.session-title:before {
	display: none
}
.session-status-2 .session-venue, .session-status-2>.session-title:before {
	display: none;
}
.session-mine.session-status-2>.session-title:before, .session-mine.session-status-2.session-full:before {
	content: "PRESENTER TO JOIN SESSION";
	color: #FFA500;
	display: block;
	margin-bottom: 0.5rem;
}
.session-mine.session-status-2 .session-venue {
	display: inline-block;
}
.session-people-item {
	display: flex;
	flex-wrap: wrap;
}
.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 */

.f-registration-and-abstract .box {
	padding: 1rem;
	background-color: #f1f1f1;
	border-radius: 0.5rem;
	margin-bottom: 2rem;
}
.f-registration-and-abstract h4 {
	color: var(--brand-color-theme-2);
	font-size: 1.5rem;
	font-weight: 600;
	margin: 1rem 0;
}
.f-registration-and-abstract .box ul li {
	list-style: none;
	margin-left: 1.5rem;
}
 .f-registration-and-abstract .box ul li::before {
 content: "\f0a9";
 font-family: "FontAwesome";
 margin-left: -1.5rem;
 margin-right: 0.5rem;
}


/* registration ends here */

/*suchita-add-css*/
.fBanner .fGalleryText {
    position: absolute;
    top: 0;
    color: white;
    background-color: rgb(0 0 0 / 65%);
    width: 100%;
    text-align: center;
    height: 100%;
}
.fBanner img{ height:500px;object-fit: cover;}
.fBanner .banner-txt {
    top: 40%;
    position: relative;
    width: 100%;
}

.fBanner .fGalleryText h3 a{ display:none;}
..navbar-expand-lg{ justify-content: right;}
.fMenu li a{ color:white;}
.about h6{ color:var(--brand-color-theme-7); border-bottom:1px solid var(--brand-color-theme-7); display:inline-block; line-height:30px; margin:0; padding-top:4rem;}
.about-image img{border-radius: 99em 99em 0em 0em;height: 450px;
    object-fit: cover;}
.f-boxes li{ padding:0;}
.f-boxes img {
    height: 250px;
    object-fit: cover;
}
.choose-image img{border-radius: 99em 99em 0em 0em;
    height: 450px;
    object-fit: cover;}
.choose h6{color: var(--brand-color-theme-7);
    border-bottom: 1px solid var(--brand-color-theme-7);
    display: inline-block;
    line-height: 30px;
    margin: 0;padding-top:4rem;}	
	
.menu{ text-align:center;}	
.menu-item img{width: 70px;
    height: 70px;
    border-radius: 50%;
    float: left;
    margin: 0 20px 0 0;}
	h6.border-bottom {
    color: var(--brand-color-theme-7);
    border-bottom: 1px solid var(--brand-color-theme-7) !important;
    display: inline-block;
    line-height: 30px;
    margin: 0;
}

.view-more p {
    text-align: center;
}

.call .fGalleryText {
    position: absolute;
    top: 0%;
    width: 100%;
    text-align: center;
    background-color: rgb(0 0 0 / 70%);
    height: 100%;
}

.call .fGalleryText h6 {
    color: #f29207;
    border-bottom: 1px solid #f29207;
    display: inline-block;
    margin-top: 5%;
}

.call img{height: 300px;
    object-fit: cover;}
	
	.social-media-footer li a {
    color: #CCCCCC;
    margin: 0 0px 0 10px !important;
    font-size: 0.7rem;
}

.social-media-footer li ::before {
    border:1px solid #CCCCCC;
    font-size: 1rem;
    padding: 7px;
    margin-top: 30px; font-size:12px;
}
ul.social-media-footer{ display:flex;}
.footer-logo img {
    width: 200px;
}
.footer-logo .ItemfinnerGallery { text-align:center;}
.opening-hours{ color:#CCCCCC;}
.fRegion.region-footer p{ font-size:0.7rem; color:#CCCCCC; margin-top:0; margin-bottom:5px;}
.opening-hours h6{font-size:0.7rem;}
.opening-hours{ text-align:right;}
ul.social-media-footer{justify-content: right;}
.about-image-next h3 a{ display:none;}
.f-about-next-main {
    padding-top: 2rem;
}

.about-image-next img{border-radius: 99em 99em 0em 0em;
    height: 450px;
    object-fit: cover;}
.about-next h6.border-bottom{ padding-top:4rem;}	
.fGalleryText h3 a{ display:none;}
.contact-details h4{ color:#CCCCCC}
.contact-details p{ margin:5px 0 0 0; font-size:0.7rem;}
.contact-details img{ width: 30px;
    height: 30px;
    background: #ffc779;
    color: #fff !important;
    border-radius: 50%;
    padding: 5px;}
.contact-details .ItemfinnerGallery{  text-align:left; padding-top:2rem; text-align:center;}
.contact-details h6 {
    color: #fff;
}
.copyright{ border-top: 1px solid #333333;
    line-height: 50px;
    margin-top: 30px;}
.copyright p{ text-align:center;}
.copyright a{ color:var(--brand-color-theme-7);}
/*suchita-add-css*/

/*animation*/
.animation {
	will-change: transform;
}

@media screen and (min-width: 768px) {
	.fade-left-desktop,
	.fade-right-desktop {
		opacity: 0;
		transition: 1500ms all ease-in-out;
	}
	.fade-left-desktop {
		transform: translateX(50px);
	}
	.fade-right-desktop {
		transform: translateX(-50px);
	}
	.fade-left-desktop.animate,
	.fade-right-desktop.animate {
		opacity: 1;
		transform: translateX(0);
	}
	.fade-down-desktop,
	.fade-up-desktop {
		opacity: 0;
		transition: 1500ms all ease-in-out;
		transform: translateY(50px);
	}
	.fade-up-desktop {
		transform: translateY(50px);
	}
	.fade-down-desktop {
		transform: translateY(-50px);
	}
	.fade-down-desktop.animate,
	.fade-up-desktop.animate {
		opacity: 1;
		transform: translateY(0);
	}
	.grow-left-desktop,
	.grow-right-desktop {
		transform: scaleX(0);
		transform-origin: left;
		transition: 1200ms all ease-in-out;
	}
	.grow-left-desktop {
		transform-origin: right;
	}
	.grow-right-desktop {
		transform-origin: left;
	}
	.grow-left-desktop.animate,
	.grow-right-desktop.animate {
		transform: scaleX(1);
	}
	.grow-down-desktop,
	.grow-up-desktop {
		transform: scaleY(0);
		transition: 1200ms all ease-in-out;
	}
	.grow-up-desktop {
		transform-origin: bottom;
	}
	.grow-down-desktop {
		transform-origin: top;
	}
	.grow-down-desktop.animate,
	.grow-up-desktop.animate {
		transform: scaleY(1);
	}
	.stagger-desktop-1 {
		transition-delay: 300ms;
	}
	.stagger-desktop-2 {
		transition-delay: 600ms;
	}
	.stagger-desktop-3 {
		transition-delay: 900ms;
	}
	.stagger-desktop-4 {
		transition-delay: 1200ms;
	}
}
@media screen and (max-width: 767px) {
	.fade-down-mobile,
	.fade-up-mobile {
		opacity: 0;
		transition: 1500ms all ease-in-out;
	}
	.fade-up-mobile {
		transform: translateY(50px);
	}
	.fade-down-mobile {
		transform: translateY(-50px);
	}
	.fade-down-mobile.animate,
	.fade-up-mobile.animate {
		opacity: 1;
		transform: translateY(0);
	}
	.grow-left-mobile,
	.grow-right-mobile {
		transform: scaleX(0);
		transition: 1200ms all ease-in-out;
	}
	.grow-left-mobile {
		transform-origin: right;
	}
	.grow-right-mobile {
		transform-origin: left;
	}
	.grow-left-mobile.animate,
	.grow-right-mobile.animate {
		transform: scaleX(1);
	}
	.grow-down-mobile,
	.grow-up-mobile {
		transform: scaleY(0);
		transform-origin: top;
		transition: 1200ms all ease-in-out;
	}
	.grow-up-mobile {
		transform-origin: bottom;
	}
	.grow-down-mobile {
		transform-origin: top;
	}
	.grow-down-mobile.animate,
	.grow-up-mobile.animate {
		transform: scaleY(1);
	}
	.fade-mobile {
		opacity: 0;
		transition: 1000ms all ease-in-out;
	}
	.fade-mobile.animate {
		opacity: 1;
	}
}

.box {
	
}

@media screen and (max-width: 767px) {
	.box,
	.box-wrapper {
		max-width: 300px;
		width: 100%;
		margin: 0 auto;
	}
	.boxes-row {
		flex-direction: column;
		flex-wrap: wrap;
	}
	.boxes-row > div {
		margin-bottom: 2rem;
		width: 100%;
		max-width: 300px;
	}
}



.container.banner-txt.slide-right {
  color: #fff;
  animation: fadeInRight 1s ease-in-out;
}


@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(300px);
  }
  to {
    opacity: 1;
  }
}
/*animation*/



/***************************************************************************
                        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;
}
}
/*suchita-add-css*/

/***************************************************************************
                        RESPONSIVE MEDIA QUERY
****************************************************************************/

@media(min-width: 991.9px) {
    .fHeader {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
    }

    header.active {
        background-color: black;
        transition: all 0.4s ease 0s;
        /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    }

    header .region-header>.row {
        margin: 0;
        align-items: center;
        align-content: center;
        justify-content: center;
    }

    
    header.active .main-menu .fMenu>li>a {
        color: var(--brand-color-theme-2);
        transition: all 0.4s ease 0s;
    }

    /* end menu style  */
    Footer .footer-selc-logo,
    .f-footer-link,
    .f-footer-contact {
        width: auto;
    }
}

@media only screen and (max-width: 1200px) {
.fMenu a{ font-size:0.8rem;}
}	

@media only screen and (max-width: 991.9px) {
	ul.fMenu{position: absolute;
    width: 100%;
    background: #000;
    height: 100%;
    z-index: 999;
	display:inline-table; padding:15px; margin:5% 0 0 0;}
	ul.fMenu li{ justify-content: left;}
	.logo-header{ text-align:left;}
	.menu-nav {position: absolute;
    width: 100%;
    right: 0;}
	.navbar-toggle-container .navbar-toggle {
    z-index: 9999;
    margin: 0 29px 0 10px;
}
.about-image img{ height:auto;}
.f-boxes img{ margin-bottom:10px;}
.menu p {
    padding: 0 30px;
}
.menu-item img{ margin:0 3px 0 0;}
.address {
    text-align: center;
}

.opening-hours {
    text-align: center;
}
ul.social-media-footer{ justify-content: center; margin-top:20px;}
.logo img{ width:50%;}
.about-image-next img{ height:auto;}
.fPageTitle{ height:auto;}
.menu-item img{ float:inherit;}

}

