@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');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css");
:root {
    --brand-color-theme-1: #6f2c8a;
    --brand-color-theme-2: #d9236a;
    --brand-color-theme-3: #f29f36;
    --brand-color-theme-4: #b5195b;
    --brand-color-theme-5: #e27a34;
    --brand-color-theme-6: #485e7b;
    --brand-color-theme-7: #389961;
}

* {
    -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;
    /* font-family: "Roboto", sans-serif; */
    line-height: 1.5;
    color: #222;
}

p {
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #505050;
    margin: 1rem 0;
}

a,
span {
    font-family: "Poppins", sans-serif;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}

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;
}

ol,
ul {
    margin: 0 0 1rem;
    padding: 0 0 0 1em;
    line-height: 1.5;
}

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;
}

.spacing-no {
    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;
}

#fPageTitle {
    display: block;
}


/* #nav-up {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99999;
    font-size: 18px;
    background-color: var( --brand-color-theme-1);
    color: white;
    cursor: pointer;
    width: 48px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color: var( --brand-color-theme-1);
    border-image: initial;
    padding: 10px 5px;
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgb(37 34 25);
    visibility: visible !important;
}

#nav-up:hover {
    background-color: rgb(255, 255, 255);
    color: var( --brand-color-theme-1);
} */


/*Module*/

.fModule .fModuleTitle,
.fModule .fModuleContent {
    width: 100%;
}

.fModuleEnd .fModuleTitle,
.fModuleEnd .fModuleContent,
.fModuleBoxed {
    margin: 0 auto;
}

#fMatter .fModule,
#fSidebarRight .fModule,
#fContentPre .fModule,
#fContentPost .fModule {
    padding-top: 0rem;
    padding-bottom: 3rem;
    overflow: hidden;
}

.fRegion.region-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.fRegion {
    display: inline-block;
    width: 100%;
}

.fPageTitle {
    position: relative;
    color: #fff;
    text-align: center;
    padding: 4rem 0;
    background-size: cover;
    background-color: var(--brand-color-theme-1);
    display: grid;
    place-items: center;
    font-weight: 700;
}

body.title-off .fPageTitle {
    display: none;
}

.fModuleTitle h3 {
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize;
    margin: 0px 0 20px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    color: var(--brand-color-theme-1);
    font-size: 3.4rem;
    text-align: center;
}

.fModuleTitle h3 p {
    width: 600px;
    max-width: 100%;
    margin: .7rem auto;
}

.fModuleTitle h3 span {
    color: var(--brand-color-theme-5);
}

ul.fGalleryImages.fGalleryList {
    position: relative;
    margin: 0px;
    list-style: none;
    padding: 0px;
}

ul.fGalleryImages.fGalleryList li.fGalleryItem {
    margin: 0px;
    list-style: none;
}

.ItemfinnerGallery {
    position: relative;
}


/* Responsive Homepage */

.fModuleEnd .fModuleTitle {
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
}

@media (min-width: 576px) {
    .fModuleEnd .fModuleTitle {
        width: 540px;
    }
}

@media (min-width: 768px) {
    .fModuleEnd .fModuleTitle {
        width: 720px;
    }
}

@media (min-width: 992px) {
    .fModuleEnd .fModuleTitle {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .fModuleEnd .fModuleTitle {
        width: 1140px;
    }
}

@media (min-width: 1400px) {
    .fModuleEnd .fModuleTitle {
        width: 1320px;
    }
}

.collapse.show {
    display: block !important;
}

.collapse.in {
    display: block !important;
}

.navbar-header .navbar-toggler {
    display: none;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 1rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle .icon-bar {
    position: absolute;
    right: 0;
    height: 3px;
    width: 26px;
    background: #1173ba;
}

.navbar-toggle .icon-bar:nth-child(3) {
    opacity: 0;
}

.navbar-toggle .icon-bar:nth-child(2) {
    transform: rotate(-45deg);
    margin-bottom: 4px;
}

.navbar-toggle .icon-bar:nth-child(1) {
    transform: rotate(45deg);
}

.navbar-toggle.collapsed .icon-bar:nth-child(1),
.navbar-toggle.collapsed .icon-bar:nth-child(2) {
    transform: none;
    /* margin: 0;
    margin: 0; */
}

.navbar-toggle.collapsed .icon-bar:nth-child(1) {
    margin-top: -7px;
}

.navbar-toggle.collapsed .icon-bar:nth-child(2) {
    margin-top: 7px;
}

.navbar-toggle.collapsed .icon-bar:nth-child(3) {
    opacity: 1;
}

.navbar-toggle-container .navbar-toggle {
    z-index: 9999;
}


/* Header */

header .fModule.fLogo {
    padding-left: 0;
    padding-right: 0;
}

header .fModule {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.region-header,
.region-headertop {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.region-header .fModule,
.region-headertop .fModule {
    display: flex;
    align-items: center;
    align-self: center;
}

.region-headertop .fModule {
    padding: 0;
}

header ul,
ul.fMenu,
header ul li,
ul.fMenu li {
    margin: 0px;
    list-style: none;
    padding: 0px;
}

.headertop ul li {
    display: inline-block;
    align-items: center;
    padding: 0 0.7em 0 0;
    position: relative;
}

.headertop ul li ul {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    display: none;
}

.headertop ul li ul li {
    border: none;
    display: block;
}

header.fHeader {
    position: relative;
    width: 100%;
    display: block;
    z-index: 9999;
    background: white;
}

.Ftop-header-logo li.fGalleryItem {
    width: 42%;
}

.header-middle-container-row ul li a::before {
    content: '';
    height: 1px;
    width: 0;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--brand-color-green);
}

.header-middle-container-row ul li a:hover::before {
    width: 100%;
}


/*** Footer ***/

footer#fFooter ul,
footer#fFooter ul li {
    margin: 0px;
    list-style: none;
    padding: 0px;
}

footer #nav-up {
    position: absolute;
    top: -2rem;
    bottom: unset;
    left: 50%;
    transform: translateX(-50%);
    width: 10rem;
    aspect-ratio: 5 / 1;
    background: url(https://storage.unitedwebnetwork.com/files/1250/49e75ef7c4bce0a02217aa40ea6be6b6.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;
    border: 0;
    box-shadow: unset;
    color: #fff;
    font-size: 1.5rem;
    padding: 0;
    border-radius: 0;
}

footer .f-footer-subs form {
    width: 500px;
    margin: 1rem auto;
    max-width: 100%;
    position: relative;
    background-color: white;
    padding: 0 5px;
    border-radius: 100px;
    overflow: hidden;
}

footer .f-footer-subs form .form-item {
    width: 100%;
    label {
        display: none;
    }
    input {
        border: 0;
        height: 40px;
        padding: 5px 15px;
    }
}

footer .f-footer-subs form .buttons {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    input {
        height: 45px;
        border-radius: 100px;
        padding: 5px 30px;
        margin-right: 0;
        background-color: var(--brand-color-theme-7);
    }
}

footer .f-footer-subs h3 {
    text-align: center;
    color: white;
    font-size: 3rem;
    letter-spacing: unset;
    margin-top: 1rem;
    font-weight: 800;
    span {
        display: block;
        font-size: 1rem;
        font-weight: normal;
    }
}

footer {
    background-color: var(--brand-color-theme-1);
    position: relative;
}

footer .footer-text {
    margin-top: 20px;
    color: #fff;
    font-size: 0.9rem;
    margin-bottom: 7px;
    .row {
        align-items: center;
    }
    a {
        color: #fff !important;
    }
}

ul.social {
    display: flex;
    margin: 0;
    padding: 0;
    li {
        margin-left: 0;
        padding: 4px 5px !important;
        a {
            font-size: 1.3rem;
        }
    }
}


/*** Button ***/

a.fButton,
.fForm .buttons input,
.fbutton-btn a,
.fForm .buttons a {
    display: inline-block;
    padding: 12px 32px;
    font-weight: 600;
    color: #ffffff!important;
    z-index: 1;
    background-color: var(--brand-color-theme-7);
    text-transform: capitalize;
    overflow: hidden;
    cursor: pointer;
    border: 0 none;
    border-radius: 50px;
    transition: all 0.4s ease;
    position: relative;
}

a.fButton:hover,
.fForm .buttons input:hover,
.fbutton-btn a:hover,
.fForm .buttons a:hover {
    text-decoration: none;
    color: var(--brand-color-theme-3);
}

a.fButton:hover {
    color: white
}

.fButton::after {
    content: '';
    width: 0;
    height: 100%;
    background: var(--brand-color-theme-1);
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    transition: all 0.4s ease;
}

.fButton:hover::after {
    width: 100%;
    opacity: 1;
}


/****--Form---****/

select {
    word-wrap: normal;
    padding: 0.3rem 10px;
}

.fForm label {
    float: left;
    text-align: left;
    font-size: 16px;
    width: 100%;
    font-family: "Poppins", sans-serif;
}

.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%;
    font-family: "Poppins", sans-serif;
}

.fForm .hint {
    color: #333;
    margin: 11px 0;
}

.fForm .hint a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.fForm .hint a:hover {
    color: var(--brand-color-theme-1);
}

input.form-control,
textarea.form-control {
    display: inline-block;
    margin: 10px 0px;
}

.fForm .form-item-type-checkbox .checkbox label,
.fForm .form-item-type-radio .checkbox label,
.fForm .form-item-type-boolean label {
    display: flex;
    align-items: center;
}

.user-register-group table tr:nth-child(odd) {
    background: #ddd;
}

.listing-header-item-currency {
    width: fit-content;
    display: flex;
    border: 1px solid var(--brand-color-theme-2);
    border-radius: 0.25rem;
    overflow: hidden;
    >* {
        border: 0;
        border-radius: 0;
    }
    input[type="submit"] {
        padding: 0.5rem 0.75rem;
        background: var(--brand-color-theme-2);
        color: #fff;
    }
}


/*----------iconset----------*/

.iconset .fMenu {
    justify-content: center;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.iconset .fMenu li {
    padding: 1rem;
}

.iconset .fMenu a {
    display: block;
    padding: 1rem;
    font-weight: bold;
    color: #000;
    height: 100%;
    background: #f5f5f5;
    transition: 0.3s all ease-in-out;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px -4px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 0px 15px -4px rgb(0 0 0 / 30%);
    position: relative;
}

.iconset .fMenu a:hover {
    background: #efefef;
    -webkit-box-shadow: 0px 0px 10px -4px rgb(0 0 0 / 55%);
    -moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 0px 15px -4px rgb(0 0 0 / 55%);
}

.iconset img {
    width: auto;
    max-width: 45px;
    display: block;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.menu-item-text .action:before {
    display: block;
    content: "";
    height: 1.04rem;
    width: 1.04rem;
    background: red;
    border-radius: 1rem;
    position: absolute;
    left: 10px;
    top: 19%;
    transform: translate(0, -50%);
    animation: blinking 2s infinite;
}


/*----------animation----------*/

@keyframes blinking {
    0% {
        opacity: 1;
    }
    70% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* Common CSS */


/* Programme Table */

.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-1);
}

.session-container {
    border-collapse: separate;
    border-spacing: 0 1rem;
    border: 1px solid #eaeaea;
}

body .session-container th {
    background: var(--brand-color-1);
    color: #fff;
    font-weight: bold;
}

.session-container td {
    border-bottom: 1px solid #f7ae3f;
}

.session-container tr:last-child td {
    border-bottom: 0 none !important;
}

.session-container .session-details {
    vertical-align: top !important;
    position: relative;
    border-right: 1px solid #dadada;
}

.session-container .session-details:last-child {
    border-right: 0 none;
}

.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 #f7ae3f;
}

.session-time .session-time-start,
.session-time .session-time-end {
    display: inline-block;
    opacity: 1;
}

.session-time .session-time-start:after {
    display: inline-block;
    content: " - ";
    padding-left: 5px;
}

.session-time .session-time-zone {
    font-size: 0.9rem;
    color: #999;
}

.session-time .session-time-date {
    display: none;
}

.session-time .session-time-date.is-different {
    color: #fff;
    display: inline-block;
    background: #aaa;
    border-radius: 2rem;
    font-size: 0.8rem;
    padding: 0.25rem 1rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.session-container ul li {
    margin: .5em 0 .5em 20px !important;
    list-style: square;
}

.session-sub {
    padding-left: 0;
    list-style: square;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.session-sub-title {
    font-weight: 600;
}

.session-sub .session-people {
    padding-top: 0;
    margin-top: 0;
}

.session-title.session-sub-title {
    font-weight: 600;
    font-size: 1rem;
    opacity: 0.75;
    display: inline;
}

.session-venue {
    width: fit-content;
    border-radius: 1rem;
    padding: 0.25rem 1rem;
    background: #666;
    color: #fff;
}

.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;
}

@keyframes blinking {
    0% {
        opacity: 1;
    }
    70% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

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;
    }
}


/*** Programme table end ***/


/*** Custom CSS ***/


/* header starts here */

header.fHeader {
    position: sticky;
    top: 0;
    width: 100%;
    background-color: white;
}

header.fHeader.active {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.f-menu-main .fMenu {
    width: 100%;
    display: flex;
    justify-content: end;
}

.f-menu-main .fMenu li {
    padding: 7px 7px;
}

.f-menu-main .fMenu li:last-child {
    padding-right: 0;
}

.f-menu-main .fMenu li a {
    color: #505050;
    font-weight: 500;
}

.fheaderToptwo {
    background-color: var(--brand-color-theme-1);
}

.f-header-top .row {
    align-items: center;
}

.f-header-top .top-info {
    margin: 0;
}

.f-header-top .top-info li {
    display: inline-block;
    padding: 4px 0!important;
    margin-right: 10px;
    font-size: 16px;
    margin: 0;
}

.f-header-top a {
    color: white;
    font-size: .85rem;
}

.f-header-top .top-info li i {
    width: 30px;
    padding-left: 5px;
}

.lang-dropdown {
    justify-content: end;
}


/* .mobile school starts here */

.mobile-school {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    position: absolute;
    left: 43.5%;
    top: -50%;
    transform: translateY(-150%);
    background: var(--brand-color-theme-5);
    color: white;
    width: 200px;
    height: 150px;
    align-content: center;
}


/* monile school ends here */


/* header ends here */


/* banner starts here */

.f-banner .fGalleryImage {
    display: none;
}

.f-banner .fGalleryText .banner-title {
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize;
    margin: 0px 0 20px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    color: var(--brand-color-theme-1);
    font-size: 3.4rem;
}

.f-banner .fGalleryText .text-side .inr-item {
    padding-left: 20%;
}

.f-banner .fGalleryText .banner-title span {
    color: var(--brand-color-theme-5);
}

.f-banner .fGalleryText .video-block {
    position: relative;
    width: fit-content;
}

.f-banner .fGalleryText .video-block .video {
    height: 65px;
    width: 65px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    background: var(--brand-color-theme-3);
    align-content: center;
    text-align: center;
    font-size: 1.2rem
}

.f-banner .fGalleryText .banner-meta span {
    display: inline-block;
    margin-right: 15px;
    color: #505050;
}

.f-banner .fGalleryText .banner-meta span::before {
    content: "\f058";
    font-family: fontawesome;
    background-color: transparent;
    color: var(--brand-color-theme-1);
    opacity: 1;
    margin-right: 10px;
}

.f-banner {
    background: url(https://storage.unitedwebnetwork.com/files/1250/d2083f03dab4bf1a6a15b15498d7e805.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/* banner ends here */


/* our goals starts here */

.f-goals {
    padding-top: 8rem!important;
    padding-bottom: 8rem !important;
    overflow: visible!important;
    background-color: var(--brand-color-theme-1);
}

.f-goals::after {
    content: "";
    width: 100%;
    background: url(https://storage.unitedwebnetwork.com/files/1250/4566d80699c0bb6be1480fbf5fb9a7f7.png);
    opacity: 1;
    height: 88px;
    position: absolute;
    top: 0;
    rotate: 180deg;
}

.f-goals::before {
    content: "";
    width: 100%;
    background: url(https://storage.unitedwebnetwork.com/files/1250/92b1feb08ec9cf6016da60b2189dc3e6.png);
    opacity: 1;
    height: 88px;
    position: absolute;
    bottom: 0;
}

.f-goals h3 {
    color: white;
    line-height: 1.4;
    font-weight: 700;
    margin: 0 0 15px;
}

.f-goals .ItemfinnerGallery {
    display: flex;
}

.f-goals .ItemfinnerGallery a.fGalleryImage {
    width: 5rem;
    height: 5rem;
    display: inline-block;
    background-color: #f8f8f8;
    padding: 15px;
    border-radius: 100px;
    margin-top: .5rem;
}

.f-goals .ItemfinnerGallery .fGalleryText {
    width: 80%;
    padding-left: 15px;
}

.f-goals .ItemfinnerGallery .fGalleryText p {
    font-size: .85rem;
    color: white;
}


/* our goals ends here */


/* about us starts here */

.f-about-us {
    padding-top: 3rem!important;
    padding-bottom: 4rem!important;
}


/* about us ends here */


/* team starts here */

.f-team {
    background-color: #fffcf3;
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
}

.f-team .ItemfinnerGallery {
    text-align: center;
}

.f-team .fGalleryImage {
    display: block;
    text-align: center;
}

.f-team .fGalleryImage img {
    border-radius: 50%;
    width: 255px;
    aspect-ratio: 1/1;
    max-width: 100%;
    border: 5px solid #ebebeb;
    object-fit: cover;
    display: inline-block;
}

.f-team .ItemfinnerGallery .fGalleryText h4 {
    font-weight: 700;
    color: var(--brand-color-theme-1);
    font-size: 1.3rem;
}

.f-team .ItemfinnerGallery .fGalleryText h4 span {
    display: block;
    font-size: .9rem;
    color: #505050;
    font-weight: 400;
}


/* team ends here */


/* our project starts here */

.f-itineraries-gallery .fGalleryImages .ItemfinnerGallery {
    height: 100%;
    position: relative;
}

.f-itineraries-gallery .fGalleryImages li:nth-child(1) {
    grid-area: one;
}

.f-itineraries-gallery .fGalleryImages li:nth-child(2) {
    grid-area: two;
}

.f-itineraries-gallery .fGalleryImages li:nth-child(3) {
    grid-area: three;
}

.f-itineraries-gallery .fGalleryImages li:nth-child(4) {
    grid-area: four;
}

.f-itineraries-gallery .fGalleryImages li:nth-child(5) {
    grid-area: five;
}

.f-itineraries-gallery .fGalleryImages {
    display: grid;
    grid: 'one one one two three ' 'one one one four five ';
    grid-gap: 3px;
    background-color: white;
    padding: 3px;
}

.f-itineraries-gallery .fGalleryImages .ItemfinnerGallery {
    height: 100%;
    position: relative;
}

.f-itineraries-gallery .fGalleryImages img {
    height: 100%;
    object-fit: cover;
}

.f-itineraries-gallery .fGalleryText {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    place-items: center;
    background-color: transparent;
    transition: all .3s linear;
}

.f-itineraries-gallery .fGalleryText a {
    display: block;
    width: 100%;
    height: 100%;
}

.f-gallery .fModuleTitle h3 {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    background: var(--brand-color-theme-5);
    color: white;
    width: 300px;
    height: 150px;
    align-content: center;
    font-size: 1.4rem;
    font-weight: 500;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    margin-bottom: 0;
}

.f-gallery:hover .fModuleTitle h3 {
    opacity: 0;
    transition: all .3s linear;
}

.nav-menu-side-project>div,
.nav-menu-side-project>div>div {
    height: 100%;
}

.nav-menu-side-project .nav-tabs-main {
    background-color: #f8f8f8;
    padding: 0 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #dedede;
    justify-content: center;
}

.nav-menu-side-project .nav-tabs-main li {
    list-style: none;
    margin: 0;
    width: fit-content;
}

.nav-menu-side-project .nav-tabs-main li a {
    background-color: var(--brand-color-theme-7);
    color: white;
    padding: 1rem 1rem;
    display: inline-block;
    width: 100%;
}

.nav-menu-side-project .nav-tabs-main li a.inactive {
    background-color: transparent;
    color: var(--brand-color-theme-7);
}

.f-gallery {
    padding-left: 0;
    padding-right: 0;
}

.f-gallery li {
    padding: 0;
}

.f-gallery li .ItemfinnerGallery {
    height: 100%;
    overflow: hidden;
}

.f-gallery li .ItemfinnerGallery .fGalleryImage img {
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    transition: all .3s linear;
}

.f-gallery li .ItemfinnerGallery:hover .fGalleryImage img {
    scale: 1.2;
}

.f-project-main>.container>.row {
    position: relative;
}

.f-project-main>.container>.row>.nav-menu-side-project {
    z-index: 99;
    background: white;
    padding: 0!important;
}


/* Contact Start here */

.f-contact .item p a {
    color: var(--brand-color-theme-1);
    font-weight: 500;
}

.f-contact .item a:hover {
    text-decoration: underline;
}

.f-contact .social-media ul.social {
    list-style: none;
}

.f-contact .social-media {
    justify-items: center;
}

.f-contact .social-media ul.social li a {
    color: var(--brand-color-theme-1);
    font-size: 1.5rem;
}


/* Contact end here */


/* our project ends here */


/* vision mission start here */

.f-vision .row .img img {
    width: 100px;
    object-fit: contain;
    height: 100px;
}

.f-vision .row .text h4 {
    font-size: 1.75rem;
    color: var(--brand-color-theme-1);
    font-weight: 600;
    margin-bottom: 0;
}

.f-vision .row .info h4 {
    font-size: 1.75rem;
    color: var(--brand-color-theme-3);
    font-weight: 600;
    margin-bottom: 0;
}

.f-vision .row .text {
    border-right: 1px solid #bbb;
}

.f-vision .row .info .img {
    border: 1px solid #bbb;
    display: inline-block;
    padding: 0.5rem;
    box-shadow: 0 0 5px 0 #ddd;
}

.f-vision .row .text .img {
    border: 1px solid #bbb;
    display: inline-block;
    padding: 0.5rem;
    box-shadow: 0 0 5px 0 #ddd;
}


/* vision mission end here */


/***************************************************************************
                        RESPONSIVE MEDIA QUERY
****************************************************************************/

@media (min-width: 991.9px) {
    header.active {
        background-color: white;
        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;
        font-family: var(--brand-font-family-heading);
        align-items: center;
    }
    .main-menu .fMenu>li {
        padding: 7px 12px;
        position: relative;
    }
    .main-menu .fMenu>li.has-submenu {
        padding-right: 25px;
    }
    .main-menu .fMenu>li>a {
        color: var(--brand-color-theme-2);
        position: relative;
        font-weight: 500;
        font-size: 1rem;
    }
    .main-menu .fMenu>li:last-child {
        padding-right: 0;
    }
    /* .main-menu .fMenu>li:last-child>a {
        background-color: var(--brand-color-theme-1);
        display: inline-block;
        padding: 10px 1.5rem;
        color: white!important;
        font-weight: 500;
        border: 1px solid var(--brand-color-theme-1);
    } */
    .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: .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-2);
        padding: .7rem 1rem;
        display: block;
        border-bottom: 1px solid #dedede;
    }
    .main-menu .fMenu>li>ul>li>a:hover {
        background-color: var(--brand-color-theme-2);
        color: white;
    }
    /* .main-menu .fMenu>li>ul>li:last-child>a {
        border-bottom: 0;
    } */
    header.active .main-menu .fMenu>li>a {
        color: var(--brand-color-theme-2);
        transition: all 0.4s ease 0s;
    }
}


/*xl*/

@media (max-width: 1399px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 1299px) {
    .f-banner .fGalleryText .banner-title {
        font-size: 3rem;
    }
}


/*lg*/

@media (max-width: 1199px) {
    html {
        font-size: 16px;
    }
    .f-banner .fGalleryText .banner-title {
        font-size: 2.7rem;
    }
}

@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 #333;
        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: #333;
        color: #fff;
    }
    .session-container th:last-child {
        display: none;
    }
    .mobile-school {
        transform: translateY(-120%);
        width: 150px;
        height: 100px;
    }
    .f-banner .fGalleryText .banner-title {
        font-size: 2rem;
    }
    .main-menu {
        position: static!important;
    }
    .main-menu nav {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 7em;
        height: fit-content;
        width: 100%;
        background-color: var(--brand-color-theme-2);
        width: 95%;
        padding: 0;
        z-index: 9999999;
    }
    .main-menu nav ul {
        margin: 0;
    }
    .main-menu nav ul.fMenu>li>a {
        display: block;
        padding: .6rem 1rem;
        color: white;
        border-bottom: 1px solid #dedede4e;
        position: relative;
        background-color: var(--brand-color-theme-2);
    }
    .main-menu nav ul.fMenu>li:last-child>a {
        border-bottom: 0;
    }
    .main-menu nav ul.fMenu>li.has-submenu>a::after {
        content: "\f107";
        font-family: "FontAwesome";
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
        color: white;
    }
    .main-menu nav ul.fMenu>li.has-submenu>ul {
        position: relative;
        padding: 7px;
        background-color: var(--brand-color-theme-1);
        display: none;
    }
    .main-menu nav ul.fMenu>li.has-submenu>ul>li>a {
        padding: .6rem 1rem;
        color: white;
        border-bottom: 1px solid #dedede4e;
        position: relative;
        background-color: var(--brand-color-theme-2);
        display: block;
    }
}


/*sm*/

@media (max-width: 767px) {
    html {
        font-size: 14px;
    }
    .mobile-school {
        transform: translateY(-90%);
        width: 110px;
        height: 85px;
    }
    .f-vision .row .text {
        border-right: 0;
        border-bottom: 1px solid #bbb;
    }
    .f-banner .fGalleryText .banner-title {
        font-size: 1.7rem;
    }
}


/*xs*/

@media (max-width: 575px) {
    html {
        font-size: 14px;
    }
    .f-banner .fGalleryText .banner-title {
        font-size: 2.8rem;
    }
    .mobile-school {
        transform: translateY(-57%);
        width: 90px;
        height: 50px;
        font-size: 0.9rem;
        line-height: 1;
    }
    .f-banner .fGalleryText .text-side .inr-item {
        padding-right: 15px;
        padding-top: 30px;
        padding-left: 15px;
    }
    .f-banner .fGalleryText .image-side img {
        display: none;
    }
    footer .footer-text .w-auto ul.social {
        width: 100% !important;
        justify-content: center;
    }
    footer .footer-text .row {
        justify-content: center !important;
    }
    footer .footer-text .w-auto {
        width: 100% !important;
        text-align: center;
    }
    footer .footer-text .w-auto:nth-child(2) {
        order: -1;
    }
}


/* xxs */

@media (max-width: 400px) {
    .f-goals .ItemfinnerGallery {
        align-items: center;
    }
}