@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css");
:root {
    --brand-color-theme-logo-blue: #465592;
    --brand-color-theme-logo-orangy-yellow: #bfae5f;
    --brand-color-theme-dark-green: #063831;
    --brand-color-theme-beige: #fff8e1;
    --brand-font-family-body: "Nunito Sans", sans-serif;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.brand-color-theme-logo-blue-text {
    color: var(--brand-color-theme-logo-blue) !important;
}

.brand-color-theme-logo-orangy-yellow-text {
    color: var(--brand-color-theme-logo-orangy-yellow) !important;
}

.brand-color-theme-dark-green-text {
    color: var(--brand-color-theme-dark-green) !important;
}

.brand-color-theme-dark-beige-text {
    color: var(--brand-color-theme-beige) !important;
}

.brand-color-theme-logo-blue-bg {
    background-color: var(--brand-color-theme-logo-blue) !important;
}

.brand-color-theme-logo-orangy-yellow-bg {
    background-color: var(--brand-color-theme-logo-orangy-yellow) !important;
}

.brand-color-theme-dark-green-bg {
    background-color: var(--brand-color-theme-dark-green) !important;
}

.brand-color-theme-dark-beige-bg {
    background-color: var(--brand-color-theme-beige) !important;
}

html {
    font-size: 16px;
}

body {
    padding: 0;
    padding-top: 0 !important;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 1rem;
    line-height: 1.5;
    color: #222;
    font-family: var(--brand-font-family-body);
}

p {}

a,
span {}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

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: 1.75rem;
    font-weight: 600;
    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-dark-green);
    position: fixed;
    top: 0rem;
    width: 100% !important;
    left: 0;
    color: white;
    z-index: 9999999;
}

#f-messages .item {
    background-color: var(--brand-color-theme-dark-green);
}

@-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-dark-green);
    color: white;
    cursor: pointer;
    width: 48px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color: var(--brand-color-theme-dark-green);
    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-dark-green);
}


/*Module*/

.fModule .fModuleTitle,
.fModule .fModuleContent {
    width: 100%;
}

.fModuleEnd .fModuleTitle,
.fModuleEnd .fModuleContent,
.fModuleBoxed {
    margin: 0 auto;
}

#fMatter .fModule,
#fSidebarRight .fModule,
#fContentPre .fModule,
#fContentPost .fModule {
    padding-top: 0rem;
    padding-bottom: 3rem;
    overflow: hidden;
}

.fRegion.region-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.fRegion {
    display: inline-block;
    width: 100%;
}

.fPageTitle {
    position: relative;
    color: #fff;
    text-align: center;
    padding: 3rem 0;
    background-size: cover;
    margin-bottom: 0;
    background-color: var(--brand-color-theme-dark-green);
    align-content: center;
}

body.title-off .fPageTitle {
    display: none;
}

.f-photo-with-custom-text .fModuleTitle {
    display: none;
}

.f-photo-with-custom-text .fModuleContent .fModuleTitle {
    display: block;
}

.f-photo-with-custom-text.title-center .fModuleContent .fModuleTitle h3 {
    text-align: start !important;
}

.fModuleTitle h3 {
    color: var(--brand-color-theme-dark-green);
    font-weight: 700;
    font-size: 2.8rem;
}

.title-center .fModuleTitle h3 {
    text-align: center !important;
}

.title-white .fModuleTitle h3 {
    color: white !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, 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 */

header .fModule.fLogo {
    padding-left: 0;
    padding-right: 0;
}

header .fModule {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.region-header,
.region-headertop {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.region-header .fModule,
.region-headertop .fModule {
    display: flex;
    align-items: center;
    align-self: center;
}

.region-headertop .fModule {
    padding: 0;
}

header ul,
ul.fMenu,
header ul li,
ul.fMenu li {
    margin: 0px;
    list-style: none;
    padding: 0px;
}

.headertop ul li {
    display: inline-block;
    align-items: center;
    padding: 0 0.7em 0 0;
    position: relative;
}

.headertop ul li ul {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    display: none;
}

.headertop ul li ul li {
    border: none;
    display: block;
}

.Ftop-header-logo li.fGalleryItem {
    width: 42%;
}


/*** 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-dark-green);
    display: inline-block;
    padding: 10px 2rem;
    color: white;
    font-weight: 500;
    border: 1px solid var(--brand-color-theme-dark-green);
}


/****--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-dark-green);
}

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-beige);
    border-radius: 0.25rem;
    overflow: hidden;
    >* {
        border: 0;
        border-radius: 0;
    }
    input[type="submit"] {
        padding: 0.5rem 0.75rem;
        background: var(--brand-color-theme-beige);
        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.3);
    box-shadow: 0px 0px 15px -4px rgb(0 0 0 / 30%);
    position: relative;
}

.iconset .fMenu a:hover {
    background: #efefef;
    -webkit-box-shadow: 0px 0px 10px -4px rgb(0 0 0 / 55%);
    -moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 0px 15px -4px rgb(0 0 0 / 55%);
}

.iconset img {
    width: auto;
    max-width: 45px;
    display: block;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.menu-item-text .action:before {
    display: block;
    content: "";
    height: 1.04rem;
    width: 1.04rem;
    background: red;
    border-radius: 1rem;
    position: absolute;
    left: 10px;
    top: 19%;
    transform: translate(0, -50%);
    animation: blinking 2s infinite;
}


/*----------animation----------*/

@keyframes blinking {
    0% {
        opacity: 1;
    }
    70% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* Common CSS */


/* login page starts here */

body.view-login .fForm,
body.view-account-recover .fForm {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 2rem 1rem;
    width: 700px;
    max-width: 100%;
    margin: auto;
}

body.view-account-recover .fForm .form-item-type-fieldset {
    border: 0;
    padding: 0;
}

.fForm .error {
    margin: 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;
}


/* 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-dark-green);
}

.session-container {
    border-collapse: separate;
    border-spacing: 0 1rem;
}

body .session-container th {
    background: var(--brand-color-theme-dark-green);
    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-dark-green);
}

.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: underline;
}

.session-venue {
    width: fit-content;
    background: var(--brand-color-theme-dark-green);
    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-dark-green);
}

.session-people-role {
    display: inline-block;
    color: var(--brand-color-theme-beige);
    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-dark-green);
    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-dark-green);
    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-beige);
    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 ***/


/* header starts here */

.f-header-logo li.fGalleryItem:first-child {
    padding-right: 15px;
}

.f-header-logo li.fGalleryItem:first-child .ItemfinnerGallery {
    position: relative;
}

.f-header-logo .ItemfinnerGallery img {
    height: 45px;
}

.f-header-logo li.fGalleryItem .ItemfinnerGallery .fGalleryText {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.f-header-logo li.fGalleryItem .ItemfinnerGallery .fGalleryText a {
    display: block;
    width: 100%;
    height: 100%;
}

header {
    background-color: var(--brand-color-theme-beige);
    position: sticky;
    top: 0;
    z-index: 9999999999999;
}


/* header ends here */


/* banner starts here */

.f-banner .ItemfinnerGallery img {
    height: 700px;
    object-fit: cover;
}

.f-banner .ItemfinnerGallery .fGalleryText {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-content: center;
    background-color: #06383177;
}

.f-banner .ItemfinnerGallery .fGalleryText .item {
    width: 700px;
    max-width: 100%;
}

.f-banner .ItemfinnerGallery .fGalleryText .item h3 {
    color: white;
    font-size: 4rem;
    font-weight: 800;
    span {
        display: block;
    }
}

.f-banner .ItemfinnerGallery .fGalleryText .item p {
    font-size: 1.1rem;
    color: white;
    width: 500px;
    max-width: 100%;
}

.f-banner .ItemfinnerGallery .fGalleryText .div-banner-button {
    width: fit-content;
    a {
        display: block;
        width: 200px;
        padding: 10px 10px;
        text-align: center;
        align-content: center;
        color: white;
        font-weight: 500;
        font-size: 1.1rem;
        border: 2px solid white;
    }
}


/* banner ends here */


/* about us starts here */

.f-about-image img {
    border-radius: 10px;
    min-height: 500px;
}

.f-about-text .fModuleTitle h3 {
    font-size: 1.6rem!important;
}


/* about us ends here */


/* counter starts here */

.f-counter-numbers-section .fModuleContent {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    background-color: var(--brand-color-theme-beige);
    border-radius: 10px;
}

.f-counter-numbers-section .fModuleContent .row {
    margin: 0;
}

.f-counter-numbers-section .fModuleContent .col-12 {
    padding: 12px 10px;
}

.f-counter-numbers-section .fModuleContent .col-12 .item {
    border-right: 2px solid #dedede;
    text-align: center;
    padding: 1rem 10px;
}

.f-counter-numbers-section .fModuleContent .col-12:last-child .item {
    border: 0;
}

.f-counter-numbers-section .fModuleContent .col-12 .item .numbers-div {
    color: var(--brand-color-theme-dark-green);
    font-size: 2.7rem;
    font-weight: 800;
}

.f-counter-numbers-section .fModuleContent .col-12 .item .numbers-div span:nth-child(2) {
    font-weight: 400;
}

.f-counter-numbers-section .fModuleContent .col-12 .item .title {
    font-size: 1.2rem;
    color: var(--brand-color-theme-dark-green);
}


/* counter ends here */


/* 4 boxses starts here */

.f-4-boxes li.menu-item {
    padding: 12px;
}

.f-4-boxes li.menu-item>a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.4s;
    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;
}

.f-4-boxes li.menu-item>a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.f-4-boxes li.menu-item>a:hover {
    transform: scale(1.05);
}

.f-4-boxes li.menu-item .menu-item-icon {
    display: block;
    height: 100%;
    position: relative;
    z-index: 99;
}

.f-4-boxes li.menu-item .menu-item-icon img {
    height: 100%;
    object-fit: cover;
}

.f-4-boxes li.menu-item .menu-item-text {
    display: block;
    position: absolute;
    color: white;
    font-size: 1.5rem;
    text-align: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-content: end;
    bottom: 1rem;
    width: 100%;
    background: linear-gradient( 0deg, rgba(6, 56, 49, 0.534) 50%, rgba(0, 0, 0, 0) 100%);
    z-index: 99;
    padding-bottom: 1rem;
}


/* 4 boxses ends here */


/* excited for our next event starts here */

.f-event-carousel-1 .f-list .f-list-item {
    padding: 12px;
}

.f-event-carousel-1 .f-list .f-list-item .f-list-item-container .f-list-item-title {
    display: none;
}

.f-event-carousel-1 .f-list .f-list-item .f-list-item-container .f-list-item-teaser-image img {
    border-radius: 10px;
}

.f-event-carousel-1 .owl-theme .owl-dots .owl-dot span {
    border-radius: 0;
    background-color: #000;
    margin: 3px;
}

.f-event-carousel-1 .owl-theme .owl-dots .owl-dot.active span {
    background-color: var(--brand-color-theme-dark-green);
}

.f-event-carousel-1 .owl-carousel .owl-nav button {
    position: absolute;
    left: -15px;
    top: 40%;
    transform: translateY(-50%);
    background-color: transparent !important;
    color: var(--brand-color-theme-dark-green) !important;
    font-size: 2rem;
}

.f-event-carousel-1 .owl-carousel .owl-nav button.owl-next {
    left: unset;
    right: -15px;
}


/* excited for our next events here */


/* partners starts here */

.f-partners {
    background-image: url("https://storage.unitedwebnetwork.com/files/1290/10ad758dc065dd7401c6f58d03eb0b9b.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.f-partners .fGalleryItem {
    padding: 12px;
}

.f-partners .fGalleryItem .fGalleryImage {
    display: block;
    text-align: center;
}

.f-partners .fGalleryItem .fGalleryImage img {
    width: 100%;
    height: 150px;
    width: 150px;
    object-fit: contain;
    margin-top: 1rem;
    margin-bottom: 1rem;
    transition: all 0.5s;
}

.f-partners .fGalleryItem .ItemfinnerGallery:hover .fGalleryImage img {
    opacity: 0;
    visibility: hidden;
}

.f-partners .fGalleryItem .ItemfinnerGallery {
    height: 100%;
    background-color: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.f-partners .fGalleryItem .ItemfinnerGallery .fGalleryText {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 15px;
    height: 100%;
    width: 100%;
    align-content: center;
    padding: 1rem;
    background-color: var(--brand-color-theme-dark-green);
    scale: 0.85;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.f-partners .fGalleryItem .ItemfinnerGallery:hover .fGalleryText {
    scale: 1;
    opacity: 1;
    visibility: visible;
}

.f-partners .fGalleryItem .ItemfinnerGallery .fGalleryText>* {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
}

.f-exhibit-new .fGalleryItem {
    background-color: transparent;
    perspective: 1000px;
    padding: 12px;
}

.f-exhibit-new .fGalleryItem .ItemfinnerGallery {
    position: relative;
    width: 100%;
    text-align: center;
    transition: transform 0.6s;
    height: 200px;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.f-exhibit-new .fGalleryItem:hover .ItemfinnerGallery {
    transform: rotateY(180deg);
}

.f-exhibit-new .fGalleryItem .ItemfinnerGallery .fGalleryImage,
.f-exhibit-new .fGalleryItem .ItemfinnerGallery .fGalleryText {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.f-exhibit-new .fGalleryItem .ItemfinnerGallery .fGalleryImage {
    background-color: white;
    color: black;
    display: block;
    text-align: center;
    align-content: center;
}

.f-exhibit-new .fGalleryItem .ItemfinnerGallery .fGalleryImage img {
    width: 150px;
}

.f-exhibit-new .fGalleryItem .ItemfinnerGallery .fGalleryText {
    background-color: var(--brand-color-theme-dark-green);
    color: white;
    transform: rotateY(180deg);
    padding: 20px;
    align-content: center;
    * {
        color: white;
    }
}

.f-exhibit .ItemfinnerGallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.f-exhibit .ItemfinnerGallery .fGalleryImage {
    width: 30%;
}

.f-exhibit .ItemfinnerGallery img {
    display: block;
    margin: auto;
    max-width: 20rem;
}

.f-exhibit .ItemfinnerGallery .fGalleryText {
    width: 70%;
    h4 {
        font-size: 2rem;
        font-weight: 600;
        color: var(--brand-color-2);
        margin: 1rem 0;
    }
}


/* partners ends here */


/* footer starts here */

#fFooter {
    background-color: var(--brand-color-theme-beige);
    margin-top: -8px;
    * {
        font-size: 0.95rem;
    }
}

#fFooter .fModuleTitle h3 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

#fFooter .f-menus-footer ul li,
#fFooter .f-footer-contact-deatils ul li {
    margin-bottom: 0.5rem;
    i {
        width: 25px;
        padding-right: 5px;
        margin-top: 0.2rem;
    }
    a {
        color: #000;
        font-weight: 600;
        display: flex;
    }
}

#fFooter .f-copyright {
    background-color: var(--brand-color-theme-dark-green);
    color: white;
    padding: 10px 1rem;
    margin-top: 2rem;
}

#fFooter .f-copyright a {
    color: white;
    text-decoration: underline;
}

#fFooter .f-subscribe-form .form-item label {
    display: none;
}

#fFooter .f-subscribe-form .form-item input {
    height: 50px;
    border: 0;
}

#fFooter .f-subscribe-form .fForm {
    position: relative;
    background-color: white;
    border-radius: 100px;
    overflow: hidden;
    padding: 0;
}

#fFooter .f-subscribe-form .buttons {
    padding: 0 !important;
    width: fit-content;
    position: absolute;
    right: 10px;
    bottom: -7px;
}

#fFooter .f-subscribe-form .buttons input {
    margin-right: 0;
    height: 50px;
    background-color: var(--brand-color-theme-dark-green);
    border-radius: 500px;
}


/* footer ends here */


/* events start here */

.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
}

.swiper-slide img {
    display: block;
    width: 100%;
}

.f-events-row-and-slider .f-list-item {
    padding: 12px;
}

.f-events-row-and-slider .f-list-item .f-list-item-container {
    height: 100%;
    background-color: #fff8e13f;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #0638314d;
    transition: all 0.6s;
    position: relative;
    &:hover {
        box-shadow: 0 0 20px 0 rgba(6, 56, 49, 0.18);
    }
}

.f-events-row-and-slider .owl-item .f-list-item-container {
    scale: 0.9;
}

.f-events-row-and-slider .owl-item .f-list-item .f-list-item-container {
    box-shadow: none;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    position: relative;
}

.f-events-row-and-slider .owl-item.center .f-list-item .f-list-item-container {
    scale: 1.05;
    &:hover {
        box-shadow: 0 0 20px 0 rgba(6, 56, 49, 0.18);
    }
}

.f-events-row-and-slider .f-list-item .f-list-item-container .f-list-item-teaser-image {
    position: relative;
    height: fit-content;
}

.f-events-row-and-slider .f-list-item .f-list-item-container .f-list-item-teaser-image img {
    height: 250px;
    background-color: white;
    object-fit: contain;
    padding: 15px;
    border: 1px solid #0638314d;
    margin-bottom: 1rem;
    border-radius: 10px;
}

.f-events-row-and-slider .f-list-item .f-list-item-container .f-list-item-title {
    color: var(--brand-color-theme-dark-green);
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 0.5rem;
}

.f-events-row-and-slider .f-list-item .f-list-item-container .events-details span {
    display: flex;
    position: relative;
    font-weight: 500;
    margin-bottom: 0.2rem;
}

.f-events-row-and-slider .f-list-item .f-list-item-container .events-details span.date::before {
    content: "";
    width: 16px;
    height: 16px;
    text-align: center;
    display: inline-block;
    margin-top: 0.2rem;
    margin-right: 7px;
    background-image: url("https://storage.unitedwebnetwork.com/files/1290/70ecc9856e0e5b3d2152ee42675c034c.png");
    background-position: left center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.f-events-row-and-slider .f-list-item .f-list-item-container .events-details span.venue::before {
    content: "";
    width: 16px;
    height: 16px;
    text-align: center;
    display: inline-block;
    margin-top: 0.2rem;
    margin-right: 7px;
    background-image: url("https://storage.unitedwebnetwork.com/files/1290/5879af0e1bf1d2226b34a2cce70e2aca.png");
    background-position: left center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.f-events-row-and-slider .f-list-item .f-list-item-container .events-details span.org {
    display: block;
}

.f-events-row-and-slider .f-list-item .f-list-item-container .events-details span.org::before {
    content: "";
    width: 16px;
    height: 16px;
    text-align: center;
    display: inline-block;
    margin-top: 0.2rem;
    margin-right: 7px;
    background-image: url("https://storage.unitedwebnetwork.com/files/1290/44a621652ecbe4f2d71feb9f65dda20d.png");
    background-position: left center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.f-events-row-and-slider .f-list-item .f-list-item-container .events-details a {
    position: relative;
    color: var(--brand-color-theme-logo-blue);
    font-weight: 800;
    font-size: 0.9rem;
    display: block;
    align-content: center;
    &:hover {
        text-decoration: underline;
    }
}

.f-events-row-and-slider .f-list-item .f-list-item-container .events-details a.website::before {
    content: "";
    width: 16px;
    height: 16px;
    text-align: center;
    display: inline-block;
    margin-top: 0.2rem;
    margin-right: 7px;
    background-image: url("https://storage.unitedwebnetwork.com/files/1290/2844658b3079752bade33d32fea5924b.png");
    background-position: left center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    top: 0.25rem;
}


/* events ends here */


/* mission vision starts here */

.f-mission-vission .nav-tabs-main {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    padding-left: 0;
    li {
        list-style: none;
        margin-left: 0;
        margin-right: 10px;
        a {
            border: 1px solid var(--brand-color-theme-dark-green);
            display: inline-block;
            background-color: var(--brand-color-theme-dark-green);
            color: white;
            padding: 10px 2rem;
            font-size: 1.1rem;
        }
        a.inactive {
            background-color: white;
            color: var(--brand-color-theme-dark-green);
        }
    }
}

.f-mission-vission .f-media-image img {
    max-height: 400px;
    border-radius: 10px;
    object-fit: cover;
}


/* mission vision ends here */


/* philosiphy starts here */

.f-PHILOSOPHY .f-media-image img {
    max-height: 550px;
    object-fit: cover;
    object-position: bottom center;
}

.f-PHILOSOPHY .f-media-text {
    position: absolute;
    inset: 0;
    align-content: center;
}

.f-PHILOSOPHY .f-media-text::before {
    content: "";
    position: absolute;
    width: 53%;
    right: 0;
    top: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.897);
}

.f-PHILOSOPHY .f-media-text div.row {
    position: relative;
    z-index: 99;
}


/* shared value starts here */

.f-shared-values .icon img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.f-shared-values .fModuleTitle h3 {
    font-size: 1.85rem;
    margin-top: 0;
}


/* Commitment To The Truth Of Our Reality starts here */

.f-commitment-new .box {
    background-color: #014135;
    color: white;
    height: 100%;
    border-radius: 20px 0 20px 0;
    padding: 3rem 1rem;
    position: relative;
}

.f-commitment-new>.container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.f-commitment-new .row .col-12 {
    padding: 7px;
}

.f-commitment-new .fModuleTitle {
    width: 25%;
    padding-right: 1rem;
}

.f-commitment-new .fModuleContent {
    width: 75%;
}

.f-commitment-new .box .para-1 {
    font-size: 32px;
    font-weight: 700;
    padding: 60px 0;
}

.f-commitment-new .box .text-wrapper {
    height: 100%;
}

.f-commitment-new .box h4 {
    text-align: center;
}

.f-commitment-new .box p {
    text-align: center;
}

.f-commitment-new .para-1 {
    font-weight: 600;
}

.f-commitment-new .circle-1 {
    height: 45px;
    width: 45px;
    border: 2px solid #fff;
    border-radius: 60%;
    position: absolute;
    top: 26px;
    right: -29px;
    background-color: white;
    z-index: 99;
}

.f-commitment-new .circle-2 {
    height: 45px;
    width: 45px;
    border: 2px solid #fff;
    border-radius: 60%;
    position: absolute;
    bottom: 15px;
    left: -30px;
    background-color: white;
}


/* our team starts here */

.f-our-team .fGalleryText {
    background-color: #ffffff;
    border-radius: 0 10px 10px 10px;
    margin-right: 30px;
    margin-top: -30px;
    padding: 10px 15px;
    position: relative;
    left: 0;
    bottom: 0;
    transition: all 520ms ease;
}

.f-our-team .ItemfinnerGallery .fGalleryText h3 {
    margin: 0 0 0.5rem 0;
    line-height: 0.8em;
}

.f-our-team .ItemfinnerGallery {
    background-color: #fff;
    border-radius: 20px;
    padding: 15px;
    border: 1px solid var(--brand-color-theme-logo-orangy-yellow);
    overflow: hidden;
    height: 100%;
    position: relative;
}

.f-our-team .ItemfinnerGallery .fGalleryText h3 a {
    color: var(--brand-color-theme-dark-green);
    font-weight: 700;
    font-size: 1.3rem;
}

.f-our-team .ItemfinnerGallery .fGalleryText h3 a::after {
    content: "";
    display: block;
    inset: 0;
    position: absolute;
}

.f-our-team .team-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.f-our-team .team-content ul.team-social {
    display: flex;
    align-items: center;
    position: unset;
    transform: unset;
    margin-top: 12px;
}

.f-our-team .team-content ul.team-social li a.social-link {
    background-color: #edf5f4;
    border-radius: 4px;
    padding: 10px 1rem;
    color: var(--brand-color-theme-dark-green);
}

.f-our-team .team-content ul.team-social li {
    padding-right: 5px;
    margin: 0;
    padding-top: 10px;
}

.f-our-team .ItemfinnerGallery .fGalleryImage img {
    height: 270px;
    object-fit: cover;
    object-position: top;
}


/* our team ends here */


/* some of our clients starts here */

.f-clients .fGalleryItem {
    padding: 10px;
}

.f-clients .ItemfinnerGallery {
    background-color: white;
}

.f-clients .ItemfinnerGallery img {
    height: 80px;
    object-fit: contain;
    padding: 10px;
    width: 100%;
    background-color: white;
}


/* some of our clients ends here */


/* what we offer starts here */

.f-what-we-offer .fGalleryItem {
    padding: 12px;
}

.f-what-we-offer .fGalleryItem .ItemfinnerGallery {
    min-height: 230px;
    border-radius: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: all 0.4s;
    padding: 2rem 1rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    .fGalleryImage img {
        display: inline-block;
        width: 64px;
        height: 64px;
        object-fit: contain;
    }
    h3 {
        font-size: 1.3rem;
        color: var(--brand-color-theme-dark-green);
    }
    * {
        transition: all 0.4s;
    }
    span.number {
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 0 0px 20px 0;
        background-color: var(--brand-color-theme-beige);
        color: #333;
        display: inline-block;
        width: 50px;
        height: 50px;
        text-align: center;
        align-content: center;
        font-size: 1.2rem;
    }
}

.f-what-we-offer .fGalleryItem .ItemfinnerGallery:hover {
    background-color: var(--brand-color-theme-dark-green);
    h3 {
        color: white;
    }
    .fGalleryImage img {
        filter: brightness(0) invert();
    }
}


/* what we offer ends here */


/* boxes starts here */

.f-boxes-div .col-12 {
    padding: 12px;
    div.item {
        font-size: 1.2rem;
        padding: 3rem 1rem;
        text-align: center;
        border-radius: 15px;
        background-color: var(--brand-color-theme-dark-green);
        color: white;
        transition: all 0.4s;
        &:hover {
            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;
        }
    }
}


/* boxes ends here */


/* event navigation starts here */

.f-event-navigation .fMenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.f-event-navigation .fMenu>li {
    padding: 12px;
}

.f-event-navigation .fMenu>li>a {
    display: inline-block;
    background-color: var(--brand-color-theme-dark-green);
    color: white;
    padding: 10px 3rem;
    position: relative;
    height: fit-content;
}


/* event navigation ends here */


/* album starts here */

.f-albums .fGalleryItem {
    padding: 12px;
}

.f-albums .fGalleryItem .ItemfinnerGallery {
    height: 100%;
    background-color: white;
    border: 1px solid #dedede;
    border-radius: 15px;
    overflow: hidden;
}

.f-albums .fGalleryItem .ItemfinnerGallery .fGalleryImage img {
    height: 200px;
    object-fit: contain;
    padding: 10px;
}

.f-albums .fGalleryItem .ItemfinnerGallery .fGalleryText {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    align-content: end;
    text-align: center;
    height: 0;
    padding: 1rem 10px;
    background-image: linear-gradient( to top, var(--brand-color-theme-dark-green) 15%, #ffffff43);
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.f-albums .fGalleryItem .ItemfinnerGallery:hover .fGalleryText {
    visibility: visible;
    opacity: 1;
    height: 100%;
}

.f-albums .fGalleryItem .ItemfinnerGallery .fGalleryText h3 {
    margin: 0;
    font-size: 1.2rem;
    color: white;
}

.f-albums .fGalleryItem .ItemfinnerGallery .fGalleryText a.link-album {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 9;
}


/* album ends here */


/* gallery starts here */

.inset-full {
    inset: 0;
}

.f-gallery-image .fGalleryItem {
    padding: 12px;
}

.f-gallery-image .fGalleryItem .ItemfinnerGallery .fGalleryImage img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.f-gallery-image .fGalleryItem .ItemfinnerGallery .fGalleryText {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    align-content: center;
    background-color: #07285d84;
    opacity: 0;
    transition: all 0.7s;
    scale: 0;
}

.f-gallery-image .fGalleryItem .ItemfinnerGallery:hover .fGalleryText {
    opacity: 1;
    scale: 1;
}

.f-gallery-image .fGalleryItem .ItemfinnerGallery .fGalleryText a {
    color: white;
    font-size: 2rem;
}

.fancybox-slide,
.fancybox-container {
    z-index: 9999999999999999999 !important;
}


/* gallery ends here */


/* past events table starts here */

.f-past-table .table-container {
    overflow-x: auto;
}

.f-past-table table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.f-past-table thead {
    background-color: #063831;
    color: #fff;
}

.f-past-table th,
.f-past-table td {
    padding: 14px 18px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.f-past-table tbody tr:hover {
    background-color: #fff8e1;
}

.f-past-table td:nth-child(1) {
    text-align: center;
    font-weight: 600;
    color: #444;
}


/* past evnt table ends here */


/***************************************************************************
                        RESPONSIVE MEDIA QUERY
****************************************************************************/


/*xl*/

@media (min-width: 991.9px) {
    header.active {
        transition: all 0.4s ease 0s;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
    header .region-header>.row {
        margin: 0;
        align-items: center;
        align-content: center;
        justify-content: center;
    }
    .main-menu .fMenu {
        display: flex;
        justify-content: end;
    }
    .main-menu .fMenu>li {
        padding: 7px 12px;
        position: relative;
        align-content: center;
    }
    .main-menu .fMenu>li.has-submenu {
        padding-right: 25px;
    }
    .main-menu .fMenu>li:last-child>a {
        background-color: var(--brand-color-theme-dark-green);
        color: white;
        display: inline-block;
        padding: 10px 2rem;
    }
    .main-menu .fMenu>li>a {
        color: var(--brand-color-theme-logo-blue);
        position: relative;
        font-weight: 600;
        font-size: 1rem;
    }
    .main-menu .fMenu>li>ul {
        position: absolute;
        text-align: left;
        top: 4rem;
        left: 22px;
        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: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 0.9rem;
    }
    .main-menu .fMenu>li>ul::before {
        content: "";
        position: absolute;
        left: 0;
        height: 2.5rem;
        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: 1rem;
        line-height: 1.2em;
        color: var(--brand-color-theme-dark-green);
        padding: 0.7rem 1rem;
        display: block;
        border-bottom: 1px solid #dedede;
    }
    .main-menu .fMenu>li>ul>li>a:hover {
        background-color: var(--brand-color-theme-dark-green);
        color: white;
    }
    .main-menu .fMenu>li>ul>li:last-child>a {
        border-bottom: 0;
    }
    #fFooter .row {
        margin: 0;
        justify-content: space-between;
    }
    #fFooter .f-menus-footer {
        width: fit-content;
    }
}

@media (min-width: 1199.9px) {
    .f-about-main-container .f-about-image {
        width: 42%;
    }
    .f-about-main-container .f-about-image img {
        height: 100%;
        object-fit: cover;
    }
    .f-about-main-container .f-about-text {
        width: 58%;
    }
}

@media (max-width: 1399.9px) {
    html {
        font-size: 16px;
    }
    .fModuleTitle h3 {
        font-size: 2.2rem;
    }
}

@media (max-width: 1299.9px) {
    .f-commitment-new .fModuleTitle {
        width: 100%;
        padding-right: 0;
        h3 {
            text-align: center;
        }
    }
    .f-commitment-new .fModuleContent {
        width: 100%;
    }
}


/*lg*/

@media (max-width: 1199px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 991.9px) {
    html {
        font-size: 15px;
    }
    .row.w-100 {
        --bs-gutter-x: 0;
    }
    .fHeader .navbar-header {
        margin: 0;
    }
    .fHeader .navbar-header .row.row-0 {
        margin: 0 15px;
    }
    .navbar-header .navbar-toggler {
        display: block;
    }
    .navbar-collapse.collapse.show {
        display: block;
    }
    .region-header,
    .region-headertop {
        display: inline-block;
        width: 100%;
    }
    .region-header .fModule,
    .region-headertop .fModule {
        display: block;
    }
    .row.w-100 {
        --bs-gutter-x: 0;
    }
    /*** Programme ***/
    .session-container th {
        font-size: 0px;
    }
    .session-container th select {
        font-size: 1rem;
    }
    tr.session-row {
        border: 1px solid var(--brand-color-theme-dark-green);
        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-dark-green);
        color: #fff;
    }
    .session-container th:last-child {
        display: none;
    }
    .session-container {
        border: 0;
    }
    body .session-container th {
        display: none;
    }
    .f-photo-with-custom-text .fModuleTitle {
        display: block;
    }
    .f-photo-with-custom-text .fModuleContent .fModuleTitle {
        display: none;
    }
    .f-PHILOSOPHY .f-media-text::before {
        width: 100%;
    }
    .f-commitment-new .circle-2 {
        position: absolute;
        bottom: unset;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
    }
}


/*sm*/

@media (max-width: 767.9px) {
    html {
        font-size: 14px;
    }
    .f-about-image img {
        min-height: 350px;
    }
}


/*xs*/

@media (max-width: 575.9px) {
    html {
        font-size: 14px;
    }
    .f-commitment-new .circle-1 {
        position: absolute;
        top: unset;
        right: unset;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
    }
}