@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');
:root {
    --brand-color-theme-1: #c64647;
    --brand-color-theme-2: #001b32;
    --brand-color-theme-3: #00f1f0;
    --brand-color-theme-4: #005851;
    --brand-font-family-body: "Roboto", serif;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    font-size: 16px;
}

body {
    padding: 0;
    padding-top: 0 !important;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 1rem;
    line-height: 1.5;
    color: #222;
    font-family: var(--brand-font-family-body);
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1 {
    font-size: 2.25rem;
    font-weight: 600;
    margin: 1.25rem 0;
    line-height: 1.5;
}

h2 {
    font-size: 2rem;
    font-weight: 600;
    margin: 1.25rem 0;
    line-height: 1.5;
}

h3 {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.25;
    margin: 1.25rem 0;
}

h4 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.25;
    margin: 1.25rem 0;
}

h5 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    margin: 1rem 0;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.no-spacing {
    padding: 0 !important;
    margin: 0 !important;
}

.bg-none {
    background: transparent !important;
}

.container {
    min-width: 320px;
}

body.width-full #fContent>.container {
    width: 100%;
    padding: 0;
    min-width: 100%;
}

body.width-full #fMatter {
    padding: 0;
}

#f-messages {
    margin: 0;
    background-color: var(--brand-color-theme-1);
    position: fixed;
    top: 0rem;
    width: 100%!important;
    left: 0;
    color: white;
    z-index: 9999999;
}

#f-messages .item {
    background-color: var(--brand-color-theme-1);
}

@-webkit-keyframes fadeOutmessage {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        display: none;
    }
}

@keyframes fadeOutmessage {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        display: none;
    }
}

.fadeOutmessage {
    -webkit-animation-name: fadeOutmessage;
    animation-name: fadeOutmessage;
}

#fPageTitle {
    display: block;
}

#nav-up {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99999;
    font-size: 18px;
    background-color: var( --brand-color-theme-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: 6rem 0 5rem;
    background-size: cover;
    min-height: 182px;
    height: 100%;
    margin-bottom: 2rem;
    background-color: var(--brand-color-theme-2);
    display: grid;
    place-items: center;
}

body.title-off .fPageTitle {
    display: none;
}

.fModuleTitle h3 {
    color: var(--brand-color-theme-2);
    font-weight: 600;
    font-size: 2.5rem;
}

.title-center .fModuleTitle h3 {
    text-align: center!important;
}

ul.fGalleryImages.fGalleryList {
    position: relative;
    margin: 0px;
    list-style: none;
    padding: 0px;
}

ul.fGalleryImages.fGalleryList li.fGalleryItem {
    margin: 0px;
    list-style: none;
}

.ItemfinnerGallery {
    position: relative;
}


/* Responsive Homepage */

.fModuleEnd .fModuleTitle {
    padding-right: var(--bs-gutter-x, .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.f-logo-header {
    padding-left: 0;
    padding-right: 0;
}

header .fModule {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.region-header,
.region-headertop {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.region-header .fModule,
.region-headertop .fModule {
    display: flex;
    align-items: center;
    align-self: center;
}

.region-headertop .fModule {
    padding: 0;
}

header ul,
ul.fMenu,
header ul li,
ul.fMenu li {
    margin: 0px;
    list-style: none;
    padding: 0px;
}

.headertop ul li {
    display: inline-block;
    align-items: center;
    padding: 0 0.7em 0 0;
    position: relative;
}

.headertop ul li ul {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    display: none;
}

.headertop ul li ul li {
    border: none;
    display: block;
}

.Ftop-header-logo li.fGalleryItem {
    width: 42%;
}

.f-logo-header .fGalleryImage img {
    width: 130px;
    max-width: 100%;
}


/*** Footer ***/

footer#fFooter ul,
footer#fFooter ul li {
    margin: 0px;
    list-style: none;
    padding: 0px;
}


/*** Button ***/

a.fButton,
.fForm .buttons input,
.fbutton-btn a,
.fForm .buttons a {
    background-color: var(--brand-color-theme-1);
    display: inline-block;
    padding: 0.75rem 1.5rem;
    font-size: 16px;
    color: white;
    font-weight: 600;
    border-radius: 7px;
    border: 1px solid var(--brand-color-theme-1);
}

/* a.fButton:hover,
.fForm .buttons input:hover,
.fbutton-btn a:hover,
.fForm .buttons a:hover {
    background-color: var(--brand-color-theme-4);
} */

  /*** Button-2 ***/
a.fButton.fButton-2 .fForm .buttons input,
.fbutton-btn a,
.fForm .buttons a {
    background-color: var(--brand-color-theme-2);
    display: inline-block;
    padding: 0.75rem 1.5rem;
    font-size: 16px;
    color: white;
    font-weight: 600;
    border-radius: 7px;
    border: 1px solid var(--brand-color-theme-2);
}   
 
 /*** Button-3 ***/

  a.fButton.fButton-3 .fForm .buttons input,
  .fbutton-btn a,
  .fForm .buttons a {
    background-color: var(--brand-color-theme-3);
    display: inline-block;
    padding: 0.75rem 1.5rem;
    font-size: 16px;
    color: white;
    font-weight: 600;
    border-radius: 7px;
    border: 1px solid var(--brand-color-theme-3);
}
  /*** Button-4 ***/

    a.fButton.fButton-4 .fForm .buttons input,
  .fbutton-btn a,
  .fForm .buttons a{
    background-color: var(--brand-color-theme-4);
    display: inline-block;
    padding: 5px 2rem;
    color: white;
    font-weight: 600;
    border-radius: 500px;
    border: 1px solid var(--brand-color-theme-4);
}
/****--Form---****/

select {
    word-wrap: normal;
    padding: 0.3rem 10px;
}

.fForm label {
    float: left;
    text-align: left;
    font-size: 16px;
    width: 100%;
}

.fForm .buttons {
    padding: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.fForm .form-heading {
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 0;
    padding: 0 0 7px;
}

.fForm input,
.fForm select,
.fForm textarea,
.fForm .date {
    padding: 0.85rem 10px;
    width: 100%;
}

.fForm .hint {
    color: #333;
    margin: 11px 0;
}

.fForm .hint a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.fForm .hint a:hover {
    color: var(--brand-color-theme-1);
}

input.form-control,
textarea.form-control {
    display: inline-block;
    margin: 10px 0px;
}

.fForm .form-item-type-checkbox .checkbox label,
.fForm .form-item-type-radio .checkbox label,
.fForm .form-item-type-boolean label {
    display: flex;
    align-items: center;
}

.user-register-group table tr:nth-child(odd) {
    background: #ddd;
}

.listing-header-item-currency {
    width: fit-content;
    display: flex;
    border: 1px solid var(--brand-color-theme-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;
    }
}
/* Registration page start here */
.f-delegates .fModuleTitle h3 {
    text-align: center;
}
.f-delegates table tr td.heading {
    vertical-align: middle;
    padding: 0.25rem 0.75rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--brand-color-theme-2);
    width: 40%;
}

.f-delegates table tr:first-child td p {
    color: #fff;
}

.f-delegates table tr:first-child td p span {
   
    padding: 0.15rem 3rem;
   font-weight: 600;
    display: inline-block;
    margin-left: -1.5rem;
}
.f-delegates table td {
    padding: 0.25rem 0.75rem;}

    .f-delegates table tr:first-child td p{
        margin:0;
    }
    .f-delegates table thead:first-child {
        background: var(--brand-color-theme-2);
        color: white;
    }
      
    /* .f-delegates table tr td:last-child{
        width: auto;
    } */

    /* Registration page end here */

    
/*----------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 */


/* login page starts here */

body.view-login .fForm,
body.view-account-recover .fForm {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 2rem 1rem;
    width: 700px;
    max-width: 100%;
    margin: auto;
}

body.view-account-recover .fForm .form-item-type-fieldset {
    border: 0;
    padding: 0;
}

.fForm .error {
    margin: .5rem 0 0 0;
    font-size: .8rem;
}

.buttons {
    padding-left: 12px!important;
}

body.view-login .fForm .buttons,
body.view-account-recover .fForm .buttons {
    padding-left: 0!important;
}


/* login page ends here */


/* Programme Table */

tr.session-row-hidden {
    display: none!important;
}

.session-heading {
    text-align: center;
    margin-top: 1.5rem;
    color: #4d4f53;
    font-weight: bold;
    line-height: 1.3;
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--brand-color-theme-2);
}

.session-container {
    border-collapse: separate;
    border-spacing: 0 1rem;
}

body .session-container th {
    background: var(--brand-color-theme-2);
    color: #fff!important;
    font-weight: bold;
}

.session-container tr:last-child td {
    border-bottom: 0 none !important;
}

.session-container .session-details {
    vertical-align: top !important;
    position: relative;
}

.session-container td.session-details[colspan="2"] {
    text-align: center;
}

td.session-time,
th.session-time {
    padding: 1rem;
    width: 150px;
    min-width: 150px;
}

.session-time.session-time-show {
    font-size: 0.9rem;
}

td.session-time {
    border-right: 1px solid var(--brand-color-theme-2);
}

.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-title>a {
    text-decoration: underline;
}

.session-venue {
    width: fit-content;
    display: inline-block;
    margin-top: .2rem;
    color: var(--brand-color-theme-4);
    font-size: .85rem;
    padding: .2rem 0;
}

.session-venue::before {
    content: "\f3c5";
    font-family: "FontAwesome";
    margin-right: 5px;
}

.session-venue a {
    font-size: 0.8rem;
    color: #fff;
    display: inline-block;
    margin: 0;
    padding: 0;
    padding-left: 1rem;
}

.session-venue a::before {
    display: block;
    content: "";
    height: 1.1rem;
    width: 1.1rem;
    background: #fff;
    border-radius: 2rem;
    position: absolute;
    left: 6px;
    line-height: 1rem;
    top: 50%;
    transform: translate(0, -50%);
    animation: blinking 1.2s infinite;
}

.session-status-3 .session-venue,
.session-status-2 .session-venue {
    margin-top: 0.5rem;
    padding-left: 1.25rem;
    background: url('https://img.icons8.com/fluency-systems-regular/48/000000/marker--v1.png') left center no-repeat;
    background-size: 1rem;
    font-size: 0.8rem;
    opacity: 0.75;
}

span.live {
    color: #cc0000 !important;
}

.session-status-3 .session-venue,
.session-status-2 .session-venue {
    background-color: #cc0000;
    display: inline-block;
    position: relative;
    margin-top: 2rem;
}

.session-status-3>.session-title:before,
.session-status-2>.session-title:before {
    position: relative;
    content: "LIVE";
    color: #cc0000;
    font-size: 1rem;
    font-weight: bold;
    display: block;
    animation: blinking 1.2s infinite;
}

.no-user .session-status-3 .session-venue {
    display: none
}

.no-user .session-status-3>.session-title:before {
    display: none
}

.session-status-2 .session-venue,
.session-status-2>.session-title:before {
    display: none;
}

.session-mine.session-status-2>.session-title:before,
.session-mine.session-status-2.session-full:before {
    content: "PRESENTER TO JOIN SESSION";
    color: #FFA500;
    display: block;
    margin-bottom: 0.5rem;
}

.session-mine.session-status-2 .session-venue {
    display: inline-block;
}

.session-people-item {
    display: flex;
    flex-wrap: wrap;
}

.session-people-name {
    font-weight: 600;
    color: var(--brand-color-theme-2);
}

.session-people-role {
    display: inline-block;
    color: var(--brand-color-theme-2);
    text-decoration: underline;
    order: -1;
    padding-right: 5px;
}

@keyframes blinking {
    0% {
        opacity: 1;
    }
    70% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

body.com-event.view-session-view .session-full {
    border: 1px solid #dedede;
}

body.com-event.view-session-view .session-full .session-time {
    background-color: var(--brand-color-theme-1);
    text-align: start;
    padding: 10px 12px;
    color: white;
}

body.com-event.view-session-view .session-full .session-item {
    padding: 10px 12px;
    border-bottom: 1px solid #dedede;
}

body.com-event.view-session-view .session-full .session-item:last-child {
    border-bottom: 0;
}

body.com-user.view-view .f-content-item-teaser-image img,
body.view-session-person .f-content-image {
    height: 18rem;
    width: 18rem;
    margin: 1rem auto;
    display: block;
    img {
        border-radius: 100%;
        object-fit: cover;
        border: 5px solid #aaa;
    }
}

body.com-user.view-view #fMatter .f-user-container,
body.event-session-person-hasphoto #fMatter .event-session-person {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

body.com-user.view-view #fMatter .f-user-container .f-content-item-teaser-image,
body.event-session-person-hasphoto #fMatter .event-session-person .event-session-image {
    width: 250px;
    height: 250px;
}

body.com-user.view-view #fMatter .f-user-container .f-content-item-teaser-image img,
body.event-session-person-hasphoto #fMatter .event-session-person .event-session-image img {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 500px;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border: 4px solid var(--brand-color-theme-3);
    object-fit: cover;
}

body.com-user.view-view #fMatter .f-user-container .f-list-item-content,
body.event-session-person-hasphoto #fMatter .event-session-person .f-content-text {
    background-color: #f7f7f7;
    text-align: justify;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 2rem 1rem;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

body.com-user.view-view #fMatter .f-user-container .f-content-node.f-content-fields {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background-color: var(--brand-color-theme-2);
    color: white;
    padding: 2rem 1rem;
    border-radius: 15px;
}

body.com-user.view-view #fMatter .f-user-container .f-module-event-session,
body.event-session-person-hasphoto #fMatter .event-session-person .event-session-person-session {
    width: 100%;
}


/* programme nav start here */


.f-list-item-container .f-list-item-node.f-list-item-teaser-image 

.f-programme-menu {
    overflow: visible !important;
}

.f-programme-menu .fMenu {
    display: flex;
    justify-content: center;
    border-bottom: 3px solid var(--brand-color-theme-2);
    padding-bottom: 20px;
}

.f-programme-menu .fMenu li {
    padding: 0 1.5rem;
}


.f-programme-menu .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-color: var(--brand-color-theme-2);}



.f-programme-menu .fMenu li.selected a,
.f-programme-menu .fMenu li.selected a:hover {
    box-shadow: 0px 0px 10px 5px #999;
    background-color: var(--brand-color-theme-4);
}
/* porgramme nav end  here */


/* programme nav-2 start here */


.f-programme-menu-2{
    overflow: visible !important;
}

.f-programme-menu-2 .fMenu {
    display: flex;
    justify-content: center;
    border-bottom: 3px solid var(--brand-color-theme-2);
    padding-bottom: 20px;
}

.f-programme-menu-2 .fMenu li {
    padding: 0 1.5rem;
}

 .f-programme-menu-2 .fMenu li a {
    display: flex;
    justify-content: center;
    place-items: center;
    background-color: var(--brand-color-theme-2);
    color: #fff;
    border-radius: 500px;
    height: 60px;
    width: 60px;
    font-size: 1rem;
    font-weight: 500;
} 

.f-programme-menu-2 .fMenu li.selected a,
.f-programme-menu-2 .fMenu li.selected a:hover {
    box-shadow: 0px 0px 10px 5px #999;
    background-color: var(--brand-color-theme-4);
}


/* porgramme nav-2 end  here */


/*** Programme table end ***/





/*** Custom CSS ***/


/* registration starts here */

.f-registration-and-abstract .box {
    padding: 1rem;
    background-color: #f1f1f1;
    border-radius: 0.5rem;
    margin-bottom: 2rem;
}

.f-registration-and-abstract h4 {
    color: var(--brand-color-theme-2);
    font-size: 1.5rem;
    font-weight: 600;
    margin: 1rem 0;
}

.f-registration-and-abstract .box ul li {
    list-style: none;
    margin-left: 1.5rem;
}

.f-registration-and-abstract .box ul li::before {
    content: "\f0a9";
    font-family: "FontAwesome";
    margin-left: -1.5rem;
    margin-right: 0.5rem;
}


/* registration ends here */




/* Home page start here */


/* banner start here */

.f-banner .fGalleryImages #fModule--fGalleryItem-271199 {
    display: none;
}

/* banner end here */

.f-important-dates .ItemfinnerGallery .fGalleryImage img{
    width: 67px;
   object-fit: contain;
}
   .f-important-dates .ItemfinnerGallery .fGalleryText h3{
  font-size:17px;
  font-weight:500;
 text-align: center;
 margin-bottom: 0;
} 
 .f-important-dates .ItemfinnerGallery .fGalleryText p{
     margin-top: 6px;
     font-size: 14px;
}
 .f-important-dates .ItemfinnerGallery{
 text-align: center;
 border: 1px solid var(--brand-color-theme-2);
 padding: 10px;
 height: 222px;
 width: 100%;
padding-top: 1.75rem;
border-right: 0;
}

.f-important-dates  .fGalleryImages  li:last-child .ItemfinnerGallery {
    border-right: 1px solid var(--brand-color-theme-2);


}
.f-important-dates ul{
    padding: 0 !important;
}
.f-important-dates ul li{
    padding: 0;
}

.f-important-dates .ItemfinnerGallery:hover{
 background-color:var(--brand-color-theme-2);
 color: white;
}
.f-important-dates .ItemfinnerGallery:hover img{
    filter: brightness(0) invert();
}
.f-greeting .cpd-points img{
    width: 3rem;
    object-fit: contain;
}
.f-greeting .cpd-points img{
    filter: brightness(0) invert();}


.f-greeting .cpd-points{

    background: var(--brand-color-theme-2);
    padding: 0 1rem;
    width: fit-content;
    font-size: 1.3rem;
    display: flex;

}
.f-greeting .cpd-points p{
    font-size: 0.7em;
    font-weight: 500;
    color: #fff;
}
.f-greeting .cpd-points p span{
    color: var(--brand-color-theme-1);
    font-weight: 600;
    font-size:1.75rem; 
}
  .f-important-dates{

    align-content: center;
  }
 .f-greeting{
    align-content: center;
 }

/* home joine us start here */
 .f-join-us{
    background-image: url(https://storage.unitedwebnetwork.com/files/1269/8c93d57061581bce69726ae0a39b38b3.png);
    background-repeat: no-repeat;
    background-position: center;
 }
   
.f-join-us{
    text-align: center;
}
.f-join-us .date-and-venue{
    justify-content: center;
    padding-bottom: 2rem;
}

.f-join-us .date-and-venue .date{
    padding-right: 2rem;
    /* padding-left: 2rem; */
}
.f-join-us .date-and-venue .date span{
    font-size: 18px;
    font-weight: 600;}

    .f-join-us .date-and-venue .venue span{
    
    font-size: 18px;
    font-weight: 600;}

.f-countdown-new .row{
    justify-content: center;
}

.f-join-us{
    padding-bottom: 1.5rem !important;
}
  .f-join-us h2{
  color: var(--brand-color-theme-2);
  font-size: 30px;
  margin-bottom: 0;
}
.f-join-us h3{
color: #666;
font-size: 60px;
font-weight: 600;
margin-bottom: 0;

}
.f-countdown-new  .row .col-count {
padding-right: 2.5rem;
padding-left: 2.5rem;
margin-bottom: 0;}

.f-countdown-new  .row .col-count h4{
    font-size: 60px;
    font-weight: 600;
    color: var(--brand-color-theme-2);
    margin-bottom: 0;

}
.f-countdown-new  .row .col-count p{
    font-size: 20px;
    color: #666;
    margin-top: 0 !important;
}
.f-countdown-new {
    padding-bottom: 1rem !important;
}

/* home joine us End here */


/* Home Welcome massage start here */

/* .f-welcome-message{
    margin-bottom: -10px;
}
.f-welcome-message .f-module-content .f-media .f-media-image  img{
    width: 340px;
    object-fit: contain;
    position: absolute;
    top: -211px;
}
.f-welcome-message .f-module-content .row{

    display: flex;
    flex-wrap: wrap;
}
.f-welcome-message .f-module-content .row .f-media-image {
    width: 30%;
    order: 2;
    position: relative;
    height: 310px;
}

.f-welcome-message .f-module-content .row .f-media-text {
    width: 70%;
    text-align: justify;
}
.f-welcome-message .f-module-title h3{
    padding-left: 12px;
    margin-bottom: 0;
}
.f-welcome-message div .para-name:first-child{
    color:var(--brand-color-theme-2);
    font-size: 1.2rem;
    font-weight: 500;
}

  .f-massage-2 .f-module-content .row .f-media-text {
    width: 65%;}

    .f-massage-2 .f-module-content .row .f-media-image {
        width: 35%;
        order: 2;
        position: relative;
        height: 420px;
    }
    .f-massage-2 .f-module-content .f-media .f-media-image img {
        width:  430px;
        object-fit: contain;
        position: absolute;
        top: -125px;
    } */
    .f-welcome-massage.f-welcome-2 .f-media-image {
        width: 270px ;
        float: left ;
        padding-right: 20px t;
        padding-bottom: 0px;
    }
    
     .f-welcome-massage.f-welcome-2 .f-media-text {
        text-align: justify ;
    }


    .f-welcome-massage .f-media-image {
        width: 270px ;
        float: left ;
        padding-right: 20px ;
        padding-bottom: 0px;
    }
    
     .f-welcome-massage .f-media-text {
        text-align: justify ;
    }

    /* .f-welcome-massage .f-media-text .para-name:first-child{
        color:var(--brand-color-theme-2);
        font-size: 1.2rem;
        font-weight: 500;
        
    } */

    .f-welcome-massage.f-welcome-2 .f-media-text  .para-name:first-child{
        color:var(--brand-color-theme-2);
        font-weight: 600;
        
    }
    .f-welcome-massage .f-media-text  .para-name:first-child{
        color:var(--brand-color-theme-2);
        font-weight: 600;
        
    }
      
    /* .f-welcome-massage.f-welcome-2 .f-media-text  .para-name:nth-child(3){
        color:var(--brand-color-theme-2);
        font-size: 1.2rem;
        font-weight: 500;
        font-style: italic;
    } */


    .nav-menu-for-welcome li{list-style:none;}
  
    .nav-menu-for-welcome li>a
    {
    background-color:#001b32;
    color:white;
    padding: 5px;
    }
    .nav-menu-for-welcome ul
    {
        border-bottom:1px solid #dedede;
    }
    .nav-menu-for-welcome li>a.inactive
    {
    color:#001b32;
    background-color:transparent;
    }
    
   .nav-menu-for-welcome .nav-element .f-media-image-link img{border:1px solid #dedede;}

/* Home Welcome massage end here */



/* home Speakers Section start here */


.f-speakers-section .f-list .f-list-item-node{
    border: 1px solid #dedede;
    border-radius: 70px 0 0 0;
    overflow: hidden;
    background-color: white;

}

.f-speakers-section .f-list  .f-list-item-title a{
     font-size: 25px;
    font-weight: 600;
    color: white;
}
.f-speakers-section .f-list  .f-list-item-title{
    padding-top: 1rem;
} 
.f-speakers-section .f-list  .f-list-item-subtitle a{
    font-size: 18px;
    font-weight: 400;
    color:white;
}

.f-speakers-section .fModuleTitle h3 {
    color:white ;
    text-align: center;
    padding-bottom: 2rem;
}

.f-speakers-section {
    background-image: url(https://storage.unitedwebnetwork.com/files/1269/949a6a4e699b4bbf5d87f1c111db8d4c.jpg);
    background-repeat: repeat;
    background-position: center;
}

/* home Speakers Section start here */



/* header section */

.fHeader{
    position: sticky;
    top: 0;
    z-index: 99999999999999999;
    background: white;
}
.fHeader.active{
    box-shadow: 0 0 5px 0 #ddd;

}

/* header section */



/* Speaker full Page Start here */

.f-speakers-section.f-speaker-full-page {
    background-image: none !important;
}

.f-speakers-section.f-speaker-full-page  .fModuleTitle h3{
   color:var(--brand-color-theme-2);}

 .f-speakers-section.f-speaker-full-page  .f-list  .f-list-item-subtitle a{
    color:var(--brand-color-theme-1);}


 .f-speakers-section.f-speaker-full-page .f-list  .f-list-item-title a{
      color:var(--brand-color-theme-2);}

 .f-speakers-section.f-speaker-full-page .f-list .f-list-item-node{
     border: 1px solid var(--brand-color-theme-2);
     border-radius:  0;}

 /* Speaker full pageEnd here */



/* footer start here */


footer {
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 0;
    margin-top: 1rem;
    background: #fff;
    overflow: hidden;
    position: relative;
    margin: 0;
    background: #f0f0f0;
    padding-top: 15px;
    padding-bottom: 45px;
}

footer .region-footer .row {
    justify-content: center;
}

.f-footer-logo .fGalleryImage img {
    width: 150px;
    margin-bottom: 20px;
}

.f-footer-logo .fGalleryText p {
    font-size: 17px;
}

.f-footer-logo .fGalleryText .ul-social {
    display: flex;
    margin-top: 30px!important;
}

.f-footer-logo .fGalleryText .ul-social li a {
    display: flex;
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
    justify-content: center;
    place-items: center;
    color: var(--brand-color-theme-2);
    border: 1px solid var(--brand-color-theme-2);
    border-radius: 500px;
    margin-right: 10px;
    transition: all 0.5s ease;
}

.f-footer-logo .fGalleryText .ul-social li a:hover {
    background-color: var(--brand-color-theme-2);
    color: white;
}
 .f-footer-logo .fGalleryImages .ItemfinnerGallery {
    padding-top: 1rem;
 }

.f-copyright {
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: #f1ecf1;
   border-top: 1px solid var(--brand-color-theme-2); 
    width: 100%;
}

.f-copyright div.copy {
    text-align: center;
    padding: 10px;
    color: #000;
}


.f-footer-form .f-module-title h3 {
    font-size: 1.5rem;
    color: var(--brand-color-theme-2);
    letter-spacing: normal;
    text-align: start;
    line-height: 30px;
}

.f-footer-form form {
    display: flex;
    align-items: baseline;
    padding: 0 !important;
    box-shadow: none !important;
}
.f-footer-form .fForm .buttons{
    padding-left: 0 !important;
}

.f-footer-form form .form-item {
    width: 100%;
}

.f-footer-form form .form-item input {
    border-top-left-radius: 5px!important;
    border-bottom-left-radius: 5px!important;
}

.f-footer-form form .buttons input {
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: var(--brand-color-theme-2);
    border-color: var(--brand-color-theme-2);
    color: white;
    padding: 0.85rem 1.25rem;
}

.f-footer-form form .buttons input:hover {
    background-color: var(--brand-color-theme-2);
    border-color: var(--brand-color-theme-2);
    color: white;
}

.f-footer-contact ul li a{
    color: #333;
}
 .f-footer-contact .fModuleTitle h3 {
    font-size: 1.5rem;
    color: var(--brand-color-theme-2);
    letter-spacing: normal;
    text-align: start;
    line-height: 30px;
}

.f-footer-contact ul li{
    padding-bottom: 5px !important;
}
/* footer end here */


/* Hotel Accomodation start here */
.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:#001b32;
        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;
}

/* Hotel Accomodation End here */



/* Abstract start here */

.f-abstract .row .text {
    height: 100%;
    padding: 0.5rem 1.5rem;
    border-radius: 1rem;
    background: #f5f0f5;
     }
   .f-abstract .fModuleTitle h3 {
  color: var(--brand-color-theme-2);
  font-weight: 600;
  font-size: 2.5rem;
  letter-spacing: 0.5;
  text-align: center;
   }
     .f-abstract h4{
  font-size: 1.3rem;
  margin: 1.56rem 0 1.56rem;
  font-weight: 500;
  color: var(--brand-color-theme-2);}

  .f-abstract ul li {
    position: relative;
    padding-bottom: 5px;
    margin: 0;
}
 .f-abstract ul{
    list-style: none;
    padding: 0;
 }
.f-abstract ul li::before {
    content: "\f061";
    font-family: 'FontAwesome';
    padding: 0.2rem;
    margin-right: .5rem;
   background-color:var(--brand-color-theme-2); 
   color: white;
   border-radius: 15px;
}
      
     /* Abstract end here */




     .abstracts-list .f-list .f-list-item-container{
        border: 1px solid #ddd;
        padding: 0.5rem;
        margin-bottom: 1rem;
        background: #f5f5f5;
     }
     .abstracts-list .f-list .f-list-item-container  .f-list-column a{
        color: var(--brand-color-theme-2);
        font-size: 1.2rem;
        font-weight: 500;


     }

     

/***************************************************************************
                        RESPONSIVE MEDIA QUERY
****************************************************************************/


/*xl*/

@media(min-width:991.9px) {
    .main-menu .fMenu {
        display: flex;
        justify-content: end;
        align-items: center;
    }
    .main-menu .fMenu>li {
        padding: 0 10px;
    }
    .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: 7px 2rem;
        color: white;
        font-weight: 500;
        border: 1px solid var(--brand-color-theme-1);
        position: relative;
        transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
        border-radius: 500px;
        overflow: hidden;
        margin-bottom: 0;
        top: 4px;
    }
    .main-menu .fMenu li a {
        color: var(--brand-color-theme-2);
    }
    .main-menu .fMenu>li.has-submenu {
        position: relative;
    }
    .main-menu .fMenu>li.has-submenu ul {
        position: absolute;
        padding-top: 1.9rem;
        width: 200px;
        visibility: hidden;
        opacity: 0;
        transition: all .5s;
    }
    .main-menu .fMenu>li.has-submenu:hover ul {
        visibility: visible;
        opacity: 1;
    }
    .main-menu .fMenu>li.has-submenu ul>li {
        width: 100%;
    }
    .main-menu .fMenu>li.has-submenu ul>li>a {
        display: block;
        background-color: white;
        width: 100%;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        padding: 7px 12px;
        transition: all .5s;
        color: var(--brand-color-theme-2);
        &:hover {
            background-color: var(--brand-color-theme-2);
            color: white;
        }
    }
}

@media (max-width: 1399px) {
    html {
        font-size: 16px;
    }

.f-important-dates .ItemfinnerGallery {
    padding: 8px;
    height: 205px;
    padding-top: 1.5rem;
        
    }
 .f-important-dates .ItemfinnerGallery .fGalleryImage img {
        width: 62px;
        object-fit: contain;
    }
}


/*lg*/

@media (max-width: 1199px) {
    html {
        font-size: 16px;
    }
    .f-important-dates .ItemfinnerGallery {
    padding: 3px;
    height: 215px;
    padding-top: 1.5rem;
   
        
    }
    .f-important-dates .ItemfinnerGallery .fGalleryImage img {
        width: 60px;}
    .f-important-dates .ItemfinnerGallery .fGalleryText h3 {
     font-size: 15px;
      font-weight: 600;
    }
    .f-important-dates .ItemfinnerGallery .fGalleryText p {
        margin-top: 4px;
        font-size: 14px;
    }
}

@media(max-width: 991.9px) {
    html {
        font-size: 15px;
    }
    .row.w-100 {
        --bs-gutter-x: 0;
    }
    .fHeader .navbar-header {
        margin: 0;
    }
    .fHeader .navbar-header .row.row-0 {
        margin: 0 15px;
    }
    .navbar-header .navbar-toggler {
        display: block;
    }
    .navbar-collapse.collapse.show {
        display: block;
    }
    .region-header,
    .region-headertop {
        display: inline-block;
        width: 100%;
    }
    .region-header .fModule,
    .region-headertop .fModule {
        display: block;
    }
    .row.w-100 {
        --bs-gutter-x: 0;
    }
    /*** Programme ***/
    .session-container th {
        font-size: 0px;
    }
    .session-container th select {
        font-size: 1rem;
    }
    tr.session-row {
        border: 1px solid var(--brand-color-theme-1);
        margin-top: 1.5rem;
    }
    tr.session-row-hidden {
        border: 0 none;
        margin-top: 0;
    }
    .session-time-zone {
        display: inline-block;
        padding-left: 0.5rem;
    }
    .session-time-zone::before,
    .session-time-zone::after {
        position: relative;
        content: " ";
        display: inline;
    }
    .session-time-zone::before {
        content: "(";
    }
    .session-time-zone::after {
        content: ")";
    }
    tr.session-row,
    tr.session-row td,
    td.session-time {
        display: block;
        width: 100%;
        max-width: 100%;
    }
    tr.session-row td {
        border: 0px none;
    }
    th.session-time {
        width: 100%;
        max-width: 100%;
        display: block;
    }
    .session-time .session-time-date.is-different {
        margin-left: 0;
    }
    .session-container tr:hover td.session-time,
    table.fTable tr:nth-child(odd) td.session-time,
    table.fTable tr:nth-child(even) td.session-time {
        display: block;
        text-align: left;
        background: var(--brand-color-theme-1);
        color: #fff;
    }
    .session-container th:last-child {
        display: none;
    }
    .session-container {
        border: 0;
    }
    body .session-container th {
        display: none;
    }

    .f-important-dates .ItemfinnerGallery {
       border-bottom: 0;
    }

    .f-important-dates ul li.fGalleryItem:nth-child(2){
        border-right: 1px solid var(--brand-color-theme-2);
    }

    .f-important-dates ul li.fGalleryItem:nth-child(3){
        border-bottom: 1px solid var(--brand-color-theme-2);
    }
    .f-important-dates ul li.fGalleryItem:nth-child(4){
        border-bottom: 1px solid var(--brand-color-theme-2);
    }

    .f-important-dates .ItemfinnerGallery .fGalleryImage img {
        width: 68px;
    }
    .f-important-dates .ItemfinnerGallery .fGalleryText h3 {
        font-size: 20px;
    }
    .f-important-dates .ItemfinnerGallery .fGalleryText p {
        margin-top: 5px;
        font-size: 16px;
        }

  .main-menu {
 position: static !important;
}
    .main-menu nav{
    position: absolute;
    top: 72px;
    background: var(--brand-color-theme-2);
    width: 97%;
    left: 50%;
     transform: translateX(-50%);
     padding: 0;
 }
 
 .main-menu ul.fMenu>li>a{
    
  padding: 10px;
  display: block;
  width: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  color: white;
        }
        .main-menu ul.fMenu>li>a:hover{
            background-color: var(--brand-color-theme-1);
}
  .main-menu .fMenu>li.has-submenu {
    position: relative;
}
 .main-menu .fMenu>li.has-submenu>a::after {
    content: "\f107";
    position: absolute;
    right: -20px;
    top: 0px;
    color: white;
    font-family: "FontAwesome";
    padding-right: 40px;
    height: 41px;
    padding-top: 10px;
}
.main-menu nav .fMenu li ul{
background-color: var(--brand-color-theme-4);


}
    
.main-menu nav .fMenu li ul>li>a {
    padding: 10px;
    display: block;
    width: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    color:white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.363);
    
    }

 .main-menu ul.fMenu>li>ul>li>a:hover{
        background-color: var(--brand-color-theme-1);
} 

    .main-menu nav ul.fMenu>li>ul{
        display: none;
     } 
}

/*sm*/

@media (max-width: 767.9px) {
    html {
        font-size: 14px;
    }
    .f-banner .fGalleryImages #fModule--fGalleryItem-271199 {
        display: block;
    }

    .f-banner .fGalleryImages #fModule--fGalleryItem-271123{
        display: none;
    }
    .f-welcome-massage .f-media-image {
        width: 190px;
        
    }
    .f-welcome-massage .fModuleTitle h3{
    font-size: 2rem;
    }
    .f-welcome-massage.f-welcome-2 .f-media-image {
     width: 190px;
     font-size: 2rem;
        }

   .f-welcome-massage.f-welcome-2 .fModuleTitle h3{
   font-size: 2rem;
  }

  .f-countdown-new .row .col-count h4 {
    font-size: 48px;
  }
   .f-countdown-new .row .col-count p {
    font-size: 18px;
  }
  .f-important-dates ul li.fGalleryItem:nth-child(1){
    border-right: 1px solid var(--brand-color-theme-2);
}

.f-important-dates ul li.fGalleryItem:nth-child(3){
    border-right: 1px solid var(--brand-color-theme-2);
}
}
/*xs*/

@media (max-width: 575.9px) {
    html {
        font-size: 14px;
        
    }
    .f-welcome-massage .f-media-image {
    width: 160px;
    font-size: 1.75rem;
    }

.f-welcome-massage.f-welcome-2 .f-media-image {
     width: 160px;
     font-size: 1.75rem;
     }

.f-welcome-massage.f-welcome-2 .fModuleTitle h3{
     font-size: 1.75rem;
   }
.f-welcome-massage .fModuleTitle h3{
    font-size: 1.75rem;
 }
 .f-countdown-new .row .col-count p {
 font-size: 16px;
}
.f-countdown-new .row .col-count h4 {
    font-size: 38px;
  }
  .f-join-us h2 {
    font-size: 25px;
  }

}
