@import url("https://site-assets.fontawesome.com/releases/v6.2.1/css/all.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");
:root {
  /* --brand-color-blue:#002d7f;
    --brand-color-pink:#f112a2; */
  --brand-color-bluedip: #0b2648;
  --brand-color-Navy: #1f467c;
  --brand-color-blue2: #4c2d94;
  --brand-color-purple: #6c2f9a;
  --brand-color-Byzantium: #61325f;
  --brand-color-Violet: #922a50;
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    font-size: 16px;
}

body {
    line-height: 1.375;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 1rem;
    font-family: Arial, Helvetica, sans-serif;
}


/* Layout */
a {
    text-decoration: none !important;
    color: #000;
    font-size: 1rem;
}

a:hover {
    text-decoration: none;
}

h1 {
    font-size: 2.3rem;
    margin: 1.25rem 0 1.56rem;
    font-weight: 400;
}

h2 {
    font-size: 1.9rem;
    margin: 1.25rem 0 1.56rem;
    font-weight: 400;
}

h3 {
    font-size: 1.7rem;
    margin: 1.25rem 0 1.56rem;
    font-weight: 400;
    line-height: 140%;
}

h4 {
    font-size: 1.3rem;
    margin: 1.56rem 0 1.56rem;
    font-weight: 400;
    line-height: 140%;
}

p {
    margin-bottom: 15px;
    color: #666;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

body.width-full #fContent>.container {
    width: 100%;
    padding: 0;
    min-width: 100%;
}

body.width-full  {
    padding: 0;
}

body.title-off .fPageTitle {
    display: none;
}

ol, ul {
    margin: 0em 0 1rem;
    padding: 0 0 0 1em;
    color: #666;
}
#f-messages {
    margin: 0;
}

.spacing-no {
    padding: 0 !important;
    margin: 0 !important;
}

.bg-none {
    background: transparent !important;
}

/*Module*/
.fModule .fModuleTitle,
.fModule .fModuleContent {
    width: 100%;
}

.fModuleEnd .fModuleTitle,
.fModuleEnd .fModuleContent,
.fModuleBoxed {
    margin: 0 auto;
}

 .fModule,
#fSidebarRight .fModule,
#fContentPre .fModule,
#fContentPost .fModule {
    padding-top: 0rem;
    padding-bottom: 3rem;
    overflow: hidden;
    
}

.fRegion {
    display: inline-block;
    width: 100%;
}

#fPageTitle {
    display: block;
}

.container {
    min-width: 320px;
}
body.width-full #fContent > .container {
    width: 100%;
    padding: 0;
    min-width: 100%;
}
 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
body.width-full  {
    padding: 0;
}

.region-header .fModule{
    display:flex;
    align-items: center;
}
.fRegion.region-header{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


/*----------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 */
input.form-control,
textarea.form-control {
    display: inline-block;
    margin: 10px 0px;
}

/* Programme Table */
.session-heading {
    text-align: center;
    margin-top: 1.5rem;
    color: #4d4f53;
    font-weight:bold;
    line-height: 1.3;
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--brand-color-1);
}
.session-container {
    border-collapse: separate;
    border-spacing: 0 1rem;
    border: 1px solid #eaeaea;
}
body .session-container th {
    background: var(--brand-color-1);
    color: #fff;
    font-weight: bold;
}
.session-container td {
    border-bottom: 1px solid #f7ae3f;
}
.session-container tr:last-child td {
    border-bottom: 0 none !important;
}
.session-container .session-details {
    vertical-align: top !important;
    position: relative;
    border-right: 1px solid #dadada;
}
.session-container .session-details:last-child {
    border-right: 0 none;
}
.session-container  td.session-details[colspan="2"]{
    text-align: center;
}
td.session-time, th.session-time {
    padding: 1rem;
    width: 150px;
    min-width: 150px;
}
.session-time.session-time-show{
    font-size:0.9rem;
}
td.session-time {
    border-right: 1px solid #f7ae3f;
}
.session-time .session-time-start,
.session-time .session-time-end {
    display: inline-block;
    opacity: 1;
}
.session-time .session-time-start:after {
    display: inline-block;
    content: " - ";
    padding-left: 5px;
}
.session-time .session-time-zone {
    font-size: 0.9rem;
    color: #999;
}
.session-time .session-time-date {
    display: none;
}
.session-time .session-time-date.is-different {
    color: #fff;
    display: inline-block;
    background: #aaa;
    border-radius: 2rem;
    font-size: 0.8rem;
    padding: 0.25rem 1rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.session-container ul li {
    margin: .5em 0 .5em 20px !important;
    list-style:square;
}
.session-sub{
    padding-left:0;
    list-style:square;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.session-sub-title {
    font-weight: 600;
}
.session-sub .session-people {
    padding-top: 0;
    margin-top: 0;
}
.session-title.session-sub-title {
    font-weight: 600;
    font-size: 1rem;
    opacity: 0.75;
    display: inline;
}
.session-venue {
    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;
    width: fit-content;
}
.session-venue a{
    font-size: 0.8rem;
}
/* .session-venue a {
    color: #fff;
    display: inline-block;
    margin: 0;
    padding: 0;
    padding-left: 1rem;
}
.session-venue a:before {
    display: block;
    content: "";
    height: 1.1rem;
    width: 1.1rem;
    background: #fff;
    border-radius: 2rem;
    position: absolute;
    left: 6px;
    line-height: 1rem;
    top: 50%;
    transform: translate(0,-50%);
    animation: blinking 1.2s infinite;
}
.session-status-3 .session-venue,
.session-status-2 .session-venue {
    margin-top: 0.5rem;
    padding-left: 1.25rem;
    background: url('https://img.icons8.com/fluency-systems-regular/48/000000/marker--v1.png') left center no-repeat;
    background-size: 1rem;
    font-size: 0.8rem;
    opacity: 0.75;
} */
span.live {
    color: #cc0000 !important;
}
.session-status-3 .session-venue,
.session-status-2 .session-venue {
    background-color: #cc0000;
    display: inline-block;
    position:relative;
    margin-top:2rem;
}
.session-status-3 > .session-title:before,
.session-status-2 > .session-title:before {
    position: relative;
    content: "LIVE";
    color: #cc0000;
    font-size: 1rem;
    font-weight: bold;
    display: block;
    animation: blinking 1.2s infinite;
}
.no-user .session-status-3 .session-venue{
    display:none
}
.no-user .session-status-3 > .session-title:before{
    display:none
}
.session-status-2 .session-venue,
.session-status-2 > .session-title:before{
    display:none;
}
.session-mine.session-status-2 > .session-title:before,
.session-mine.session-status-2.session-full:before {
    content: "PRESENTER TO JOIN SESSION";
    color: #FFA500;
    display: block;
    margin-bottom:0.5rem;
}
.session-mine.session-status-2 .session-venue{
    display:inline-block;
}
@keyframes blinking {
    0%{
        opacity: 1;
    }
    70%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@media(max-width: 991.8px) {
    .session-container th {
        font-size: 0px;
    }
    .session-container th select {
        font-size: 1rem;
    }

    tr.session-row {
        border: 1px solid #333;
        margin-top: 1.5rem;
    }
    tr.session-row-hidden {
        border: 0 none;
        margin-top: 0;
    }
    .session-time-zone {
        display: inline-block;
        padding-left: 0.5rem;
    }
    .session-time-zone::before,
    .session-time-zone::after {
        position: relative;
        content: " ";
        display: inline;
    }
    .session-time-zone::before {
        content: "(";
    }
    .session-time-zone::after {
        content:")";
    }
    tr.session-row,
    tr.session-row td,
    td.session-time {
        display: block;
        width: 100%;
        max-width: 100%;
    }
    tr.session-row td {
        border: 0px none;
    }
    th.session-time {
        width: 100%;
        max-width: 100%;
        display: block;
    }
    .session-time .session-time-date.is-different {
        margin-left: 0;
    }
    .session-container tr:hover td.session-time,
    table.fTable tr:nth-child(odd) td.session-time,
    table.fTable tr:nth-child(even) td.session-time {
        display: block;
        text-align: left;
        background: #333;
        color: #fff;
    }
    .session-container th:last-child {
        display: none;
    }
}

/* Toggle Menu */
/* .navbar-toggle {
    display: block !important;
    padding: 9px 10px;
    background: var(--brand-color-1);
    position: relative;
    width: fit-content;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: var(--brand-color-1-text);
}
.navbar-toggle .icon-bar:not(:first-child){
    margin-top:4px;
}
.navbar-toggle-container{
    height:100%;
    text-align: -webkit-right;
}
.collapse:not(.show){
    opacity:0;
    transition: 0.3s ease-in-out;
}
nav.collapse.show {
    display: block !important;
    position: fixed;
    left:0;
    right:0;
    z-index:99;
    height: 100%;
    margin-left: 30px;
    transition: 0.3s ease-in-out;
    transition: right 0.5s cubic-bezier(0.4,0,0.2,1);
}

nav.collapse.show > ul > li > ul{
    position:relative;
    width: 100%;
    display: block;
    opacity: 1;
    visibility: visible;
}
nav.collapse.show > ul.fMenu > li > ul li{
    margin: 0;
    text-align: right;
}
nav.collapse.show > ul > li > ul:before,
nav.collapse.show > ul > li > ul:after{
    right: 1rem;
    left: unset;
}
nav.collapse.show > ul > li > ul:before{
    right: 1.5rem;
}
 */

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

header ul,ul.fMenu, header ul li,ul.fMenu li {
    margin: 0px;
    list-style: none;
    padding: 0px;
}


ul.fGalleryImages.fGalleryList {
    position: relative;
    margin: 0px;
    list-style: none;
    padding: 0px;
}


ul.fGalleryImages.fGalleryList li.fGalleryItem {
    margin: 0px;
    list-style: none;
}

/***----***/
.collapse.show {
    display: block !important;
}
.collapse.in {
    display: block !important;
}

.navbar-toggle.collapsed .icon-bar:nth-child(1),
.navbar-toggle.collapsed .icon-bar:nth-child(2) {
    transform: none;
    /* margin: 0;
    margin: 0; */
}

header .navbar-toggle .icon-bar {

    height: 3px;
    width: 26px;
    background: #fff;
}

.navbar-toggle .icon-bar:nth-child(3) {
    opacity: 0;
}

/* .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
} */
.navbar-toggle .icon-bar:nth-child(2) {
    transform: rotate(-45deg);
    margin-top: -2px;
    margin-bottom: 4px;
}

.navbar-toggle .icon-bar:nth-child(1) {
    transform: rotate(45deg);

}

.navbar-toggle.collapsed .icon-bar:nth-child(1) {
    margin-top: -7px;
}

.navbar-toggle.collapsed .icon-bar:nth-child(3) {
    opacity: 1;
}

.navbar-toggle.collapsed .icon-bar:nth-child(2) {
    margin-top:7px;
}

.navbar-toggle-container .navbar-toggle {
    z-index: 9999;
}

.region-header,
.region-headertop {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.region-header .fModule,
.region-headertop .fModule {
    display: flex;
    align-items: center;
}

.region-headertop .fModule {
    padding: 0;
}

.headertop ul li {
    display: inline-block;
    align-items: center;
    padding: 0 0.7em 0 0;
    position: relative;
}

.header .menu-horizontal {
    background: #fc031700;
    transition: .5s all;
}

.menu-horizontal.set {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.headertop ul li ul {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    display: none;
}

.headertop ul li ul li {
    border: none;
    display: block;
}

header .fModule {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}


nav {
    height: 100%;
}

.menu-horizontal nav ul.fMenu {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}

.menu-horizontal nav>ul>li {
    display: flex;
    align-items: stretch;
    position: relative;
}

.menu-horizontal nav a {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    padding: 0.2rem 1.5rem;
    text-transform: uppercase;
    letter-spacing: normal;
    transition: 0.3s all;
}

.menu-hover-1 .fMenu>li>a {
    position: relative;
}

.menu-hover-1 .fMenu>li {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
}

.menu-horizontal nav>ul>li>ul {
    position: absolute;
    top: 100%;
    width: 250px;
    display: none;
}

.menu-horizontal nav>ul>li>ul li a {
    color: #fff;
    font-size: 0.8rem;
    padding: 13px;
    background: #f2176b;
    border-bottom: 1px solid #ffffff45;
}

header.set .menu-horizontal nav a {
    color: #000;
}


.menu-horizontal nav>ul>li>ul li a:hover {
    color: #fff;
    background: #1173ba;
}


.fMenu li:hover>ul.sub {
    visibility: visible;
    opacity: 1;
    top: 0;
    transition: all 0.4s ease-in-out;
    display: block;
    transform: perspective(600px) scale(1);
    top: 2rem;
    padding-top: 1rem;
}

.fMenu li:hover>ul.sub {
    top: unset;
    padding-top: 39px;
    /* position: relative; */
}

.menu-horizontal nav>ul>li>ul li a {
    color: #1173ba;
    font-size: 0.8rem;
    padding: 10px 10px;
    background: #ffffff;
    text-transform: capitalize;
    transition: all 0.3s ease 0.1s;
    box-shadow: 0px 0px 20px #00000008;

}


.navbar-header .navbar-toggler {
    display: none;
}


@media (max-width: 920px) {

    .row.w-100
    {
        --bs-gutter-x: 0;
    }

    .navbar-header .navbar-toggler {
        display: block;
    }

    .navbar-collapse.collapse.show {
        display: block;
    }

    header.header .menu-horizontal nav {
        position: fixed;
        float: right;
        padding: 29px 1px;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        background-color: rgba(0, 0, 0, 0);
        background-image: none;
        border: 1px solid transparent;
        width: 100%;
        left: 0;
        z-index: 9;
        top: 5rem;

    }

    header.header .menu-horizontal ul li {
        float: none;
        display: block;
    }

    header.header .menu-horizontal ul li a {
        color: #fff;
        background-color: #000;
    }

    .header .menu-horizontal ul li,
    .header.set .menu-horizontal ul li {
        float: none;
        padding: 20px 0;
    }

    .header .menu-horizontal ul li a,
    .header.set .menu-horizontal ul li a {
        color: #fff;
    }

    header .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        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;
    }

    .header .menu-horizontal {
        padding: 0;
    }

    .region-header,
    .region-headertop {
        display: inline-block;
        width: 100%;
    }

    .region-header .fModule,
    .region-headertop .fModule {
        display: block;
    }

    .header .navbar-header {
        margin: 0;
    }

    .header .navbar-header .row.row-0 {
        margin: 0 15px;
    }

    header .navbar-toggle .icon-bar {
        background: #1173ba;
        height: 3px;
        width: 26px;
        position: absolute;
        right: 0;
    }


    .menu-horizontal nav ul.fMenu {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: center;
        flex-direction: column;
    }

    header.header .menu-horizontal ul li {
        float: none;
        display: block;
        width: 100%;
        text-align: left;
        padding: 0px 0;
        border-top: 0px solid white;
        margin: 0;
    }

    header.header .menu-horizontal nav>ul>li>a {
        color: #1874bb;
        background: #fff ;
        margin: 0;
        padding: 11px 8px !important;
        border-bottom: 1px solid #000;
        font-size: 14px;
        position: relative;
    }

    header.header .menu-horizontal nav>ul>li>a:first-child
    {
        border-top: 1px solid #000;
    }

    header.header .menu-horizontal nav>ul>li>a
    {
        color: #fff;
        background-color: #000;
    }

    .header-middle-container-row ul li a::before {
        content: '';
        height: 1px;
        width: 0;
        -webkit-transition: all .3s linear 0ms;
        -khtml-transition: all .3s linear 0ms;
        -moz-transition: all .3s linear 0ms;
        -ms-transition: all .3s linear 0ms;
        -o-transition: all .3s linear 0ms;
        transition: all .3s linear 0ms;
        position: absolute;
        bottom: 0;
        left: 0;
        background: var(--brand-color-blue);
    }

    .menu-hover-1 .fMenu>li>a:hover::before {
        width: 100%;
    }

    .menu-horizontal nav>ul>li>ul.sub {
        padding-top: 0;
        position: sticky;
        float: l;
        float: left;
        width: 100%;
        background: #f9b90d ;
        padding-left: 6px;
        padding-bottom: 0;
    }

    .menu-horizontal nav>ul>li>ul li a {
        background: #ffffff ;
        margin-left: 0px;
    }
    header.header .menu-horizontal nav>ul>li>a:hover
    {
        color: #fff;
    }

    .menu-horizontal nav>ul>li>ul li a:first-child {
        border-top: 1px solid #00000005;
        border-bottom: solid 1px #eeeeee03;
    }

    .navbar-toggle .icon-bar:nth-child(1) {
        margin-top: 0;
    }

    .navbar-toggle .icon-bar:nth-child(2) {
        margin-top: 0;
    }

    header.header .menu-horizontal nav>ul>li>ul {

        position: relative;
        padding-top: 0;
    }


    .menu-horizontal nav>ul>li>ul li a:hover
    {
        background-color: #fff;
        color: #000;
    }




}

@media only screen and (min-width:  786px) and (max-width: 1023px) and (orientation: landscape)  {

    .navbar-header .navbar-toggler {
        display: block;
    }

    .navbar-collapse.collapse.show {
        display: block;
    }

    header.header .menu-horizontal nav {
        position: fixed;
        float: right;
        padding: 29px 1px;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        background-color: rgba(0, 0, 0, 0);
        background-image: none;
        border: 1px solid transparent;
        width: 100%;
        left: 0;
        z-index: 9;
        top: 5rem;

    }

    header.header .menu-horizontal ul li {
        float: none;
        display: block;
    }

    header.header .menu-horizontal ul li a {
        color: #fff;
        background-color: #000;
    }

    .header .menu-horizontal ul li,
    .header.set .menu-horizontal ul li {
        float: none;
        padding: 20px 0;
    }

    .header .menu-horizontal ul li a,
    .header.set .menu-horizontal ul li a {
        color: #fff;
    }

    header .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        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;
    }

    .header .menu-horizontal {
        padding: 0;
    }

    .region-header,
    .region-headertop {
        display: inline-block;
        width: 100%;
    }

    .region-header .fModule,
    .region-headertop .fModule {
        display: block;
    }

    .header .navbar-header {
        margin: 0;
    }

    .header .navbar-header .row.row-0 {
        margin: 0 15px;
    }

    header .navbar-toggle .icon-bar {
        background: #1173ba;
        height: 3px;
        width: 26px;
        position: absolute;
        right: 0;
    }


    .menu-horizontal nav ul.fMenu {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: center;
        flex-direction: column;
    }

    header.header .menu-horizontal ul li {
        float: none;
        display: block;
        width: 100%;
        text-align: left;
        padding: 0px 0;
        border-top: 0px solid white;
        margin: 0;
    }

    header.header .menu-horizontal nav>ul>li>a {
        color: #1874bb;
        background: #fff ;
        margin: 0;
        padding: 11px 8px !important;
        border-bottom: 1px solid #000;
        font-size: 14px;
        position: relative;
    }

    header.header .menu-horizontal nav>ul>li>a:hover
    {
        color: #fff;
    }


    header.header .menu-horizontal nav>ul>li>a:first-child
    {
        border-top: 1px solid #000;
    }

    header.header .menu-horizontal nav>ul>li>a
    {
        color: #fff;
        background-color: #000;
    }

    .header-middle-container-row ul li a::before {
        content: '';
        height: 1px;
        width: 0;
        -webkit-transition: all .3s linear 0ms;
        -khtml-transition: all .3s linear 0ms;
        -moz-transition: all .3s linear 0ms;
        -ms-transition: all .3s linear 0ms;
        -o-transition: all .3s linear 0ms;
        transition: all .3s linear 0ms;
        position: absolute;
        bottom: 0;
        left: 0;
        background: var(--brand-color-blue);
    }

    .menu-hover-1 .fMenu>li>a:hover::before {
        width: 100%;
    }

    .menu-horizontal nav>ul>li>ul.sub {
        padding-top: 0;
        position: sticky;
        float: l;
        float: left;
        width: 100%;
        background: #f9b90d ;
        padding-left: 6px;
        padding-bottom: 0;
    }

    .menu-horizontal nav>ul>li>ul li a {
        background: #ffffff ;
        margin-left: 0px;
    }

    .menu-horizontal nav>ul>li>ul li a:first-child {
        border-top: 1px solid #00000005;
        border-bottom: solid 1px #eeeeee03;
    }

    .navbar-toggle .icon-bar:nth-child(1) {
        margin-top: 0;
    }

    .navbar-toggle .icon-bar:nth-child(2) {
        margin-top: 0;
    }

    header.header .menu-horizontal nav>ul>li>ul {

        position: relative;
        padding-top: 0;
    }
    .row.w-100
    {
        --bs-gutter-x: 0;
    }


    .menu-horizontal nav>ul>li>ul li a:hover
    {
        background-color: #fff;
        color: var(--brand-color-blue2);
    }
}
#nav-up {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99999;
  font-size: 18px;
  background-color: var(--brand-color-bluedip);
  color: white;
  cursor: pointer;
  width: 48px;
  outline: none;
  border-width: 1px;
  border-style: solid;
  border-color: var(--brand-color-bluedip);
  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-bluedip);
}
body {
  font-family: "Poppins", sans-serif;
  padding-top: 0 !important;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
p {
  font-family: "Poppins", sans-serif;
  color: #444444;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
span {
  font-family: "Poppins", sans-serif;
}
a {
  font-family: "Poppins", sans-serif;
}
img {
  width: 100%;
}
footer#fFooter ul,
footer#fFooter ul li {
  margin: 0px;
  list-style: none;
  padding: 0px;
}
.fForm .buttons input,
.fbutton-btn a,
.fForm .buttons a,
.f-table td a.fButton {
  padding: 14px 40px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  text-align: center;
  background-color: var(--brand-color-bluedip);
  border: 1px solid var(--brand-color-bluedip);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0.375rem;
  font-family: "Poppins", sans-serif;
}
.fForm .buttons input:hover,
.fbutton-btn a:hover,
.f-table td a.fButton:hover {
  background: #fff;
  color: var(--brand-color-bluedip);
}


.f-table td a.fButton
{
  color:#fff !important;
}


.f-table td a.fButton:hover
{
  color:var(--brand-color-bluedip)!important;
}

.f-table td a.fButton+a.fButton
{
  margin-left: 1rem;
  color:var(--brand-color-bluedip)!important;
  background: #fff;
}
.f-table td a.fButton+a.fButton:hover
{
  color: #fff!important;
  background:var(--brand-color-bluedip);
}

a.fButton-1:hover {
  background-color: #fff;
  color: var(--brand-color-Violet);
}
a.fButton-1 {
  background: var(--brand-color-Violet);
  border: 1px solid var(--brand-color-Violet);
}
a.fButton {
  border: 2px solid #00269100;
  background: #00269100;
  color: #fff;
  /* width: 400px; */
  /* height: 64px; */
  /* float: left; */
  position: relative;
  white-space: nowrap;
  padding: 0;
  font-family: "Poppins", sans-serif;
  margin: 1px 0;
}
a.fButton:hover {
  border: 2px solid #00269100;
  background: #00269100;
  color: #fff;
}
a.fButton .circle {
  width: 64px;
  height: 64px;
  display: block;
  position: absolute;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  background: var(--brand-color-Violet);
  border-radius: 64px;
}
a.fButton:hover .circle {
  width: 100%;
}
a.fButton .circle span.icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 18px;
  width: 18px;
  height: 2px;
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
a.fButton:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
a.fButton .circle .icon.arrow::before {
  content: "";
  position: absolute;
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
a.fButton span.button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: 74px;
  margin-right: 30px;
  color: var(--brand-color-Violet);
  font-weight: 600;
  line-height: 64px;
  text-align: center;
  font-size: 15px;
}
a.fButton:hover .button-text {
  color: #fff;
}

.ItemfinnerGallery {
  position: relative;
}
.fModuleTitle h3 {
  color: var(--brand-color-bluedip);
  /* text-transform: uppercase; */
  letter-spacing: 2.5px;
  text-align: center;
  font-size: 35px;
}
.fModuleTitle h3 span,
.fInformationtext h2 span {
  color: var(--brand-color-Violet);
}
.fPageTitle {
  position: relative;
  color: #fff;
  text-align: left;
  padding: 7rem 0 5rem;
  background-size: cover;
  min-height: 182px;
  height: 100%;
  margin-bottom: 30px;
  background-image: url("https://storage.unitedwebnetwork.com/files/1048/ba0623f6a92ad0131608c0f964b6c656.png");
  display: grid;
  place-items: center;
  margin-bottom: 3rem;
  padding-top: calc(18% - 96px);
}
.fPageTitle span.text-4xl {
  display: block;
  font-size: 1.4rem;
  margin-top: 1rem;
}
.fPageTitle span.text-4xl span {
}
.fPageTitle h1 {
  font-size: 3rem;
}


/****--Form---****/
select {
  word-wrap: normal;
  padding: 0.3rem 10px;
}
.fForm label {
  float: left;
  text-align: left;
  font-size: 16px;
  width: 100%;
  font-family: "Poppins", sans-serif;
}
.fForm .buttons {
  padding: 0;
}
.fForm .form-heading {
  font-weight: 600;
  margin-top: 0;
  padding: 0 0 7px;
}
/* .fForm .buttons input:hover {
    background-color: #fff;
    color: var(--brand-color-bluedip);
} */

.fForm input,
.fForm select,
.fForm textarea {
  padding: 0.85rem 10px;
  width: 100%;
}
.fForm .buttons a {
  background: #fff;
  color: var(--brand-color-bluedip);
}
.fForm .buttons a:hover {
  background-color: var(--brand-color-bluedip);
  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-bluedip);
}
span.sub-title {
  color: #000;
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 1px;
  text-shadow: none !important;
}
/* Header */
header .fModule.fLogo {
  padding-left: 0;
  padding-right: 0;
}
header ul,
header ul li {
  margin: 0px;
  list-style: none;
  padding: 0px;
}
.header .menu-horizontal {
  padding-right: 0%;
}
header.header.active {
  box-shadow: 0px 0px 10px #00000040;
  position: fixed;
  transition: 0.3s ease-in-out;
  background: var(--brand-color-bluedip);
}
header.header {
  position: absolute;
  width: 100%;
  display: block;
  z-index: 9999;
  background: #ffffff00;
  transition: 0.3s ease-in-out;
  /* border-bottom: 1px solid var(--brand-color-bluedip); */
  padding: 9px 0;
}
.Ftop-header-logo li.fGalleryItem {
  width: 42%;
}
.header .menu-horizontal {
  background: transparent !important;
  justify-content: right;
}
.menu-hover-1 .fMenu > li > a {
  font-size: 18px;
  font-weight: 600;
  margin-left: 13px;
  position: relative !important;
  padding: 0 !important;
  text-transform: none;
  color: #fff;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 400;
  /* text-transform: uppercase; */
  line-height: 1.2em;
  letter-spacing: 1.4px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
.menu-hover-1 ul li a::before {
  content: "";
  height: 1px;
  width: 0;
  -webkit-transition: all 0.3s linear 0ms;
  -khtml-transition: all 0.3s linear 0ms;
  -moz-transition: all 0.3s linear 0ms;
  -ms-transition: all 0.3s linear 0ms;
  -o-transition: all 0.3s linear 0ms;
  transition: all 0.3s linear 0ms;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
}
.menu-horizontal nav ul.fMenu {
  justify-content: right;
}
.fMenu li:hover > ul.sub {
  padding-top: 45px;
}
.menu-horizontal nav > ul > li > ul li a {
  color: var(--brand-color-bluedip);
  border-bottom: 1px solid var(--brand-color-bluedip);
}
.menu-horizontal nav > ul > li > ul li a:hover {
  background-color: #000;
  color: #fff;
}
.menu-hover-1 ul li a:hover::before {
  width: 100%;
}
/****----****/

.fhomeBanner a.fGalleryImage:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #0000007a;
  height: 100%;
  width: 100%;
  /* background-image: url(https://storage.unitedwebnetwork.com/files/869/7dc9501….png); */
  background: #000445;
  opacity: 0.8;
}
/* .fhomeBanner a.fGalleryImage::after {
 content: "";
 position: absolute;
    left: 0;
    right: 0;
 top: 0;
 bottom: 0;
 height: 100%;
 width: 40%;
 background-image: url(https://storage.unitedwebnetwork.com/files/1048/a2956350d635a1d6dad68515f9c2a333.png);
 background-repeat: no-repeat;
} */
.fhomeBanner a.fGalleryImage {
  position: relative;
  display: block;
}
.fhomeBanner .fGalleryText {
  position: absolute;
  top: 55%;
  left: 47%;
  margin-top: 0;
  z-index: 99;
  transform: translate(-50%, -50%);
  width: 70%;
}
.fhomeBanner span.sub-title {
  color: white;
}
.fhomeBanner .fGalleryText h1 {
  font-size: 4rem;
  width: 73%;
  color: white;
  font-weight: 700;
}
.fhomeBanner .fGalleryText span.jet-headline__part.jet-headline__second {
  color: white;
}
.fhomeBanner .fGalleryText p {
  color: white;
  margin-bottom: 2rem;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.67em;
}
.fhomeBanner a.fButton span.button-text {
  color: white;
}
.fhomeBanner .fGalleryText .fsamll {
  width: 1000%;
  display: block;
}
.fhomeBanner a.fButton:hover .circle {
  width: 131%;
}
.fhomeBanner ul,
.fhomeBanner ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fhomeBanner .fGalleryText ul li {
  color: #fff;
  margin-bottom: 8px;
  font-size: 1.5rem;
  line-height: 2rem;
}
.fhomeBanner .fGalleryText ul li i {
  color: white;
}
.fhomeBanner .fGalleryText ul li span {
  margin-left: 8px;
  display: inline-flex;
}
.fhomeBanner .fGalleryText a.fButton {
  margin: 1rem 0;
}
/********---------------*****/
.fMessage-tag-container .row {
  align-items: center;
}
.fMessage-tag-container {
  position: relative;
}
.fMessage-tag-container::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: unset;
  bottom: 0;
  height: 505px;
  width: 40%;
  background-image: url(https://storage.unitedwebnetwork.com/files/1048/d8d6967653f4e2f9d82ebb6880b8ff29.png);
  background-repeat: no-repeat;
  opacity: 0.2;
}
.fMessage-tagtext .fModuleTitle h3,
.fInformationtext h2 {
  text-align: left;
  font-size: 50px;
  margin-top: 0;
}
 .fMessage-tagimg {
  padding-right: 0rem;
}
.fMessage-tagimg img {
  width: 22%;
  object-fit: cover;
  float: left;
  box-shadow: -11px 12px 14px 3px rgb(0 0 0 / 13%);
  border-radius: 10px;
  transform: translate(-16px, 0px);
}
.fmoreButtonbox a:first-child {
  margin-right: 2rem;
}
.fmoreButtonbox {
  margin-top: 2rem;
}
/***----****/

 .fourpresent-box {
  position: relative;
  padding: 3rem 0 4rem;
  margin-bottom: 2rem;
}
.fourpresent-box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-image: url(https://storage.unitedwebnetwork.com/files/1048/7205991544a2d5ec921a87c90bfe2756.png);
  background-repeat: no-repeat;
  z-index: -1;
}
.fourpresent-box .ItemfinnerGallery {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 30px;
  padding-right: 30px;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -4px rgb(0 0 0 / 10%);
  background: #fff;
  display: flex;
  align-items: center;
  border-radius: 10px;
}
.fourpresent-box a.fGalleryImage {
  width: 7rem;
  display: block;
}
.fourpresent-box .fGalleryText {
  width: 100%;
  border-left: 1px solid var(--brand-color-bluedip);
  padding-left: 23px;
  margin-left: 23px;
  display: flex;
  flex-direction: column-reverse;
}
.fourpresent-box .fGalleryText h3,
.fourpresent-box .fGalleryText a {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: rgb(34 34 34);
  font-weight: 500;
}
.fourpresent-box h4 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 43px;
  color: var(--brand-color-Violet);
}
/****-----****/
.fschedule-infoEven-container {
  margin-top: 3rem;
  padding: 100px 0px 168px 0px;
  overflow: visible;
}
.fts-schedule-info a.fGalleryImage {
  display: none;
}
.fts-schedule-info .fGalleryText a {
  height: 245px;
  width: 245px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  background-image: -o-linear-gradient(
    -45deg,
    #0b2648 0%,
    #4c2d94 49%,
    #1f467c 100%
  );
  background-image: linear-gradient(
    -45deg,
    #0b2648 0%,
    #4c2d94 49%,
    #1f467c 100%
  );
  background-image: -ms-linear-gradient(
    -45deg,
    #0b2648 0%,
    #4c2d94 49%,
    #1f467c 100%
  );
  opacity: 0.502;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  color: #ffffff;
  padding: 100px 0;
}
.fts-schedule-info li.fGalleryItem:nth-child(1) .fGalleryText a {
  top: 140px;
}
.fts-schedule-info li.fGalleryItem:nth-child(2) .fGalleryText a {
  left: 143px;
  top: -15px;
}
.fts-schedule-info li.fGalleryItem:nth-child(3) .fGalleryText a {
  top: 100px;
  left: auto;
  right: 0;
}
.fts-schedule-info .fGalleryText a.active {
  -webkit-box-shadow: 0px 20px 30px 0px rgb(0 0 0 / 12%);
  box-shadow: 0px 20px 30px 0px rgb(0 0 0 / 12%);
  opacity: 1;
  z-index: 2;
}
 .fts-schedule-info {
  overflow: unset;
  padding-right: 6rem;
  padding-left: 6rem;
}
.fts-schedule-info ul li a.active h3,
.fts-schedule-info ul li a.active span {
  opacity: 1;
}
.fts-schedule-info ul li a h3 {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  opacity: 0.5;
  text-align: center;
  margin-bottom: 3px;
  margin-top: 0;
}
.fts-schedule-info ul li a span {
  text-transform: uppercase;
  text-align: center;
  display: block;
}
/****-----*****/

/*---------programme-----------*/
.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-bluedip);
}
.fprogrammenav nav .fMenu {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
  border-bottom: 3px solid var(--brand-color-bluedip);
  text-align: center;
  justify-content: center;
  margin: 0;
  align-items: stretch;
}
.fprogrammenav nav .fMenu li {
  margin: 0px 5px 0 5px !important;
  display: inline-block;
}
.fprogrammenav li.selected a {
  color: #fff;
  background: var(--brand-color-bluedip);
}
.fprogrammenav nav a {
  padding: 1rem;
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #011f51;
}
.fprogrammenav nav .selected span.menu-item-text,
.fprogrammenav nav a:hover span.menu-item-text {
  background: #fff;
  color: #000;
  margin: 0;
}
.fprogrammenav nav span.menu-item-text {
  font-weight: bold;
  display: block;
  background: var(--brand-color-bluedip);
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  margin-left: 0;
}
.fprogrammenav li.selected a:hover,
.fprogrammenav li a:hover {
  background: #000;
}

.session-people-name a
{
  color: var(--brand-color-bluedip);
  font-weight: 600;
  font-size: 15px;
}
.session-people-name::before
{
  content: ":";
  margin-right: 5px;
  position: relative;
  color: #666;
}
.session-people-name{
  display:block;
}
/* 
.session-people-name::after
{
  content: ", ";
  position: relative;
  margin-right: 5px;
}
 */
.session-people-subtitle
{
  font-size: 15px;
  color: var(--brand-color-Navy);
/*   display: inline-block; */
  font-style: italic;
  margin-top: 1.5px;
  display:block;
  font-weight:400;
}

.session-container .session-details:last-child {
    border-right: 0 none;
}

.session-people-item 
{
  display:flex;flex-wrap:wrap;
}

.session-people-item .session-people-role
{
  order: -1;
}

.session-people-role
{
  display: inline-block;
}
/***----***/

.faboutEven-container h2 {
  color: var(--brand-color-blue2);
  font-size: 57px;
  font-weight: 700;
  margin-top: 0;
}
.faboutEven-container h2 span {
  color: var(--brand-color-Violet);
}
.faboutEvent-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.faboutEvent-text ul li {
  margin: 0;
  list-style: none;
}
.faboutEvent-text .fBoxitems {
  display: flex;
  margin-bottom: 2rem;
}
.faboutEvent-text .fBoxitems-icon {
  box-shadow: 2px 4px 20px 4px #f112a316;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.9rem;
  padding-right: 0.5rem;
  /* height: 49px; */
  border-radius: 0.5rem;
  width: 6rem;
  height: 5rem;
  line-height: 5rem;
  font-size: 2rem;
  color: var(--brand-color-Violet);
  text-align: center;
  margin-right: 3rem;
}
 .faboutEvent-text {
  padding-left: 4rem;
}
.faboutEvent-text .description h4 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0;
  color: var(--bs-gray-800);
  font-weight: 700;
}
.faboutEvent-text .description p {
}
/***-----***/

.thank-you-Builder {
  /* background: url(../img/Our_thank_Background.jpg); */
  background-repeat: repeat;
  background-size: auto;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  text-align: center;
  background: linear-gradient(-45deg, #0b2648 0%, #4c2d94 49%, #1f467c 100%);
  z-index: -1;
}
.F-thank-you .fModuleContent > div {
  padding: 60px 40px;
  background: #fff;
  border-radius: 15px;
  width: 49%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%; /* height: 100%; */
}
.F-thank-you .fModuleContent > div h2 {
  margin-top: 0vw;
}
.F-thank-you .fModuleContent > div .quote-button {
  width: 44%;
  margin: 0px auto;
  margin-top: 2vw;
}
.thank-you-Builder header.header1 {
  display: none;
}
.thank-you-Builder #nav-up {
  display: none !important;
}
.thank-you-Builder footer#fFooter {
  display: none;
}
.F-thank-you {
  position: relative;
  height: 100vh;
}
.F-thank-you .ficon-c .ecp-post-label a {
  color: #000;
  font-size: 19px;
}
.F-thank-you .ficon-c i {
  font-size: 19px;
}
.F-thank-you .ficon-c li {
  justify-content: center;
  align-items: baseline;
  margin: 0 0 8px;
}
.F-thank-you .ficon-c li i:hover {
  color: var(--brand-color-purple);
}
.F-thank-you .ficon-c li a:hover {
  color: var(--brand-color-purple);
}
.F-thank-you .ficon-c li:hover a {
  color: var(--brand-color-purple);
}
.F-thank-you .ficon-c li:hover i {
  color: var(--brand-color-purple);
}
.thank-youDiv h2 {
  margin-top: 0;
  font-weight: 600;
  color: var(--brand-color-purple);
}
.thank-youDiv h3 {
  margin: 0 0 5px;
  font-weight: 600;
  color: var(--brand-color-blacklight);
}
.thank-youDiv h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 23px;
}
/***----***/

/*----------User List Speaker----------*/

.user-list-speaker {
  text-align: center;
}
.path-home- .user-list-speaker {
  background: #f6fbff;
  padding: 40px 10px 40px 10px !important;
}
.user-list-speaker .owl-buttons {
  display: none;
}
.user-list-speaker .f-list-item-teaser-image img {
  width: 200px;
  max-width: 100%;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid var(--brand-color-bluedip);
  margin-bottom: 10px;
}
.user-list-speaker .f-list-item-title,
.user-list-speaker .f-list-item-title a {
  color: var(--brand-color-bluedip);
  font-size: 1.2rem;
  text-transform: capitalize;
  font-weight: 600;
}
.user-list-speaker .f-list-item {
  overflow: hidden;
  margin: 1rem 0;
}
.path-home- .user-list-speaker .f-list-item-container {
  background-color: transparent !important;
}
.user-list-speaker .f-list-item-container.f-list-item-subtitle a {
  font-size: 14px;
}
.user-list-speaker .f-list-item-container {
  transition: 0.3s all ease-in-out;
  background: #f1f1f1;
  padding: 1.5rem 1rem;
  height: 100%;
}
.user-list-speaker .f-list-item-container:hover {
  transform: scale(1.05);
}
.fspeakers-button .ss-batton {
  margin-top: 2rem;
}
.f-user-container {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 0;
}
.f-content-container.f-content-links {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
}
.f-button.f-button-back {
  padding: 10px 20px 10px 20px;
}
.f-content-container .f-content-item-teaser-image > img {
  max-width: 100%;
  object-fit: cover;
  height: 292px;
  width: 100%;
  object-position: center 14%;
  border-radius: 50%;
  border: 1px solid #ccc;
  padding: 10px;
  width: 300px;
}
.f-content-container .f-list-item-content {
  width: 60%;
  flex: 1 0 60%;
  line-height: 1.6;
  padding-left: 5rem;
}
.f-button {
  display: inline-block;
  background: var(--brand-color-bluedip);
  text-align: center;
  padding: 1rem 2rem;
  color: #fff;
}
.user-list-speaker .f-list-item {
  overflow: hidden;
  margin: 1rem 0;
}

.fPageTitle h1#heading #f-content-node-fullname
{
  color: white;
}

.fPageTitle h1#heading .heading-small
{
  color: white;
}
.fPageTitle h1#heading #f-content-node-fullname::after
{
  content: ", ";
  position: relative;
  left: 0;
  color: white;
}
/***---Our Supporters--***/

.flogos-gallerys .ItemfinnerGallery {
  margin-bottom: 2rem;
}
.flogos-gallerys .ItemfinnerGallery a.fGalleryImage {
  filter: none;
  opacity: 1;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  height: 86px;
  display: block;
}
.flogos-gallerys .ItemfinnerGallery a.fGalleryImage:hover {
  filter: grayscale(0);
  opacity: 1;
}
.flogos-gallerys .ItemfinnerGallery {
  border: 1px solid #eee;
  margin: 0px auto;
  display: block;
  padding: 16px;
  margin-bottom: 2rem;
}
.flogos-gallerys .ItemfinnerGallery:hover {
  border: 1px solid var(--brand-color-Violet);
}
.flogos-gallerys .fGalleryItem img {
  height: 100%;
  float: left;
  width: 100%;
  margin: 0px auto;
  object-fit: contain;
}
.flogos-gallerys .owl-carousel .owl-item {
  float: left;
  padding: 0 15px;
}
.flogos-gallerys .owl-controls.clickable .owl-buttons {
  display: none;
}
.flogos-gallerys .fGalleryContainer h4 {
  text-align: center;
  color: var(--brand-color-purple);
}
/****---***/

/*----------Boxy----------*/
.fboxy-wrapper .fboxy-title h3 {
  display: none;
}
.fboxy-wrapper {
  background: #fff;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.5);
  max-width: 840px;
  max-height: initial;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body .fboxy-wrapper .fboxy-body {
  box-shadow: none;
}
body .fboxy-title .fboxy-close {
  height: 2rem;
  width: 2rem;
  border-radius: 100%;
  background: #666;
}
.fboxy-wrapper .fboxy-title {
  padding: 20px 0;
}
body .fboxy-title .fboxy-close::before,
body .fboxy-title .fboxy-close::after {
  background: #fff;
  top: 0.5rem;
  height: 1rem;
}
.fboxy-wrapper.fboxy-wrapper-iframe {
  height: 90%;
  max-width: 840px;
  bottom: 0;
    top: auto;
    transform: translate(-50%,0);
}
.fboxy-wrapper.fboxy-wrapper-iframe .fboxy-body {
  position: absolute;
  top: 3rem;
  width: 100%;
  height: calc(100% - 3rem);
}
.fboxy-wrapper .f-button {
  background: var(--brand-color-bluedip);
}
body.com-user.view-view .f-content-item-teaser-image img,
body.view-session-person .f-content-image img {
  border: 4px solid var(--brand-color-bluedip);
}
body.com-user.view-view h1#heading,
body.view-session-person h1#heading {
  color: var(--brand-color-bluedip);
}
.f-list-item-node.f-list-item-teaser-image img {
  border: 4px solid var(--brand-color-bluedip) !important;
}
/***-----***/
#fContentPost .fsubscribe-newsletter {
  position: absolute;
  width: 72%;
  left: 0;
  right: 0;
  margin: 0px auto;
  background: #fff;
  padding-left: 12rem;
  padding-right: 12rem;
  /* top: 71%; */
  padding-top: 2rem;
  transform: translateY(-2rem);
  border-radius: 0.375rem;
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}
#fContentPost .fsubscribe-newsletter::before {
  content: "";
  position: inherit;
  left: 0;
  right: 0;
  top: unset;
  bottom: 0;
  height: 505px;
  width: 40%;
  background-image: url(https://storage.unitedwebnetwork.com/files/1048/d8d6967653f4e2f9d82ebb6880b8ff29.png);
  background-repeat: no-repeat;
}
/* .fsubscribe-newsletter .fModuleTitle h3
{
    font-size: 20px;
}

.fsubscribe-newsletter .fModuleTitle h3 span
{
    display: block;
    font-size: 31px;
    margin-top: 1rem;
}
form#user-form-1249
{
    display: flex;
    align-items: baseline;
    position: relative;
    z-index: 9;
}

form#user-form-1249 .form-item
{
    width: 100%;
} */

/* div#fModule-37190
{
    margin-bottom:6rem;
} */

/***----***/

/* subscribe form start here */

.f-subscribe-form {
  width: 100%;
  margin-bottom: 10rem;
}
.f-subscribe-form .sib-form {
  position: absolute;
  top: -250px;
  text-align: center;
  width: 100%;
}
#sib-container {
  background-color: transparent;
}
#sib-form {
  background: white;
  padding: 0;
  width: 90%;
  margin: 0 auto !important;
  text-align: center;
}
#sib-container input:-ms-input-placeholder {
  text-align: left;
  font-family: "Helvetica", sans-serif;
  color: #c0ccda;
}
#sib-container input::placeholder {
  text-align: left;
  font-family: "Helvetica", sans-serif;
  color: #c0ccda;
}
#sib-container textarea::placeholder {
  text-align: left;
  font-family: "Helvetica", sans-serif;
  color: #c0ccda;
}
.sib-form-block p:first-child {
  text-align: center;
  font-weight: 600;
  letter-spacing: 1.5px;
  font-size: 17px;
}
.sib-form-block .sib-text-form-block p {
  font-size: 25px;
  text-transform: capitalize;
}
#fFooter {
  /*background-image: url(https://storage.unitedwebnetwork.com/files/1048/79bca6cdfd2209292dde1a800eb70e36.png);*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 3rem;
  padding-bottom: 0;
  margin-top: 1rem;
  background: var(--brand-color-bluedip);
}
#fFooter .fModuleTitle h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3rem;
  text-align: start;
  margin-top: 0;
  margin-bottom: 0;
}
#fFooter .f-footer-get-touch p,
#fFooter .f-contact-us-footer p {
  color: white;
  font-weight: 500;
  font-size: 14px;
}
#fFooter .footer-logo img {
  width: 200px;
  max-width: 100%;
}
#fFooter .footer-logo p {
  color: white;
  font-size: 14px;
  font-weight: 500;
}
#fFooter .fcopyright {
  text-align: center;
  width: 100%;
  border-top: 1px solid #898989;
  margin-top: 2rem;
  padding-top: 0.5rem;
}
.fcopyright p {
  color: #fff;
  font-size: 14px;
}
#fFooter .fcopyright a {
  font-size: 14px;
  font-weight: 400;
  color: var(--brand-color-Violet);
}
#fFooter a big {
  display: none;
}
#fFooter ul.fMenu {
  display: flex;
  justify-content: center;
  margin-top: 0rem;
}
#fFooter a:hover,
#fFooter i:hover {
  color: #fff;
}
#fFooter i {
  color: white;
  padding-right: 10px;
  font-size: 1rem;
}
.footer-contact ul li {
  margin: 0;
  list-style: none;
}
/***-----***/

.fformlayout form#frm,
.view-account-register  {
  width: 51%;
  display: block;
  box-shadow: 0px 1px 20px #0000004a;
  padding: 2rem;
  margin: 0px auto;
  margin-bottom: 3rem;
}
/***------***/

.fnumber_counter {
  transform: translateY(-2rem);
  padding-bottom: 0;
}
.fnumber_counter ul.fGalleryImages {
  overflow: visible;
  position: relative;
  margin-top: 3rem;
  position: relative;
  background-color: var(--brand-color-Violet);
  text-align: center;
  justify-content: center;
  width: 100%;
  box-shadow: 11px 11px 38px 0px rgb(0 0 0 / 20%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  padding: 39px 0px;
  z-index: 99;
  border-radius: 15px 15px 15px 15px;
}
.fnumber_counter ul.fGalleryImages::before {
  position: absolute;
  content: "";
  left: 0%;
  bottom: 0;
  height: 100%;
  border-radius: 10px;
  background-image: url("https://storage.unitedwebnetwork.com/files/1032/1ba1815300e0b92e512a1ea6c4d49185.png");
  background-repeat: repeat;
  background-size: 100%;
  width: 100%;
  opacity: 0.3;
}
.fnumber_counter .ItemfinnerGallery:hover {
  transform: translateY(-10px);
}
.fnumber_counter .ItemfinnerGallery {
  color: #fff;
  text-align: center;
  margin: 0px auto;
  display: block;
  margin-bottom: 0rem;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.fnumber_counter .fGalleryText h5 {
  color: #fff;
  font-size: 1rem;
}
.fnumber_counter .fGalleryText .numbr::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 16px;
  border-bottom: 3px solid #fff;
  width: 60%;
  margin: 26px auto;
}
.fnumber_counter .fGalleryText .numbr {
  margin-bottom: 1rem;
}
.fnumber_counter .fGalleryText .numbr span {
  font-size: 3.5rem;
  font-weight: 400;
}
.fnumber_counter .fGalleryImage {
  display: none;
}
.fnumber_counter .fModuleTitle {
  color: white;
  text-align: center;
}
/***------***/

/*----------animation----------*/

.thank-you-Builder {
  /* background: url(../img/Our_thank_Background.jpg); */
  background-repeat: repeat;
  background-size: auto;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  text-align: center;
  background: linear-gradient(
    90deg,
    rgb(70 9 142) 33%,
    rgb(70 9 142) 33.1%,
    rgb(70 9 142) 67%,
    rgb(70 9 142) 67.1%,
    rgb(35 2 74) 100%
  );
  z-index: -1;
  height: 100vh;
  position: relative;
}
 .divfModule-3 {
  padding: 60px 40px;
  background: #fff;
  border-radius: 15px;
  width: 41%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  /* height: 100%; */
  padding-top: 3rem;
}
.F-thank-you .fModuleContent > div h2 {
  margin-top: 0vw;
}
.F-thank-you .fModuleContent > div .quote-button {
  width: 44%;
  margin: 0px auto;
  margin-top: 2vw;
}
.thank-you-Builder header.header {
  display: none;
}
.thank-you-Builder #nav-up {
  display: none !important;
}
.thank-you-Builder footer#fFooter {
  display: none;
}
.F-thank-you {
  position: relative;
  height: 100vh;
}
.F-thank-you .ficon-c .ecp-post-label a {
  color: #000;
  font-size: 19px;
}
.F-thank-you .ficon-c i {
  font-size: 19px;
}
.F-thank-you .ficon-c li {
  justify-content: center;
  align-items: baseline;
  margin: 0 0 8px;
}
.F-thank-you .ficon-c li i:hover {
  color: var(--brand-color-purple);
}
.F-thank-you .ficon-c li a:hover {
  color: var(--brand-color-purple);
}
.F-thank-you .ficon-c li:hover a {
  color: var(--brand-color-purple);
}
.F-thank-you .ficon-c li:hover i {
  color: var(--brand-color-purple);
}
.thank-youDiv h2 {
  margin-top: 0;
  font-weight: 600;
  color: var(--brand-color-purple);
}
.thank-youDiv h3 {
  margin: 0 0 5px;
  font-weight: 600;
  color: var(--brand-color-blacklight);
}
.thank-youDiv h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 23px;
}
/******-------------******/

/*----------iconset-downloads----------*/
.iconset-downloads .fMenu li {
  background: #f4f4f4;
  border-radius: 15px;
  margin: 10px auto;
  padding: 10px;
  max-width: 700px;
  transition: 0.3s all ease-in-out;
}
.iconset-downloads .fMenu li a {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.iconset-downloads .fMenu img.icon {
  width: 40px;
  margin-right: 10px;
}
.iconset-downloads .fMenu li: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-downloads .fMenu li .menu-item-text span {
  font-size: 80%;
}
/****-----***/

.fabstract-ss  .divfModule-3 {
  position: relative;
  top: unset;
  transform: unset;
  left: unset;
  padding-top: 3rem;
  margin: 0px auto;
  border: 1px solid var(--brand-color-Violet);
  box-shadow: 0px 0px 20px #0000004a;
  margin-bottom: 3rem;
  width: 55%;
}
.fpbutton {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fpbutton a + a {
  margin-left: 12px;
}
/* organising committee page start here */

body.path-organising-committee- {
  background-color: #f6fbff;
}
.f-org-committee ul.fGalleryImages {
  justify-content: center;
}
.f-org-committee .ItemfinnerGallery {
  background: #fff;
  position: relative;
  height: 100%;
  padding: 0.5rem;
  text-align: center;
}
.f-org-committee .ItemfinnerGallery img {
  height: auto;
  max-width: 100%;
  border-radius: 50%;
  width: 70%;
}
.f-org-committee .ItemfinnerGallery .fGalleryText {
  text-align: center;
}
.f-org-committee .ItemfinnerGallery .fGalleryText h4 {
  line-height: 1.3;
  color: var(--brand-color-Navy);
  font-weight: 700;
  text-align: center;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 0.9rem;
  transition: 0.3s;
  margin-bottom: 10px;
}
.f-org-committee .ItemfinnerGallery .fGalleryText span {
  color: var(--brand-color-Violet);
  font-size: 0.9rem;
  font-weight: 600;
}
table.table.table-bordered thead {
  background: var(--brand-color-blue2);
}
table.table.table-bordered thead p {
  color: #fff;
}
.table-sec.table-sec2 table.table.table-bordered thead {
  background: var(--brand-color-Byzantium);
}
.table-sec.table-sec2 table.table.table-bordered thead p {
  color: #fff;
}
ol.steps li::marker {
  color: var(--brand-color-Byzantium);
  font-weight: bold;
}
div#fModule-37370 h4,
div#fModule-37371 h4,
.has-list h4 {
  color: var(--brand-color-Byzantium);
}

td.session-time {
  border-right: 1px solid var(--brand-color-Violet);
}

.f-table td a.fButton {
  color: #000;
}

.f-table td {
  border: 1px solid var(--brand-color-Violet);
}

body .session-container th,
.f-table th {
  background: var(--brand-color-blue2);
  color: #fff;
  font-weight: bold;
}
.session-title.session-sub-title {
  opacity: inherit;
  font-weight: 400;
  font-size: 15px;
}
/* 
.session-venue {
  right: 20px;
}
 */

.virtual-programme .session-container td.session-details[colspan="2"] {
  text-align: left;
}
.session-venue {
  /* 
background: var(--brand-color-blue2);
  color: white;
 */
}

.session-venue.session-venue-29823,
.session-venue.session-venue-29825,
.session-venue.session-venue-29824 {
/*   display: inline-block; */
/*   width: 100%; */
/*   position: relative; */
/*   right: 0; */
/*   bottom: 0; */
/*   margin-top: 1rem; */
}

form#user-form-1257 ,
form#user-form-1248{
  display: flex;
  flex-wrap: wrap;
}

form#user-form-1257 p,
form#user-form-1257 .form-item ,
form#user-form-1248 .form-item ,
form#user-form-1248  p
{

  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

form#user-form-1257 select {
  padding: 1rem 10px;
}

form#user-form-1248  .buttons,
form#user-form-1257 .buttons,
form#user-form-1248 .form-heading,
form#user-form-1248 .form-heading
{
  padding-left: 0.5rem;
}

/***----****/
.abstract-list .f-list-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  float: left;
  padding: 37px 35px 20px 35px;
  text-align: left;
  background: #f5f5f5;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 1px solid #e7e8e8;
}

.abstract-list .f-list-text {
  margin: 0 0 0 0;
  text-align: left;
  font-size: 16px;
}
.abstract-list .f-list-item-container {
  text-align: left;
}
.abstract-list .f-list-title {
  margin: 0px 0 5px 0;
  line-height: 25px;
  background: #f5f5f5;
}

.abstract-list .f-list-title a
{
  color: var(--brand-color-Navy);
    font-weight: 600;
    font-size:22px;
}
.abstract-list  .f-list-subtitle a
{
  color: gray;
  font-size: 14px;
}

.abstract-list  .f-list-column.f-list-column-2 .f-list-text a
{
  color: var(--brand-color-Navy);
  font-style: italic;
}
.abstract-list span#f-list-node-7119 {
  color: #227159;
  font-size: 17px;
  font-weight: 600;
}

/* hrd logo */

.f-cpd-hrd-logo .cpd-logos div 
{
  text-align: center;
  margin-top: 10px;
}


.f-cpd-hrd-logo .cpd-logos div img
{
  width: 200px;
}
.f-cpd-hrd-logo .cpd-logos div p
{
  font-weight: 600;
  color: var(--brand-color-Violet);
}
/* hrd logo */

/* invoice page start here */

body.com-financial.view-invoice #btn-print
{
  padding: 14px 40px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  text-align: center;
  background-color: var(--brand-color-bluedip);
  border: 1px solid var(--brand-color-bluedip);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0.375rem;
  font-family: "Poppins", sans-serif;
}

body.com-financial.view-invoice #btn-print:hover
{
  background: #fff;
  color: var(--brand-color-bluedip);
}

.path-registration-payment- .fTable tr.tr-status-8 td:nth-child(4)
{
  text-align: center;
}
.path-registration-payment- .fTable tr.tr-status-8 td:nth-child(4) a:nth-child(2)
{
  display: none;
}
/* invoice page ends here */

/***************************************************************************
                        RESPONSIVE MEDIA QUERY
****************************************************************************/
/*md*/
@media (max-width: 991px) {
  
}

/*sm*/
@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
  .fpbutton a + a {
    margin-left: 0;
    margin-top: 12px;
  }
}

/*xs*/
@media (max-width: 575px) {
  
}
@media (max-width: 1399px) {
  .fabstract-ss  .divfModule-3 {
    width: 69%;
  }
   .fts-schedule-info {
    overflow: unset;
    padding-right: 14px;
    padding-left: 14px;
  }
  .fhomeBanner .fGalleryText h1 {
    font-size: 2.5rem;
    width: 100%;
  }
  .fhomeBanner .fGalleryText ul li {
    font-size: 1.2rem;
  }
   .faboutEvent-text {
    padding-left: 15px;
  }
  .faboutEven-container h2,
  .fMessage-tagtext .fModuleTitle h3,
  .fModuleTitle h3 {
    font-size: 40px;
  }
  .fhomeBanner a.fGalleryImage {
    height: 88vh;
  }
  .fhomeBanner a.fGalleryImage img {
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 1024px) {
  .fformlayout form#frm,
  .view-account-register  {
    width: 80%;
  }

  .fhomeBanner a.fGalleryImage {
    height: 53vh;
  }
  .fPageTitle h1 {
    font-size: 2rem;
    margin-top: 8%;
  }
  .fPageTitle span.text-4xl {
    font-size: 1rem;
  }
  .fabstract-ss  .divfModule-3 {
    width: 80%;
  }
}

@media (max-width: 920px) {
  .fformlayout form#frm,
  .view-account-register  {
    width: 94%;
  }
  .row.w-100 {
    align-items: center;
    --bs-gutter-x: 0;
  }
  header.header .menu-horizontal nav {
    padding-top: 0;
    top: 4rem;
  }
  header .navbar-toggle .icon-bar {
    background: #fff;
  }
  .fhomeBanner a.fGalleryImage {
    height: 65vh;
  }
  .fhomeBanner a.fGalleryImage img {
    height: 100%;
    object-fit: cover;
  }
  .fhomeBanner .fGalleryText {
    width: 100%;
    padding: 0px 3rem;
    padding-right: 1rem;
  }
  .fhomeBanner .fGalleryText h1 {
    font-size: 2.5rem;
    width: 100%;
  }
  .fhomeBanner .fGalleryText ul li {
    font-size: 1.2rem;
  }
   .faboutEvent-text {
    padding-left: 15px;
  }
  .faboutEven-container h2,
  .fMessage-tagtext .fModuleTitle h3,
  .fModuleTitle h3 {
    font-size: 40px;
  }
  .fschedule-infoEven-container {
    padding: 100px 0px 0px 0px;
  }
  .fourpresent-box .ItemfinnerGallery {
    margin-bottom: 2rem;
  }
  #fContentPost .fsubscribe-newsletter {
    width: 95%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .fsubscribe-newsletter .fModuleTitle h3 {
    font-size: 14px;
  }
  .fsubscribe-newsletter .fModuleTitle h3 span {
    font-size: 24px;
  }
  #fContentPost .fsubscribe-newsletter::before {
    opacity: 0.2;
    left: -92px;
  }
  form#user-form-1249 {
    display: flex;
    align-items: baseline;
    justify-content: center;
  }
  .foorter-textlog img {
    width: 66%;
  }
  .fabstract-ss  .divfModule-3 {
    width: 100%;
  }
  .fPageTitle h1 {
    font-size: 2rem;
    margin-top: 18%;
  }
  .fPageTitle span.text-4xl {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .fformlayout form#frm,
  .view-account-register  {
    width: 94%;
  }

  .fMessage-tagtext .fModuleTitle h3,
  .fInformationtext h2 {
    font-size: 30px;
  }
  #fFooter .fcopyright a,
  .fcopyright p {
    font-size: 12px;
  }
  .fcopyright p span {
    margin: 0 11px;
  }
   .fMessage-tagimg {
    padding: 0 1.5rem;
    margin-bottom: 1rem;
  }
  .fnumber_counter .ItemfinnerGallery {
    margin-bottom: 1rem;
  }
  .fnumber_counter ul.fGalleryImages {
    padding: 39px 0px 24px;
  }
  .fMessage-tag-container::before {
    opacity: 0.2;
  }
  .fabstract-ss  .divfModule-3 {
    width: 93%;
  }
  .fpbutton {
    flex-direction: column;
  }
  .fPageTitle h1 {
    font-size: 2rem;
    margin-top: 25%;
  }
  .fPageTitle span.text-4xl {
    font-size: 1rem;
  }
  .fhomeBanner a.fGalleryImage {
    height: 80vh;
  }
  .fhomeBanner a.fGalleryImage img {
    height: 100%;
    object-fit: cover;
  }
  .fhomeBanner .fGalleryText {
    width: 100%;
    padding: 0px 3rem;
    padding-right: 1rem;
    top: 51%;
  }
  .fhomeBanner .fGalleryText h1 {
    font-size: 2.5rem;
    width: 100%;
    margin-top: 1rem;
  }
  .fhomeBanner .fGalleryText ul li {
    font-size: 1.2rem;
  }
   .faboutEvent-text {
    padding-left: 15px;
  }

  .faboutEven-container h2,
  .fMessage-tagtext .fModuleTitle h3,
  .fModuleTitle h3 {
    font-size: 30px;
  }

   .fts-schedule-info {
    padding-right: 15px;
    padding-left: 15px;
  }

  .fts-schedule-info .fGalleryText a {
    height: 117px;
    width: 117px;
    padding: 38px 0;
  }
  .fts-schedule-info li.fGalleryItem:nth-child(2) .fGalleryText a {
    left: 122px;
    top: -15px;
  }
  .fts-schedule-info li.fGalleryItem:nth-child(1) .fGalleryText a {
    top: 20px;
    left: 15px;
  }
  .fts-schedule-info li.fGalleryItem:nth-child(3) .fGalleryText a {
    top: 11px;
    left: auto;
    right: 13px;
  }
  .fschedule-infoEven-container {
    padding: 12px 0px 168px 0px;
  }
  .fts-schedule-info ul li a h3 {
    font-size: 18px;
  }
  .fourpresent-box .ItemfinnerGallery {
    margin-bottom: 2rem;
  }
  #fContentPost .fsubscribe-newsletter {
    width: 95%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .fsubscribe-newsletter .fModuleTitle h3 {
    font-size: 14px;
  }
  .fsubscribe-newsletter .fModuleTitle h3 span {
    font-size: 24px;
    line-height: 1.2;
  }
  #fContentPost .fsubscribe-newsletter::before {
    opacity: 0.2;
    left: -92px;
  }
  form#user-form-1249 {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    justify-content: center;
  }
  .foorter-textlog img {
    width: 66%;
  }
}
@media (max-width: 375.98px) {
  .fcopyright p span {
    margin: 0 11px;
  }
  #fFooter {
    padding-top: 19rem;
  }
  .fnumber_counter ul.fGalleryImages {
    padding: 39px 0px 24px;
  }
  .fmoreButtonbox a:first-child {
    margin-right: 1rem;
  }
  .fmoreButtonbox a.fButton {
    padding: 14px 34px;
  }
  .fhomeBanner .fGalleryText h1 {
    font-size: 2.2rem;
  }
  .fhomeBanner .fGalleryText {
    top: 52%;
  }
  .fnumber_counter .fGalleryText .numbr span {
    font-size: 2rem;
  }
}
@media (max-width: 360.98px) {
  .fcopyright p span {
    margin: 0 11px;
  }
  #fFooter {
    padding-top: 19rem;
  }
  .fnumber_counter ul.fGalleryImages {
    padding: 39px 0px 24px;
  }
  .fmoreButtonbox a:first-child {
    margin-right: 1rem;
  }
  .fmoreButtonbox a.fButton {
    padding: 14px 34px;
  }
  .fhomeBanner a.fGalleryImage {
    height: 100vh;
  }
  .fhomeBanner .fGalleryText h1 {
    font-size: 2.2rem;
  }
  .fhomeBanner .fGalleryText {
    top: 52%;
  }
  .fnumber_counter .fGalleryText .numbr span {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait) {
  .fourpresent-box .ItemfinnerGallery {
    height: 180px;
  }
  #fContentPost .fsubscribe-newsletter {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) and (orientation: landscape) {
  .fourpresent-box .ItemfinnerGallery {
    height: 180px;
  }
  #fContentPost .fsubscribe-newsletter {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .fhomeBanner a.fGalleryImage {
    height: 88vh;
  }
}
.wrap {
  max-width: 100%;
}
.page-title {
  display: none;
}