@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
    /* --brand-color-theme-1: #e6aa64; */
    --brand-color-theme-1: #fe833f;
    --brand-color-theme-2: #44233b;
    --brand-color-theme-3: #fe833f;
    --brand-color-theme-4: #3a0000;
    --brand-font-family-heading: "Tinos", serif;
    --brand-font-family-body: "Comfortaa", sans-serif;
    --brand-font-family-poppins: "Poppins", sans-serif;
}

.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-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;
}

* {
    -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-poppins);
}

p {}

a,
span {}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--brand-font-family-heading);
    font-weight: 500;
}

h1 {
    font-size: 2.25rem;
    margin: 1.25rem 0;
    line-height: 1.5;
}

h2 {
    font-size: 2rem;
    margin: 1.25rem 0;
    line-height: 1.5;
}

h3 {
    font-size: 1.75rem;
    line-height: 1.25;
    margin: 1.25rem 0;
}

h4 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.25;
    margin: 1.25rem 0;
}

h5 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    margin: 1rem 0;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.no-spacing {
    padding: 0 !important;
    margin: 0 !important;
}

.bg-none {
    background: transparent !important;
}

.container {
    min-width: 320px;
}

body.width-full #fContent>.container {
    width: 100%;
    padding: 0;
    min-width: 100%;
}

body.width-full #fMatter {
    padding: 0;
}

#f-messages {
    margin: 0;
    background-color: var(--brand-color-theme-1);
    position: fixed;
    top: 0rem;
    width: 100% !important;
    left: 0;
    color: white;
    z-index: 999999999999999999999;
}

#f-messages .item {
    background-color: var(--brand-color-theme-1);
}

#fPageTitle {
    display: block;
}

#nav-up {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99999;
    font-size: 18px;
    background-color: white;
    color: var(--brand-color-theme-2);
    cursor: pointer;
    width: 48px;
    height: 48px;
    outline: none;
    border: 4px solid var(--brand-color-theme-2);
    border-image: initial;
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgb(37 34 25);
    visibility: visible !important;
}

#nav-up:hover {
    background-color: rgb(255, 255, 255);
    color: var(--brand-color-theme-1);
}


/*Module*/

.fModule .fModuleTitle,
.fModule .fModuleContent {
    width: 100%;
}

.fModuleEnd .fModuleTitle,
.fModuleEnd .fModuleContent,
.fModuleBoxed {
    margin: 0 auto;
}

#fMatter .fModule,
#fSidebarRight .fModule,
#fContentPre .fModule,
#fContentPost .fModule {
    padding-top: 0rem;
    padding-bottom: 3rem;
    overflow: hidden;
}

.fRegion.region-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.fRegion.region-header>.row {
    margin: 0;
}

.fRegion {
    display: inline-block;
    width: 100%;
}

.fPageTitle {
    position: relative;
    color: #fff;
    text-align: center;
    padding: 3rem 0;
    background-color: var(--brand-color-theme-1);
    .container {
        position: relative;
    }
}

.fPageTitle h1 {
    font-size: 2.5rem;
    margin: 0;
}

body.title-off .fPageTitle {
    display: none;
}

.fModuleTitle h3,
.fGalleryContainer h4 {
    color: var(--brand-color-theme-1);
    font-size: 2.8rem;
}

.fModuleTitle h3 span,
.fGalleryContainer h4 span {
    display: block;
    width: fit-content;
    letter-spacing: 1px;
    font-weight: 500;
    color: var(--brand-color-theme-3);
    text-transform: uppercase;
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
    position: relative;
}

.fModuleTitle h3 span::before,
.fGalleryContainer h4 span::before {
    content: "//";
    position: relative;
    display: inline-block;
    margin-right: 5px;
}

.f-folders-name .fGalleryContainer>h4 {
    color: var(--brand-color-theme-1);
    font-size: 1.75rem;
}

.title-white .fModuleTitle h3,
.title-white .fGalleryContainer h4 {
    color: white;
}

.title-center .fModuleTitle h3 span::before,
.title-center .fGalleryContainer h4 span::before {
    content: unset;
}

.title-center .fModuleTitle h3,
.f-folders-name.title-center .fGalleryContainer>h4 {
    text-align: center;
}

.title-center .fModuleTitle h3 span,
.title-center .fGalleryContainer h4 {
    margin: auto;
    margin-bottom: 1rem;
}

.f-photo-with-custom-text .fModuleTitle h3 {
    display: none;
}

.f-photo-with-custom-text .fModuleContent .fModuleTitle h3 {
    text-align: start;
    display: block;
}

.f-photo-with-custom-text .fModuleContent .fModuleTitle h3 span {
    margin: 0 0 0.4rem 0;
}

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, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.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 */

.region-header,
.region-headertop {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.region-header .fModule,
.region-headertop .fModule {
    display: flex;
    align-items: center;
    align-self: center;
}

.region-headertop .fModule {
    padding: 0;
}

header ul,
ul.fMenu,
header ul li,
ul.fMenu li {
    margin: 0px;
    list-style: none;
    padding: 0px;
}

.headertop ul li {
    display: inline-block;
    align-items: center;
    padding: 0 0.7em 0 0;
    position: relative;
}

.headertop ul li ul {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    display: none;
}

.headertop ul li ul li {
    border: none;
    display: block;
}

.Ftop-header-logo li.fGalleryItem {
    width: 42%;
}


/*** Footer ***/

footer#fFooter ul,
footer#fFooter ul li {
    margin: 0px;
    list-style: none;
    padding: 0px;
}


/*** Button ***/

a.fButton,
.fForm .buttons input,
.fbutton-btn a,
.fForm .buttons a {
    background-color: var(--brand-color-theme-2);
    display: inline-block;
    padding: 10px 2rem;
    color: white;
    font-weight: 500;
    border-radius: 500px;
    border: 1px solid var(--brand-color-theme-2);
}

a.fButton:hover,
.fForm .buttons input:hover,
.fbutton-btn a:hover,
.fForm .buttons a:hover {
    background-color: white;
    color: var(--brand-color-theme-2);
}


/****--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-1);
    border-radius: 0.25rem;
    overflow: hidden;
    >* {
        border: 0;
        border-radius: 0;
    }
    input[type="submit"] {
        padding: 0.5rem 0.75rem;
        background: var(--brand-color-theme-1);
        color: #fff;
    }
}


/*----------iconset----------*/

.iconset .fMenu {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.iconset .fMenu>li {
    list-style: none;
    margin: 1rem;
    padding: 1rem;
    background: #f5f5f5;
    transition: 0.5s all;
    position: relative;
    border: 1px solid #eaeaea;
    border-radius: 5px;
}

.iconset .fMenu>li:hover {
    background: #fff;
    box-shadow: 0 0 1rem rgb(0 0 0 / 15%);
}

.iconset .fMenu>li>a {
    display: block;
    font-weight: bold;
    color: #000;
    border-radius: 5px;
}

.iconset img {
    width: auto;
    max-width: 64px;
    display: block;
    margin-bottom: 0.5rem;
}

.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;
}

.iconset .fMenu ul {
    margin-left: 4px;
    margin-top: 0.5rem;
}

.iconset .fMenu ul,
.iconset .fMenu ul li {
    list-style: square;
}

.iconset .fMenu ul a {
    font-weight: 500;
}


/*----------animation----------*/

@keyframes blinking {
    0% {
        opacity: 1;
    }
    70% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* Menu Timeline */

.menu-timeline ul.fMenu {
    display: flex;
    margin-bottom: 1rem;
}

.menu-timeline li {
    flex: 1 1 0;
    letter-spacing: -0.5px;
    text-align: center;
    position: relative;
}

.menu-timeline li.selected {
    font-weight: 700;
}

.menu-timeline li::before {
    height: 2px;
    width: 100%;
    left: -50%;
    top: 1rem;
    position: absolute;
    background: var(--brand-color-theme-1);
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
}

.menu-timeline .menu-item-text big {
    clear: both;
    display: block;
    width: fit-content;
    padding: 0.5rem 1rem;
    margin: 0 auto 0.5rem;
    background: var(--brand-color-theme-1);
    color: #fff;
    font-weight: 700;
}

.menu-timeline .menu-item-text span {
    display: block;
}

.menu-timeline li.future::before {
    display: none;
}

.menu-timeline li.future {
    opacity: 0.25;
}

.menu-timeline li.future a {
    pointer-events: none;
}


/* 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: 90%;
    margin: 2rem auto;
}

body.view-account-recover .fForm .form-item-type-fieldset {
    border: 0;
    padding: 0;
}

.fForm .error {
    margin: 0.5rem 0 0 0;
    font-size: 0.8rem;
}

.buttons {
    padding-left: 12px !important;
}

body.view-login .fForm .buttons,
body.view-account-recover .fForm .buttons {
    padding-left: 0 !important;
}

body.view-account-recover #fMatterPre #fModule-51211 {
    display: none;
}


/* login page ends here */


/* Programme Table */

tr.session-row-hidden {
    display: none !important;
}

.session-heading {
    text-align: center;
    margin-top: 0.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: 0.5em 0 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: none;
    color: var(--brand-color-theme-1);
    &:hover {
        text-decoration: underline;
    }
}

.session-venue {
    width: fit-content;
    background: var(--brand-color-theme-1);
    display: inline-block;
    margin-top: 0.2rem;
    color: #fff;
    font-size: 0.8rem;
    padding: 0.2rem 0.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-1);
    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-1);
    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 ***/


/* banner starts here */

.f-banner .fGalleryText {
    position: absolute;
    inset: 0;
    align-content: end;
    text-align: center;
    color: white;
    padding-bottom: 2rem;
}

.f-banner .fGalleryText h2 {
    width: 750px;
    display: inline-block;
    max-width: 100%;
    font-size: 2.7rem;
    line-height: 1.2em;
}


/* banner ends here */


/* about us starts here */

.f-about-us .f-media-image img {
    border-radius: 10px;
}


/* about us ends here */


/* our starts here */

.f-our-story {
    background-image: url("https://storage.unitedwebnetwork.com/files/1301/b2e443400536fa0024020e44eb64ab3d.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0rem !important;
    overflow: visible !important;
}

.f-our-story .fModuleTitle {
    position: relative;
    top: 4rem;
}

.f-our-story .f-media {
    position: relative;
    top: 4rem;
    z-index: 99;
}

.f-our-story .f-media-image img {
    border-radius: 20px;
    margin-bottom: -14rem;
}


/* our story ends here */


/* special darshan starts here */

.f-special-par {
    padding-top: 18rem !important;
}

.f-special-par .fButton {
    background-color: var(--brand-color-theme-1);
}

.f-special-par .fGalleryItem {
    padding-bottom: 0 !important;
}

.f-special-par .fGalleryItem .ItemfinnerGallery {
    height: 100%;
    img {
        object-fit: cover;
        border-radius: 10px;
        height: 400px;
    }
    .fGalleryText h3 {
        text-align: center;
        color: white;
        font-size: 1.5rem;
        font-family: var(--brand-font-family-body);
    }
}

.f-special-par .bx-wrapper .bx-viewport {
    background-color: transparent;
}

.f-special-par .fGalleryContainer {
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
}

.f-special-par .fGalleryContainer h4 {
    text-align: center;
    color: white;
    order: 2;
    width: 100%;
    font-size: 1.2rem;
    margin-top: 1rem;
}

.f-special-par .fGalleryContainer .bx-wrapper {
    width: 100%;
}


/* special darshan ends here */


/* events start here */

.f-events,
.event-main-container-page {
    background-image: url("https://storage.unitedwebnetwork.com/files/1301/5443935b8817b75f0ea35527fee01b2b.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.f-events .f-list-item-container {
    height: 100%;
    background-color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: flex;
    align-content: center;
    padding: 2rem 1rem;
}

.f-events .f-list-item-container .f-list-item-teaser-image {
    width: fit-content;
    align-content: center;
    text-align: center;
}

.f-events .f-list-item-container .f-list-item-teaser-image .f-list-item-subtitle {
    text-align: center;
    align-content: center;
    font-size: 0.9rem;
    font-weight: var(--brand-font-family-body);
    border-radius: 20px;
    big {
        font-weight: 700;
        font-family: var(--brand-font-family-heading);
        margin-right: 5px;
    }
}

.f-events .f-list-item-container .f-list-item-teaser-image img {
    width: 60px;
    margin-bottom: 10px;
}

.f-events .f-list-item-container .f-text-container {
    padding-left: 2rem;
    align-content: center;
}

.f-events .f-list-item-container .f-text-container {}

.f-events .f-list-item-container .f-text-container .f-list-item-title {
    color: var(--brand-color-theme-2);
    font-size: 1.2rem;
    font-weight: 700;
    a {
        color: var(--brand-color-theme-2);
    }
}

.f-events .f-list-item-container .f-text-container .date-venue>div {
    display: inline-block;
    color: var(--brand-color-theme-2);
    font-weight: 600;
    margin-top: 0.4rem;
}


/* events ends here */


/* footer starts here */

body.not-home #fFooter {
    margin-top: -7px;
}

body.not-home #fFooter {
    background-color: var(--brand-color-theme-4);
    padding-top: 1.5rem;
}

.f-footer-nav .fMenu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.f-footer-nav .fMenu>li#menu-item-32051 .menu-item-text {
    display: none;
}

.f-footer-nav .fMenu>li {
    width: fit-content;
    text-align: center;
    position: relative;
}

.f-footer-nav .fMenu>li>a {
    padding: 24px 12px;
    color: var(--brand-color-theme-4);
    font-weight: 500;
    font-size: 0.9rem;
}

body.not-home #fFooter .f-footer-nav .fMenu>li>a {
    color: white;
}

.f-footer-nav .fMenu>li.has-submenu>ul {
    display: none;
}

.f-footer-nav .fMenu>li.has-submenu>ul>li>a {
    font-size: 0.9rem;
    color: var(--brand-color-theme-1);
    display: inline-block;
    margin-bottom: 0.4rem;
}

.f-footer-nav .fMenu>li.has-submenu:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 9;
}

.f-footer-nav nav {
    padding: 0;
}

.f-footer-nav .fMenu>li.f-logo-desktop {
    padding: 0;
}

.f-footer-nav .fMenu>li.f-logo-desktop img {
    width: 150px;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    transition: all 0.4s;
}

.copyright {
    background-color: var(--brand-color-theme-2);
    margin-top: 0.8rem;
}

.copyright .text-center {
    font-size: 0.9rem;
    color: white;
    a {
        font-size: 0.9rem;
        color: var(--brand-color-theme-3);
    }
}


/* footer ends here */


/* become a volunteer starts here */

.f-volunteer-form .fModuleTitle h3 {
    color: white;
    p {
        font-size: 1rem;
        line-height: 1.2em;
        color: white;
        margin: 0 auto;
        width: 750px;
        max-width: 100%;
        font-family: var(--brand-font-family-body);
    }
}

.f-volunteer-form .fForm .form-item.form-item-type-text input {
    border-radius: 500px;
    padding: 7px 1.3rem;
}

.f-volunteer-form .fForm .form-item label {
    display: none;
}

.f-volunteer-form .fForm .form-item.checkbox label {
    display: block;
    align-content: center;
    color: white;
    input {
        position: relative;
        top: 2px;
        margin-right: 5px;
    }
}

.f-volunteer-form .fForm .form-item.buttons {
    text-align: center;
}


/* become a volunteer ends here */


/* gallery starts here */

.f-gallery .fGalleryImages .ItemfinnerGallery {
    height: 100%;
    position: relative;
}

.f-gallery .fGalleryImage {
    height: 100%;
}

.f-gallery .fGalleryImages img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.f-gallery .fGalleryText {
    position: absolute;
    inset: 0;
    transition: all 0.3s linear;
}

.f-gallery .fGalleryText>a {
    display: block;
    width: 100%;
    height: 100%;
}


/* gallery ends here */


/* donation starts here */

.f-donation-text .fModuleTitle h3 {
    margin-top: 0;
}

.f-donation-form .fForm .form-heading {
    border-bottom: 0;
}

.f-donation-form .fForm .form-heading hr {
    margin-bottom: 0;
    margin-top: 10px;
}

.f-donation-form .fForm .form-item.buttons {
    text-align: center;
}

.f-donation-form .fForm .form-item.form-item-type-text input,
.f-donation-form .fForm .form-item.form-item-type-dropdown select {
    border-radius: 500px;
    padding: 7px 1.3rem;
    background-color: #ddd;
    color: #666 !important;
}

.f-donation-form .fForm .form-item.form-item-type-text label,
.f-donation-form .fForm .form-item.form-item-type-dropdown label {
    display: none;
}


/* donation ends here */


/* about us starts here */


/* our story */

.f-srt-our-story .f-media-text .row {
    margin-left: calc(-0.5 * var(--bs-gutter-x));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
}

.f-srt-our-story .f-media-text .row img {
    aspect-ratio: 8/6;
    object-fit: cover;
    object-position: top center;
}

.f-srt-our-story .f-media-text .row .col-12 {
    padding-bottom: 12px;
}


/* committee */

.f-committee-with-photo {
    background-color: var(--brand-color-theme-2);
}

.f-committee-with-photo>.container {
    position: relative;
    z-index: 99;
}

.f-committee-with-photo .fGalleryItem .ItemfinnerGallery {
    height: 100%;
}

.f-committee-with-photo .fGalleryItem .ItemfinnerGallery {
    background-color: #ffffffde;
}

.f-committee-without-photo.f-committee-with-photo .fGalleryItem .ItemfinnerGallery .fGalleryImage {
    display: none;
}

.f-committee-with-photo .fGalleryItem .ItemfinnerGallery .fGalleryImage img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.f-committee-with-photo .fGalleryItem .ItemfinnerGallery .fGalleryText {
    padding: 10px;
    min-height: 110px;
}

.f-committee-without-photo.f-committee-with-photo .fGalleryItem .ItemfinnerGallery .fGalleryText {
    text-align: center;
}


/* addding font family */

.f-committee-without-photo.f-committee-with-photo .fGalleryItem .ItemfinnerGallery .fGalleryText h3,
.f-committee-without-photo.f-committee-with-photo .fGalleryItem .ItemfinnerGallery .fGalleryText span {
    font-family: var(--brand-font-family-poppins) !important;
}

.f-committee-with-photo .fGalleryItem .ItemfinnerGallery h3 {
    margin: 0 0 2px 0;
    font-size: 1.35rem;
    font-weight: 500;
    color: var(--brand-color-theme-4);
}

.f-committee-with-photo .fGalleryItem .ItemfinnerGallery span {
    display: block;
    font-size: 0.85rem;
}

.f-committee-with-photo .fGalleryItem .ItemfinnerGallery span.role {
    color: var(--brand-color-theme-4);
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 2px;
}

.f-patrons.f-committee-without-photo.f-committee-with-photo .fGalleryItem .ItemfinnerGallery .fGalleryText {
    align-content: center;
}


/* history  */

.f-history {
    padding-top: 3rem !important;
    p {
        color: #000;
    }
}

.f-history {
    .fModuleTitle h3 {
        font-size: 1.5rem;
    }
    .fModuleTitle h3 span {
        padding-left: 1px;
    }
    .fModuleTitle h3 span::before {
        content: unset;
    }
}

.f-history .f-media-image img {
    object-fit: cover;
    height: 100%;
    border-radius: 10px;
}

.f-history::before {
    content: "HISTORY";
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 5rem;
    font-weight: 600;
    color: transparent;
    rotate: 180deg;
    -webkit-text-stroke: 1px var(--brand-color-theme-1);
    font-family: var(--brand-font-family-heading);
    letter-spacing: 5px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 10px;
    top: -65%;
    transform: translateY(-50%);
}

.f-history.f-hanuman-ji-history::before {
    left: unset;
    right: 10px;
    rotate: unset;
    top: 50%;
    transform: translateY(-50%);
    -webkit-text-stroke: 1px var(--brand-color-theme-1);
}

.f-history.f-hanuman-ji-history {}

.f-history.f-hanuman-ji-history {
    .fModuleTitle h3 {
        font-size: 1.5rem;
    }
}


/* about us ends here */


/* seva page starts from here */

.f-charitable-activities .f-charitable-activities-heading {
    color: var(--brand-color-theme-1);
}

.normal-box {
    background-color: #fff;
    border-top: 15px solid var(--brand-color-theme-1);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}

.normal-box .fModuleTitle h3 {
    font-size: 2rem;
    color: var(--brand-color-theme-4);
}

.normal-box .fModule .fGalleryImages li .ItemfinnerGallery {
    height: 100%;
}

.normal-box .fModule .fGalleryImages li .ItemfinnerGallery .fGalleryImage img {
    aspect-ratio: 1/1;
    max-height: 250px;
    object-fit: cover;
}


/* seva page ends here */


/* General Information start here*/

.f-general-info-main-container .fGalleryImages {
    margin: 20px 0px !important;
    border: 1px solid var(--brand-color-theme-1);
    padding: 10px;
    border-radius: 0.25rem;
}

.f-general-info-main-container .fGalleryItem {
    width: 100%;
    padding: 15px !important;
}

.f-general-info-main-container .ItemfinnerGallery {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.f-general-info-main-container .fGalleryImage {
    width: 40%;
}

.f-general-info-main-container .fGalleryText {
    width: 60%;
    h3 {
        color: var(--brand-color-theme-1);
        font-weight: 700 !important;
    }
}


/* General Information ends here */


/* past events starts here */

.gallery-tab-nav .gallery-tab-btn {
    padding: 0;
    border: 0 !important;
    box-shadow: none !important;
    background-color: white;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 24px;
}

.gallery-tab-nav .gallery-tab-btn.active {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px !important;
}

.gallery-tab-nav .gallery-tab-btn img {
    max-height: 120px;
    object-fit: cover;
}

.gallery-tab-nav .gallery-tab-btn span {
    position: absolute;
    inset: 0;
    background-color: #3a000087;
    color: white;
    align-content: end;
    text-align: center;
    font-size: 0.85rem;
    padding-bottom: 1rem;
}

.f-past-event .fGalleryContainer>h4 {
    text-align: center;
    padding: 0 12px;
    margin: 0 0 1rem 0;
}

.inset {
    inset: 0;
}

.f-past-event .fGalleryItem {
    padding: 12px;
}

.f-past-event .fGalleryItem .ItemfinnerGallery {
    height: 100%;
}

.f-past-event .fGalleryItem .ItemfinnerGallery img {
    max-height: 200px;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
}

.f-past-event .fGalleryItem .ItemfinnerGallery .fGalleryText {
    position: absolute;
    inset: 0;
}

.f-past-event .fGalleryItem .ItemfinnerGallery .fGalleryText a.example-image-link {
    display: block;
    height: 100%;
    width: 100%;
}

.fancybox-container {
    z-index: 99999999999999999999 !important;
}


/* past events ends here */


/* our volunteer starts here */

.f-volunteer-image .bx-wrapper img {
    height: 500px;
    object-fit: cover;
}

.f-volunteer-image .fModuleTitle {
    display: none;
}


/* our volunteer ends here */


/* video starts here */

.f-video-container .fGalleryItem {
    padding: 12px;
}

.f-video-container .owl-item.center .ItemfinnerGallery {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    scale: 1;
    transition: ease-in-out 2s;
}

.f-video-container .fGalleryItem .ItemfinnerGallery {
    border-radius: 10px;
    overflow: hidden;
    scale: 0.95;
}

.f-video-container .fGalleryItem .ItemfinnerGallery img {
    max-height: 450px;
    object-fit: cover;
}

.f-video-container .fGalleryItem .ItemfinnerGallery .fGalleryText {
    position: absolute;
    inset: 0;
    align-content: end;
    background: linear-gradient( 180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.35) 35%, rgba(0, 0, 0, 1) 100%);
    padding: 1rem;
}

.f-video-container .fGalleryItem .ItemfinnerGallery .fGalleryText>a.example-image-link {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    background-color: #ffffff8b;
    border-radius: 500px;
    transform: translate(-50%, -50%);
}

.f-video-container .fGalleryItem .ItemfinnerGallery .fGalleryText>a.example-image-link::after {
    content: "";
    width: 23px;
    height: 30px;
    background-color: white;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    position: absolute;
    z-index: 2;
    left: 54%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.f-video-container .fGalleryItem .ItemfinnerGallery .fGalleryText div.video-details {
    color: white;
}

.f-video-container .fGalleryItem .ItemfinnerGallery .fGalleryText div.video-details span {
    display: block;
}

.f-video-container .fGalleryItem .ItemfinnerGallery .fGalleryText div.video-details span.video-name {
    color: var(--brand-color-theme-3);
    font-size: 1.4rem;
    font-weight: 600;
}

.f-video-container .fGalleryItem .ItemfinnerGallery .fGalleryText div.video-details span.add-date {
    position: relative;
    font-size: 0.8rem;
    &::before {
        content: "Added to :";
        margin-right: 5px;
        position: relative;
    }
}


/* video ends here */


/* ecommerce starts here */

.f-category-lisiting-new ul.f-list-grid {
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}


/* .f-product-list-on-category-page ul.f-list.f-list-grid.store-product-list,
.f-product-list-on-category-page .ui-toolbar {
    display: none;
} */

ul.f-list-grid>li {
    float: unset;
    margin: 0;
}

.f-category-lisiting-new .store-category-list-container .store-category-list {
    width: 100%;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding-left: 0;
}

.f-category-lisiting-new .store-category-list-container .store-category-list li {
    width: 33.33%;
    padding: 12px;
}

.f-category-lisiting-new .store-category-list-container .store-category-list li .model-store-category,
.store-product-list li .model-store-product {
    border: 1px solid #dedede;
    height: 100%;
    text-align: center;
    overflow: hidden;
    transition: all 0.5s;
}

.f-products-page .fGalleryItem .ItemfinnerGallery {
    border: 1px solid #dedede;
    height: 100%;
    text-align: center;
    overflow: hidden;
    transition: all 0.5s;
}

.f-category-lisiting-new .store-category-list-container .store-category-list li .model-store-category:hover,
.f-products-page .fGalleryItem .ItemfinnerGallery:hover {
    scale: 1.05;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.f-category-lisiting-new .store-category-list-container .store-category-list li .model-store-category a>img,
.store-product-list li .model-store-product a>img,
.f-products-page .fGalleryItem .ItemfinnerGallery a.fGalleryImage img {
    width: 100%;
    aspect-ratio: 1/1;
    max-height: 250px;
    object-fit: cover;
    border-bottom: 1px solid #dedede;
    padding: 12px;
    transition: all 0.5s;
}

.store-product-list li .model-store-product a>img,
.f-products-page .fGalleryItem .ItemfinnerGallery a.fGalleryImage>img {
    border-bottom: 0;
    max-height: 300px;
}


/* .f-products-page .fGalleryItem#fModule--fGalleryItem-299433 .ItemfinnerGallery a.fGalleryImage>img {
    border: 1px solid;
} */

.f-category-lisiting-new .store-category-list-container .store-category-list li .model-store-category:hover a>img {
    scale: 1.05;
}

.f-category-lisiting-new .store-category-list-container .store-category-list li .model-store-category .content,
.store-product-list li .model-store-product .content,
.f-products-page .fGalleryItem .ItemfinnerGallery {
    padding: 12px;
}

.f-category-lisiting-new .store-category-list-container .store-category-list li .model-store-category .content h3,
.store-product-list li .model-store-product h3,
.f-products-page .fGalleryItem .ItemfinnerGallery h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.4rem;
}

.f-category-lisiting-new .store-category-list-container .store-category-list li .model-store-category .content h3 a,
.store-product-list li .model-store-product h3 a {
    color: var(--brand-color-theme-3);
}

.store-product-list li .model-store-product .prop-price span {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--brand-color-theme-2);
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-family: var(--brand-font-family-heading) !important;
}


/* .store-product-list li .model-store-product .prop-price span::before {
    content: "SGD: ";
    margin-right: 5px;
} */

.f-category-lisiting-new .store-category-list-container .store-category-list li .model-store-category .content .f-button,
.f-products-page .fGalleryItem .ItemfinnerGallery a.fButton {
    background-color: var(--brand-color-theme-2);
    padding: 5px 10px;
    font-size: 0.8rem;
    border-radius: 70px;
    border: 1px solid var(--brand-color-theme-2);
}

.f-category-lisiting-new .store-category-list-container .store-category-list li .model-store-category .content .f-button:hover,
.f-products-page .fGalleryItem .ItemfinnerGallery a.fButton:hover {
    background-color: white;
    color: var(--brand-color-theme-2);
}

.store-product-list {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

.store-product-list li {
    width: 33.33%;
    padding: 12px;
}

.store-product-list li .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.store-product-list li .content>* {
    width: 100%;
    display: block;
}


/* .store-product-list li .content .view-details {
    width: 100%;
    background-color: var(--brand-color-theme-2);
    padding: 10px 10px;
    font-size: 0.8rem;
    border-radius: 70px;
    border: 1px solid var(--brand-color-theme-2);
    &:hover {
        background-color: white;
        color: var(--brand-color-theme-2);
    }
} */

.store-product-list li .content .view-details,
.store-product-list li .content .add2cart {
    background-color: var(--brand-color-theme-2);
    padding: 5px 10px;
    font-size: 0.8rem;
    border-radius: 70px;
    border: 1px solid var(--brand-color-theme-2);
    width: fit-content;
}

.store-product-list li .content .wishlist {
    display: none;
}

.store-product-full .store-product-image>img:nth-child(2) {
    display: none !important;
}

.store-product-full .col-xs-12 {
    padding: 12px;
    align-content: center;
}

.store-product-full .col-xs-12>.store-product-image {
    display: block;
}

.store-product-full .col-xs-12 .store-product-options-form .buttons {
    padding-left: 0!important;
}

.store-product-full .col-xs-12 .store-product-options-form .item-price div>.value {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.store-product-full .col-xs-12>div.store-product-images {
    display: flex;
    flex-wrap: wrap;
}

.store-product-full .col-xs-12>div.store-product-images .item {
    width: 20%;
    padding: 10px 10px 0 0;
}

.store-product-full .col-xs-12>div.store-product-images .item img {
    aspect-ratio: 1/1;
    object-fit: cover;
}


/* .store-product-full .col-xs-12 .store-product-options-form .item-price div>.value::before {
    content: "SGD:";
    position: relative;
    margin-right: 5px;
} */

.store-product-full .col-xs-12 .store-product-options-form fieldset {
    margin-bottom: 0;
    margin-top: 0;
}

.path-cart- #fMatter {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.path-cart- #fMatter .dock-right input.f-button {
    margin-bottom: 2rem;
    background-color: var(--brand-color-theme-4);
}

.path-cart- #fMatter .f-table th {
    background-color: var(--brand-color-theme-4);
    font-size: .9rem;
}

.path-cart- #fMatter .f-table th {
    width: 130px;
}

.path-cart- #fMatter .f-table .title-cont>a {
    color: var(--brand-color-theme-2);
    font-size: 1rem;
}

.path-cart- #fMatter .f-table td>.bttn-delete {
    color: red;
}

.path-cart- #fMatter .store-cartentry-list tr.parent {
    background-color: white;
}

.path-cart- #fMatter .store-cartentry-list tr.parent>td:nth-child(2) {
    border-right: 0;
}

.path-cart- #fMatter .form-item-coupon {
    display: flex;
    flex-wrap: wrap;
}

.path-cart- #fMatter .form-item-coupon label {
    width: 100%;
}

.path-cart- #fMatter .form-item-coupon .f-button {
    background-color: var(--brand-color-theme-2);
    border: 1px solid var(--brand-color-theme-2);
}

.f-product-list-on-category-page .checks {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.f-product-list-on-category-page .checks p {
    margin-right: 10px;
    align-items: center;
}

.f-product-list-on-category-page p.buttons {
    padding-left: 0!important;
    margin-top: 0;
}

.f-product-list-on-category-page p.buttons input {
    border: 1px solid var(--brand-color-theme-2);
    background-color: var(--brand-color-theme-2);
    color: white;
    padding: 7px 15px;
}

.fStoreListFilter .fModuleTitle h3 {
    font-size: 2rem;
    margin-bottom: 0;
}

.fStoreListFilter .fModule {
    padding-bottom: 0!important;
}

.fStoreListSort {
    display: flex;
    flex-wrap: wrap;
}

.fStoreListSort label {
    width: 100%;
    margin-bottom: .5rem;
}

.fStoreListSort select {
    border: 1px solid #dedede;
}

.fStoreListSort input {
    border: 1px solid var(--brand-color-theme-2);
    background-color: var(--brand-color-theme-2);
    color: white;
}

.fForm .form-item-small input,
.fForm .form-item-small select {
    width: 100%;
}

.f-table th,
.f-table tr.thead td,
table.ui-list thead tr:last-of-type th {
    background-color: var(--brand-color-theme-4);
}

.f-table th,
table.ui-list thead tr:last-of-type th {
    font-size: .9rem;
}

.f-table .title-cont a {
    font-size: 1.1rem;
    color: var(--brand-color-theme-3);
}

.store-cartentry-list tr.parent {
    background-color: transparent;
}

.path-user-dashboard- .ui-list {
    padding-left: 0;
}

.path-user-dashboard- #fMatter {
    margin-bottom: 3rem;
}

.path-store-order-manage- #fMatter {
    margin: 3rem auto;
}

.path-store-order-manage- #fMatter .f-table th {
    width: 10%;
}

.path-user-dashboard- #fMatter .ui-list li a {
    color: var(--brand-color-theme-4);
    border-color: var(--brand-color-theme-4);
    transition: all .3s;
    &:hover {
        background-color: var(--brand-color-theme-4);
        color: white;
    }
}

.path-user-dashboard- #fMatter .ui-list:nth-child(1) li:nth-child(2) {
    display: none;
}

.com-store.view-product-view .form-item.buttons input[value='Add to Wishlist'] {
    display: none;
}

.com-store.view-product-view .fForm p,
.com-store.view-product-view .fForm .form-item {
    overflow: visible;
}

.com-store.view-product-view #fMatter {
    margin: 2rem auto;
}

.com-store.view-product-view .form-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.com-store.view-product-view .form-item.item-quantity input {
    padding: .3rem 10px;
    width: 150px;
}

.com-store.view-product-view .fForm fieldset {
    padding-bottom: 0;
    padding-top: 0;
    border-top: 0;
}

.com-store.view-product-view .fForm legend {
    font-size: 1.4rem;
    font-family: var(--brand-font-family-heading);
}

.com-store.view-product-view .fForm {
    background-color: #f7f7f7;
    padding: 1rem;
}

.com-store.view-product-view .form-item label {
    width: fit-content;
}

.com-store.view-product-view .form-item .unit {
    position: relative;
}

.com-store.view-product-view .form-item.item-price .unit::before {
    content: ":";
    margin-right: 5px;
}

.com-store.view-order-view #fMatter {
    margin: 3rem auto;
}


/* ecommerce ends here */


/* gallery inner starts here */

.f-gallery-inner .ItemfinnerGallery img {
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: top center;
}


/* gallery inner ends here */


/***************************************************************************
                        RESPONSIVE MEDIA QUERY
****************************************************************************/


/*xl*/

@media (min-width: 767.9px) {
    .store-product-full .col-xs-12 {
        width: 100%;
    }
    .path-cart- #fMatter .form-item-coupon .field-coupon-code {
        width: 200px;
    }
}

@media (min-width: 991.9px) {
    /* header start here */
    body.not-home header {
        background-color: white;
        position: sticky;
        top: 0;
    }
    .f-main-menu .fMenu {
        display: flex;
        justify-content: end;
        align-items: center;
        width: 100%;
    }
    .f-main-menu .fMenu>li#menu-item-32051 .menu-item-text {
        display: none;
    }
    .f-main-menu .fMenu>li {
        width: fit-content;
        text-align: center;
        position: relative;
    }
    .f-main-menu .fMenu>li>a {
        font-size: 16px;
        padding: 24px 7px;
        color: var(--brand-color-theme-4);
        /* font-weight: 500; */
    }
    .f-main-menu .fMenu>li.has-submenu>ul {
        position: absolute;
        text-align: left;
        top: 2rem;
        left: 10px;
        background-color: #3a0000dd;
        visibility: hidden;
        min-width: 270px;
        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: 10px;
        border-radius: 5px;
    }
    .f-main-menu .fMenu>li.has-submenu>ul>li>a {
        font-size: 0.9rem;
        color: var(--brand-color-theme-1);
        display: inline-block;
        margin-bottom: 0.4rem;
    }
    .f-main-menu .fMenu>li.has-submenu:hover>ul {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        z-index: 9;
    }
    .fHeader.active .f-main-menu .fMenu>li>a {
        color: #000;
    }
    .f-main-menu nav {
        padding: 0;
    }
    .row {
        margin: 0;
    }
    .fHeader {
        position: fixed;
        top: 0;
        width: 100%;
        background-color: #e1e1e182;
        z-index: 99999999999;
        transition: all 0.4s linear;
        align-content: center;
        background-color: var(--brand-color-theme-3-dark);
    }
    .fHeader.active {
        background-color: white;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
    .fHeader .f-main-menu .fMenu>li#menu-item-32051>a {
        padding: 0;
    }
    .fHeader .f-main-menu .fMenu>li#menu-item-32051 img {
        width: 150px;
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
        transition: all 0.4s;
    }
    .fHeader.active .f-main-menu .fMenu>li#menu-item-32051 img {
        width: 120px;
    }
    .f-logo-mobile img {
        width: 80px;
        max-width: 100%;
        padding: 5px 10px;
    }
    /* header ends here */
    .f-gallery .fGalleryImages li:nth-child(1) {
        grid-area: one;
    }
    .f-gallery .fGalleryImages li:nth-child(2) {
        grid-area: two;
    }
    .f-gallery .fGalleryImages li:nth-child(3) {
        grid-area: three;
    }
    .f-gallery .fGalleryImages li:nth-child(4) {
        grid-area: four;
    }
    .f-gallery .fGalleryImages li:nth-child(5) {
        grid-area: five;
    }
    .f-gallery .fGalleryImages li:nth-child(6) {
        grid-area: six;
    }
    .f-gallery .fGalleryImages li:nth-child(7) {
        grid-area: seven;
    }
    .f-gallery .fGalleryImages li:nth-child(8) {
        grid-area: eight;
    }
    .f-gallery .fGalleryImages li:nth-child(9) {
        grid-area: nine;
    }
    .f-gallery .fGalleryImages li:nth-child(9) {
        grid-area: ten;
    }
    .f-gallery .fGalleryImages {
        display: grid;
        grid: "one one one two three " "one one one four five " "seven eight six six six " "nine ten six six six ";
        grid-gap: 3px;
        background-color: white;
        padding: 3px;
    }
    .f-gallery .fGalleryImages li:nth-child(1) .fGalleryImage img,
    .f-gallery .fGalleryImages li:nth-child(6) .fGalleryImage img {
        height: 400px;
    }
    .f-gallery .fGalleryImages li:nth-child(2) .fGalleryImage img,
    .f-gallery .fGalleryImages li:nth-child(3) .fGalleryImage img,
    .f-gallery .fGalleryImages li:nth-child(4) .fGalleryImage img,
    .f-gallery .fGalleryImages li:nth-child(5) .fGalleryImage img,
    .f-gallery .fGalleryImages li:nth-child(7) .fGalleryImage img,
    .f-gallery .fGalleryImages li:nth-child(8) .fGalleryImage img,
    .f-gallery .fGalleryImages li:nth-child(9) .fGalleryImage img,
    .f-gallery .fGalleryImages li:nth-child(10) .fGalleryImage img {
        height: 199px;
    }
    .store-product-full .col-xs-12 {
        width: 50%;
    }
}

@media (max-width: 1499.9px) {
    .f-history::before {
        left: -25px;
    }
    .f-history.f-hanuman-ji-history::before {
        right: -25px;
    }
}

@media (max-width: 1399.9px) {}

@media (max-width: 1299.9px) {}


/*lg*/

@media (max-width: 1199.9px) {
    .f-main-menu .fMenu>li>a {
        padding: 12px;
        font-size: 0.9rem;
    }
    .f-volunteer-image .bx-wrapper img {
        height: 550px;
    }
}

@media (max-width: 991.9px) {
    .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;
    }
    /*** Programme ***/
    .session-container th {
        font-size: 0px;
    }
    .session-container th select {
        font-size: 1rem;
    }
    tr.session-row {
        border: 1px solid var(--brand-color-theme-1);
        margin-top: 1.5rem;
    }
    tr.session-row-hidden {
        border: 0 none;
        margin-top: 0;
    }
    .session-time-zone {
        display: inline-block;
        padding-left: 0.5rem;
    }
    .session-time-zone::before,
    .session-time-zone::after {
        position: relative;
        content: " ";
        display: inline;
    }
    .session-time-zone::before {
        content: "(";
    }
    .session-time-zone::after {
        content: ")";
    }
    tr.session-row,
    tr.session-row td,
    td.session-time {
        display: block;
        width: 100%;
        max-width: 100%;
    }
    tr.session-row td {
        border: 0px none;
    }
    th.session-time {
        width: 100%;
        max-width: 100%;
        display: block;
    }
    .session-time .session-time-date.is-different {
        margin-left: 0;
    }
    .session-container tr:hover td.session-time,
    table.fTable tr:nth-child(odd) td.session-time,
    table.fTable tr:nth-child(even) td.session-time {
        display: block;
        text-align: left;
        background: var(--brand-color-theme-1);
        color: #fff;
    }
    .session-container th:last-child {
        display: none;
    }
    .session-container {
        border: 0;
    }
    body .session-container th {
        display: none;
    }
    .f-photo-with-custom-text .fModuleTitle h3 {
        display: block;
    }
    .f-photo-with-custom-text .fModuleContent .fModuleTitle h3 {
        display: none;
    }
    .f-logo-header .f-media-image img {
        width: 200px;
        max-width: 100%;
    }
    .navbar-toggle .icon-bar {
        background-color: var(--brand-color-theme-3);
    }
    .fHeader {
        background-color: white;
        position: sticky;
        top: 0;
        z-index: 9999;
    }
    .fHeader.active {
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    .f-main-menu {
        position: static !important;
    }
    .f-main-menu nav {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 4.5em;
        height: fit-content;
        width: 100%;
        background-color: var(--brand-color-theme-3);
        width: 95%;
        padding: 0;
        z-index: 9999999;
    }
    .f-main-menu nav ul {
        margin: 0;
    }
    .f-main-menu nav ul.fMenu>li>a {
        display: block;
        padding: 0.6rem 1rem;
        color: white;
        border-bottom: 1px solid #dedede4e;
        position: relative;
        background-color: var(--brand-color-theme-3);
    }
    .f-main-menu nav ul.fMenu>li:last-child>a {
        border-bottom: 0;
    }
    .f-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;
    }
    .f-main-menu nav ul.fMenu>li.has-submenu>ul {
        position: relative;
        padding: 7px;
        background-color: var(--brand-color-theme-3);
        display: none;
    }
    .f-main-menu nav ul.fMenu>li.has-submenu>ul>li>a {
        padding: 0.6rem 1rem;
        color: white;
        border-bottom: 1px solid #dedede4e;
        position: relative;
        background-color: var(--brand-color-theme-3);
        display: block;
    }
    .f-logo-mobile .ItemfinnerGallery img {
        width: 80px;
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .f-banner .ItemfinnerGallery .fGalleryImage img {
        height: 450px;
        object-fit: cover;
    }
    .f-gallery .fGalleryImage img {
        height: 350px;
        object-fit: cover;
    }
    .f-footer-nav .fMenu {
        flex-wrap: wrap;
        justify-content: center;
    }
    .f-footer-nav .fMenu>li {
        width: fit-content;
    }
    .f-footer-nav .fMenu>li>a {
        padding: 7px;
        font-size: 0.8rem;
    }
    .f-history::before {
        content: unset;
    }
    .f-volunteer .fModuleTitle {
        display: none;
    }
    .f-volunteer-image .bx-wrapper img {
        height: auto;
    }
    .f-volunteer-image .fModuleTitle {
        display: block;
    }
    .f-volunteer-image .fModuleTitle h3 {
        text-align: center;
    }
    .f-category-lisiting-new .store-category-list-container .store-category-list li,
    .store-product-list li {
        width: 50%;
    }
}


/*sm*/

@media (max-width: 767.9px) {
    html {
        font-size: 14px;
    }
    .f-events .f-list-item-container .f-list-item-teaser-image,
    .f-events .f-list-item-container .f-text-container {
        width: 100%;
    }
    .f-events .f-list-item-container .f-text-container {
        padding-left: 0;
        padding-top: 1rem;
        text-align: center;
    }
    .fModuleTitle h3,
    .fGalleryContainer h4 {
        font-size: 2rem;
    }
    .f-events .f-list-item-container {
        flex-wrap: wrap;
    }
    .f-events .f-list-item-container .f-list-item-teaser-image img {
        width: 60px;
    }
    .path-cart- #fMatter .form-item-coupon .f-button {
        width: 100%;
        margin-top: 1rem;
    }
    .path-cart- #fMatter .f-table {
        min-width: 700px;
    }
}


/*xs*/

@media (max-width: 575px) {
    .f-category-lisiting-new .store-category-list-container .store-category-list li,
    .store-product-list li {
        width: 100%;
    }
}