@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css");
@import url("https://cdn.jsdelivr.net/npm/@icon/icofont@1.0.1-alpha.1/icofont.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');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@font-face {
    font-family: 'KenyanCoffee-it';
    font-style: normal;
    font-weight: normal;
    src: local('KenyanCoffee-rg-it'), url('../fonts/kenyan coffee rg it.otf') format("opentype");
}

@font-face {
    font-family: 'KenyanCoffee-rg';
    font-style: normal;
    font-weight: normal;
    src: local('KenyanCoffee-rg'), url('../fonts/kenyan coffee rg.otf') format("opentype");
}

:root {
    --brand-color-theme-1: #b20088;
    --brand-color-theme-2: #470164;
    --brand-color-theme-3: #f62daf;
    --brand-color-theme-4: #fd96a9;
    --brand-heading-font: "Outfit", sans-serif;
    --brand-body-font: "Poppins", sans-serif;
}

html {
    font-size: 16px;
}

#nav-up {
    display: none;
    position: fixed;
    bottom: 4rem;
    right: 1rem;
    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: 0;
    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);
}

body {
    padding-top: 0 !important;
    line-height: 1.5;
    font-family: var(--brand-body-font);
    color: #666;
}

p,
ul li {
    color: #666;
    font-size: .93778rem;
}

a {
    font-size: .93778rem;
    color: inherit;
}

a:hover {
    color: inherit;
}

img {
    width: 100%;
}

a.fButton,
.fForm .buttons input,
.fbutton-btn a,
.fForm .buttons a,
.main-menu-slide .fMenu>li:last-child a {
    background: var(--brand-color-theme-1);
    padding: 0.75rem 1.5rem;
    font-size: 15px;
    color: white;
    font-weight: 400;
    font-family: var(--brand-body-font);
    border-radius: 5px;
}

a.fButton.fButton-2 {
    background-color: white;
    background-image: unset;
    border: 1px solid var(--brand-color-theme-1);
    color: var(--brand-color-theme-1);
}

.ItemfinnerGallery {
    position: relative;
}

.inset-0 {
    inset: 0;
}


/****--Form---****/

select {
    word-wrap: normal;
    padding: 0.3rem 10px;
}

.fForm .error {
    margin-left: 0;
}

.fForm label {
    float: left;
    text-align: left;
    font-size: 16px;
    width: 100%;
}

.fForm .buttons {
    padding: 0;
}

.fForm .form-heading {
    font-weight: 300;
    margin-top: 0;
    border-bottom: 0;
    padding: 0 12px;
}

.fForm .form-heading .form-heading-legend {
    border-bottom: 1px solid #ccc;
    padding: .5rem .4rem;
    color: var(--brand-color-theme-1);
    font-weight: 600;
    font-size: 1.1rem;
}

.fForm .form-heading#field_id_24332 .form-heading-legend {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.fForm .form-heading .hint#hint-field_id_24332 {
    border-bottom: 1px solid #ccc;
    padding: .5rem .4rem;
    padding-top: 0;
    font-size: .8rem;
    font-weight: 500;
    color: #222;
    margin-top: 0;
}

.fForm .form-heading .hint#hint-field_id_24332 span {
    font-size: unset;
}

.fForm input,
.fForm select,
.fForm textarea {
    padding: 0.85rem 10px;
    width: 100%;
    height: 50px;
}

.fForm input[type='checkbox'] {
    height: unset;
    margin-right: 10px;
}

.fForm .form-item .checkbox {
    align-content: center;
}

.fForm textarea {
    height: unset;
}

.fForm .buttons a {
    background: #fff;
    color: var(--brand-color-theme-1);
}

.fForm .buttons a:hover {
    background-color: var(--brand-color-theme-1);
    color: #fff;
}

.fForm .hint {
    color: #333;
    margin: 11px 0;
}

.fForm .hint a {
    color: #333;
    font-weight: 500;
}

.fForm .hint a:hover {
    color: var(--brand-color-theme-1);
}

.fForm .form-item label {
    font-size: .9rem;
    font-weight: 500;
    color: #222;
}

.f-module-title h3 {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--brand-color-theme-1);
    font-family: var(--brand-heading-font);
    line-height: 1.1em;
    text-align: center;
    position: relative;
    margin-bottom: 2.5rem;
}

.fModuleTitle h3::after {
    position: absolute;
    content: "";
    bottom: -15px;
    width: 150px;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #eeeeee;
    z-index: 0;
}

.fModuleTitle h3::before {
    position: absolute;
    content: "";
    bottom: -17px;
    width: 50px;
    height: 3px;
    background: var(--brand-color-theme-4);
    left: 50%;
    transform: translateX(-50%);
    transition: width .7s;
    z-index: 1;
}

.f-module-title h3 span {
    color: var(--brand-color-theme-2);
    line-height: 1.1em;
}

.fPageTitle {
    background-color: var(--brand-color-theme-1);
    color: white;
    padding: 10rem 10px 5rem 10px;
}

.fPageTitle h1 {
    margin: 0;
    text-align: center;
    font-weight: 700;
    font-family: var(--brand-heading-font);
}


/* swiper js  */

.swiper {
    width: 100%;
    height: 100%;
}


/* popup message */

#f-messages .item {
    z-index: 9999999999999999999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--brand-color-theme-2);
    color: white;
}


/* popup message  */


/* header start here*/

header {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 100%;
    z-index: 999999999;
    transition: linear all .3s;
    background-color: transparent;
}

.f-logo .fGalleryImage img {
    max-height: 4.5rem;
    width: fit-content;
    object-fit: contain;
}

.f-logo .fGalleryText a {
    position: absolute;
    inset: 0;
}

header .navbar-header>.container,
header .navbar-header>.container-fluid {
    background-color: white;
    border-radius: 0 0 15px 15px;
    box-shadow: 0px 10px 40px -5px rgba(0, 0, 0, 0.15);
    padding: 0px 10px;
}

header .navbar-header {
    padding-right: 1rem;
    padding-left: 1rem;
}

header .region-header>.row {
    margin: 0;
}

header .header-logo-main {
    position: relative;
}

header .header-logo-main .fGalleryImage img {
    display: block;
    width: 180px;
    transition: all .3s;
    max-width: 100%;
}

header.active {
    width: 100%;
    border-radius: 0;
    background-color: white;
    box-shadow: 0px 10px 40px -5px rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 0;
}

header.active .navbar-header>.container,
header.active .navbar-header>.container-fluid {
    box-shadow: none;
    border-radius: 0;
}

.main-menu-slide .fMenu li a {
    font-weight: 400;
    color: black;
    letter-spacing: .5px;
    font-size: .9rem;
}

.main-menu-slide .fMenu>li.selected>a {
    color: var(--brand-color-theme-1);
}

.main-menu-slide .fMenu li.has-submenu ul {
    background: 0 0;
    top: 100%;
    padding-top: 0;
}

.main-menu-slide .fMenu li.has-submenu ul li a {
    display: block;
    padding: 7px 10px;
    border-bottom: 1px solid #d7d7d7;
    background-color: white;
}

.main-menu-slide .fMenu li.has-submenu ul li:last-child a {
    border-bottom: 0;
}

.main-menu-slide .fMenu li.has-submenu ul li a:hover {
    color: white;
}

.main-menu-slide .fMenu li:last-child a {
    background-clip: unset;
    -webkit-text-fill-color: unset;
    color: white;
    -webkit-text-stroke-width: unset;
    -webkit-text-stroke-color: unset;
    font-size: .9rem;
}


/* header ends here */


/* banner start here */

.f-banner {
    position: relative;
}

.f-banner video,
.f-banner img {
    object-fit: cover;
    width: 100% !important;
}

.f-banner .fGalleryText {
    position: absolute;
    inset: 0 40% 0 0;
    padding-left: 5%;
    display: flex;
    place-items: center;
    /* background-color: rgba(178, 0, 136, 0.475); */
}

.f-banner .fGalleryText .item h1 {
    font-size: calc(0.75rem + 4vw);
    max-width: 850px;
    text-transform: uppercase;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1;
    letter-spacing: normal;
    color: #fff;
    margin: 1rem 0;
    span {
        font-size: inherit;
        color: var(--brand-color-theme-3);
    }
}

.f-banner .fGalleryText .item span.conference {
    display: block;
    font-size: 56px;
    font-size: 56px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1;
    letter-spacing: normal;
    color: white;
    /* -webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #fff;
text-orientation: mixed; */
}

.f-banner .fGalleryText .item .icons {
    margin: calc(0.5rem + 1.5vw) 0 calc(0.25rem + 3vw);
}

.f-banner .fGalleryText .item .icons span {
    display: inline-flex;
    width: fit-content;
    padding: 0 20px 0 0;
    color: white;
    font-size: calc(1rem + 0.5vw);
    font-weight: 400;
}

.f-banner .fGalleryText .item .icons span sup {
    top: 4px;
    margin-right: 5px;
}

.f-banner .fGalleryText .item .icons span i {
    width: 30px;
    color: var(--brand-color-theme-3);
    margin-top: 6px;
}

.f-banner .fGalleryText .item h4 {
    width: fit-content;
    font-size: calc(1rem + 0.5vw);
    font-weight: 300;
    color: #fff;
    span {
        font-size: inherit;
        color: var(--brand-color-theme-3);
        display: block;
    }
}

.f-banner .fGalleryText .item .line {
    position: absolute;
    height: 1px;
    width: 140%;
    right: 0;
    background-color: rgba(255, 255, 255, .16);
    z-index: 50;
}

.f-banner .fGalleryText .item .line span {
    background-color: var(--brand-color-theme-2);
    width: 60px;
    height: 3px;
    top: -1px;
    position: absolute;
}

.f-banner .fGalleryText .item .line.first span {
    left: 60%;
}

.f-banner .fGalleryText .item .line.first {
    animation: line-banner alternate 8s ease-in-out infinite;
    top: 28%;
}

@keyframes line-banner {
    0% {
        right: 0;
    }
    50% {
        right: -15%;
    }
    100% {
        right: 0;
    }
}

.f-banner .fGalleryText .item .line.second {
    top: 75%;
    right: auto;
    left: 0;
    animation: line-banner2 alternate 8s ease-in-out infinite;
}

@keyframes line-banner2 {
    0% {
        left: 0;
    }
    50% {
        left: -8%;
    }
    100% {
        left: 0;
    }
}

.f-banner .fGalleryText .item .line.second span:first-of-type {
    left: 20%;
    width: 100px;
}

.f-banner .fGalleryText .item .line.second span:last-of-type {
    left: 45%;
    width: 30px;
}

.f-new-banner-links a.fButton {
    padding: 0;
    width: 15vw;
    height: 3vw;
    display: inline-block;
    text-align: center;
    align-content: center;
    font-size: 1vw;
    margin: 10px;
    background-color: var(--brand-color-theme-2);
}

.f-new-banner-links .fGalleryText {
    position: absolute;
    inset: 0;
    padding-bottom: 10%;
    align-self: self-end;
}

.f-new-banner-links .fGalleryText div.container {
    text-align: center;
}


/* banner ends here */


/* countdown starts here */

.f-countdown .f-module-content>.row {
    margin: 0;
}

.f-countdown {
    padding-top: 3rem !important;
    width: 150px;
    position: absolute;
    right: 1%;
    top: 53%;
    transform: translateY(-50%);
    text-align: center;
    height: fit-content;
    overflow: hidden !important;
    background-image: linear-gradient(108deg, var(--brand-color-theme-1) 50%, var(--brand-color-theme-2) 42%, var(--brand-color-theme-2) 100%);
    border-radius: 20px 0 20px 0;
}

.f-countdown::before {
    content: "Starting In";
    position: absolute;
    left: 0;
    top: 1rem;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-weight: 800;
    font-family: var(--brand-heading-font);
    color: white;
}

.f-countdown::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://storage.unitedwebnetwork.com/files/1204/82b716656c4ac5c5d97e1e52d7db39c1.png");
    background-size: 1300px;
    background-position: center;
    background-repeat: no-repeat;
}

.f-countdown .f-module-content {
    position: relative;
    z-index: 9;
}

.f-countdown .f-module-content>.row h4 {
    text-align: inherit;
    line-height: 60px;
    border-width: 0px;
    margin: 0px 5px 0px 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 700;
    font-family: var(--brand-heading-font);
    font-size: 2.8rem;
}

.f-countdown .f-module-content>.row p {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: .8rem;
}


/* countdown ends here */


/* about us start here */

.about-home-container {
    background-image: radial-gradient(circle, rgba(231, 239, 250, 0.4066001400560224) 5%, rgba(255, 255, 255, 1) 95%);
}

.about-home-container .fModule {
    padding-top: 3rem !important;
    z-index: 9;
}

.f-about-text .row .org-col {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
}

.f-about-text .row .col-img {
    width: 25%;
    padding: 4px;
}

.f-about-text .row .col-img img {
    height: 100px;
    object-fit: contain;
    border: 1px solid #dedede;
    width: 100%;
}

.f-about-text {
    position: relative;
    overflow: visible !important;
}

.f-about-text::before {
    content: "About";
    position: absolute;
    top: 5px;
    left: -20px;
    opacity: .4;
    margin: 0;
    font-weight: 500;
    font-size: 8rem;
    font-style: normal;
    font-stretch: normal;
    font-family: 'KenyanCoffee-rg';
    letter-spacing: 2px;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #b6b6b6;
}

.f-about-text .fModuleTitle h3 {
    text-align: start;
    text-transform: uppercase;
    margin-top: 2rem;
}

.f-about-text .fModuleTitle h3 span {
    display: block;
}

.f-about-text .fModuleTitle h3::before,
.f-about-text .fModuleTitle h3::after {
    left: 0;
    transform: unset;
}

.f-about-text .box {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 15px;
}

.f-about-text .when-where {
    width: fit-content;
    margin-right: 100px;
}

.f-about-text .when-where h6 {
    font-weight: 400;
    color: var(--brand-color-theme-1);
}

.f-about-text .when-where span {
    font-weight: 700;
}

.f-about-text .when-where i {
    margin-right: 5px;
}


/* about us ends here */


/* What is WEF */

.f-wef .info-box .row .item {
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    padding: 20px;
    text-align: center;
    height: 100%
}

.f-wef .info-box .row .item h5 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #450367;
}

.f-commitment .text {
    display: flex;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 800;
    color: black;
    border-radius: 1rem;
}

.f-commitment .row h4 {
    font-size: 1.5rem;
    margin-bottom: -1rem;
    color: #450367;
}

.f-commitment .row .text i {
    background: #b20088;
    color: #fff;
    padding: 0.5rem;
    margin-right: 1.5rem;
    margin-top: 2rem;
}

.f-values .item ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
}

.f-values .item ul li {
    padding: 1rem;
    margin: 0.5rem;
    background: #ffeffb;
    justify-content: center;
}

.f-conduct .text {
    display: flex;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 800;
    color: black;
    border-radius: 1rem;
}

.f-conduct .row h4 {
    font-size: 1.5rem;
    margin-bottom: -1rem;
    color: #450367;
}

.f-conduct .row .text i {
    background: #b20088;
    color: #fff;
    padding: 0.5rem;
    margin-right: 1.5rem;
    margin-top: 2rem;
}


/* welcome message start here */

.f-welcome-nav {
    background-color: #ffe2e754;
    padding-top: 1rem !important;
}

.f-welcome-nav ul {
    margin: 0;
    padding-left: 12px!important;
}

.f-welcome-nav ul li {
    margin: 0;
    list-style: none;
}

.f-welcome-nav ul li a {
    background: var(--brand-color-theme-1);
    padding: 0.75rem 1.5rem;
    font-size: 15px;
    color: white;
    font-weight: 400;
    font-family: var(--brand-body-font);
    border-radius: 5px;
    border: 1px solid var(--brand-color-theme-1);
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.f-welcome-nav ul li a.inactive {
    background-color: white;
    color: var(--brand-color-theme-1);
}

.welcome-main-container,
.welcome-main-container-2 {
    padding-top: 4rem;
    position: relative;
    background-color: #ffe2e754;
    padding-bottom: 3rem;
}

.welcome-main-container .row {
    /* place-items: center; */
}

.welcome-main-container::before,
.welcome-main-container-2::before {
    /* content: "";
    position: absolute;
    top: 0;
    width: 1.5px;
    height: 100%;
    border-radius: 5px;
    left: 10.1%;
    background-color: #dedede62; */
}

.welcome-main-container::after,
.welcome-main-container-2::after {
    /* content: "";
    position: absolute;
    left: 10%;
    top: 50%;
    width: 3px;
    height: 50px;
    border-radius: 5px;
    background-image: linear-gradient(95deg, var(--brand-color-theme-1), var(--brand-color-theme-2));
    animation: spin 10s linear infinite; */
}

@keyframes spin {
    0% {
        top: 0;
    }
    50% {
        top: 92%;
    }
    100% {
        top: 0%;
    }
}

.f-welcome-text,
.f-welcome-text-2 {
    overflow: visible !important;
}

.welcome-main-container .fModuleTitle h3,
.welcome-main-container-2 .fModuleTitle h3 {
    text-align: start;
    font-size: 1.3rem;
}

.f-welcome-text div.text,
.f-welcome-text-2 div.text {
    margin-bottom: 15px;
    text-align: justify;
    padding-right: 15px;
}

.f-welcome-text div.text::-webkit-scrollbar,
.f-welcome-text-2 div.text::-webkit-scrollbar {
    width: 3px;
}

.f-welcome-text div.text::-webkit-scrollbar-thumb,
.f-welcome-text div.text::-webkit-scrollbar-thumb {
    background-color: var(--brand-color-theme-1);
}

.welcome-main-container .fModuleTitle h3::before,
.welcome-main-container .fModuleTitle h3::after,
.welcome-main-container-2 .fModuleTitle h3::before,
.welcome-main-container-2 .fModuleTitle h3::after {
    left: 0;
    transform: unset;
}

.f-welcome-image,
.f-welcome-image-2 {
    position: relative;
    overflow: visible !important;
}

.f-welcome-image .fModuleTitle h3,
.f-welcome-image-2 .fModuleTitle h3 {
    display: none;
}

.f-welcome-image .ItemfinnerGallery,
.f-welcome-image-2 .ItemfinnerGallery {
    position: relative;
    border: 1px solid #c0c0c0;
    margin-top: 16px;
    display: flex;
    max-width: 26rem;
}

.f-welcome-image .ItemfinnerGallery a.fGalleryImage img,
.f-welcome-image-2 .ItemfinnerGallery a.fGalleryImage img {
    width: 100%;
    object-fit: cover;
    object-position: top center;
}

.f-welcome-image .ItemfinnerGallery .fGalleryText,
.f-welcome-image-2 .ItemfinnerGallery .fGalleryText {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(95deg, var(--brand-color-theme-1), var(--brand-color-theme-2));
    padding: 10px 15px;
    text-align: center;
}

.f-welcome-image .ItemfinnerGallery .fGalleryText h3,
.f-welcome-image-2 .ItemfinnerGallery .fGalleryText h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.1em;
}

.f-welcome-image .ItemfinnerGallery .fGalleryText h3 a,
.f-welcome-image-2 .ItemfinnerGallery .fGalleryText h3 a {
    color: white;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1em;
}

.f-welcome-image .ItemfinnerGallery .fGalleryText span.des,
.f-welcome-image-2 .ItemfinnerGallery .fGalleryText span.des {
    color: white;
    font-size: .9rem;
    font-weight: 600;
}

.f-welcome-image .ItemfinnerGallery .fGalleryText span,
.f-welcome-image-2 .ItemfinnerGallery .fGalleryText span {
    display: block;
    color: white;
    font-size: .9rem;
}

.f-welcome-text::before,
.f-welcome-text-2::before {
    content: "Message";
    position: absolute;
    left: 0;
    top: -12%;
    text-align: center;
    opacity: .3;
    font-weight: 500;
    font-size: 4rem;
    font-style: normal;
    font-stretch: normal;
    font-family: 'KenyanCoffee-rg';
    letter-spacing: 2px;
    line-height: 5rem;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--brand-color-theme-1);
    text-orientation: mixed;
    /* writing-mode: vertical-lr; */
}

.f-welcome-text h5,
.f-welcome-text h5 b,
.f-welcome-text-2 h5,
.f-welcome-text-2 h5 b {
    font-size: 1rem;
    color: var(--brand-color-theme-second-1);
    font-weight: 600;
    text-transform: capitalize;
}

.f-welcome-text h5 b,
.f-welcome-text-2 h5 b {
    text-transform: uppercase;
}


/* welcome message ends here */


/* speakers starts here */

.f-speaker {
    padding-top: 2rem !important;
    background-color: #f8f8f8;
}

.f-speaker .f-list-item {
    padding: 10px;
}

.f-speaker .f-list-item .f-list-item-container {
    height: 100%;
    text-align: center;
}

.f-speaker .f-list-item .f-list-item-container .f-list-item-teaser-image img {
    width: 200px;
    height: 200px;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: top center;
    border-radius: 500px;
}

.f-speaker .f-list-item .f-list-item-container .f-list-item-title a {
    color: #000;
    font-size: 1.1rem;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 15px;
}

.f-speaker .f-list-item .f-list-item-container .f-list-item-subtitle a span {
    font-size: .8rem;
    color: #000;
}

.f-speakers .f-list-item {
    padding: 15px;
}

.f-speakers .f-list-item .f-list-item-container {
    border-radius: 25px;
    position: relative;
    padding: 0;
    overflow: hidden;
}

.f-speakers .f-list-item .f-list-item-container::before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, .7);
    border-radius: 25px;
    transition: all ease-in-out .5s;
    height: 100%;
    opacity: 0;
}

.f-speakers .f-list-item .f-list-item-container:hover::before {
    opacity: 1;
}

.f-speakers .f-list-item .f-list-item-container .f-list-item-teaser-image {
    height: 352px;
    object-fit: cover;
}

.f-speakers .f-list-item .f-list-item-container .f-content-container-text {
    position: absolute;
    left: 0;
    bottom: -150px;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    transition: all ease-in-out .5s;
    max-height: 0;
}

.f-speakers .f-list-item .f-list-item-container:hover .f-content-container-text {
    max-height: 200px;
    bottom: 0;
}

.f-speakers .f-list-item .f-list-item-container .f-list-item-title a {
    font-weight: 700;
    font-family: var(--brand-heading-font);
    text-transform: uppercase;
    margin: 0;
    color: white;
    line-height: 1.22;
    font-size: 1.2rem;
}

.f-speakers .f-list-item .f-list-item-container .f-list-item-title a span,
.f-speakers .f-list-item .f-list-item-container .f-list-item-subtitle a span {
    font-size: unset;
}

.f-speakers .f-list-item .f-list-item-container .f-list-item-subtitle a {
    font-size: .9rem;
    color: white;
}


/* speakers ends here */


/* sponsors starts here */

.f-sponsors-logo li {
    padding: 5px !important;
}

.f-sponsors-logo li .ItemfinnerGallery {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 5px;
}

.f-sponsors-logo li .ItemfinnerGallery .fGalleryText {
    order: -1;
    width: 100%;
}

.f-sponsors-logo li .ItemfinnerGallery .fGalleryText span {
    font-size: 1rem;
    color: #000;
    font-weight: 500;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.f-sponsors-logo li img {
    height: 5rem;
    max-width: 200px;
    object-fit: contain;
    border: 1px solid #dededeb2;
    padding: 5px;
}


/* sponsors ends here */


/* who should join us starts here */

.f-why-should-main {
    background-color: #f7f7f7;
    padding-top: 2rem;
}

.f-why-should-text .f-module-content>div>.row>.col-12 {
    padding: 20px;
}

.f-why-should-text .f-module-content>div>.row>.col-12 .feature-box {
    height: 100%;
    padding: 40px 30px;
    border-radius: 25px !important;
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all .5s;
}

.f-why-should-text .f-module-content>div>.row>.col-12 .feature-box:hover {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.f-why-should-text .f-module-content>div>.row>.col-12 .feature-box i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 35px;
    background-color: var(--brand-color-theme-3);
    transition: all .5s;
    color: white;
}

.f-why-should-text .f-module-content>div>.row>.col-12 .feature-box:hover i {
    background-color: var(--brand-color-theme-1);
}

.f-why-should-text .f-module-content>div>.row>.col-12 .feature-box h5 a {
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--brand-color-theme-4);
    font-family: var(--brand-heading-font);
}


/* who should join us ends here */

.f-counter-number {
    background: var(--brand-color-theme-2);
}

.f-counter-number .fGalleryItem .ItemfinnerGallery {
    height: 100%;
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.f-counter-number .fGalleryItem .fGalleryImage {
    display: none;
}

.f-counter-number .fGalleryItem .fGalleryText {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: fit-content;
    left: 0;
    width: 100%;
    text-align: center;
}

.f-counter-number .fGalleryItem .fGalleryText .numbr {
    text-align: inherit;
    line-height: 1;
    font-weight: 700;
    font-family: var(--brand-heading-font);
    font-size: 2.8rem;
    color: #fff;
}

.f-counter-number .fGalleryItem .fGalleryText p {
    font-size: 1rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin: 0.5rem 0;
}


/* lets join us and video start here */

.f-join-us .ItemfinnerGallery .fGalleryImage img {
    height: 500px;
    object-fit: cover;
    object-position: 40% 50%;
}

.f-join-us .ItemfinnerGallery .fGalleryText {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    place-items: center;
    background-image: linear-gradient(64deg, rgba(220, 23, 23, 0.5) 0%, rgba(0, 135, 81, 0.467) 100%);
}

.f-join-us .ItemfinnerGallery .fGalleryText .row {
    place-items: center;
    justify-content: space-between;
}

.f-join-us .ItemfinnerGallery .fGalleryText .text-side {
    width: 600px;
    max-width: 100%;
}

.f-join-us .ItemfinnerGallery .fGalleryText .text-side h3 {
    font-size: clamp(1.875rem, 1.5815rem + 1.3043vw, 2.625rem);
    font-weight: 600;
    font-family: var(--brand-heading-font);
    line-height: 1.1em;
    color: white;
    margin-bottom: 10px;
}

.f-join-us .ItemfinnerGallery .fGalleryText .text-side p {
    font-size: 1rem;
    color: white;
    font-weight: 500;
    margin-top: 0;
}

.f-join-us .ItemfinnerGallery .fGalleryText .video-side {
    width: 40%;
    text-align: center;
}

.f-join-us .ItemfinnerGallery .fGalleryText .video-side a {
    background-color: white;
    display: inline-flex;
    width: 90px;
    height: 90px;
    border-radius: 500px;
    justify-content: center;
    place-items: center;
    color: transparent;
    position: relative;
}

.f-join-us .ItemfinnerGallery .fGalleryText .video-side a i {
    color: var(--brand-color-theme-1);
    font-size: 1.6rem;
}

.f-join-us .ItemfinnerGallery .fGalleryText .video-side a::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
    animation: button-ripple 3s infinite;
    animation-delay: .9s;
}

.f-join-us .ItemfinnerGallery .fGalleryText .video-side a::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
    animation: button-ripple 3s infinite;
}

@keyframes button-ripple {
    70% {
        -webkit-box-shadow: 0 0 0 40px currentColor;
        box-shadow: 0 0 0 40px currentColor;
        opacity: 0;
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 currentColor;
        box-shadow: 0 0 0 0 currentColor;
        opacity: 0;
    }
}


/* lets join us and video ends here */


/* subscribe now starts here */

.f-subscribe-form {
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-image: url(https://storage.unitedwebnetwork.com/files/1214/3afc6948d526a23d1798dfd95d2a5aee.webp);
    position: relative;
    margin-bottom: -10px;
}

.f-subscribe-form::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(178, 0, 136, 0.475);
    position: absolute;
    left: 0;
    top: 0;
}

.f-subscribe-form>.container {
    position: relative;
    z-index: 99;
}

.f-subscribe-form .fModuleTitle h3 {
    color: white;
}

.f-subscribe-form .fModuleTitle p {
    width: 700px;
    max-width: 100%;
    margin: 10px auto;
    color: white;
}

.f-subscribe-form .fForm label {
    color: white;
    display: none;
}

.f-subscribe-form .fForm {
    display: flex;
    max-width: 600px;
    width: 100%;
    place-items: center;
    margin: 0 auto;
}

.f-subscribe-form .fForm input {
    border-radius: 0;
    height: 50px;
}

.f-subscribe-form .fForm .form-item {
    width: 100%;
}

.f-subscribe-form .fForm .buttons {
    width: fit-content;
    margin: 0;
}

.f-subscribe-form .fForm .buttons input {
    margin: 0;
}


/* subscribe now ends here */


/* important dates starts*/

.f-important-dates {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    background-color: #f9f9f9;
}

.f-important-dates .f-module-content>div>.row {
    place-items: center;
}

.f-important-dates .row>.col-12.row {
    position: relative;
}

.f-important-dates .row>.col-12.row::before {
    content: "";
    background-color: transparent;
    border: 30px solid var(--brand-color-theme-3);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    scale: 70%;
}

.f-important-dates .row>.col-12.row .col-12:nth-child(2) {
    position: relative;
    top: 50%;
    transform: translateY(50%);
}

.f-important-dates .row>.col-12.row .col-12 {
    padding: 15px;
}

.f-important-dates .row>.col-12.row .col-12 .text {
    padding: 12px;
    border: 1px solid #7070702b;
    box-shadow: 0 0 20px #9e9e9e45;
    display: grid;
    place-content: center;
    padding: 0.75rem 0.5rem;
    text-align: center;
    background: #fff;
    height: 17rem;
    position: relative;
    z-index: 99;
}

.f-important-dates .row>.col-12.row .col-12 .text img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.f-important-dates .row>.col-12.row .col-12 .text>p:nth-child(1) {
    margin-top: 0;
    margin-bottom: 0;
}

.f-important-dates .row>.col-12.row .col-12 .text a.fButton {
    padding: 7px 15px;
    font-size: .8rem;
}

.f-important-dates .right .f-text h1 {
    font-weight: 800;
    font-family: var(--brand-heading-font);
}

.f-important-dates .right .f-text h1 span {
    font-size: unset;
}

.f-important-dates .right .f-text .cpd {
    display: flex;
    background-color: var(--brand-color-theme-3);
    color: white;
    place-items: center;
    width: fit-content;
    padding: 7px 20px;
    border-radius: 5px;
}

.f-important-dates .right .f-text .cpd img {
    width: 40px;
}


/* important dates ends */


/* footer starts here */

footer {
    background-color: var(--brand-color-theme-2);
    padding-bottom: 4rem !important;
    padding-top: 2rem !important;
}

footer {
    background-color: var(--brand-color-theme-2);
    padding-bottom: 0rem !important;
    padding-top: 1rem !important;
    p,
    a {
        color: #fff;
    }
}

footer .f-footer-menu {
    display: flex;
    place-items: center;
}

footer .f-footer-menu ul {
    padding-left: 0;
    display: flex;
    justify-content: end;
    place-items: center;
}

footer .f-footer-menu ul li {
    margin-left: 0;
    list-style: none;
    padding-left: 15px;
}

footer .f-footer-menu ul li a {
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--brand-heading-font);
    font-size: .9rem;
}

footer .f-copy-and-media {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0px;
    background-color: var(--brand-color-theme-1);
    display: flex;
    place-items: center;
    color: white;
    font-weight: 600;
    font-family: var(--brand-heading-font);
    font-size: .9rem;
}

footer .f-copy-and-media .f-module-content .row {
    place-items: center;
}

footer .f-copy-and-media .social {
    display: flex;
    justify-content: end;
}

footer .f-copy-and-media .social ul {
    padding-left: 30px;
    display: flex;
    justify-content: end;
    margin-bottom: 0;
    width: fit-content;
}

footer .f-copy-and-media .social ul li {
    margin-left: 0;
    list-style: none;
    padding-left: 10px;
}

footer .f-copy-and-media .social ul li a {
    color: white;
    font-size: 1rem;
}

.f-copyright .f-social-icon a {
    margin-right: 1rem;
    font-size: 1.15rem;
    color: #fff;
}


/* footer ends here */

body.path-committee- {
    background: #fff1fc
}

.f-committe .fGalleryImage img {
    aspect-ratio: 1/1;
    border-radius: 50%;
    object-fit: cover;
    padding: 1rem;
    object-position: top;
}

.f-committe .fGalleryText {
    text-align: center;
    p {
        margin: 0.5rem 0 0 0;
    }
    p img {
        width: auto;
        height: 1.2rem;
    }
    .name {
        font-weight: 600;
        color: var(--brand-color-theme-1);
    }
}


/*** Programme ***/

.f-programme-nav ul.fMenu {
    display: flex;
    justify-content: center;
}

.f-programme-nav ul.fMenu li {
    padding: 10px;
}

.f-programme-nav ul.fMenu li a {
    display: inline-flex;
    place-items: center;
    justify-content: center;
    color: white;
    font-weight: 500;
    width: fit-content;
    padding: 0.5rem 1rem !important;
    border-radius: 1rem;
    background: var(--brand-color-theme-2) !important;
}

.f-programme-nav ul.fMenu li.selected a {
    background: var(--brand-color-theme-1) !important;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px;
}

.session-container .session-details:has(.session-venue) {
    padding-bottom: 4rem;
}

.session-people-name {
    display: inline-block;
    width: fit-content;
    position: relative;
    color: var(--brand-color-theme-1);
    margin-bottom: .3rem;
}

.session-people-role {
    display: inline-block;
    position: relative;
    font-size: .9rem;
}

.session-people-role::before {
    content: " (";
    position: relative;
}

.session-people-role::after {
    content: ") ";
    position: relative;
}

.session-people-name::before {
    content: "\f2bd";
    font-family: "FontAwesome";
    margin-right: 5px;
    font-size: .85rem;
}

.session-people-name>a {
    color: var(--brand-color-theme-1);
    font-size: .9rem;
    font-style: italic;
    &:hover {
        text-decoration: underline;
        font-style: normal;
    }
}

.session-venue {
    background: #ddd;
    color: #222;
    bottom: 0.75rem;
    font-size: 0.85rem;
}

.session-container td.session-details {
    text-align: start !important;
}

.session-details .session-title {
    color: var(--brand-color-theme-2);
}

body .session-container th {
    background: var(--brand-color-theme-1);
}


/* Conatct us */

.f-contact .row .text {
    padding: 1rem 2rem;
    border: 1px solid #666;
    border-radius: 1.5rem;
    height: 100%;
}

.f-contact .row .text .icon {
    font-size: 2rem;
    color: #470164;
    margin: 1rem 0;
}

.f-contact .row .text p span {
    font-weight: 500;
    color: #4c0367;
}


/* About Malaysia */

.f-content table tr:nth-child(odd) {
    background: #f1f1f1;
}

.f-hotels .fGalleryItem .ItemfinnerGallery .fGalleryImage img {
    height: 260px;
    object-position: center;
    object-fit: cover;
}

.f-hotels .fGalleryItem .ItemfinnerGallery:hover .fGalleryImage img {
    scale: 1.2;
    transition: all .4s linear;
}

.f-hotels .fGalleryItem .ItemfinnerGallery h3 {
    line-height: 1;
    margin: 1rem 0 0.5rem 0;
    a {
        color: #b30087;
        font-weight: 500;
        font-size: 1.2rem;
    }
}

.f-hotels .fGalleryItem .ItemfinnerGallery {
    position: relative;
    background-color: #fff;
    padding: 1rem 1rem 4rem 1rem;
    border-radius: 5px;
    box-shadow: 0 0 33px 0 rgb(0 0 0 / 15%);
    height: 100%;
}

.f-hotels .fGalleryItem .ItemfinnerGallery .fGalleryImage {
    display: block;
    overflow: hidden;
}

.f-hotels .fGalleryText .promo {
    color: var(--brand-color-theme-2);
    font-weight: 500;
}

.f-hotels .fGalleryText p {
    margin: 0.5rem 0;
}

.f-hotels .fGalleryText p:has(a) {
    position: absolute;
    inset: auto 1rem 1rem 1rem;
    margin: 0;
}

.f-tours .fGalleryImage img {
    display: block;
    max-width: 100%;
    height: auto;
}

.f-tours .fGalleryItem .ItemfinnerGallery h3 {
    line-height: 1;
    a {
        color: #ac0083;
        font-size: 1.2rem;
        font-weight: 600;
        text-align: center;
    }
}

.f-southest .fGalleryItem .ItemfinnerGallery h3 {
    line-height: 1;
    margin: 0.5rem 0;
    a {
        text-align: center;
        color: #b30087;
        font-weight: 500;
        font-size: 1.25rem;
    }
}


/* Registration */

.f-registration table tr:nth-child(2n-1) td {
    background: #f1f1f1;
}

.fForm.new-form {
    margin: 0;
}

.fForm.new-form fieldset.user-register-group {
    border-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.fForm.new-form fieldset.user-register-group legend {
    background-color: var(--brand-color-theme-1);
    margin: 0;
    font-size: 1.1rem;
    font-weight: 500;
    color: white;
    padding: .4rem 1.1rem;
}

.fForm.new-form .f-table td,
.fForm.new-form .f-table td .f-table-title label {
    font-size: .9rem;
}

.fForm.new-form .form-item-type-fieldset {
    margin-bottom: 1rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 1rem 2rem;
    border-top: 0;
}

.view-login .fForm.new-form {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 1rem 2rem;
}

.path-register-1-signup- .listing-header-item.listing-header-item-currency {
    width: fit-content;
    border: 1px solid #bbb;
    border-radius: 0.25rem;
    display: flex;
    overflow: hidden;
}

.path-register-1-signup- .listing-header-item.listing-header-item-currency select {
    border: 0;
    border-radius: 0;
    padding: 0.5rem;
}

.path-register-1-signup- .listing-header-item.listing-header-item-currency input {
    border: 0;
    border-radius: 0;
    padding: 0.5rem 1rem;
    color: #fff;
    background-color: var(--brand-color-theme-1);
    border-color: var(--brand-color-theme-1);
}


/* dashboard starts here */

.f-user-nav .menu-item {
    padding: 12px;
}

.f-user-nav .menu-item a {
    display: block;
    padding: 1rem;
    font-weight: bold;
    color: #000;
    height: 100%;
    background: #f5f5f5;
    transition: 0.3s all ease-in-out;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 0px 15px -4px rgb(0 0 0 / 55%);
    position: relative;
}

.f-user-nav .menu-item a img {
    width: auto;
    max-width: 45px;
    display: block;
    margin: 0 auto;
    margin-bottom: 1rem;
}

#form-item-field_id_24339 {
    display: block;
}

#form-item-field_id_24339>label[for="field_id_24339"] {
    width: fit-content;
    float: none;
}

#form-item-field_id_24339 .checkbox {
    margin-left: 0;
}

#hint-field_id_24339 {
    font-size: .85rem;
    color: red;
    span {
        font-size: unset;
    }
}


/* dashboard ends here */

.f-privacy .info h4 {
    font-weight: 600;
    color: var(--brand-color-theme-2);
    margin: 1rem 0;
}

.f-privacy .info {
    background: #f1f1f1;
    padding: 2rem 5%;
    border-radius: 1rem;
}


/*  Download page  */

.f-docs ul li {
    list-style: none;
    padding: 1rem 0;
    margin: 0;
}

.f-docs ul li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.f-docs ul li>* {
    margin: 0.5rem 0;
}

.f-docs ul li>span {
    font-size: 0.8rem;
}

.f-docs ul li a {
    display: flex;
    align-items: center;
}

.f-docs ul li a::before {
    content: "";
    background: url('https://storage.unitedwebnetwork.com/files/1214/56a8aba9ca6c1fceeeccb282eda45d8a.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 3rem;
    height: 3rem;
    display: block;
    margin-right: 0.5rem;
}

.f-docs ul li img {
    width: 3rem;
}


/* Exhibition Page start here */

.f-exhibition h4 {
    color: var(--brand-color-theme-2);
    font-weight: 500;
    margin-bottom: 0.75rem;
}

.f-exhibition .info-box li {
    list-style: none;
}

.f-exhibition .info-box li:before {
    content: "\f061";
    font-family: "FontAwesome";
    background: var(--brand-color-theme-2);
    color: #fff;
    width: 1.4rem;
    height: 1.4rem;
    display: inline-grid;
    place-content: center;
    border-radius: 50%;
    margin-right: 0.5rem;
    font-size: 0.9rem;
}

.f-exhibition .text {
    background: #f1f1f1;
    padding: 2rem 5%;
    border-radius: 1rem;
}


/* Exhibition Page end here */


/* G100 Global Meetings start here */

.f-global-meetings .f-media {
    display: flex;
}

.f-global-meetings .f-media .f-media-image {
    width: 33.33%;
}

.f-global-meetings .f-media .f-media-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.f-global-meetings .f-media .f-media-text {
    width: 66.66%;
    margin-left: 1rem;
    background: #fd96a938;
    padding: 2rem;
}

.f-global-meetings .f-media .f-media-text h4 {
    color: var(--brand-color-theme-1);
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
}

.f-global-meetings .f-media .f-media-text p {
    text-align: justify;
}

.f-global-meetings .f-media .f-media-text .has-tag span {
    color: var(--brand-color-theme-2);
}


/* G100 Global Meetings end here */


/* G100 Global Meetings photo Gallery start here */

ul.icongallery {
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 0 10px;
    opacity: 0;
    transform: translateY(-50%);
    position: absolute;
    top: 20%;
    left: 0;
    z-index: 9;
    transition: all 0.4s ease 0s;
    margin: 0;
}

ul.icongallery li {
    margin: 0 3px;
    display: inline-block;
}

ul.icongallery li a {
    color: var(--brand-color-theme-1);
    background-color: #fff;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    box-shadow: 0 0 15px -3px rgb(0 0 0 / 20%);
    display: block;
    transition: all 0.3s ease 0s;
}

.ItemfinnerGallery:hover ul.icongallery {
    opacity: 1;
    top: 50%;
}

.f-global-meetings-gallery .fGalleryImage img {
    aspect-ratio: 5/ 4;
    object-fit: cover;
}

.f-global-meetings-gallery .fGalleryImage::before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    width: 0;
    height: 100%;
    border-radius: 0;
    background-color: var(--brand-color-theme-1);
    transition: 0.8s;
    z-index: 3;
    opacity: 0.5;
}

.f-global-meetings-gallery .ItemfinnerGallery:hover .fGalleryImage::before {
    width: 100%;
    left: 0;
}


/* G100 Global Meetings photo Gallery end here */


/* Programme Flow start here */

.f-programme-flow h4 {
    color: var(--brand-color-theme-2);
    font-weight: 600;
}

.f-programme-flow ol li {
    margin-left: 0;
}

.f-programme-flow .date i {
    color: var(--brand-color-theme-1);
    margin-right: 4px;
}

.f-programme-flow p.date {
    color: var(--brand-color-theme-1);
}


/* Programme Flow end here */


/* programme inner page starts here */

.view-session-view .session-time {
    background-color: var(--brand-color-theme-1);
    padding: 10px;
    color: white;
}

.f-programme .session-venue {
    position: absolute;
}

.view-session-view .session-full {
    border: 1px solid #dedede;
    .session-container {
        border: 0;
    }
}

.view-session-view .session-item {
    padding: 0 10px;
    ul {
        padding-left: 0;
    }
}


/* programme inner page ends here */


/***************************************************************************
                        RESPONSIVE MEDIA QUERY
****************************************************************************/

@media(min-width:1299.9px) {
    .f-sponsors-logo li {
        width: 12%;
    }
}

@media(min-width:1199.9px) {
    .fForm.new-form {
        width: 75%;
    }
    .path-register-1-signup- form[method="get"] {
        width: 75%;
        margin: 0 auto;
    }
}

@media (min-width: 991.9px) {
    .main-menu-slide .fMenu>li:nth-last-child(-n+2) a {
        background: var(--brand-color-theme-1);
        padding: 0.75rem 1.5rem;
        font-size: 15px;
        color: white;
        font-weight: 400;
        font-family: var(--brand-body-font);
        border-radius: 5px;
    }
}

@media(max-width:1399.9px) {
    .f-new-banner-links a.fButton {
        font-size: 1.2vw;
        height: 3.5vw;
    }
}

@media(max-width:1199.9px) {
    .f-global-meetings .f-media .f-media-image {
        order: 1;
        width: 100%;
    }
    .f-global-meetings .f-media .f-media-image img {
        width: 100%;
    }
    .f-global-meetings .f-media .f-media-text {
        width: 100%;
        margin-left: 0;
    }
    .f-global-meetings .f-media {
        display: block;
    }
    .f-new-banner-links a.fButton {
        font-size: 1.5vw;
        height: 3.8vw;
        width: 16vw;
    }
}


/*md*/

@media (max-width: 991.9px) {
    html {
        font-size: 15px;
    }
    header .fMenu li {
        display: block;
        border-top: 1px solid #ffffff57;
        position: relative;
    }
    header .fMenu li.has-submenu::after {
        content: "\f107";
        position: absolute;
        right: 0px;
        top: 0;
        color: white;
        font-family: "FontAwesome";
        border-left: 1px solid #ffffff57;
        padding-left: 20px;
        padding-right: 20px;
        height: 41px;
        padding-top: 10px;
    }
    header .fMenu li:last-child {
        border-bottom: 1px solid #ffffff57;
    }
    header .fMenu li {
        padding: 10px
    }
    header .navbar-toggle {
        top: 15px;
    }
    .main-menu-slide .collapse,
    .main-menu-slide nav {
        background: var(--brand-color-theme-1);
    }
    .main-menu-slide .fMenu>li {
        padding: 0.25rem;
        width: 100%;
    }
    .main-menu-slide .fMenu li.has-submenu ul {
        position: relative;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        display: block !important;
        top: 100%;
        background: white;
        z-index: 99;
        transition: all 0.3s;
    }
    .main-menu-slide .fMenu li.has-submenu ul li {
        padding: 0 !important;
        border: 0;
    }
    .main-menu-slide .fMenu li.has-submenu:hover ul {
        max-height: 15rem;
        transition: all 0.3s;
    }
    header.active .main-menu-slide .fMenu li a {
        background-image: none;
        -webkit-text-fill-color: var(--brand-color-theme-3);
    }
    .main-menu-slide .fMenu>li>a {
        color: #fff;
        padding: 0.5rem !important;
        display: block;
    }
    .main-menu-slide .fMenu>li.selected>a {
        color: var(--brand-color-theme-4);
    }
    .fMenu>li:last-child a {
        background: transparent !important;
        padding: 0.5 !important;
        font-size: 0.85rem;
    }
    .main-menu-slide .fMenu li.has-submenu ul li a:hover {
        background: var(--brand-color-theme-3);
    }
    .f-welcome-image::before {
        font-size: 4rem;
        left: 0;
        top: -12%;
    }
    body .session-container th {
        display: none;
    }
    .session-time.session-time-show {
        background: var(--brand-color-theme-1) !important;
    }
    header.active .main-menu-slide .fMenu>li>a,
    header.active .main-menu-slide .fMenu>li.selected>a,
    header .main-menu-slide .fMenu>li.selected>a {
        -webkit-text-fill-color: white;
    }
    header .main-menu-slide .fMenu>li ul li a:hover {
        -webkit-text-fill-color: white;
    }
}


/*sm*/

@media (max-width: 767.9px) {
    .main-menu-slide .collapse,
    .main-menu-slide nav {
        left: -80%;
    }
    .f-banner .fGalleryText {
        inset: 42% 0 0 0;
        padding-left: 0;
    }
    .f-banner .fGalleryText .item h1 {
        font-size: calc(1rem + 5vw);
    }
    .f-about-text::before {
        left: -5px;
        font-size: 5rem;
        top: 10px;
    }
    .f-module-title h3 {
        font-size: 2rem;
    }
}


/*xs*/

@media (max-width: 575px) {
    .main-menu-slide .collapse,
    .main-menu-slide nav {
        left: -100%;
    }
    .f-module-title h3 {
        font-size: 1.75rem;
    }
    .main-menu-slide .collapse,
    .main-menu-slide nav {
        width: 280px;
    }
    .f-banner .fGalleryText .item h4 span {
        font-size: 1.1rem;
        font-weight: 500;
    }
    .f-welcome-nav ul li {
        width: 100%!important;
    }
    .f-welcome-nav ul li a {
        width: 100%;
        text-align: center;
        margin-right: 0;
    }
    .f-logo .fGalleryImage img {
        height: 40px;
    }
    .f-new-banner-links .fGalleryText {
        padding-bottom: 30%;
    }
    .f-new-banner-links a.fButton {
        font-size: 1rem;
        height: unset;
        padding: 10px 2rem;
        margin: 7px;
        width: unset;
    }
}

@media (max-width: 500px) {
    header .f-logo .logo-div a {
        width: 90%;
    }
}