@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=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
:root {
    --brand-color-theme-1: #2d5533;
    --brand-color-theme-2: #912b3d;
    --brand-color-theme-4: #282828;
    --brand-heading-font: "Lato", sans-serif;
    --brand-body-font: "Lato", sans-serif;
}

html {
    font-size: 15px;
}

#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);
}

body {
    padding-top: 0 !important;
    line-height: 1.5;
    font-family: var(--brand-body-font);
    font-size: 1rem;
    background-image: url("https://storage.unitedwebnetwork.com/files/1209/324ac18fc0b5842664e73c06e0b32728.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

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

span {
    color: inherit;
}

a {
    color: inherit;
}

img {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--brand-heading-font);
}

a.fButton,
.fForm .buttons input,
.fbutton-btn a,
.fForm .buttons a,
a.fbutton,
.f-list-item-button a {
    background-color: var(--brand-color-theme-1);
    padding: 13px 30px;
    font-size: .9rem;
    border: 1px solid var(--brand-color-theme-1);
    color: white;
    transition: all .3s linear;
    border-radius: 30px;
}

a.fButton:hover,
.fForm .buttons input:hover,
.fbutton-btn a:hover,
.fForm .buttons a:hover,
a.fbutton:hover,
.f-list-item-button a:hover {
    background-color: white;
    color: var(--brand-color-theme-1);
}

.ItemfinnerGallery {
    position: relative;
}

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

.f-module-title h3::after {
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 150px;
    height: 4px;
    content: "";
    background-image: url("https://storage.unitedwebnetwork.com/files/1209/b11906e9968cf754fa2788325747cfab.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.f-module-title h3 span {
    display: block;
    color: var(--brand-color-theme-1);
    font-size: 1rem;
    margin-top: -10px;
}

.title-start {
    .f-module-title h3 {
        text-align: start;
    }
    .f-module-title h3::after {
        left: 0;
        transform: unset;
    }
    .f-module-title h3 span {
        text-align: start;
    }
}

.fPageTitle {
    background-color: var(--brand-color-theme-1);
    padding: 4rem 10px;
    text-align: center;
}

.fPageTitle h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    font-family: var(--brand-heading-font);
    color: white;
    .heading-small {
        font-size: 1.2rem;
    }
}

.fPageTitle h1 span {
    display: block;
    font-family: var(--brand-body-font);
}


/****--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;
}

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

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

.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);
}


/* swiper js  */

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


/* popup message */

#f-messages .item {
    z-index: 9999999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}


/* popup message  */


/* header start here*/

header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 9999;
    transition: linear all .3s;
    background-color: white;
    padding-left: 4%;
}

header .fRegion>.row {
    margin: 0;
}

header .fModule {
    padding: 7px 0;
}

header.active {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

header .f-logo .ItemfinnerGallery .fGalleryImage img {
    width: 160px;
    max-width: 100%;
}


/* .main-menu-slide
{
    display: flex;
    place-items: center;
    justify-content: end;
}

.main-menu-slide .fModuleContent
{
    width: fit-content;
}

.main-menu-slide .fModuleContent nav.navbar
{
    width: fit-content;
}
.main-menu-slide .fMenu {
    background-color: var(--brand-color-theme-1);
    width: fit-content;
    padding: 20px 10% 20px 15%;
    margin-right: 4.5rem;
} */

.main-menu-slide {
    padding: .7% 0 !important;
}

.main-menu-slide .f-module-content {
    position: relative;
    padding: 1% 10%;
}

.main-menu-slide .f-module-content::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 90%;
    background-color: var(--brand-color-theme-1);
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.main-menu-slide .fMenu li:last-child {
    padding-right: 0;
}

header .main-menu-slide li>a {
    font-family: var(--brand-heading-font);
    color: white !important;
    position: relative;
    z-index: 9;
}

header .main-menu-slide ul.fMenu li ul {
    background-color: white !important;
    padding: 0 !important;
    top: 100% !important;
    z-index: 1;
    box-shadow: 0 0 10px -5px #000;
}

header .main-menu-slide ul.fMenu li:last-child ul {
    left: -150px !important;
}

header .main-menu-slide ul.fMenu li {
    position: relative;
    z-index: 1;
}

header .main-menu-slide ul.fMenu li ul li a {
    display: block;
    padding: 7px 10px;
    font-family: var(--brand-heading-font);
    color: var(--brand-color-theme-1) !important;
    background: #fff !important;
    transition: all 0.15s;
}

header .main-menu-slide ul.fMenu li ul li a:hover {
    color: #fff !important;
    background: var(--brand-color-theme-1) !important;
    transition: all 0.15s;
}


/* header ends here */


/* banner starts here */

.f-banner .ItemfinnerGallery .fGalleryImage {
    width: 100%;
    display: block;
    text-align: end;
}

.f-banner .ItemfinnerGallery .fGalleryImage img {
    height: 500px;
    width: 60%;
    object-fit: cover;
    display: inline-block;
}

.f-banner .ItemfinnerGallery .fGalleryText {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    place-items: center;
}

.f-banner .ItemfinnerGallery .fGalleryText .item {
    width: 100%;
}

.f-banner .ItemfinnerGallery .fGalleryText .shape {
    background-color: #f5f5f5;
    position: absolute;
    left: 0;
    top: 0;
    width: 1100px;
    max-width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 67% 0, 100% 100%, 0% 100%);
    background-image: url("https://storage.unitedwebnetwork.com/files/1209/84e45919ed247aae9f8992afcd11b40e.webp");
    background-position: bottom center;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 2;
}

.f-banner .ItemfinnerGallery .fGalleryText .shape::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 37px;
    width: 140px;
    height: 200px;
    background-color: var(--brand-color-theme-1);
    clip-path: polygon(0 0, 0% 0, 100% 100%, 0% 100%);
}

.f-banner .ItemfinnerGallery .fGalleryText::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 140px;
    height: 200px;
    background-color: var(--brand-color-theme-1);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.f-banner .ItemfinnerGallery .fGalleryText .text {
    position: relative;
    padding-left: 9%;
    width: 1100px;
    max-width: 100%;
}

.f-banner .ItemfinnerGallery .fGalleryText .text .inr {
    position: relative;
    z-index: 9;
}

.f-banner .ItemfinnerGallery .fGalleryText .text h3 {
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
    font-size: 1.9rem;
    line-height: 1.2em;
}

.f-banner .ItemfinnerGallery .fGalleryText .text h3 span {
    font-size: unset;
    display: block;
}

.f-banner .ItemfinnerGallery .fGalleryText .text p {
    margin-top: 10px;
    font-weight: 700;
    color: var(--brand-color-theme-1);
    font-size: 1.5rem;
    font-family: var(--brand-heading-font);
    line-height: 1.2em;
}

.f-banner .ItemfinnerGallery .fGalleryText .text p span {
    display: block;
    font-size: unset;
}

.f-banner .ItemfinnerGallery .fGalleryText .text .icon {
    color: #000;
    font-size: 1.2rem;
    font-weight: 600;
    span {
        font-size: unset;
    }
}

.f-banner .ItemfinnerGallery .fGalleryText .text a.fButton {
    margin-top: 15px;
    display: inline-block;
}

.f-banner-new .fGalleryImage img {
    height: 650px;
    object-fit: cover;
    object-position: center;
}

.f-banner-new .fGalleryText {
    position: absolute;
    left: 0;
    width: 100%;
    display: flex;
    height: 100%;
    top: 0;
    justify-content: center;
    place-items: center;
}

.f-banner-new .bx-wrapper {
    margin: 0;
}

.f-banner .bx-wrapper .bx-pager,
.f-banner-new .bx-wrapper .bx-controls-auto {
    bottom: 10px;
    z-index: 9999;
}

.f-banner-new .bx-wrapper .bx-pager.bx-default-pager a {
    width: 17px;
    height: 17px;
    border-radius: 50px;
    background-color: var(--brand-color-theme-1);
}

.f-banner-new .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: var(--brand-color-theme-2);
}

.f-banner-new .bx-wrapper .bx-pager.bx-default-pager a:hover,
.f-banner-new .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: var(--brand-color-theme-2);
}

.f-banner-new .fGalleryText .item {
    width: fit-content;
    max-width: 100%;
}

.f-banner-new .fGalleryText .item .dates h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    color: var(--brand-color-theme-1);
    font-size: 2rem;
    line-height: 1.1em;
}

.f-banner-new .fGalleryText .item .dates h3 span {
    display: inline-block;
    margin-right: 5px;
    color: white;
    background: var(--brand-color-theme-2);
    width: 70px;
    text-align: center;
    border-radius: .5rem;
    padding: 7px 0;
}

.f-banner-new .fGalleryText .item h2 {
    font-size: 4.25rem;
    font-weight: 800;
    margin: 1.25rem 0;
    line-height: 100%;
    color: var(--brand-color-theme-1);
}

.f-banner-new .fGalleryText .item h2 span {
    color: white;
    background: var(--brand-color-theme-1);
    height: fit-content;
    padding: 7px 20px;
    display: inline-block;
    border-radius: .5rem;
}

.f-banner-new .fGalleryText .item h4 {
    color: #000;
    font-size: 1.2rem;
    /* padding: 0.5rem; */
    /* background: var(--brand-color-theme-3); */
    margin: 0.5rem 0;
    width: 524px;
    max-width: 100%;
}

.f-banner-new .fGalleryText .item .adrs {
    z-index: 6;
    background-color: var(--brand-color-theme-1);
    height: auto;
    width: 525px;
    max-width: 100%;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    text-align: left;
    line-height: 1.25;
    /* letter-spacing: 5px; */
    font-weight: 700;
    font-size: 1rem;
    padding: 10px;
    backdrop-filter: none;
    filter: none;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}

.f-banner-new .fGalleryText .text>.container>p {
    font-weight: 700;
    font-size: 1.5rem;
    color: rgb(255, 255, 255);
    padding: 10px;
    width: fit-content;
}

.f-banner-new .fGalleryText .text {
    height: auto;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 6;
    background-color: var(--brand-color-theme-1);
    white-space: nowrap;
}

.f-banner-new .fGalleryText .text .container {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-between;
}


/* banner ends here */


/* about us starts here */

.f-about-us .f-module-title h3 {
    text-align: start;
    font-size: 1.7rem;
}

.f-about-us .f-module-title h3::after {
    left: 0;
    transform: unset;
}

.f-about-us .f-media {
    margin: 0;
    place-items: center;
}

.f-about-us .f-media-image img {
    border-radius: 15px;
    width: 400px;
    max-width: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.f-about-us .f-media-image {
    position: relative;
}

.f-about-us .f-media-image::after {
    content: "";
    position: absolute;
    right: -15px;
    bottom: -25px;
    border-radius: 15px;
    background-color: var(--brand-color-theme-1);
    width: 150px;
    height: 150px;
    z-index: -1;
}

.f-about-us .f-media-text {
    padding-left: 10%;
}

.f-about-us .f-media-text .fButton {
    margin-top: 7px;
    display: inline-block;
}


/* about us ends here */


/* welcome message starts here */

.f-welcome-message-main-2025 {
    background-image: url("https://storage.unitedwebnetwork.com/files/1209/06f7d5af0d5011b0de8158a000429c07.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.f-welcome {
    padding-top: 1rem !important;
}

.f-welcome>.container {
    display: flex;
    flex-wrap: wrap;
}


/* 
.f-welcome>.container>.f-module-title {
    order: 2;
} */

.f-welcome-nav .nav-tabs-main {
    margin: 0;
    margin-top: 2rem;
    padding: 0;
    padding-left: 12px!important;
}

.f-welcome-nav .nav-tabs-main>li {
    margin: 0;
    padding: 7px 7px 7px 0;
}

.f-welcome-nav .nav-tabs-main>li>a {
    color: white;
    font-size: 1.2rem;
    border-bottom: 4px solid #a7d388;
    padding: 0;
}

.f-welcome-nav .nav-tabs-main>li>a.inactive {
    border-color: transparent;
}

.f-welcome .row {
    place-items: center;
}

.f-welcome .f-media-image {
    order: 2;
    display: block;
    text-align: center;
}

.f-welcome .f-media-image img {
    border-radius: 500px;
    border: 4px solid white;
    object-fit: cover;
    width: 200px;
}

.f-welcome .f-media-image .f-module-title h3 {
    text-align: center;
    color: white;
    font-weight: 500;
}

.f-welcome .f-media-image .f-module-title h3::after {
    content: none;
}

.f-welcome .f-media-text .f-module-title h3 {
    text-align: start;
    color: white;
    margin-top: 0;
}

.f-welcome .f-media-text .f-module-title h3::after {
    left: 0;
    transform: unset;
}

.f-welcome .f-media-text p {
    text-align: justify;
    color: white;
}

.f-welcome .f-media-image .f-module-title h3 span {
    color: white;
    margin-top: 0;
}


/* welcome message ends here */


/* event highlights starts here */

.f-event-highlight {
    padding-top: 2rem !important;
}

.f-event-highlight .f-list-item {
    padding: 10px 5%;
}

.f-event-highlight .f-list-item .f-list-item-container {
    border-radius: 20px;
    padding: 20px 2%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: white;
    height: 250px;
    transition: all .1s;
}

.f-event-highlight .f-list-item .f-list-item-container .f-list-item-teaser-image {
    background-color: var(--brand-color-theme-1);
    width: 70px;
    height: 70px;
    margin: 0 auto 10px auto;
    border-radius: 100px;
    padding: 15px;
    transition: all .1s;
}

.f-event-highlight .f-list-item .f-list-item-container:hover {
    background-color: var(--brand-color-theme-1);
    * {
        color: white;
    }
    .f-list-item-title {
        color: white;
    }
    .f-list-item-teaser-image {
        background-color: white;
    }
    .f-list-item-teaser-image img {
        filter: unset;
    }
}

.f-event-highlight .f-list-item .f-list-item-container .f-list-item-teaser-image img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    filter: invert();
    object-fit: contain;
    transition: all .1s;
}

.f-event-highlight .f-list-item .f-list-item-container .f-list-item-teaser-text {
    text-align: center;
}

.f-event-highlight .f-list-item .f-list-item-container .f-list-item-title {
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    text-align: center;
    transition: all .1s;
}

.f-event-highlight .f-list-item .f-list-item-container .f-list-item-teaser-content {
    color: #000;
}

.f-event-highlight .f-list-item .f-list-item-container .f-list-item-teaser-content p {
    margin-top: 10px;
    text-align: center;
}


/* event highlights ends here */


/* committee members starts here */

.committee-main {
    padding-top: 2rem;
    background-image: url("https://storage.unitedwebnetwork.com/files/1209/7c1c72cc4a7a10cfa6ca0a0f8d85b5f0.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.committee-main .fGalleryItem {
    padding: 10px;
}

.committee-main .f-module-title h3 {
    margin-bottom: 40px;
    color: white;
}

.committee-main .fGalleryItem .ItemfinnerGallery {
    text-align: center;
}

.committee-main .fGalleryItem .ItemfinnerGallery img {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 200px;
    margin: 0 auto;
    border-radius: 500px;
    border: 4px solid white;
}

.committee-main #fModule-48469 .fGalleryItem .ItemfinnerGallery img {
    border-color: var(--brand-color-theme-1);
}

.committee-main .fGalleryItem .ItemfinnerGallery .name-and-position h3 {
    font-size: 1.1rem;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

.committee-main .fGalleryItem .ItemfinnerGallery .name-and-position p {
    font-size: .8rem;
    color: white;
    margin-top: 5px;
}

.committee-main a.fButton {
    background-color: white;
    color: var(--brand-color-theme-1);
}


/* committee members ends here */


/* why sarawak starts here */

.f-sarawak .f-list-item {
    padding: 12px;
    .f-list-item-container {
        background-color: var(--brand-color-theme-1);
        border-radius: 150px 150px 0 0px;
        padding-top: 2rem;
        text-align: center;
        height: 100%;
    }
    .f-list-item-container .f-list-item-teaser-image img {
        width: 40px;
        filter: invert();
        margin-bottom: 5px;
        margin-top: 20px;
    }
}

.f-sarawak .f-list-item:nth-child(1) {
    padding-left: 0;
}

.f-sarawak .f-list-item:nth-child(3) {
    padding-left: 0;
}

.f-sarawak .f-list-item:nth-child(even) .f-list-item-container {
    background-color: #40944d;
}

.f-sarawak .f-list-item .f-list-item-title {
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
}

.f-sarawak .f-list-item .f-list-item-teaser-content {
    margin-bottom: 20px;
}

.f-sarawak .f-list-item .f-list-item-teaser-content p:nth-child(1) {
    color: white;
    font-size: .8rem;
    margin-top: 0;
    padding: 0 10px;
}

.f-sarawak-video {
    padding-top: 1rem!important;
}

.f-sarawak-video iframe {
    min-height: 500px;
    width: 100%;
}

.f-about-icomos-malaysia .f-media {
    place-items: center;
}

.f-about-icomos-malaysia .f-media .f-module-title h3 {
    text-align: start;
}

.f-about-icomos-malaysia .f-media .f-module-title h3::after {
    left: 0;
    transform: unset;
}

.f-about-icomos-malaysia .f-media a.fButton {
    position: relative;
    top: 15px;
}

.f-about-icomos-malaysia .f-media .f-media-image {
    order: 2;
}


/* why sarawak ends here */

#fFooter {
    background-color: var(--brand-color-theme-4);
    padding-bottom: 3rem;
    border-top: 5px solid var(--brand-color-theme-1);
    .row {
        justify-content: space-between;
        padding-left: 40px;
    }
}

#fFooter .f-copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 10px;
    background-color: white;
    .copy-div {
        color: var(--brand-color-theme-4);
        font-size: .8rem;
        text-align: center;
        font-weight: 500;
    }
}

#fFooter div.f-module-content h3 {
    font-weight: 600;
    font-size: 1.4rem;
    margin-bottom: 0;
    color: white;
}

#fFooter div.f-module-content ul {
    padding-left: 0;
    margin: 0;
}

#fFooter div.f-module-content {
    * {
        color: white;
        font-size: .9rem;
    }
}

#fFooter div.f-module-content ul li {
    margin-left: 0;
    margin-bottom: 15px;
    list-style: none;
}

#fFooter div.f-module-content div.social ul {
    display: flex;
}

#fFooter div.f-module-content div.social ul li {
    padding-right: 15px;
    a {
        width: 30px;
        height: 30px;
        display: inline-flex;
        justify-content: center;
        place-items: center;
        background-color: white;
        border-radius: 50px;
        i {
            color: var(--brand-color-theme-4);
        }
    }
}

#fFooter div.f-module-content div.contact ul li {
    display: flex;
    i {
        width: 30px;
    }
}


/*** Malaysia ***/

.f-attraction .fGalleryItem:nth-child(2n) .fGalleryImage {
    order: 1;
}

.f-attraction .ItemfinnerGallery {
    display: flex;
    flex-wrap: wrap;
    >* {
        width: 50%;
        padding: 0 1rem;
    }
}

.f-attraction .ItemfinnerGallery .fGalleryText {
    h4 {
        font-size: 1.75rem;
        font-weight: 600;
        color: var(--brand-color-theme-2);
        position: relative;
    }
    p {
        text-align: justify;
    }
}

.f-attraction .ItemfinnerGallery .fGalleryText h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 10rem;
    height: 4px;
    background-color: var(--brand-color-theme-1);
}


/* speakers new starts here */

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

.f-speakers .f-list-item .f-list-item-container {
    height: 100%;
    background-color: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 1px solid #dedede;
    * {
        text-align: center;
    }
}

.f-speakers .f-list-item .f-list-item-container .f-content-container-text {
    padding: 12px;
}

.f-speakers .f-list-item .f-list-item-container .f-content-container-text .f-list-item-title a {
    font-size: 1.2rem;
    color: var(--brand-color-theme-1);
    font-weight: 600;
    span {
        font-size: unset
    }
}

.f-speakers .f-list-item .f-list-item-container .f-content-container-text .f-list-item-subtitle a {
    color: var(--brand-color-theme-2);
    font-weight: 600;
    font-size: 1rem;
}

.f-speakers .f-list-item .f-list-item-container .f-list-item-teaser-content a {
    font-size: .9rem;
    font-weight: 500;
}

.f-speakers .f-list-item .f-list-item-container .f-list-item-teaser-image {
    border-bottom: 1px solid #f2f2f2;
}

.f-speakers .f-list-item .f-list-item-container .f-list-item-teaser-image img {
    aspect-ratio: 1/1;
}

.f-speakers .f-list-item .f-list-item-container .f-list-item-teaser-image img {
    border-radius: 100%;
    height: 180px;
    width: 180px;
    object-fit: cover;
    border: 6px solid var(--brand-color-theme-1);
}

.f-speakers .f-list-item .f-list-item-container .f-list-item-teaser-image {
    border-bottom: 1px solid #f2f2f2;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.f-speakers .f-list-item .f-list-item-container .f-content-container-text .f-list-item-title a:hover {
    text-decoration: underline;
}


/* speakers new ends here */


/* abstract page start here */

.abstract-flow li.fGalleryItem {
    padding: 35px 15px;
}

.abstract-flow .f-module-title h3 {
    padding-right: 0;
}

.abstract-flow li.fGalleryItem div.ItemfinnerGallery {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    border: 1px solid #ddd;
    background: url(https://storage.unitedwebnetwork.com/files/869/2141492013f248861e66086b51fc747b.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px 10%;
    position: relative;
    justify-content: left;
    flex-direction: column;
    text-align: left;
    transition: all .25s ease-in-out;
    top: 10px;
    background-color: white;
}

.abstract-flow li.fGalleryItem div.ItemfinnerGallery:hover {
    top: 0;
}

.abstract-flow li.fGalleryItem div.ItemfinnerGallery::after {
    content: "";
    width: 120px;
    height: 55px;
    background: url(https://storage.unitedwebnetwork.com/files/1197/78dccff8f12603639a201ddd5dec2db5.png) center no-repeat;
    position: absolute;
    right: -25px;
    bottom: -45px;
    transition: all .25s ease-in-out;
    background-size: 99%;
}

.abstract-flow li.fGalleryItem div.ItemfinnerGallery::before {
    content: "";
    width: 60%;
    height: 6px;
    background: var(--brand-color-theme-1);
    position: absolute;
    left: -1px;
    top: -1px;
    transition: all .25s ease-in-out;
}

.abstract-flow li.fGalleryItem div.ItemfinnerGallery:hover::before {
    background-color: var(--brand-color-theme-2);
    width: 80%;
}

.abstract-flow li.fGalleryItem div.ItemfinnerGallery .fGalleryText h3 {
    margin-bottom: 0;
}

.abstract-flow li.fGalleryItem div.ItemfinnerGallery .fGalleryText h3 a {
    font-weight: 700;
    font-size: 1.4rem;
}

.abstract-flow li.fGalleryItem div.ItemfinnerGallery .fGalleryText p {
    max-height: 130px;
    font-size: 1rem;
    overflow: auto;
    margin-top: 0;
}

.abstract-flow li.fGalleryItem div.ItemfinnerGallery .fGalleryText ul {
    padding-left: 0;
}

.abstract-flow li.fGalleryItem div.ItemfinnerGallery .fGalleryText ul small {
    display: block;
    color: var(--brand-color-theme-2);
}

.abstract-flow li.fGalleryItem div.ItemfinnerGallery .fGalleryText p::-webkit-scrollbar {
    width: 3px;
}

.abstract-flow li.fGalleryItem div.ItemfinnerGallery .fGalleryText p::-webkit-scrollbar-thumb {
    background: var(--brand-color-theme-1);
    border-radius: 5px;
}

.abstract-flow li.fGalleryItem div.ItemfinnerGallery .fGalleryText p::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.abstract-flow li.fGalleryItem div.ItemfinnerGallery .fGalleryText span.step {
    font-size: 5rem;
    font-weight: 800;
    color: #000;
    opacity: 0.3;
    position: absolute;
    right: 10px;
    top: 1rem;
    font-family: var(--brand-heading-font);
}

.f-inr-page-text>.container {
    background-color: #e8f1ec;
    padding: 3rem 1rem;
}

.f-inr-page-text>.container h2 {
    font-weight: 600;
}

.f-inr-page-text>.container ul,
.f-inr-page-text>.container ol {
    padding-left: 0;
}

.f-inr-page-text>.container ul li::marker,
.f-inr-page-text>.container ol li::marker {
    font-weight: 600;
}

.path-abstract- #fMatter {
    padding: 0!important;
}


/* abstract page ends here */


/*  Login  */

.path-user-login- form {
    max-width: 50rem;
    margin: auto;
    padding: 2rem 2%;
    border: 1px solid #ddd;
}

.f-banner-new .fGalleryText .item h2 {
    font-size: 3.5rem;
}

.f-banner-new .fGalleryText .item {
    margin-left: -30px;
}


/* countdown starts here */


/* .f-countdown {
    width: 100%;
    align-content: center;
}  */

.f-countdown {
    background-image: url(https://storage.unitedwebnetwork.com/files/1209/5655cdfc5eedab899474d2d8a777be1d.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.f-countdown .row {
    justify-content: center;
}

.f-countdown>.container .f-module-content .col-count {
    width: auto;
    text-align: center;
}

.f-countdown>.container .f-module-content .col-count h4 {
    margin: 0;
    color: #666;
    font-size: 2rem;
    font-weight: 600;
    font-family: var(--brand-heading-font);
}

.f-countdown>.container .f-module-content .col-count p {
    margin: 0;
    font-size: 1.1rem;
    /* color:#d0d0d0; */
    font-weight: 600;
}


/* countdown ends here */


/*Accommodation Page Start here */

.f-accommodation .fGalleryImage,
.f-accommodation li.fGalleryItem .ItemfinnerGallery {
    overflow: hidden;
    display: block
}

.f-accommodation .fGalleryImage img {
    transition: .5s;
    object-fit: cover;
    overflow: hidden;
    height: 210px;
}

.f-accommodation .ItemfinnerGallery:hover .fGalleryImage img {
    transform: scale(1.1);
    object-fit: cover
}

.f-accommodation li.fGalleryItem .ItemfinnerGallery {
    box-shadow: rgba(0, 0, 0, .1) 0 4px 12px;
    height: 100%
}

.f-accommodation li.fGalleryItem .ItemfinnerGallery .fGalleryText {
    padding: 0 2px 2px;
    background-color: transparent;
    transition: .5s ease-in-out;
    height: 190px
}

.f-accommodation li.fGalleryItem .ItemfinnerGallery:hover .fGalleryText {
    background: #1537b3;
    background: var(--brand-color-theme-1)
}

.f-accommodation li.fGalleryItem .ItemfinnerGallery .fGalleryText .item {
    background-color: #fff;
    padding: 10px 15px;
    height: 100%
}

.f-accommodation li.fGalleryItem .ItemfinnerGallery .fGalleryText h3 {
    margin-top: 15px;
    margin-bottom: 5px
}

.f-accommodation li.fGalleryItem .ItemfinnerGallery .fGalleryText h3 a {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--brand-color-theme-2)
}

.f-accommodation li.fGalleryItem .ItemfinnerGallery .fGalleryText div.f-links a {
    display: flex;
    justify-content: center;
    place-items: center;
    position: absolute;
    bottom: 47%;
    right: 2px;
    background-color: #fff;
    width: 45px;
    height: 45px
}

.f-accommodation li.fGalleryItem .ItemfinnerGallery .fGalleryText div.f-links a.website {
    right: 50px
}

.f-accommodation.other-team li.fGalleryItem:first-child .ItemfinnerGallery .fGalleryText div.f-links a:first-child {
    right: 2px
}

.f-accommodation li.fGalleryItem .ItemfinnerGallery .fGalleryText div.f-links a img {
    width: 25px
}

.f-accommodation li.fGalleryItem .ItemfinnerGallery .fGalleryText .item a.fButton {
    padding: 5px 17px;
    border-radius: unset;
}

.f-accommodation .fGalleryContainer h4 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--brand-color-theme-1);
    font-family: var(--brand-heading-font);
    text-align: center;
}


/* Accomodation Page end here */


/* registration Page Start here */

.f-registration thead {
    background-color: var(--brand-color-theme-1);
    color: white;
}

.f-details h4 {
    color: var(--brand-color-theme-1);
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.f-details .info-box {
    background: #e8f1ec75;
    padding: 25px;
}

.f-details .info-box ul li {
    margin: .5em 0 .5em 0px;
}


/* registration Page end here */

body.view-account-register #fMatter .fForm {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 2rem 1rem;
    width: 700px;
    max-width: 90%;
    margin: auto;
    margin-bottom: 2rem;
}


/*----------iconset----------*/

.iconset .fMenu {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.iconset .fMenu>li {
    list-style: none;
    margin: 1rem;
    padding: 1rem;
    background: #f5f5f5;
    transition: 0.5s all;
    position: relative;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    width: 25%;
}

.iconset .fMenu>li:hover {
    background: #fff;
    box-shadow: 0 0 1rem rgb(0 0 0 / 15%);
}

.iconset .fMenu>li>a {
    display: block;
    font-weight: bold;
    color: var(--brand-color-theme-2);
    border-radius: 5px;
    font-size: 1.2rem;
}

.iconset img {
    width: auto;
    max-width: 60px;
    display: block;
    margin-bottom: 0.5rem;
}

.menu-item-text .action:before {
    display: block;
    content: "";
    height: 1.04rem;
    width: 1.04rem;
    background: red;
    border-radius: 1rem;
    position: absolute;
    left: 10px;
    top: 19%;
    transform: translate(0, -50%);
    animation: blinking 2s infinite;
}

.iconset .fMenu ul {
    margin-top: 0.5rem;
}

.iconset .fMenu ul,
.iconset .fMenu ul li {
    list-style: square;
}

.iconset .fMenu ul a {
    font-weight: 500;
    color: var(--brand-color-theme-2);
}

.f-sarawak-video .f-module-title {
    display: none;
}


/*----------iconset----------*/


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

@media(min-width:991.9px) {
    .f-logo {
        width: auto;
    }
    .f-countdown {
        width: auto;
    }
    .path-home- .region-header>.row>.fModulesContainer {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media(min-width:1199.9px) {
    .committee-main .fGalleryItem:nth-child(1),
    .committee-main .fGalleryItem:nth-child(2),
    .committee-main .fGalleryItem:nth-child(3) {
        width: 27%;
    }
}

@media(max-width:1399.9px) {
    .f-countdown {
        width: unset;
    }
}

@media(max-width:1199.9px) {
    .f-banner-new .fGalleryText .item h2 {
        font-size: 3rem;
    }
    .f-banner-new .fGalleryText .item .adrs {
        width: 480px;
    }
}


/*md*/

@media (max-width: 991.9px) {
    header .fMenu li {
        display: block;
        border-top: 1px solid #ffffff57;
        position: relative;
    }
    .f-banner-new .fGalleryImage img {
        height: 250px!important;
    }
    .f-banner-new .bx-viewport {
        height: 250px!important;
    }
    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.has-submenu:hover:after {
        color: var(--brand-color-theme-1);
    }
    header .fMenu li:last-child {
        border-bottom: 1px solid #ffffff57;
    }
    header .fMenu li {
        padding: 10px !important;
        width: 100%;
        text-align: start;
    }
    header .navbar-toggle {
        top: 15px;
    }
    header .main-menu-slide ul.fMenu>li:hover {
        background: #fff;
        >a {
            color: var(--brand-color-theme-1) !important;
        }
    }
    .main-menu-slide .fMenu li.has-submenu ul {
        position: relative;
        width: 100%;
        height: auto;
        display: none;
        margin-top: 14px;
        top: 0;
        background: white;
        z-index: 99;
    }
    .main-menu-slide .fMenu li.has-submenu ul li {
        padding: 0 !important;
        border: 0;
    }
    .main-menu-slide .fMenu li.has-submenu:hover ul {
        height: auto;
    }
    header.active .main-menu-slide .fMenu li a {
        background-image: none;
        -webkit-text-fill-color: var(--brand-color-theme-3);
    }
    .main-menu-slide .f-module-content::after {
        display: none;
    }
    .main-menu-slide nav {
        background: var(--brand-color-theme-1);
    }
    .f-banner-new .fGalleryText .item .adrs {
        width: 385px;
    }
    .f-banner-new .fGalleryText .item h2 {
        font-size: 2.3rem;
    }
    .f-banner-new .fGalleryText .text>.container>p {
        font-size: 1.2rem;
    }
    .f-countdown>.container .f-module-content .col-count h4 {
        font-size: 1.2rem;
    }
    .f-sarawak .f-list-item:nth-child(2),
    .f-sarawak .f-list-item:nth-child(4) {
        padding-right: 0;
    }
    .title-start {
        .f-module-title h3 {
            text-align: center;
        }
        .f-module-title h3 span {
            text-align: center;
        }
        .f-module-title h3::after {
            left: 50%;
            transform: translateX(-50%);
        }
    }
    .f-sarawak-video {
        order: -1;
    }
    .f-sarawak .f-module-title {
        display: none;
    }
    .f-sarawak-video .f-module-title {
        display: block;
    }
}


/*sm*/

@media (max-width: 767.9px) {
    .main-menu-slide .collapse,
    .main-menu-slide nav {
        left: -80%;
    }
    .f-banner-new .fGalleryText .item h2 {
        font-size: 2rem;
    }
    .f-banner-new .fGalleryText .item .adrs {
        width: 330px;
    }
    .f-banner-new .fGalleryText .item .adrs {
        font-size: .9rem;
    }
    .f-banner-new .fGalleryText .item .dates h3 {
        font-size: 1.5rem;
    }
    .f-banner-new .fGalleryText .text p {
        font-size: 1.3rem;
    }
    .f-banner-new .fGalleryText .text>.container>p {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .f-sarawak .f-list-item:nth-child(1),
    .f-sarawak .f-list-item:nth-child(2),
    .f-sarawak .f-list-item:nth-child(3),
    .f-sarawak .f-list-item:nth-child(4) {
        padding-left: 0;
        padding-right: 0;
    }
}


/*xs*/

@media (max-width: 575px) {
    .main-menu-slide .collapse,
    .main-menu-slide nav {
        left: -100%;
    }
    .main-menu-slide .collapse,
    .main-menu-slide nav {
        width: 250px;
    }
    .f-banner-new .fGalleryText .text p {
        font-size: 1.1rem;
    }
    .f-banner-new .fGalleryText .item .dates h3 {
        font-size: 1.2rem;
    }
    .f-banner-new .fGalleryText .item h2 {
        font-size: 1.6rem;
    }
    .f-banner-new .fGalleryText .item {
        margin-left: -5px;
    }
    .f-accommodation .fGalleryImage img {
        height: 200px;
    }
    .f-sarawak-video iframe {
        min-height: 300px;
    }
}

@media (max-width: 500px) {
    header .f-logo .logo-div a {
        width: 90%;
    }
    .f-banner-new .fGalleryText .item .adrs {
        font-size: .75rem;
    }
    .f-banner-new .fGalleryText .item .adrs {
        width: 258px;
    }
    .f-banner-new .fGalleryText .text p {
        font-size: .8rem;
    }
    .f-banner-new .fGalleryText .item {
        margin-left: -15px;
    }
    .f-banner-new .fGalleryImage img {
        height: 200px!important;
    }
    .f-banner-new .bx-viewport {
        height: 200px!important;
    }
}