@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;600;700;800;900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins&family=Roboto+Slab:wght@700&display=swap');

:root {
    --brand-color-theme-1: #ee543f;
    --brand-color-theme-2: #ffd259;
    --brand-color-theme-3: #f29149;
    --brand-color-theme-4: #f9f9f9;
	--brand-color-theme-5: #9e9999;
}

.brand-color-theme-1-bg {
    background-color: var(--brand-color-theme-1) !important;
}

.brand-color-theme-2-bg {
    background-color: var(--brand-color-theme-2) !important;
}

.brand-color-theme-3-bg {
    background-color: var(--brand-color-theme-3) !important;
}

.brand-color-theme-1-text {
    color: var(--brand-color-theme-1) !important;
}

.brand-color-theme-2-text {
    color: var(--brand-color-theme-2) !important;
}

.brand-color-theme-3-text {
    color: var(--brand-color-theme-3) !important;
}

#nav-up {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99999;
    font-size: 18px;
    background-color: var(--brand-color-theme-3);
    color: white;
    cursor: pointer;
    width: 48px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color: var(--brand-color-theme-3);
    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-3);
}

body {
    padding-top: 0 !important;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
}

p {
    font-family: 'Roboto', sans-serif;
    color: #666;
    font-size: 14px;
}

span {
    font-family: 'Roboto', sans-serif;
}

a {
    font-family: 'Roboto', sans-serif;
}

footer#fFooter ul,
footer#fFooter ul li {
    margin: 0px;
    list-style: none;
    padding: 0px;
}


/*a.fButton,*/

.fForm .buttons input,
.fbutton-btn a,
.fForm .buttons a,
.f-btns {
    padding: 14px 40px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    text-align: center;
    background-color: var(--brand-color-theme-1);
    border: 1px solid var(--brand-color-theme-1);
    -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: 5px;
}


/*a.fButton:hover,*/

.fForm .buttons input:hover,
.fbutton-btn a:hover,
.f-btns {
    background: #fff;
    color: var(--brand-color-theme-1);
}

.ItemfinnerGallery {
    position: relative;
}

.fModuleTitle h3 {
    color: var(--brand-color-theme-1);
    font-weight: 900;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 30px;
    text-align: center;
}

.fPageTitle {
    position: relative;
    color: #fff;
    padding: 4rem 2rem 4rem 2rem;
    background: url(https://storage.unitedwebnetwork.com/files/520/26c608f176196c1e230e9ff090349761.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.fPageTitle h1 {
    font-weight: 600;
}


/****--Form---****/

select {
    word-wrap: normal;
    padding: 0.3rem 10px;
}

.fForm label {
    float: left;
    text-align: left;
    font-size: 16px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

.fForm .buttons {
    padding: 0;
}

.fForm .form-heading {
    font-weight: 300;
    margin-top: 0;
    padding: 0 0 7px;
}


/* .fForm .buttons input:hover {
    background-color: #fff;
    color: var(--brand-color-theme-3);
} */

.fForm input,
.fForm select,
.fForm textarea {
    padding: 0.85rem 10px;
    width: 100%;
}

.fForm .buttons a {
    background: #fff;
    color: var(--brand-color-theme-3);
}

.fForm .buttons a:hover {
    background-color: var(--brand-color-theme-3);
    color: #fff;
}

.fForm .hint {
    color: #333;
    margin: 11px 0;
}

.fForm .hint a {
    color: #333;
    font-weight: 500;
}

.fForm .hint a:hover {
    color: var(--brand-color-theme-3);
}

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-theme-1);
    border-radius: 64px;
}

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 .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-theme-1);
    font-weight: 600;
    line-height: 64px;
    text-align: center;
    font-size: 15px;
}

a.fButton:hover .circle {
    width: 200px;
}

.path-abstract- a.fButton:hover .circle {
    width: 300px;
}

.path-abstract- a.fButton:nth-child(2):hover .circle {
    width: 250px;
}

.path-registration- a.fButton:hover .circle {
    width: 200px;
}

a.fButton:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}

a.fButton:hover .button-text {
    color: #fff;
}


/* Header */

header .fModule.fLogo {
    padding-left: 0;
    padding-right: 0;
}

header ul,
header ul li {
    margin: 0px;
    list-style: none;
    padding: 0px;
}

.fHeader1 .menu-horizontal {
    padding-right: 0%;
}

header.fHeader {
    position: relative;
    width: 100%;
    display: block;
    z-index: 9999;
    background: white;
}

.Ftop-header-logo li.fGalleryItem {
    width: 42%;
}

.fHeader1 .menu-horizontal {
    background: transparent !important;
    justify-content: right;
}

.menu-hover-1 .fMenu>li>a {
    margin-left: 1rem;
    position: relative !important;
    padding: 0 !important;
    text-transform: none;
    color: var(--brand-color-theme-1);
    letter-spacing: 0;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    line-height: 1.2em;
    font-size: 14px;
    font-weight: 700;
}

.header-middle-container-row ul li a::before {
    content: '';
    height: 1px;
    width: 0;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--brand-color-green);
}

.menu-horizontal nav ul.fMenu {
    justify-content: right;
}

.fHeader.active {}

.header-middle-container-row ul li a:hover::before {
    width: 100%;
}

.menu-horizontal nav .fMenu li:hover>ul.sub {
    position: absolute;
    z-index: 999;
    top: 15px;
    padding-top: 30px;
}

.menu-horizontal nav>ul>li>ul li a {
    background-color: var(--brand-color-theme-1);
    color: white;
}

.menu-horizontal nav>ul>li>ul li a:hover {
    background-color: var(--brand-color-theme-3);
}


/**************************************
Home Page Starts Here
**************************************/


/* banner start here */

.f-banner-home {
    padding-bottom: 0 !important;
}


/* banner ends here */


/* countdown start here */

.f-countdown {
    padding-top: 4rem !important;
    background: url(https://storage.unitedwebnetwork.com/files/520/a326c8a3b60885679fcefa26c6e18697.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 30px;
}

.f-countdown .f-module-content div.row {
    justify-content: center;
}

.f-countdown .col-count {
    text-align: center;
}

.f-countdown .col-count h4 {
    color: white;
    font-weight: 900;
    height: 100px;
    width: 100px;
    border: 1px solid white;
    border-radius: 500px;
    margin: 0 auto;
    display: flex;
    place-items: center;
    justify-content: center;
    font-size: 45px;
    line-height: 5px;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    box-shadow: rgba(255, 255, 255, 0.2) 0px 7px 29px 0px;
    transition: all 0.5s ease;
}

.f-countdown .col-count:hover h4 {
    transform: scale(-1) rotate(180deg);
    background-color: white;
    color: var(--brand-color-theme-1);
    box-shadow: 0px 0px 2px 5px rgb(255 255 255 / 35%), 0px 0px 10px 5px rgb(255 255 255 / 64%);
    text-shadow: none;
}

.f-countdown .col-count p {
    color: white;
    font-size: 20px;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    font-weight: 600;
}


/* countdown ends here */


/* venue date and place start here */

.fDetails {
    padding-bottom: 0 !important;
    background-color: #000;
}

.fDetails .f-module-content ul.row {
    margin: 0;
    padding: 20px 40px;
}

.fDetails .f-module-content ul.row li {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
    padding: 10px;
}

.fDetails .f-module-content ul.row li a {
    display: flex;
    justify-content: center;
    place-items: center;
    color: var(--brand-color-theme-3);
    font-weight: 600;
}

.fDetails .f-module-content ul.row li:nth-child(3) a span {
    margin-left: 4px;
}

.fDetails .f-module-content ul.row li a i {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    place-items: center;
    margin-right: 10px;
    padding-left: 4px;
    border-radius: 3px;
    color: white;
    font-size: 14px;
    background-color: var(--brand-color-theme-3);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


/* venue date and place ends here */


/* cpd points start here */

.cpd {
    padding-top: 2rem !important;
    background-color: var(--brand-color-theme-4);
}

.cpd .f-module-content div.row {
    justify-content: center;
}

.cpd .f-module-content div.row div.col-12 {
    padding: 10px 10px 20px 10px;
}

.cpd .f-module-content div.row .item-box {
    padding: 15px;
    height: 100%;
    background-color: white;
    border: 1.5px solid var(--brand-color-theme-1);
    border-bottom: 4px solid var(--brand-color-theme-1);
    border-radius: 10px;
    text-align: center;
    transition: all 0.5s ease;
    position: relative;
    top: 10px;
}

.cpd .f-module-content div.row .item-box:hover {
    top: 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.cpd .f-module-content div.row .item-box span.img-icon {
    background-color: var(--brand-color-theme-1);
    display: flex;
    justify-content: center;
    place-items: center;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    border-radius: 500px;
}

.cpd .f-module-content div.row .item-box img {
    width: 40px;
    transition: all 0.5s ease;
}

.cpd .f-module-content div.row .item-box:hover img {
    transform: rotateY(-360deg);
}

.cpd .f-module-content div.row .item-box h4 {
    color: #000;
    font-weight: 900;
    letter-spacing: normal;
    font-size: 22px;
    text-transform: uppercase;
}

.cpd .f-module-content div.row .item-box p {
    font-size: 15px;
    color: var(--brand-color-theme-1);
    font-weight: 600;
}


/* cpd points ends here */


/* welcome message start here */

.fWelcome {
    padding-top: 2rem !important;
}

.f-welcome.heading {
    padding-bottom: 0 !important;
}

.fWelcome .ItemfinnerGallery img {
    max-width: 90%;
    max-height: auto;
    width: 190px;
    height: 190px;
    object-fit: contain;
    border-radius: 50%;
    border: 4px solid var(--brand-color-theme-1);
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}

.fWelcome .ItemfinnerGallery {
    text-align: center;
    width: 100%;
}

.fWelcome .ItemfinnerGallery .fGalleryText p {
    font-size: 12px;
}

.fWelcome .ItemfinnerGallery .fGalleryText p span {
    font-size: 15px;
    color: var(--brand-color-theme-1);
}

.f-welcome-text .f-module-content p:nth-child(1) {
    font-weight: 600;
    font-size: 17px;
}


/* welcome message ends here */


/* news letter section start here */

.newsletter_sec {
    padding-bottom: 0 !important;
}

.newsletter_sec .inner_des {
    padding: 70px 40px;
    background: url("https://storage.unitedwebnetwork.com/files/520/a326c8a3b60885679fcefa26c6e18697.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.newsletter_sec .inner_des .signup-input {
    text-align: center;
}

.newsletter_sec .inner_des .signup-input h1 {
    font-size: 35px;
    font-weight: 600;
    color: white;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    text-transform: uppercase;
    margin-bottom: 0;
}

.newsletter_sec .inner_des .signup-input p {
    color: white;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}

.newsletter_sec .inner_des .signup-input form {
    width: 600px;
    margin: 0 auto;
    display: flex;
    place-items: center;
}

.newsletter_sec .inner_des .signup-input form input {
    border: 0;
    height: 50px;
    box-shadow: none;
    border-radius: 0;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
}

.newsletter_sec .inner_des .signup-input form button {
    height: 50px;
    border: 0;
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #000;
    color: white;
}


/* news letter section ends here */


/* oragnising committee start here */

.fCommittee {
    padding-top: 2rem !important;
    padding-bottom: 0 !important;
    background-color: var(--brand-color-theme-4);
}

.fCommittee ul.fGalleryImages {
    justify-content: center;
}

.fCommittee ul.fGalleryImages .fGalleryItem {
    padding: 20px 0px;
}

.fCommittee ul.fGalleryImages .fGalleryItem .ItemfinnerGallery {
    padding: 20px;
    height: 100%;
    text-align: center;
}

.fCommittee ul.fGalleryImages .fGalleryItem .ItemfinnerGallery img {
    height: 200px;
    width: 200px;
    border-radius: 500px;
    border: 4px solid var(--brand-color-theme-1);
    object-fit: cover;
}

.fCommittee ul.fGalleryImages .fGalleryItem .ItemfinnerGallery .fGalleryText h3 {
    margin-bottom: 0;
    line-height: 24px;
}

.fCommittee ul.fGalleryImages .fGalleryItem .ItemfinnerGallery .fGalleryText h3 a {
    font-size: 13px;
    color: var(--brand-color-theme-1);
    font-weight: 600;
    line-height: 10px;
}

.fCommittee ul.fGalleryImages .fGalleryItem .ItemfinnerGallery .fGalleryText p {
    margin-bottom: 0;
    line-height: 0.5rem;
    color: #666;
    font-size: 11px;
}

.fCommittee ul.fGalleryImages .fGalleryItem .ItemfinnerGallery .fGalleryText p a {
    color: #666;
    font-size: 11px;
    font-weight: 600;
}

.orga-bt {
    background-color: var(--brand-color-theme-4);
}


/* organising committee ends here */


/* conference venue start here */

.fConference-image {
    padding-bottom: 0 !important;
}

.fConference-image .ItemfinnerGallery .fGalleryImage img {
    height: 450px;
    object-fit: cover;
}

.fConference-image .ItemfinnerGallery .fGalleryText {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    place-items: center;
    padding: 40px;
    background-color: #000000af;
}

.fConference-image .ItemfinnerGallery .fGalleryText .item-venue {
    text-align: center;
}

.fConference-image .ItemfinnerGallery .fGalleryText .item-venue h3 {
    color: var(--brand-color-theme-3);
    font-size: 45px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    line-height: 35px;
    position: relative;
    bottom: 25px;
}

.fConference-image .ItemfinnerGallery .fGalleryText .item-venue h3 span {
    color: white;
    display: block;
    font-size: 17px;
}

.fConference-image .ItemfinnerGallery .fGalleryText .item-venue p {
    color: white;
    font-size: 17px;
    margin-top: 0;
}

.fConference-image .ItemfinnerGallery .fGalleryText .item-venue div.loaction {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    top: 25px;
    width: 100%;
}

.fConference-image .ItemfinnerGallery .fGalleryText .item-venue div.loaction div {
    color: white;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    width: 350px;
    font-size: 15px;
}

.fConference-image .ItemfinnerGallery .fGalleryText .item-venue div.loaction div:nth-child(2) {
    place-items: center;
}

.fConference-image .ItemfinnerGallery .fGalleryText .item-venue div.loaction div a {
    color: white;
    font-size: 15px;
}

.fConference-image .ItemfinnerGallery .fGalleryText .item-venue div.loaction div span {
    display: block;
}

.fConference-image .ItemfinnerGallery .fGalleryText .item-venue div.loaction div i {
    background-color: var(--brand-color-theme-3);
    height: 50px;
    width: 50px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    place-items: center;
    padding-left: 2px;
    border-radius: 5px;
    margin-right: 10px;
}


/* conference venue ends here */


/* footer start here */

footer {
    background: url("https://storage.unitedwebnetwork.com/files/520/3f03d9d726238c25f271a47657d94d73.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px 15% 70px 15%;
}

footer .fModuleTitle h3 {
    font-size: 20px;
    color: white;
    text-align: start;
    font-weight: 500;
}

footer .f-copyright {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #301b1c;
    text-align: center;
    color: white;
    border-top: 1px solid rgba(255, 255, 255, 0.424);
    font-size: 13px;
    padding: 15px;
}

footer .f-copyright .f-module-content a {
    color: white;
    font-size: 13px !important;
}

footer .f-organised-logo-footer .ItemfinnerGallery img {
    width: 150px;
}

.f-social-footer .f-module-content ul li {
    margin-top: 15px !important;
}

.f-social-footer .f-module-content ul li a {
    display: flex;
    justify-content: start;
    place-items: center;
    color: white;
}

.f-social-footer .f-module-content ul li a i {
    margin-right: 10px;
}

.f-footer-contact-us .f-module-content ul li {
    margin-bottom: 15px !important;
    display: flex;
    justify-content: start;
    color: white;
}

.f-footer-contact-us .f-module-content ul li i {
    margin-top: 5px;
    margin-right: 10px;
}

.f-footer-contact-us .f-module-content ul li a {
    display: flex;
    justify-content: start;
    color: white;
    font-size: 14px;
    place-items: center;
}

.f-footer-contact-us .f-module-content ul li a i {
    margin-top: 0;
}


/* footer ends here */


/* important dates start here */

.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%;
    color: var(--);
    background-image: -o-linear-gradient(-45deg, #ee543f 49%, #f29149 100%);
    background-image: linear-gradient(-45deg, #ee543f 49%, #f29149 100%);
    background-image: -ms-linear-gradient(-45deg, #ee543f 49%, #f29149 100%);
    opacity: 0.7;
    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;
}

#fMatter .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: 1;
    text-align: center;
    margin-bottom: 3px;
    margin-top: 0;
}

.fts-schedule-info ul li a span {
    text-transform: uppercase;
    text-align: center;
    display: block;
}

.fschedule-infoEven-container {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.fInformationtext span.sub-title {
    color: var(--brand-color-theme-1);
    font-size: 1.5rem;
    line-height: 2rem;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-shadow: none !important;
}

.fInformationtext h2 {
    text-align: left;
    font-weight: 800;
    font-size: 50px;
    margin-top: 0;
}


/* important dates end here */


/* counter js start here */

.fnumber_counter {
    background: url(https://storage.unitedwebnetwork.com/files/520/7776af1c3c4dd9d2a50fc5818f83d7cf.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 2rem !important;
}

.fnumber_counter .fGalleryItem {
    padding: 10px;
}

.fnumber_counter .fModuleTitle h3 {
    color: white;
}

.fnumber_counter .fGalleryItem .ItemfinnerGallery {
    padding: 20px;
    text-align: center;
}

.fnumber_counter .fGalleryItem .ItemfinnerGallery a.fGalleryImage {
    display: block;
    width: 100px;
    height: 100px;
    box-shadow: rgba(238, 84, 63, 0.2) 0px 7px 29px 0px;
    padding: 15px;
    border-radius: 500px;
    margin: 10px auto;
    background-image: linear-gradient(-45deg, rgb(238, 84, 63) 49%, #f29149 100%);
    transition: all 0.5s ease;
}

.fnumber_counter .fGalleryItem .ItemfinnerGallery:hover a.fGalleryImage {
    transform: rotateY(-360deg);
}

.fnumber_counter .fGalleryItem .ItemfinnerGallery .fGalleryText .numbr span {
    font-size: 40px;
    color: white;
    text-shadow: 10px 10px 10px rgb(0 0 0 / 10%);
    font-weight: 800;
}

.fnumber_counter .fGalleryItem .ItemfinnerGallery .fGalleryText h5 {
    color: var(--brand-color-theme-1);
    text-shadow: 10px 10px 10px rgb(0 0 0 / 10%);
    font-weight: 700;
}


/* counter js ends here */


/* about us page start here */

.f-about-image .ItemfinnerGallery {
    text-align: center;
}

.f-about-image .ItemfinnerGallery img {
    width: 80%;
}


/* about us page ends here */


/* organising committee start here */

.path-organising-committee- .fCommittee {
    background-color: white;
}


/* organising committee ends here */


/* abstract page start here */

.row-abstract-divs {
    margin-top: 20px;
    margin-bottom: 20px;
}

.row-abstract-divs .col-12 {
    padding: 15px;
}

.row-abstract-divs .col-12 .items-ab {
    border: 1px solid #cecece;
    height: 100%;
    padding: 20px;
    border-radius: 15px;
}

.row-abstract-divs .col-12 .items-ab h2 {
    color: var(--brand-color-theme-1);
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-top: 0px;
}

.row-abstract-divs .col-12 .items-ab ul {
    padding-left: 0;
    margin-left: 0;
}

.abstract p strong,
.abstract p b {
    color: var(--brand-color-theme-1);
}

.row-abstract-divs .col-12 .items-ab ul li strong {
    color: var(--brand-color-theme-1);
}

.dates-row .col-12 {
    padding: 20px;
}

.dates-row .col-12 .item-dates {
    border: 1px solid #cecece;
    text-align: center;
    padding-bottom: 10px;
    color: #666;
    font-size: 14px
}

.dates-row .col-12 .item-dates span {
    margin-left: 5px;
}

.dates-row .col-12 .item-dates .Dates {
    background-color: var(--brand-color-theme-1);
    text-align: center;
    padding: 10px;
    color: white;
    margin-bottom: 10px;
}

.abstract .f-module-content p a.fButton {
    display: inline-block;
    margin-bottom: 20px;
}


/* abstract page ends here */


/* registration page start here */

.fRate p b,
.fRate p strong {
    color: var(--brand-color-theme-1);
}

.main-con-box h4 {
    font-weight: 600;
}

.main-con-box p {
    font-weight: 500;
}

.table-responsive {
    width: 100%;
    padding: 40px 10px 10px 10px;
}

.table-responsive table {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.table-responsive table thead {
    background-color: var(--brand-color-theme-1);
    color: white;
}

.table-responsive table thead tr th {
    text-align: center;
    font-size: 17px;
    width: 33.33%;
}

.table-responsive table thead p {
    color: white;
    font-size: 17px;
}

.table-responsive table tbody tr td {
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
    color: #666;
}

.table-responsive table tbody tr:nth-child(odd) {
    background-color: var(--brand-color-theme-4);
}

.f-important-dates .fGalleryImages li {
    padding: 0;
}

.f-important-dates .ItemfinnerGallery {
    padding: 0;
    margin: 0;
}

.f-important-dates .ItemfinnerGallery img {
    display: none;
}

.f-important-dates .ItemfinnerGallery .fGalleryText {
    text-align: center;
}

.f-important-dates .ItemfinnerGallery .fGalleryText::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background-color: var(--brand-color-theme-1);
}

.f-important-dates .ItemfinnerGallery .fGalleryText::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 3px;
    border-radius: 50px;
    background-color: var(--brand-color-theme-1);
}

.f-important-dates .ItemfinnerGallery .fGalleryText h3 {
    font-size: 16px;
    font-weight: 600;
    color: var(--brand-color-theme-1);
    margin-bottom: 50px;
}

.f-important-dates .ItemfinnerGallery .fGalleryText p {
    margin-top: 50px;
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.cancel-policy {
    background-color: var(--brand-color-theme-4);
    padding-top: 2rem !important;
}

.cancel-policy .fModuleTitle h3 {
    text-align: left;
    font-size: 25px;
}

.path-registration- .table-responsive table tbody tr:nth-child(3) td:nth-child(1) p {
    line-height: 18px;
}


/* registration page ends here */


/* registration form start here */

.path-signup- #fContent .row {
    margin: 0 5%;
}

.listing-header-item-currency {
    display: inline-flex;
    border: 1px solid #d01900;
    border-radius: 5px;
    overflow: hidden;
}

.listing-header-item-currency select {
    border: 0;
    padding: 10px;
}

.listing-header-item-currency input {
    border: 0;
    padding: 10px 15px;
    border-radius: 0;
    background: var(--brand-color-theme-1);
    color: #fff;
    font-weight: bold;
}

.path-signup- form fieldset {
    border-color: var(--brand-color-theme-1);
}

.path-signup- form table {
    display: block;
    padding: 0 15px;
}

.path-signup- form table tbody {
    display: block;
}

.path-signup- form table tr {
    display: inline-table;
    width: 100%;
    box-shadow: 0 3px 10px -5px #ff9088c4;
    margin: 5px 0;
    border-radius: 10px;
    overflow: hidden;
    background: #dddc;
}

.path-signup- form table tr td {
    border: 0;
}

.path-signup- form table tr .form-item-type-boolean {
    accent-color: var(--brand-color-theme-1);
}

.path-signup- form fieldset legend {
    padding: 0 !important;
}

.path-signup- form fieldset .f-fieldset-body {
    padding: 0 15px;
}

.path-signup- .fForm .form-item input,
.path-signup- .fForm select,
.path-signup- .fForm textarea,
.path-signup- .fForm .form-item .date {
    border-radius: 5px;
    background: #ddda;
    padding: 10px;
}

.form-heading {
    width: 98%;
    margin: 5px auto 0 auto;
    font-weight: 600 !important;
    color: var(--brand-color-theme-1);
}

.fForm .hint {
    color: #8b0007;
    font-weight: 600;
    letter-spacing: .5px;
}

/* registration form ends here */


/* login and forget password page start here */


.path-user-account-recover- form {
    width: 550px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #cecece;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.path-user-account-recover- .fForm fieldset {
    border-top: 0px !important;
}

.view-invoices .listing-container {
    width: 82%;
    box-shadow: 0 0 0.5rem rgb(0 0 0 / 20%);
    border-radius: 5px;
    background: #fff;
    margin: 0 auto;
}

.view-invoice .col-xs-12.col-12 {
    text-align: center;
}

#invoice {
    width: 82%;
    box-shadow: 0 0 0.5rem rgb(0 0 0 / 20%);
    border-radius: 5px;
    background: #fff;
    margin: 0 auto;
    padding: 0 30px 30px 30px;
    margin-bottom: 2rem;
}

.view-invoice .checks.checks.no-padding {
    width: 82%;
    box-shadow: 0 0 0.5rem rgb(0 0 0 / 20%);
    border-radius: 5px;
    background: #fff;
    margin: 0 auto;
    padding: 30px;
}

.view-invoice .buttons {
    text-align: center;
}

.view-password-change fieldset.form-item-type-fieldset {
    width: 82%;
    box-shadow: 0 0 0.5rem rgb(0 0 0 / 20%);
    border-radius: 5px;
    background: #fff;
    margin: 0 auto;
    padding: 30px;
}

.view-password-change .buttons {
    text-align: center;
}


.view-login {
    align-content: center;
    height: 100vh;
    background-color: #f8f9fa;
    background-image: url("https://storage.unitedwebnetwork.com/files/1270/66ae36dd9710f27c4ef7d65f6b44ff9a.png");
    background-size: auto;
    background-repeat: repeat;
    background-position: center;

    footer {
        padding: 0;
        display: none;
    }
}

.view-login #fContent>.container {
    width: 100%;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 20px 80px 0px rgba(22, 16, 71, 0.3);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url("https://storage.unitedwebnetwork.com/files/1339/5c85aac7fdffe65cfe43b1f460a6a9fe.jpg");
    background-size: 70%;
    background-position: right center;
    background-repeat: no-repeat;
}

.view-login #fContent>.container>.row {
    align-items: center;
}

.view-login #fContent>.container #fMatter {
    width: 50%;
    padding: 8rem 2rem;
    position: relative;
    padding-top: 10rem;
    background-color: white;
}

.view-login #fContent>.container #fMatter::before {
    content: "Login to your account";
    position: absolute;
    left: 0;
    top: 4rem;
    font-size: 2rem;
    font-weight: 600;
    width: 100%;
    text-align: center;
    color: var(--brand-color-theme-1);
}

.view-login #fContent>.container #fSidebarRight {
    width: 50%;
    text-align: center;
}

.view-login #fContent>.container #fSidebarRight img {
    width: 300px;
    max-width: 100%;
    display: inline-block;
    background-color: white;
}

.view-login #fContent>.container #fMatter .form-item-type-text>label,
.view-login #fContent>.container #fMatter .form-item-type-password>label {
    display: none;
}

.view-login #fContent>.container #fMatter .form-item input {
    border-radius: 70px;
    padding-left: 20px;
    background-color: #ffe60008;
    font-weight: 500;
}

.view-login #fContent>.container #fMatter #hint-password {
    padding-left: 12px;
}

.view-login #fContent>.container #fMatter .form-item input::placeholder {
    font-weight: 500;
}

.view-login #fContent>.container #fMatter .form-item-type-password {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.view-login #fContent>.container #fMatter .form-item-type-password>#password {
    width: 100%;
}

.view-login #fContent>.container #fMatter .form-item-type-password>.form-item {
    display: flex;
    align-items: center;
}

.view-login #fContent>.container #fMatter .form-item-type-password>.form-item input {
    margin-right: 7px;
}

.view-login #fContent>.container #fMatter .form-item-type-password>.form-item label {
    font-size: .9rem;
}

.view-login #fContent>.container #fMatter .form-item-type-password>#hint-password,
.view-login #fContent>.container #fMatter .form-item-type-password>.form-item {
    width: auto;
}

.view-login #fContent>.container #fMatter .form-item-type-password #togglePassword {
    position: absolute;
    right: 19px;
    top: 22px;
    background-color: transparent;
    border: 0;
    outline: none;
}

.view-login #fContent>.container #fMatter .form-item-type-password #togglePassword .fa-eye {
    color: var(--brand-color-theme-1);
}

.view-login #fContent>.container #fMatter .form-item-type-password #togglePassword .fa-eye-slash {
    color: rgb(146, 1, 1);
}

.view-login #fContent>.container #fMatter .error {
    padding-left: 10px;
}

.view-login #fContent>.container #fMatter .buttons {
    padding-left: 12px;
}

.f-signup-login-page-sidebar {
    text-align: center;
}

.f-signup-login-page-sidebar p {
    font-size: 1rem;
    color: white;
}

.f-signup-login-page-sidebar .f-btns {
    color: var(--brand-color-theme-1) !important;
}

/* login and foregt password page ends here */


/* Privacy policy page start here */

.f-privacy-main .f-module-content strong {
    font-size: 25px;
    color: var(--brand-color-theme-1);
}

.fprogramme .fMenu {
    display: flex;
    height: 35px;
    justify-content: center;
}

.fprogramme .fMenu .menu-item {
    display: flex;
    margin: 0 10px;
    padding: 5px 40px;
    border-bottom: 5px solid var(--brand-color-theme-1);
    border-radius: 8px;
    transition: 1s;
}

.fprogramme .fMenu .menu-item:hover {
    border: none;
    background: var(--brand-color-theme-1);
    transition: 1s;
}

.fprogramme .fMenu .menu-item:hover a {
    color: #f9f9f9;
}


/* privacy policy page ends here */


/* programme page start here */

.f-programme .session-container th {
    background-color: var(--brand-color-theme-1);
}

.f-programme .session-container tr:nth-child(odd) {
    background-color: #f1f1f1;
}

#session-item-13095 .session-people-item,
#session-item-13118 .session-people-item {
    display: flex;
    flex-wrap: wrap;
}

#session-item-13095 .session-people-item .session-people-role,
#session-item-13118 .session-people-item .session-people-role {
    display: block;
    width: 100%;
    order: -1;
}

/* programme page ends here */


/* download page css start here */

.path-download- #fModule-41018 ul.fMenu li {
    background: #f4f4f4;
    border-radius: 15px;
    margin: 10px auto;
    padding: 10px;
    max-width: 700px;
    transition: 0.2s all ease-in-out
}

.path-download- #fModule-41018 ul.fMenu li:hover {
    box-shadow: 0px 0px 15px -4px rgb(100 0 0 / 55%);
    transition: 0.2s all ease-in-out
}

.path-download- #fModule-41018 ul.fMenu li a {
    display: flex;
    align-items: center;
    font-weight: 500;
}

.path-download- #fModule-41018 ul.fMenu li a img {
    width: 40px;
    margin-right: 10px;
}


/* sponsors start here */

#fModule-41463 {
    padding-top: 2rem !important;
}

.f-sponsors {
    background-color: #f1f1f1;
}

.f-sponsors li {
    padding: 10px;
}

.f-sponsors li .ItemfinnerGallery {
    padding: 20px;
    height: 120px;
    background-color: white;
    border: 1px solid #dedede;
}

.f-sponsors li .ItemfinnerGallery img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* sponsors ends here */

/* gallery page css */
.f-gallery .ItemfinnerGallery {
    overflow: hidden;
    margin-bottom: 2rem;
}

.f-gallery .fGalleryImage {
    position: relative;
    display: block;
    overflow: hidden;
}

.f-gallery .fGalleryImage img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

ul.icongallery {
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 0 10px;
    opacity: 0;
    transform: translateY(-50%);
    position: absolute;
    top: 20%;
    left: 0;
    z-index: 9;
    transition: all 0.4s ease 0s;
    margin: 0;
}

ul.icongallery li {
    margin: 0 3px;
    display: inline-block;
}

ul.icongallery li a {
    color: var(--brand-color-theme-1);
    background-color: #fff;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    box-shadow: 0 0 15px -3px rgb(0 0 0 / 20%);
    display: block;
    transition: all 0.3s ease 0s;
}

.f-gallery .ItemfinnerGallery:hover ul.icongallery {
    opacity: 1;
    top: 50%;
}

.f-gallery .fGalleryImage::before,
.fboxs-listslo a.fGalleryImage:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    width: 0;
    height: 100%;
    border-radius: 0;
    background-color: #CC3300;
    transition: 0.8s;
    z-index: 3;
    opacity: 0.6;
}

.f-gallery .ItemfinnerGallery:hover .fGalleryImage::before,
.fboxs-listslo .ItemfinnerGallery:hover a.fGalleryImage:before {
    width: 100%;
    left: 0;
}

/* iconset starts here */


.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;
}

.iconset .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;
    }
}


/* iconset ends here */

/* programme nav starts here */

.f-nav-programme .fMenu {
    display: flex;
    justify-content: center;
}

.f-nav-programme .fMenu li {
    width: fit-content;
    padding: 15px 10px;
}

.f-nav-programme .fMenu li a {
    display: block;
    background-color: var(--brand-color-theme-1);
    padding: 10px 15px;
    text-align: center;
    font-weight: 600;
    color: white;
    font-size: 14px;
}

.f-nav-programme .fMenu li.selected a {
    background-color: var(--brand-color-theme-3);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    color: white;
}

/* programme nav ends here */

/***************************************************************************
                        RESPONSIVE MEDIA QUERY
****************************************************************************/


@media(min-width:991.9px) {
    .main-menu .fMenu {
        display: flex;
        justify-content: end;
        font-family: var(--brand-font-family-heading);
        align-items: center;
        width: 100%;
    }

    .main-menu .fMenu>li {
        padding: 7px 7px;
        position: relative;
    }

    .main-menu .fMenu>li.has-submenu {
        padding-right: 25px;
    }

    .main-menu .fMenu>li>a {
        color: var(--brand-color-theme-1);
        position: relative;
        font-weight: 500;
        font-size: .9rem;
    }

    .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: 8px 1.2rem;
        color: white !important;
        font-weight: 500;
        border: 1px solid var(--brand-color-theme-1);
    }

    .main-menu .fMenu>li>ul {
        position: absolute;
        text-align: left;
        top: 3.8rem;
        left: 7px;
        background-color: white;
        visibility: hidden;
        min-width: 230px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        opacity: 0;
        z-index: -1;
        box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        padding: 0;
    }

    .main-menu .fMenu>li.has-submenu>a {
        position: static;
    }

    .main-menu .fMenu>li.has-submenu>a::before {
        content: "\f107";
        font-family: "FontAwesome";
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        font-size: .8rem;
    }

    .main-menu .fMenu>li>ul::before {
        content: "";
        position: absolute;
        left: 0;
        height: 2.3rem;
        width: 100%;
        top: -2rem;
        background-color: transparent;
    }

    .main-menu .fMenu>li:hover>ul {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        z-index: 9;
    }

    .main-menu .fMenu>li>ul>li {
        display: block;
        margin: 0 0;
        padding: 0px 0px;
    }

    .main-menu .fMenu>li>ul>li>a {
        font-size: .9rem;
        line-height: 1.2em;
        color: var(--brand-color-theme-1);
        padding: .7rem 1rem;
        display: block;
        border-bottom: 1px solid #dedede;
    }

    .main-menu .fMenu>li>ul>li>a:hover {
        background-color: var(--brand-color-theme-1);
        color: white;
    }

    .main-menu .fMenu>li>ul>li:last-child>a {
        border-bottom: 0;
    }
}

@media(max-width:1400px) {
    .fts-schedule-info .fGalleryText a {
        width: 200px;
        height: 200px;
    }

    .fts-schedule-info li.fGalleryItem:nth-child(2) .fGalleryText a {
        left: 120px;
    }

    .fts-schedule-info ul li a h3 {
        font-size: 25px;
    }

    .fts-schedule-info ul li a span {
        font-size: 15px;
    }
}

@media(max-width:1200px) {
    footer {
        padding: 20px 5% 70px 5%;
    }

    .fts-schedule-info li.fGalleryItem:nth-child(3) .fGalleryText a {
        right: -75px;
        top: 130px;
    }
}

@media(max-width:1024px) {}


/*md*/

@media (max-width: 991.9px) {
    .fWelcome .ItemfinnerGallery a.fGalleryImage {
        float: none;
        margin: 0 auto 15px auto;
    }

    .navbar-toggle {
        position: relative;
    }

    .menu-horizontal nav .fMenu li:hover>ul.sub {
        position: relative;
        top: 0;
        padding: 10px;
        background-color: var(--brand-color-theme-4);
    }

    .menu-horizontal nav .fMenu li a {
        background-color: var(--brand-color-theme-1) !important;
        border: none !important;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        margin-top: -2px;
    }

    header.fHeader .menu-horizontal ul li {
        margin-top: -2px;
    }

    header .navbar-toggle .icon-bar {
        background-color: var(--brand-color-theme-1);
    }

    .fts-schedule-info .fGalleryText a {
        position: relative;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0;
        margin-top: 10px;
    }

    .fts-schedule-info ul.fGalleryImages {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .table-responsive table tbody tr td p {
        font-size: 12px;
    }

    .table-responsive table tbody tr td {
        font-size: 12px;
    }

    .table-responsive table tbody tr td span {
        font-size: 12px !important;
    }

    .table-responsive table thead p,
    .table-responsive table thead tr th {
        font-size: 13px;
    }

    .view-login #fContent>.container #fMatter {
        background-color: transparent;
        width: 100%;
    }

    .view-login #fContent>.container #fSidebarRight {
        width: 100%;
        position: static;

        .f-signup-login-page-sidebar {
            position: static !important;
        }
    }

    .view-login #fContent>.container #fSidebarRight .logo-mlsm-login a {
        position: absolute;
        left: 50%;
        width: 250px;
        top: 1rem;
        transform: translateX(-50%);
    }

    .view-login #fContent>.container {
        background-size: cover;
    }

    .view-login #fContent>.container #fMatter {
        padding-bottom: 1rem;
    }

    .view-login #fContent>.container #fMatter .buttons {
        padding-left: 0;
        text-align: center;

        input {
            background-color: white;
            color: var(--brand-color-theme-1);
        }
    }

    .view-login #fContent>.container #fMatter::before {
        color: white;
        top: 6rem;
        font-size: 1.7rem;
    }

    .view-login #fContent>.container #fMatter label,
    .view-login #fContent>.container #fMatter #hint-password a {
        color: white;
    }

    .view-login #fContent>.container #fMatter .form-item-type-text input,
    .view-login #fContent>.container #fMatter .form-item-type-password input {
        background-color: white;
    }

    .navbar-toggle .icon-bar {
        background-color: var(--brand-color-theme-1);
    }

    .main-menu {
        position: static !important;
    }

    .main-menu nav {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 6em;
        height: fit-content;
        width: 100%;
        background-color: var(--brand-color-theme-1);
        width: 95%;
        padding: 0;
        z-index: 9999999;
    }

    .main-menu nav ul {
        margin: 0;
        width: 100%;
    }

    .main-menu nav ul.fMenu>li>a {
        display: block;
        padding: .6rem 1rem;
        color: white;
        border-bottom: 1px solid #dedede4e;
        position: relative;
        background-color: var(--brand-color-theme-1);
    }

    .main-menu nav ul.fMenu>li:last-child>a {
        border-bottom: 0;
    }

    .main-menu nav ul.fMenu>li.has-submenu>a::after {
        content: "\f107";
        font-family: "FontAwesome";
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
        color: white;
    }

    .main-menu nav ul.fMenu>li.has-submenu>ul {
        position: relative;
        padding: 7px;
        background-color: var(--brand-color-theme-1);
        display: none;
    }

    .main-menu nav ul.fMenu>li.has-submenu>ul>li>a {
        padding: .6rem 1rem;
        color: white;
        border-bottom: 1px solid #dedede4e;
        position: relative;
        background-color: var(--brand-color-theme-1);
        display: block;
    }

    .region-header>.row {
        justify-content: space-between;
        align-items: center;
    }
}


/*sm*/

@media (max-width: 767.9px) {
    .newsletter_sec .inner_des .signup-input form {
        width: 90%;
    }

    header.fHeader .menu-horizontal nav {
        top: 3rem;
    }

    .table-responsive table {
        width: 750px;
    }
}

@media(max-width:650px) {
    .newsletter_sec .inner_des .signup-input form {
        width: 95%;
    }

    .newsletter_sec .inner_des .signup-input form input::placeholder {
        font-size: 12px;
    }

    .fModuleTitle h3,
    .newsletter_sec .inner_des .signup-input h1,
    .fConference-image .ItemfinnerGallery .fGalleryText .item-venue h3 {
        font-size: 30px;
    }

    .fConference-image .ItemfinnerGallery .fGalleryText .item-venue h3 span {
        font-size: 15px;
    }

    .table-responsive table {
        width: 500px;
    }

    .path-user-account-recover- form {
        width: 90%;
    }

    .view-login #fContent>.container #fMatter {
        padding: 10rem 12px 1rem 12px;
    }

    .view-login {
        height: 100%;
        padding: 3rem 1rem !important;
    }

    .view-login #fContent>.container #fMatter #hint-password a {
        font-size: .9rem;
        font-weight: normal;
    }

    .view-login #fContent>.container {
        position: relative;
        top: 0;
        left: 0;
        transform: unset;
    }
}


/*xs*/

@media (max-width: 575px) {
    .f-countdown .col-count h4 {
        height: 70px;
        width: 70px;
        font-size: 25px;
    }

    .f-countdown .col-count p {
        font-size: 15px;
    }

    .f-countdown {
        padding-top: 1.3rem !important;
        padding-bottom: 0.8rem !important;
    }

    .fInformationtext h2 {
        font-size: 35px;
    }

    .view-invoices .listing-container {
        width: 95%;
    }

    #invoice,
    .view-invoice .checks.checks.no-padding {
        width: 95%;
    }

    #invoice table tr td p {
        font-size: 11px;
    }

    .view-invoices .listing-container .f-table th,
    .view-invoices .listing-container .f-table td,
    #invoice .f-table th,
    #invoice .f-table td {
        padding: 5px;
        font-size: 14px;
    }

    a.fButton span.button-text {
        font-size: 13px;
    }
}


/*----------User List Speaker----------*/

.user-list-speaker {
    text-align: center;
}

.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-theme-2);
    margin-bottom: 10px;
}

.user-list-speaker .f-list-item-title,
.user-list-speaker .f-list-item-title a {
    color: var(--brand-color-theme-1);
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.user-list-speaker .f-list-item {
    overflow: hidden;
    margin: 1rem 0;
}

.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);
}

.user-list-speaker .f-list-item-subtitle span {
    display: block;
    font-size: 0.8rem;
}

.user-list-speaker .f-list-item-subtitle span:first-child:after {
    content: ", ";
}

.user-list-speaker .f-list-item-subtitle span:empty {
    display: none;
}

.session-people-role-31299 {
    margin-top: 1rem;
}

.session-people-role-31298 .session-people-role:after,
.session-people-role-31299 .session-people-role:after {
    content: ":";
    margin-right: 5px;
}

.session-people-role {
    font-style: italic;
    color: #555
}

.session-people-role-31298:first-child .session-people-role {
    display: block;
}

.session-people-subtitle-15535:before {
    content: ", ";
    margin-left: -4px;
}

.session-people-subtitle-15534:before {
    content: ", ";
}

.session-people-subtitle-15534:empty,
.session-people-subtitle-15535:empty {
    display: none;
}

.list-item-heading {
    font-weight: bold;
    width: 100% !important;
}

.f-table td {
    vertical-align: top;
}