@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=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

:root {
	--brand-color-theme-1: #7e3a87;
	--brand-color-theme-2: #ffe5d8;
	--brand-color-theme-3: #e8a98b;
	--brand-color-theme-4: #f4f4f4;
	--brand-color-theme-5: #30323f;
	--brand-color-theme-6: #e8a98c21;
	--brand-font-family-heading: "DM Sans", sans-serif;
	--brand-font-family-body: "DM Sans", sans-serif;
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* width */
::-webkit-scrollbar {
	width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #ccc;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #12375d70;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.brand-color-theme-1-bg {
	background-color: var(--brand-color-theme-1) !important;
}

.brand-color-theme-2-bg {
	background-color: var(--brand-color-theme-2) !important;
}

.brand-color-theme-3-bg {
	background-color: var(--brand-color-theme-3) !important;
}

.brand-color-theme-4-bg {
	background-color: var(--brand-color-theme-4) !important;
}

.brand-color-theme-5-bg {
	background-color: var(--brand-color-theme-5) !important;
}

.brand-color-theme-6-bg {
	background-color: var(--brand-color-theme-6) !important;
}


.brand-color-theme-1-text {
	color: var(--brand-color-theme-1) !important;
}

.brand-color-theme-2-text {
	color: var(--brand-color-theme-2) !important;
}

.brand-color-theme-3-text {
	color: var(--brand-color-theme-3) !important;
}

.brand-color-theme-4-text {
	color: var(--brand-color-theme-4) !important;
}

.brand-color-theme-5-text {
	color: var(--brand-color-theme-5) !important;
}

.brand-color-theme-6-text {
	color: var(--brand-color-theme-6) !important;
}

* {
	-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-color: #f4f4f4;
}

p {
	font-size: 16px;
}


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.2rem;
	font-weight: 600;
	line-height: 1.25;
	margin: 1rem 0;
	color: var(--brand-color-theme-1);
}

h4 {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.25;
	margin: 1rem 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: 2.6rem;
	overflow: hidden;
}

.fRegion.region-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.fRegion.region-header>.row {
	justify-content: space-between;
}

.fHeader {
	position: sticky;
	top: 0;
	background-color: white;
	z-index: 9;
}

.f-logo-header .fGalleryImage img {
	width: 160px;
	max-width: 100%;
}

.fRegion {
	display: inline-block;
	width: 100%;
}

.fPageTitle {
	background-image: linear-gradient(90deg, var(--brand-color-theme-1), var(--brand-color-theme-3));
	color: white;
	text-align: center;
	align-content: center;
	padding: 3rem 12px;
}

body.title-off .fPageTitle {
	display: none;
}

.fModuleTitle h3 {
	color: var(--brand-color-theme-1);
	font-weight: 600;
	font-size: 2.2rem;

	span {
		display: block;
		font-size: 1.1rem;
		font-weight: 500;
		color: var(--brand-color-theme-3);
	}

	a.fButton {
		font-size: 1rem;
	}
}

.title-center .fModuleTitle h3 {
	text-align: center !important;
}

.text-justify {
	text-align: justify;
}

.title-white .fModuleTitle h3 {
	color: white !important;
}

.f-photo-with-custom-text .fModuleTitle {
	display: none;
}

.f-photo-with-custom-text .fModuleContent .fModuleTitle {
	display: block;
}

.f-photo-with-custom-text .fModuleContent .fModuleTitle h3 {
	text-align: start !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: var(--brand-color-theme-1);
}

.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;
	margin: 0;
}

.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;
	display: flex;
	justify-content: center;
}

footer#fFooter ul li a {
	color: #7e3a87;
	margin: 0 10px 20px 0;
	font-weight: bold;
}

/*** Button ***/

a.fButton,
.fForm .buttons input,
.fbutton-btn a,
.fForm .buttons a {
	background-color: var(--brand-color-theme-3);
	display: inline-block;
	padding: 10px 2rem;
	color: black;
	font-weight: 500;
	border-radius: 10px;
}

a.fButton:hover,
.fForm .buttons input:hover,
.fbutton-btn a:hover,
.fForm .buttons a:hover {
	background-color: #44154a;
	color: white;
}

a.fButton.smallfButton {
	padding: 4px 10px;
	font-size: .8rem;
	border-radius: 3px;
}

/****--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 */
/*home-page-start*/

/* who we are */

.f-counter .fGalleryItem {
	padding: 12px;
	min-width: 200px;
}

.f-counter .fGalleryItem .ItemfinnerGallery {
	text-align: center;
	height: 100%;
	border: 1px solid #dedede;
	border-radius: 10px;
}

.f-counter .fGalleryItem .ItemfinnerGallery h4 {
	margin-bottom: 0;
	color: var(--brand-color-theme-1);
	font-weight: 600;
}

.f-counter .fGalleryItem .ItemfinnerGallery h5 {
	margin-top: 5px;
}

.f-counter .fGalleryItem .ItemfinnerGallery .fGalleryImage {
	display: none;
}

/* who we are ends */

/* The verticals */

.f-new-box-design.f-boxes-who-we-are .fGalleryItem:nth-child(odd) .ItemfinnerGallery:hover {
	background-color: #7e3a8737;
}

.f-new-box-design.f-boxes-who-we-are .fGalleryItem:nth-child(even) .ItemfinnerGallery:hover {
	background-color: var(--brand-color-theme-6);
}

.f-new-box-design .fGalleryItem {
	padding: 12px;
}

.f-new-box-design .ItemfinnerGallery {
	height: 100%;
	border: 1px solid #dedede;
	border-radius: 20px;
	padding: 2rem 1rem;
	background-color: white;
	transition: all .4s;

	&:hover {
		border-color: #7e3a876e;
		box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	}
}

.f-new-box-design.f-boxes-who-we-are .ItemfinnerGallery::after {
	content: none;
}

.f-new-box-design .ItemfinnerGallery::after {
	content: "";
	width: 80px;
	height: 4px;
	border-radius: 0 0 5px 5px;
	background-color: var(--brand-color-theme-3);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	transition: all .4s;
}

.f-new-box-design .ItemfinnerGallery:hover::after {
	width: 110px;
}

.f-new-box-design .ItemfinnerGallery .fGalleryImage {
	background-color: var(--brand-color-theme-1);
	display: inline-block;
	width: 80px;
	height: 80px;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
	align-content: center;
	text-align: center;
	transition: all .4s;
}

.f-new-box-design .ItemfinnerGallery:hover .fGalleryImage {
	rotate: 10deg;
	scale: 1.08;
}

.f-new-box-design.f-boxes-who-we-are .ItemfinnerGallery:hover .fGalleryImage {
	rotate: 7deg;
	scale: 1.03;
}

.f-new-box-design .ItemfinnerGallery .fGalleryText p {
	margin-bottom: 0;
}

.f-new-box-design .ItemfinnerGallery .fGalleryText h3 {
	font-size: 1.5rem;
	color: #000;
	margin-top: 1.6rem;
}

.f-new-box-design .ItemfinnerGallery .fGalleryImage img {
	width: 40px;
	height: 40px;
	filter: invert();
}

/* The verticals end */

/* testimonials */

.f-testimonials .f-list .f-list-item {
	padding: 12px;
}

.f-testimonials .f-list .f-list-item .f-list-item-container {
	height: 100%;
	display: flex;
	flex-direction: column;
	border: 1px solid var(--brand-color-theme-1);
	padding: 1rem;
	transition: all .4s;
	border-radius: 20px;

	&:hover {
		background-color: var(--brand-color-theme-6);
		transform: translateY(-10px);
	}
}

.f-testimonials .f-list .f-list-item .f-list-item-container .f-list-item-teaser-content {
	order: 2;
}

.f-testimonials .f-list-item-container .f-list-item-fields {
	margin-top: 1rem;
}

.f-testimonials .f-list-item-container .f-list-item-fields .f-item-node-title {
	display: none;
}

.f-testimonials .f-list-item-container .f-list-item-fields .f-item-node-value img {
	width: 20px;
	display: inline-block;
}

.f-testimonials .f-list-item-container .f-list-item-teaser-image {
	order: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--brand-color-theme-1);
	border-radius: 0 0 10px 10px;
}

.f-testimonials .f-list-item-container .f-list-item-teaser-image img {
	width: 70px;
	height: 70px;
	border-radius: 500px;
	margin-right: 10px;
	object-fit: cover;
}

.f-testimonials .f-list-item-container .f-list-item-title {
	font-weight: 500;
}

.f-testimonials .f-list-item-container .f-list-item-subtitle {
	font-size: .9rem;
	font-style: italic;
}

/* 2 line clamp */
.line-clamp-2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 0;
}

/* Read More button */
.read-more-btn {
	color: var(--brand-color-theme-1);
	cursor: pointer;
	font-weight: 500;
	margin-top: 5px;
	display: inline-block;
	order: 10;
}

/* Modal */
.custom-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 9999;
}

.custom-modal-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.custom-modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 20px;
	max-width: 600px;
	width: 90%;
	border-radius: 8px;
}

.custom-modal-close {
	position: absolute;
	top: 0px;
	right: 15px;
	cursor: pointer;
	font-size: 2.3rem;
}

.custom-modal .f-list-item-container {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.custom-modal .f-list-item-container .f-list-item-teaser-content {
	text-align: justify;
	order: 2;
	max-height: 200px;
	padding-right: 10px;
	overflow: auto;
	margin-top: 10px;
}

.custom-modal .f-list-item-container .f-list-item-teaser-content p{
	margin-top: 0;
}

.custom-modal .f-list-item-container .f-list-item-fields {
	margin-top: 1rem;
}

.custom-modal .f-list-item-container .f-list-item-fields .f-item-node-title {
	display: none;
}

.custom-modal .f-list-item-container .f-list-item-fields .f-item-node-value img {
	width: 20px;
	display: inline-block;
}

.custom-modal .f-list-item-container .f-list-item-teaser-image {
	order: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--brand-color-theme-1);
	border-radius: 0 0 10px 10px;
}

.custom-modal .f-list-item-container .f-list-item-teaser-image img {
	width: 70px;
	height: 70px;
	border-radius: 500px;
	object-fit: cover;
	margin-right: 10px;
}

.custom-modal .f-list-item-container .f-list-item-title {
	font-weight: 500;
}

.custom-modal .f-list-item-container .f-list-item-subtitle {
	font-size: .9rem;
	font-style: italic;
}

/* testimonials end */

/* expand with business adda */

.expand img {
	min-height: 300px;
	background-size: cover;
	object-fit: cover;
}

.expand h3 {
	color: white;
}

.expand .fGalleryText {
	position: absolute;
	inset: 0;
	align-content: center;
}

.expand .fGalleryText div.container .expand-adda {
	width: fit-content;
	margin-left: auto;
	color: white;
}

.expand-adda a.fButton:hover {
	background: var(--brand-color-theme-5);
	color: white;
}

.expand .fGalleryText div.container .expand-adda>p {
	font-size: 1.2rem;
	width: 450px;
	max-width: 100%;
}

.expand .fGalleryText div.container .expand-adda>p>a.fButton {
	font-size: 1rem;
}

/* expand with business adda ends */

.adda-images li:nth-child(1) {
	width: 66% !important;
}

.banner-home {
	padding-bottom: 0rem !important;
}

.navbar-header {
	background: white;
}

.social li {
	width: 50px;
	height: 50px;
	text-align: center;
	border: 1px dashed;
	margin: 0 10px 20px 0 !important;
	border-radius: 50%;
	text-align: center;
	display: flex !important;
	justify-content: center !important;
	align-items: center;
}

.text-white {
	background: black;
	padding: 10px;
}

.social li a {
	margin: 0 !important;
}

.banner-home .fGalleryText {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	align-content: center;
}

.banner-home .fGalleryText::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image: linear-gradient(90deg, var(--brand-color-theme-1), var(--brand-color-theme-3));
	opacity: .7;
}

.banner-home .fGalleryText div.container {
	position: relative;
	z-index: 9;
}

.banner-home .fGalleryImage img {
	max-height: 600px;
	object-fit: cover;
}

.banner-text h3 {
	color: white;
	font-size: 2.6rem;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #e8a88b9c;

	span {
		display: block;
	}
}

.banner-text h5 {
	color: white;
	font-size: 1.4rem;
	text-shadow: 1px 1px 1px #e8a88b9c;
}

.banner-text h5 span {
	display: block;
}

.explore ul {
	display: flex;
	padding: 0;
	justify-content: left;
}

.explore ul li {
	list-style-type: none;
	padding: 0;
	margin: 0 10px 0 0;
}

.explore ul li:nth-child(2) {
	margin: 12px 12px 0 3px;
}

.headertop ul {
	padding: 0;
	margin: 0;
	float: right;
}

.navbar-header .container-fluid {
	padding: 0;
}

.f-Wall-of-kindness-content .tabs .tab-content {
	max-width: 100%;
	margin: 0 auto;
	min-height: 170px;
	font-size: 1.2em;
	line-height: 1.5;
	z-index: 1;
	background-size: inherit;
	background-position: center;
	background-repeat: no-repeat;
}

.f-Wall-of-kindness-content h3 {
	text-align: center;
}

.counter ul.fGalleryImages.row.justify-content-center.fGalleryList {
	margin-top: 0 !important;
}

.counter li {
	padding: 0;
}

.f-Wall-of-kindness-content .tabs .tab-content p {
	position: relative;
	z-index: 2;
	color: #000;
	font-size: 16px;
	text-align: left;
}

h3.story {
	text-align: left;
	margin: 0;
}

.f-Wall-of-kindness-content #tabs-nav {
	margin: 0;
	padding: 0;
	display: flex;
	width: 50%;
	position: relative;
}

.f-Wall-of-kindness-content #tabs-nav li {
	margin: 0;
	list-style: none;
	display: block;
	margin: 0 10px 0 0;
}

.f-Wall-of-kindness-content #tabs-nav li a {
	display: block;
	height: 100%;
	overflow: hidden;
	height: auto;
}

.f-Wall-of-kindness-content #tabs-nav li a img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	filter: grayscale(1);
}

div#tabs-content {
	width: 50%;
	margin: 0 30px 0 0;
}

.tabs-section {
	display: flex;
	margin-top: 30px;
}

.f-Wall-of-kindness-content #tabs-nav li a:hover img {
	filter: unset;
}

.f-Wall-of-kindness-content #tabs-nav li:first-child img {
	height: 400px;
	object-fit: cover;
}

.f-Wall-of-kindness-content #tabs-nav:nth-child(2) img {
	height: 350px;
	object-fit: cover;
}

.ul#tabs-nav img {
	display: block;
}

.headertop {
	position: relative;
	background: var(--brand-color-theme-4);
}

.logo {
	width: fit-content;
	text-align: center;
}

.logo img {
	width: 60px;
	margin-bottom: 7px;
}

.logo p {
	margin: 0 auto;
	width: fit-content;
	font-size: .8rem;
	font-weight: normal;
}

a.fButton.banner {
	background: var(--brand-color-theme-5);
}

a.fButton.banner:hover {
	background: black;
}

.events li {
	padding: 0;
}

.events .fGalleryText {
	position: absolute;
	inset: 0;
	align-content: end;
	opacity: 0;
	transition: all .4s;
	visibility: hidden;
	padding: 12px;
}

.events .fGalleryText::after {
	content: "";
	position: absolute;
	inset: 0;
	opacity: .7;
	background-image: linear-gradient(90deg, var(--brand-color-theme-1), var(--brand-color-theme-3));
}

.events .fGalleryText>div.inner-content {
	position: relative;
	z-index: 9;
}

.events .ItemfinnerGallery:hover .fGalleryText {
	opacity: 1;
	visibility: visible;
}

.events .ItemfinnerGallery {
	height: 100%;
}

.events img {
	aspect-ratio: 1/1.2;
	object-fit: cover;
}

.events h3 {
	color: white;
	margin: 0;
	font-size: 1.2rem;
}

.special img {
	/* width: 200px; */
	border: 1px solid #d8d8d8;
	background-size: contain;
	height: 250px;
	object-fit: cover;
	padding: 5px;
}

.special .ItemfinnerGallery {
	text-align: center;
}

.special .ItemfinnerGallery h3 {
	font-size: 1.3rem;
	font-weight: 400;
	color: black;
}

.adda-images ul {
	background: var(--brand-color-theme-4);
	padding: 20px 0 !important;
}

.adda-images .ItemfinnerGallery {
	position: relative;
}

.adda-images img {
	height: 300px;
	object-fit: cover;
	object-position: top;
}

.adda-images .fGalleryText {
	background-image: linear-gradient(to right, #00000080, #514f4f9e);
	position: absolute;
	bottom: 0;
	backdrop-filter: blur(5px);
	width: 100%;
	opacity: 0;
	height: 100%;
}

.adda-images .fGalleryText:hover {
	opacity: 1;
}

.adda-images .fGalleryText h4 {
	color: white;
	margin: 10px;
	font-size: 1rem;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.f-committee-members img {
	margin: 0 auto;
}

.f-committee-members h5 {
	font-size: 1.2rem;
	font-weight: 500;
	margin: 0 0 10px 0;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 20px;
	margin-bottom: 20px;
}

.f-committee-members p {
	margin: 0;
}

.f-committee-members a.fGalleryImage:before {
	margin-right: 10px;
}

.adda-images li {
	margin-bottom: 20px !important;
}

.f-committee-members .ItemfinnerGallery {
	text-align: center;
	margin: 0 20px;
	padding: 20px 0 0 0;
}

.footer-logo img {
	width: 100px;
}

.headertop :before {
	color: #7d7d7d;
	font-size: 12px;
	width: 20px;
	margin: 0 !important;
	padding: 0 !important;
}

.counter {
	padding: 0;
}

.counter h4 {
	margin: 0;
	color: var(--brand-color-theme-1);
	font-weight: 800;
	font-size: 1.5rem;
}

.counter h5 {
	margin: 0;
}

.counter img {
	width: 40px;
	margin-bottom: 20px;
}

.counter ul {
	padding: 0 !important;
	margin-top: 30px !important;
}

.counter .ItemfinnerGallery {
	text-align: left;
}

.f-committee-members h4 {
	font-size: 1.1rem;
}

.owl-dots {
	margin: 20px 0 20px 0;
}

i.fa-brands.fa-facebook-f {
	margin: 0 0px 0 4px;
}

i.fa-brands.fa-x-twitter {
	margin: 0 0 0 4px;
}

i.fa-brands.fa-linkedin-in {
	margin: 0 0 0 4px;
}

i.fa-brands.fa-instagram {
	margin: 0 0 0 4px;
}

/*home-page-start*/


.tagline img {
	width: 50px;
}

.tagline .ItemfinnerGallery {
	text-align: center;
}

.tagline h4 {
	font-size: 1.4rem;
	color: var(--brand-color-theme-1);
	font-weight: 500;
	margin: 0;
}

.story h5 {
	background: #7e3a87;
	display: inline-block;
	color: white;
	padding: 5px 20px;
	border-radius: 0 10px;
}


.tagline li:last-child {
	border: none;
}

.tagline {
	background: var(--brand-color-theme-6);
	padding-bottom: 10px !important;
	padding-top: 10px !important;
}

.tagline li {
	border-right: 1px solid #ede1ddab;
}

.events p {
	color: white;
	position: absolute;
	bottom: 0;
	left: 19px;
	font-size: 20px;
	line-height: 25px;
}

div#fModule-59002 h3 {
	bottom: 62px;
	font-size: 1.6rem;
}

.story h4 {
	color: var(--brand-color-theme-1);
	font-style: italic;
	margin: 0;
	font-size: 1.1rem;
}

.story h5 {
	margin: 0;
}

div#fModule-59022 img {
	margin: 0;
}

/* 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 ***/


.mission-content {
	margin: 0 auto;
}

.mission-content h3 {
	text-align: left;
	font-weight: 700;
	line-height: 30px;
	color: var(--brand-color-theme-1);
}

.mission-content .fGalleryText {
	border: 1px solid #e9e9e9;
	padding: 10px 20px;
}

.mission-content h5 {
	font-size: 1.5rem;
	color: white;
}

.mission-content p {
	color: white;
}

.mission-area {
	background: var(--fGradient-4);
	margin-top: 3rem;
}

.mission-content {
	padding: 20px;
	margin-top: 35px;
}


.mission-content ul {
	margin: 0;
	padding: 0;
}

.mission-content ul li {
	list-style-type: none;
	margin: 0;
}

.mission-content span {
	font-size: 1.3rem;
	background: white;
	color: var(--brand-color-theme-2);
	width: 40px;
	height: 40px;
	border-radius: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: -4px 20px 0 0;
	font-weight: 600;
	float: left;
}

.mission-content h4 {
	color: var(--brand-color-theme-5);
}

.committee .fModuleTitle h3 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}


.committee .fModuleTitle h3>div {
	width: fit-content;
}

.committee .fModuleTitle h3>a {
	width: fit-content;
	height: fit-content;
}

.committee h4 {
	margin-bottom: 0;
	line-height: 20px;
	color: var(--brand-color-theme-1);
	font-weight: 600;
	font-size: 1.1rem;
}

.committee h5 {
	margin-top: 8px;
}

.f-committee-members-carousel .owl-item .fGalleryItem {
	scale: .92;
	transition: all 1s;
}

.f-committee-members-carousel .owl-item.center .fGalleryItem {
	scale: .98;
}

.committee .fGalleryItem {
	padding: 12px;
}

.committee .ItemfinnerGallery {
	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-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;
}

.f-committee-members {
	background: #ffe5d859;
}

/*membership*/
.services h5 {
	margin: 0;
	font-size: 1.3rem;
}

div#fModule-59502 img {
	height: 270px;
	border-radius: 5px;
	object-fit: cover;
	object-position: top;
	background: #e8a98b75;
	padding: 3px;
}

.f-committee-members h3 {
	font-size: 1.2rem;
}


div#fModule-59090 {
	margin-bottom: 30px;
}

.tiers img {
	width: 50px;
}

.tiers .ItemfinnerGallery {
	padding: 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	background: white;
	color: black;
	text-align: center;
	padding: 20px;
	border-radius: 10px;
}

.tiers .ItemfinnerGallery h5 {
	margin: 0;
	font-size: 1.2rem;
}

.tiers .ItemfinnerGallery p {
	margin: 5px;
}

.tiers {
	background: var(--brand-color-theme-1);
	color: white;
	padding: 20px;
}

.tiers a.fButton {
	padding: 10px 10px;
	color: white;
}

.tiers h3 {
	text-align: center;
	color: white;
}

.service-add h3 {
	color: white;
}

div#fModule-59089 h5 {
	font-size: 1.2rem;
}

.f-list-filter {
	display: none;
}

/*membership*/
/*partners*/

.events-services .ItemfinnerGallery {
	border: 1px solid #ccc;
	padding: 10px;
	text-align: center;
	height: 100%;
	border-radius: 5px;
}

.events-page .f-list-item-node.f-list-item-title {
	color: var(--brand-color-theme-1);
	font-size: 1.3rem;
	font-weight: bold;
}

.events-page .f-list-item-node.f-list-item-teaser-content p {
	margin: 0;
}

.events-services li {
	padding: 12px;
}

.events-services img {
	height: 200px;
	border-radius: 5px;
	object-fit: cover;
}

.events-services h4 {
	color: var(--brand-color-theme-1);
	font-weight: 600;
	font-size: 1.2rem;
}

.events-services h3 {
	text-align: center;
}


/*contact*/
.venue.step ul {
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 0;
}

.venue.step ul li {
	list-style-type: none;
	max-width: 30%;
	width: 100%;
	box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.08);
	background: white;
	padding: 30px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 0 20px 0 0;
}

.venue.step ul li ::before {
	font-size: 1.4rem;
}

.venue.step ul li a {
	color: var(--brand-color-theme-1);
}


/*contact*/
/*events*/
.events .f-list-item-node.f-list-item-title {
	background: var(--brand-color-theme-6);
	padding: 20px;
}

.events .f-list-item-node.f-list-item-title a {
	color: var(--brand-color-theme-1);
	font-size: 1.3rem;
}

div#fModule-59156 h3 {
	position: relative;
	color: var(--brand-color-theme-1);
	font-weight: 600;
	font-size: 2.2rem;
}

div#fModule-59156 .f-list-item-node.f-list-item-teaser-content h3 {
	display: none;
}

.events-page .f-list-item-container {
	box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.08);
	background: white;
	padding: 30px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 30px;
}

/*events*/
/*abstarct*/
.important-d ul {
	display: flex;
}

.important-d ul {
	margin: 0;
	padding: 0;
}

.important-d ul li {
	list-style-type: none;
	width: 25%;
	margin: 0;
	padding: 0;
	text-align: center;
	box-shadow: rgb(66 94 155 / 24%) 0px 3px 9px;
	margin: 0 5px;
	background: var(--brand-color-theme-1);
	border-radius: 10px;
	border: 1px solid #ccc;
}

.important-d li h4 ::before {
	font-size: 1rem;
}

.dates h3 {
	text-align: center;
}

.important-d h5 {
	color: white;
}

.important-d li h4 ::before {
	font-size: 1rem;
}

.important-d li h4 {
	font-size: 1.3rem;
	color: white;
	margin-bottom: 0;
}

/*abstarct*/

/*registration*/
thead.heading-table {
	background: var(--brand-color-theme-1);
	color: white;
}

.container.table-responsive {
	padding: 0;
}

.policy h4 {
	color: var(--brand-color-theme-5);
	font-size: 1.2rem;
	font-weight: 700;
}

.payment h4 {
	color: var(--brand-color-theme-5);
	font-weight: 700;
}

/*registration*/

#fContent {
	background-color: white;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

/* footer starts here */

#fFooter {
	background-color: #ffe5d87a;
	position: relative;
	bottom: 0;
	width: 100%;
	z-index: 999;
	margin-top: -7px;
	.fModuleTitle h3 {
		font-size: 1.3rem;
	}
}

#fFooter img {
	width: 100px;
}

#fFooter div,
#fFooter div ul li,
#fFooter div p {
	font-size: .9rem;
	text-align: center;
	color: black;
}

#fFooter .f-copyright {
	border-top: 1px solid var(--brand-color-theme-1);
	background-color: white;
	font-size: .85rem;
	padding: 10px 0;
	border-radius: 40px 40px 0 0;
}

.social-media a {
	border: 1px solid var(--brand-color-theme-1);
	background-color: white;
	color: var(--brand-color-theme-1);
	width: 35px;
	height: 35px;
	text-align: center;
	align-content: center;
	display: inline-block;
	border-radius: 500px;
}

.f-contact-footer ul {
	margin: 0;
	padding: 0;

	li {
		margin-bottom: 10px !important;
	}
}

.f-contact-footer ul li i {
	width: 15px;
	color: var(--brand-color-theme-1);
}

.f-contact-footer ul li span {
	font-weight: 600;
	margin-left: 5px;
	display: inline-block;
}

/* footer ends here */

/* highlights starts here */

.f-highlights .f-media-image img {
	height: 100%;
	object-fit: cover;
}

.f-highlights .f-media-text .row .col-12 {
	padding: 12px;
}

.f-highlights .f-media-text .row .col-12:nth-child(1)>div.item,
.f-highlights .f-media-text .row .col-12:nth-child(4)>div.item {
	background-color: var(--brand-color-theme-2);
	color: white;
}

.f-highlights .f-media-text .row .col-12:nth-child(2)>div.item,
.f-highlights .f-media-text .row .col-12:nth-child(3)>div.item {
	background-color: var(--brand-color-theme-1);
	color: white;
}

.f-highlights .f-media-text .row .col-12>div.item {
	text-align: center;
	border: 1px solid #dedede;
	padding: 10px;
	border-radius: 4px;
}

.f-highlights .f-media-text .row .col-12>div.item h4 {
	font-size: 1.2rem;
	margin: 0;
}

.f-highlights .f-media-text .row .col-12>div.item p {
	font-size: .9rem;
	margin-bottom: 0;
}

/* highlights ends here */

.copyright {
	background: black;
	color: white !important;
	padding: 5px;
}


/* about page starts here */

.f-about-us .f-media>div {
	padding: 12px;
}

.f-about-us .f-media .f-media-image img {
	max-height: 500px;
	height: 100%;
	object-fit: cover;
	border: 1px solid #dedede;
	border-radius: 20px;
}

.f-founder-container .founder-inner {
	border: 1px solid #dedede;
	border-radius: 20px;
	overflow: hidden;
	padding: 2rem;
}

.f-founder-container .f-media-image {
	width: 230px;
	float: left;
	border: 1px solid #dedede;
	margin-right: 1rem;
	border-radius: 10px;
	overflow: hidden;
}

.f-founder-container .f-media-text .fModuleTitle h3 {
	margin-top: 0;
}

.f-founder-container .f-media-text h6 em {
	font-size: .8rem;
}

.f-discover-adda .fModuleTitle h3 span {
	color: var(--brand-color-theme-5);
}

.f-discover-adda .fGalleryItem {
	padding: 12px;
}

.f-discover-adda .fGalleryItem .ItemfinnerGallery {
	height: 100%;
	border-left: 1px solid #dedede;
	aspect-ratio: 1/.8;
	padding: 1rem 1rem 0 1rem;
	background-color: rgba(255, 255, 255, 0.578);
}

.f-discover-adda .fGalleryItem .ItemfinnerGallery h4 {
	margin-top: 0;
	position: relative;
}

.f-discover-adda .fGalleryItem .ItemfinnerGallery h4::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 5px;
	z-index: 9;
	background-color: var(--brand-color-theme-1);
	left: -1rem;
}

.f-discover-adda .fGalleryItem .ItemfinnerGallery p>strong {
	text-align: start;
	display: block;
}

.f-discover-adda .fGalleryItem .ItemfinnerGallery p {
	max-height: 140px;
	overflow: auto;
	padding-right: 10px;
	margin-bottom: 10px;
	margin-top: 0;
	text-align: justify;
}

.f-discover-adda .fGalleryItem .ItemfinnerGallery .fGalleryImage {
	display: none;
}

.f-discover-adda .milestone-inner {
	border: 1px solid var(--brand-color-theme-1);
	background-color: var(--brand-color-theme-6);
	border-radius: 20px;
	overflow: hidden;
}

.f-upcoming-events-page .f-list-item-fields .f-item-node-title {
	display: none;
}

.f-upcoming-events-page .f-list-item-fields .f-list-item-field.category {
	display: none;
}

.f-upcoming-events-page .f-list-item {
	padding: 12px;
}

.f-upcoming-events-page .f-list-item-container {
	height: 100%;
	border: 1px solid #dedede;
	border-radius: 20px;
	padding: 2rem 1rem;
	background-color: white;
	transition: all .4s;
	position: relative;
}

.f-upcoming-events-page .f-list-item-container::after {
	content: "";
	width: 80px;
	height: 4px;
	border-radius: 0 0 5px 5px;
	background-color: var(--brand-color-theme-1);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	transition: all .4s;
}

.f-upcoming-events-page .f-list-item-container:hover {
	border-color: #7e3a876e;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


.f-upcoming-events-page .f-list-item-container:hover::after {
	width: 110px;
}

.f-upcoming-events-page .f-list-item-container .f-list-item-title>span {
	display: block;
	width: fit-content;
	color: var(--brand-color-theme-3);
	font-weight: 600;
	font-size: 1rem;
}

.f-upcoming-events-page .f-list-item-container .f-list-item-title {
	color: var(--brand-color-theme-1);
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.f-upcoming-events-page .f-list-item-container a.fButton {
	display: inline-block;
	margin-top: 10px;
}

.f-upcoming-events-page .f-list-item-container div.f-list-item-fields {
	font-size: .9rem;
}

.f-upcoming-events-page .f-list-item-container div.f-list-item-fields>div.f-list-item-field>.f-item-node-value {
	position: relative;
}

.f-upcoming-events-page .f-list-item-container div.f-list-item-fields>div.f-list-item-field.date>.f-item-node-value::before {
	content: "\f133";
	width: 20px;
	display: inline-block;
	font-family: "FontAwesome";
}

.f-upcoming-events-page .f-list-item-container div.f-list-item-fields>div.f-list-item-field.venue {
	margin-top: 5px;
}

.f-upcoming-events-page .f-list-item-container div.f-list-item-fields>div.f-list-item-field.venue>.f-item-node-value::before {
	content: "\f3c5";
	width: 20px;
	display: inline-block;
	font-family: "FontAwesome";
}

.f-nav-past-events .fMenu {
	justify-content: center;
}

.f-nav-past-events .fMenu>li {
	padding: 12px;
}

.f-nav-past-events .fMenu>li>a {
	display: block;
	height: 100%;
	background-color: white;
	border: 1px solid #dedede;
	border-radius: 20px;
	padding: 12px;
	text-align: center;
	transition: all .4s;

	&:hover {
		background-color: var(--brand-color-theme-6);
		transform: translateY(-10px);
		border-color: var(--brand-color-theme-1);
		box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	}
}

.f-nav-past-events .fMenu>li>a>span.menu-item-icon {
	display: block;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}

.f-nav-past-events .fMenu>li>a>span.menu-item-icon img {
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: top center;
}

.f-nav-past-events .fMenu>li>a>span.menu-item-text {
	color: var(--brand-color-theme-1);
	font-weight: 600;
	font-size: 1.3rem;
}

/* about us page ends here */

/* gallery album page design */

.f-gallery-container .fGalleryItem {
	padding: 12px;
}

.f-gallery-container .fGalleryItem .ItemfinnerGallery {
	height: 100%;
	overflow: hidden;
	border-radius: 12px;
}

.f-gallery-container .fGalleryItem .ItemfinnerGallery a.fGalleryImage img {
	aspect-ratio: 1/.9;
	object-fit: cover;
	object-position: top center;
}

.f-gallery-container .fGalleryItem .ItemfinnerGallery .fGalleryText {
	position: absolute;
	inset: 0;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: all .4s;
}

.f-gallery-container .fGalleryItem .ItemfinnerGallery:hover .fGalleryText {
	opacity: 1;
	visibility: visible;
}

.f-gallery-container .fGalleryItem .ItemfinnerGallery .fGalleryText>a {
	display: block;
	position: absolute;
	inset: 0;
	align-content: center;
	background-color: #33333371;
}

.f-gallery-container .fGalleryItem .ItemfinnerGallery .fGalleryText>a::after {
	content: "\2b";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-family: "FontAwesome";
	font-size: 2.3rem;
	color: white;
}

/* gallery album page design ends */

/* programs page */

.f-accordion-content-library .f-list-item {
	padding: 12px;
}

.f-accordion-content-library .f-list-item .f-list-item-container {
	height: 100%;
	border: 1px solid #dedede;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.f-accordion-content-library .f-list-item .f-list-item-container .f-list-item-title {
	padding: 12px;
	background-color: var(--brand-color-theme-3);
	color: white;
	font-weight: 700;
	font-size: 1.2rem;
	position: relative;
	cursor: pointer;
	padding-right: 3rem;
}

.f-accordion-content-library .f-list-item .f-list-item-container .f-list-item-title::after {
	content: "\f107";
	font-family: "FontAwesome";
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
}

.f-accordion-content-library .f-list-item.active .f-list-item-container .f-list-item-title::after {
	rotate: 180deg;
	top: -5px;
}

.f-accordion-content-library .f-list-item .f-list-item-container .f-list-item-teaser-content {
	padding: 12px;
}

.f-accordion-content-library .f-list-item .f-list-item-container .f-list-item-teaser-content h5 {
	font-size: 1rem;
	color: white;
	background-color: var(--brand-color-theme-1);
	width: fit-content;
	padding: 4px 1rem;
	margin-top: 0;
	border-radius: 4px;
}

.f-accordion-content-library .f-list-item .f-list-item-container .f-list-item-teaser-content ul {
	padding-left: 0;
}

.f-accordion-content-library .f-list-item .f-list-item-container .f-list-item-teaser-content ul li {
	margin-left: 17px;
}

.f-user-design-1 .f-list-item {
	padding: 12px;
}

.f-user-design-1 .f-list-item .f-list-item-container {
	height: 100%;
	text-align: center;
	border: 1px solid #dedede;
	padding: 1rem;
	border-radius: 15px;
	position: relative;
	transition: all .4s;

	&:hover {
		background-color: var(--brand-color-theme-6);
		transform: translateY(-10px);
	}
}

.f-user-design-1 .f-list-item .f-list-item-container .f-list-item-teaser-image img {
	aspect-ratio: 1/.9;
	object-fit: cover;
	object-position: top center;
	border-radius: 10px;
	margin-bottom: 1rem;
}

.f-user-design-1 .f-list-item .f-list-item-container .f-list-item-title a {
	font-size: 1.2rem;
	color: var(--brand-color-theme-1);
	font-weight: 600;

	&::after {
		content: "";
		position: absolute;
		inset: 0;
	}
}

.f-user-design-1 .f-list-item .f-list-item-container .f-list-item-subtitle a {
	color: var(--brand-color-theme-5);
	font-style: italic;
}

.f-membership-cards .fGalleryItem {
	padding: 12px;
}

.f-membership-cards .fGalleryItem .ItemfinnerGallery {
	height: 100%;
	border: 1px solid #dedede;
	padding: 12px;
}

.f-membership-cards .fGalleryItem .ItemfinnerGallery .fGalleryImage img {
	max-height: 200px;
	object-fit: contain;
	border-bottom: 1px solid #dedede;
}

.f-membership-cards .fGalleryItem .ItemfinnerGallery h3 {
	font-size: 1.4rem;
}

.f-membership-cards .fGalleryItem .ItemfinnerGallery span {
	background-color: var(--brand-color-theme-1);
	color: white;
	padding: 4px 1rem;
	font-weight: 600;
}

.f-benifits th {
	font-size: 1.2rem;
	background-color: var(--brand-color-theme-3);
	color: white;
}

.f-benifits p {
	text-align: justify;
}

.f-benifits tr>td:nth-child(1) {
	color: var(--brand-color-theme-1);
}

.f-benifits table.table {
	border-radius: 15px;
	overflow: hidden;
	min-width: 700px;
}

.f-benifits div.fModuleContent,
.services div.fModuleContent {
	padding: 12px;
}

/*partners*/
.partners .ItemfinnerGallery{ display: block;
    text-align: center;
img{ height: 100px;
        object-fit: contain;
        border: 1px solid #dedede;
        padding: 10px;
        margin-bottom: 30px;
        border-radius: 15px;
        display: block;}


}
.cat{ padding:10px 20px !important; height:100%;}
.for-branding h3{ background:var(--brand-color-theme-6) !important; padding:10px; border-radius:15px;
span{ color:var(--brand-color-theme-1);}
}
.for-consultancy h3{ background:var(--brand-color-theme-6) !important; padding:10px; border-radius:15px;
span{ color:var(--brand-color-theme-1);}
}
.for-events h3{ background:var(--brand-color-theme-6) !important; padding:10px; border-radius:15px;
span{ color:var(--brand-color-theme-1);}
}
.benefits-sec .row{justify-content: center;}

.benefits  {
    height: 100%;
    text-align: center;
    border: 1px solid #dedede;
    padding: 1rem;
    border-radius: 15px;
    position: relative;
    transition: all .4s;
	h4{font-size: 1.2rem;
    color: var(--brand-color-theme-1);
    font-weight: 600;}
	.col-lg-4{ margin-bottom:30px;}

}


/*partners*/

/***************************************************************************
                        RESPONSIVE MEDIA QUERY
****************************************************************************/

@media(min-width:991.9px) {
	.f-logo-header {
		width: fit-content;
	}


	.main-menu .fMenu {
		display: flex;
		justify-content: end;
		align-items: center;
	}

	.main-menu .fMenu>li {
		padding: 7px 7px;
		position: relative;
	}

	.main-menu .fMenu>li.has-submenu {
		padding-right: 25px;
	}

	.main-menu .fMenu>li>a {
		color: #000;
		position: relative;
		font-weight: 500;
		font-size: 1rem;
	}

	.main-menu .fMenu>li:last-child {
		padding-right: 0;
	}


	.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;
		font-weight: 500;
		color: var(--brand-color-theme-1);
		padding: .7rem 1rem;
		display: block;
		border-bottom: 1px solid #dedede;
	}

	.main-menu .fMenu>li>ul>li>a:hover {
		background-image: var(--fGradient-4);
		color: white;
	}

	.main-menu .fMenu>li>ul>li:last-child>a {
		border-bottom: 0;
	}

	header .main-menu {
		width: fit-content;
	}
}

@media(min-width:1280.99px) {
	.f-discover-adda .fGalleryItem .ItemfinnerGallery {
		aspect-ratio: 1/.6;
	}
}

/*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;
	}

	.adda-images li:nth-child(1) {
		grid-area: one;
	}

	.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;
	}

	.navbar-toggle .icon-bar {
		background-color: var(--brand-color-theme-1);
	}

	.main-menu {
		position: static !important;
	}

	.main-menu nav {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 6.8em;
		height: fit-content;
		width: 100%;
		background-image: var(--fGradient-1);
		width: 95%;
		padding: 0;
		z-index: 9999999;
		border: 1px solid #dededebe;
	}

	.main-menu nav ul {
		margin: 0;
		background: var(--brand-color-theme-1);
	}

	.main-menu nav ul.fMenu>li>a {
		display: block;
		padding: .6rem 1rem;
		color: white;
		border-bottom: 1px solid #dedede4e;
		position: relative;
	}

	.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;
	}


	#fFooter {
		position: relative;
	}

	.f-photo-with-custom-text .fModuleTitle {
		display: block;
	}

	.f-photo-with-custom-text .fModuleContent .fModuleTitle {
		display: none;
	}

	.f-highlight-top-text .fModuleTitle h3 {
		text-align: center;
	}

	.f-highlight-top-text .fModuleContent p {
		text-align: justify;
	}

	.banner-home .fGalleryImage img {
		min-height: 400px;
		object-fit: cover;
	}

	.f-founder-container .f-media-image {
		float: unset;
		margin: 0 auto 1rem auto;
	}

	.f-founder-container .f-media-text h5>strong.w-auto {
		width: 100%;
		display: block;
		text-align: center;
	}

	.f-founder-container .f-media-text h6 {
		width: 100% !important;
	}

	.f-founder-container .f-media-text h6 em,
	.f-founder-container .f-media-text h6 em span {
		width: 100% !important;
		display: block !important;
		text-align: center;
	}

	.f-founder-container .founder-inner {
		padding: 2rem 12px;
	}
	.f-connect-buttons{ display:block !important;}

}


/*sm*/

@media (max-width: 767.9px) {
	html {
		font-size: 14px;
	}

	.story {
		text-align: center;
	}

	.we {
		padding-bottom: 0 !important;
		text-align: center;
	}

	.venue.step ul {
		display: block;
	}

	.venue.step ul li {
		max-width: 100%;
		margin-bottom: 20px;
	}

	.f-highlights .f-media-text .row .col-12:nth-child(3)>div.item {
		background-color: var(--brand-color-theme-2);
	}

	.f-highlights .f-media-text .row .col-12:nth-child(4)>div.item {
		background-color: var(--brand-color-theme-1);
	}

	.tabs-section {
		display: block;
	}

	div#tabs-content {
		width: 100%;
	}

	.f-Wall-of-kindness-content #tabs-nav {
		width: 100%;
	}

	.events li {
		margin-bottom: 20px !important;
	}

	.adda-images li:nth-child(1) {
		width: 100% !important;
	}

	.counter li {
		display: flex;
		width: 33%;
	}

	.banner-text h3 {
		font-size: 1.8rem;
	}

	.banner-text h5 {
		font-size: 1.1rem;
	}
	.f-connect-buttons a.fButton{ width:100%; margin:0;}
}


/*xs*/

@media (max-width: 574.99px) {
	html {
		font-size: 14px;
	}

	.f-welcome-message .fModuleTitle h3 {
		font-size: 1.75rem;
	}

	.f-welcome-message .f-media-image-link {
		float: unset;
		margin: 0 auto 1rem auto;
	}

	.f-countdown .col-count {
		margin: 0 0px 12px 0px;
		width: 70px;
		padding: 7px;
	}

	.f-countdown .row {
		justify-content: space-between;
		margin: 0;
	}

	.f-countdown .col-count p {
		font-size: .8rem;
	}

	#fFooter .f-copyright,
	#fContent {
		border-radius: 0;
	}

	#nav-up {
		right: 7px;
	}

	.f-who-we-are-text.text-center p {
		text-align: justify;
	}
}

@media(max-width:499.99px) {

	.f-counter .fGalleryItem,
	.f-new-box-design .fGalleryItem,
	.f-nav-past-events .fMenu>li,
	.f-accordion-content-library .f-list-item,
	.f-membership-cards .fGalleryItem,
	.f-benifits div.fModuleContent,
	.services div.fModuleContent {
		padding: 12px 0;
	}

	.venue.step ul {
		padding: 0; margin-bottom:0 !important;
	}

	.venue.step ul li {
		margin: 0;
		padding: 12px 0 !important;
		margin-bottom: 24px;
	}

	.f-upcoming-events-page .f-list-item,
	.f-testimonials .f-list .f-list-item {
		padding: 12px 0;
		margin-right: 4px;
	}

	.f-testimonials .f-list .f-list-item .f-list-item-container:hover {
		transform: unset;
	}

	.banner-text h3 {
		font-size: 1.5rem;

		span {
			display: inline;
		}
	}

	.banner-text h5 span {
		display: inline;
	}

	.banner-home .fGalleryImage img {
		min-height: 500px;
	}

	.banner-home .fGalleryText {
		align-content: end;
		padding: 12px 12px 2rem 12px;
		text-align: center;
	}

	.expand .fGalleryText div.container .expand-adda {
		text-align: center;
	}

	.tagline .fModuleTitle h3 {
		font-size: 1.7rem;
	}

}

@media(max-width:370.99px) {}