header {
    position: relative;
    z-index: 99999999;
}

.hidefContent.is-home #fContent {
    display: none;
}

.hidefContent #fContent {
    min-height: 30vh;
    height: 100%;
    max-height: 30vh;
    background-image: url('//storage.unitedwebnetwork.com/files/500/16a419b35f1189832fd4a18545aab5dd.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.hidefContent #fContent .fPageTitle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.bg-blue {
    background-color: #4285F4;
}

.bg-blue p {
    color: #fff;
}

.bg-lpur {
    background-color: #D9D2E9;
}

.bg-black {
    background-color: #000;
}

.bg-black p {
    color: #fff;
}

.bg-yel {
    background-color: #FFF2CC;
}

.bg-skin {
    background-color: #EAD1DC;
}

.hidefContent #fContent .fPageTitle h1 {
    color: #fff;
    text-align: center;
}

#fContentPost .fModule.container {
    padding: 50px 15px;
}

.pull-none {
    float: none;
}

.d-inline-block {
    display: inline-block;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.justify-content-center {
    justify-content: center !important;
}

#fBanner img {
    width: 100%;
}

#fBanner .bx-wrapper {
    margin: 0;
}

section,
#fFooter {
    padding: 30px 0;
}

.text-center {
    text-align: center;
}

.is-home #fContent>div.fPageTitle {
    display: none;
}

.fModuleTitle {
    text-align: center;
}

.fModuleTitle h3,
#fContentPost h3 {
    margin: 0;
    font-weight: 700;
    line-height: 1.28;
    color: #345221;
    display: inline-block;
    font-size: 2rem;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}

.fModuleTitle h3:after,
#fContentPost h3:after {
    /*content: '';*/
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    border-radius: 50px;
    background-color: #345221;
    transition: 0.6s all ease;
}

section#headermenu,
section#fBanner {
    padding: 0;
}

.fHeader1 .fTextLogo {
    margin-top: 16px;
    width: 40%;
}

.fHeader1 .fLogo {
    width: 50%;
}

.fHeader1 #headermenu {
    /*border-top: 2px solid #345221;
    border-bottom: 2px solid #345221;*/
    background: rgb(41, 85, 27);
}

.fHeader1 #headermenu .main-menu nav {
    line-height: 0;
}

.fHeader1 #headermenu .main-menu ul {
    display: inline-block;
    width: 100%;
}

.fHeader1 #headermenu .main-menu ul li {
    float: left;
    position: relative;
}

.fHeader1 #headermenu .main-menu ul li a {
    padding: 1.2rem 0.7rem;
    display: inline-block;
    font-weight: 600;
    background-color: transparent;
    color: #fff;
    transition: 0.6s all ease;
}

.fHeader1 #headermenu .main-menu ul.fMenu>li:first-child>a {
    padding: 0.65rem;
}

.fHeader1 #headermenu .main-menu ul li a:hover {
    text-decoration: none;
    background-color: #65bd82;
    /*background-color: #9dcd5f;*/
}

.fHeader1 #headermenu .main-menu ul li a:hover {
    text-decoration: none;
    background-color: #40bc69;
}

.fHeader1 #headermenu .main-menu ul li ul {
    position: absolute;
    background: #1f5f8a;
    background: #345221;
    width: 290px;
    z-index: 999;
    color: #ffffff;
    display: none;
    transition: all .65s ease;
}

.fHeader1 #headermenu .main-menu ul li ul li a,
.fHeader1 #headermenu .main-menu ul li ul li {
    color: #fff;
    width: 100%;
    float: none;
}

.fHeader1 #headermenu .main-menu ul li ul li a:hover {
    background: #001740;
    background: #40bc69;
}

.fHeader1 #headermenu .main-menu ul.fMenu li:hover>ul {
    display: block !important;
}

.fHeader1 .headermenu.set {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    display: inline-block;
    background: #345221;
    box-shadow: 1px 5px 6px #0003;
    border-top: 2px solid #345221;
    border-bottom: 2px solid #345221;
}

.fHeader1 #headermenu.set {
    border-top: 2px solid #345221;
    border-bottom: 2px solid #345221;
}

.fHeader1 .headermenu.set ul li a {
    padding: 1.5rem 0.8rem !important;
    color: #fff !important;
    transition: 0.6s all ease;
}

#fBanner .bx-pager {
    display: none;
}

section#fTheme {
    background: #738db0;
    padding: 19px 0;
}

#fTheme .fModuleTitle h3 {
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: normal;
}

#fTheme .fModuleTitle h3:after {
    display: none;
}

.fDetails ul li {
    border-right: 1px solid #fff;
}

.fDetails ul li:last-child {
    border-right: none;
}

.fDetails .d-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fDetails .d-flex>a {
    padding: 2px 10px;
    font-size: 25px;
    color: #fff;
    display: inline-block;
    text-align: center;
    transition: 0.6s all ease;
}

.fDetails p,
.fDetails p a {
    color: #fff;
    font-weight: 600;
    padding-top: 0px;
    font-size: 16px;
    margin: 0;
    line-height: normal;
}

section#fDetails {
    background: #001740;
    padding: 20px 0;
}

.fDetails span {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    display: block;
}

.fDetails ul li:hover .d-flex>a {
    color: #738db0;
    color: #345221;
}

#fWelcome .sideMenu ul {
    background: #001740;
}

#fWelcome .sideMenu ul li {
    border-bottom: 1px solid #fff;
}

#fWelcome .sideMenu ul li a {
    display: block;
    padding: 15px 8px;
    color: #fff;
    font-weight: bold;
}

.fWelcome ul li a.fGalleryImage {
    float: left;
    width: 30%;
    padding: 30px;
    border: 1px solid #ccc;
    margin-top: 50px;
    margin-right: 30px;
    box-shadow: -1px 4px 19px 0px rgb(0 0 0 / 13%);
    background: white;
}

.fWelcome ul li img.rounds-image2 {
    transform: translate(22rem, -42rem);
    width: 40%;
    z-index: -1;
    opacity: .3;
}

.fWelcome ul li>div {
    width: 100%;
    padding: 24px;
    text-align: justify;
    padding-bottom: 0;
    word-break: break-word;
    position: relative;
}

#fHighlight {
    background: #001740;
    background-attachment: fixed;
}

#fHighlight .listCheckBullet {
    padding: 0px 30px;
}

.fHighlight .fModuleTitle h3 {
    color: #fff;
}

.listCheckBullet li {
    list-style-image: url("../images/list-style.png");
    padding-left: 12px;
    margin-bottom: 20px;
    color: #fff;
}

.listCheckBullet li p {
    color: #fff;
}

.fOrganizers ul li a.fGalleryImage,
.fOrganizers ul li>div {
    display: block;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    background-color: #fff;
}

#fOrganizer {
    background-color: #bfd1e6;
}

.fOrganizers ul li a.fGalleryImage {
    border-bottom: 0;
    padding: 20px;
}

.fOrganizers ul {
    padding: 20px 0;
}

.fOrganizers ul li>div {
    border-top: 0;
}

.fOrganizers ul li>div h3 {
    margin-bottom: 0;
    font-weight: bold;
}

.fOrganizers ul li>div p {
    margin: 0;
    line-height: normal;
}

.fOrganizers ul li a.fGalleryImage img {
    border-radius: 50%;
    padding: 3px;
    border: 3px solid #ddd;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.fOrganizers ul li a.fGalleryImage img:hover {
    /*border: 3px solid #738db0;*/
}

.fInnerOrganizers ul li>div {
    background: #001740;
}

.fInnerOrganizers ul li>div p {
    color: #fff;
}

.fInnerOrganizers ul li>div p:first-child {
    display: none;
}

.fInnerOrganizers ul li>div h3 a {
    color: #fff;
    font-size: 1.1rem;
}

.fInnerOrganizers ul li>div h3 {
    margin-bottom: 0;
}

.privacy h2 {
    margin: 0;
    padding: 1.25rem 0;
    border-bottom: 1px solid #001740;
}


/*******************************************************
				Temporary CSS for Organizers
********************************************************/

#fSponsorship {
    background-image: url("../images/malay-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.down-bt {
    padding: 20px 25px;
    color: #fff;
    border: 2px solid #fff;
    font-size: 20px;
    background-color: transparent;
    position: relative;
    z-index: 0;
    transition: 0.6s all ease;
}

.down-bt:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #001740;
    z-index: -1;
    transition: 0.6s all ease;
}

.down-bt:hover:after {
    width: 100%;
}

.down-bt:hover {
    border: 2px solid #001740;
    color: #fff;
}

#fFooter {
    background: rgb(41, 85, 27);
    color: #fff;
    padding: 46px 0 15px;
    margin-top: 40px;
}

#fFooter p {
    color: #fff;
}

#fFooter .content.d-flex {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-height: 165px;
}

#fFooter ul.nav-stacked li a i {
    color: #fff !important;
}

#fFooter div.col-md-4:last-child .content {
    text-align: right;
}

#fFooter div.col-md-4:last-child .content ul {
    display: inline-block;
    width: 100%;
}

#fFooter div.col-md-4:last-child .content ul li {
    float: right;
    padding: 0 10px;
}

#fFooter div.col-md-4:last-child .content ul li a {
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

#fFooter div.col-md-4:last-child .content ul li:last-child a i {
    text-indent: 5px;
}

#fFooter div.col-md-4:last-child .content ul li:nth-child(2) a i,
#fFooter div.col-md-4:last-child .content ul li:first-child a i {
    text-indent: 5px;
}

#fAndreas {
    padding: 1px 0;
    background-color: #000;
    padding-bottom: 1rem !important;
    /*background: #9DCD5F;*/
    background: #80C396;
}

.nav-stacked>li {
    font-size: 16px;
}

#fAndreas p {
    color: #fff;
    margin: 0;
    padding: 1rem 0;
}

.fInnerSponsor ul li>a,
.fInnerSponsor ul li>div {
    float: left;
    padding: 0 20px;
    width: 40%;
    margin-top: 30px;
}

.fInnerSponsor ul li>div {
    width: 60%;
}

.fInnerSponsor ul li>div p:first-child {
    margin-top: 0;
}

.fInnerSponsor a.down-bt,
.fViewMore a.down-bt,
.registration a.down-bt,
.abstract a.down-bt {
    border: 3px solid #000;
    color: #000;
    font-size: 1rem;
    padding: 10px 15px;
    transition: 0.6s all ease;
}

.fInnerSponsor a.down-bt:hover,
.fViewMore a.down-bt:hover,
.registration a.down-bt:hover,
.abstract a.down-bt:hover {
    color: #fff;
    border: 3px solid #001740;
}

.fViewMore a.down-bt {
    padding: 10px 25px;
    margin-top: 20px;
}

.fInnerOrganizers ul li {
    /*	margin-bottom: 30px;*/
}

.fKeyHighlights ul li,
.fKeyHighlights ul {
    list-style-image: url(../images/list-style.png);
    padding-left: 12px;
    margin-bottom: 20px;
}

.fKeyHighlights ul {
    margin-bottom: 0;
    padding: 0 30px;
}

.fRegistration h3 i,
.fAbstract h3 i {
    -webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

.bx-wrapper .bx-controls-direction a {
    z-index: 0;
}

.registration .table-sec {
    margin-top: 30px;
}

.registration .table-sec table thead tr th {
    background: #001740;
    background: #345221;
}

.registration .table-sec table thead tr th p {
    color: #000;
}

.registration .table-sec table thead tr th,
.registration .table-sec table tbody tr td {
    vertical-align: middle;
    text-align: center;
}

.registration .table-sec table tbody tr:hover {
    background: #ccc;
    transition: 0.6s all ease;
}

.registration .table-sec table tr p {
    margin: 0;
}

.registration .table-sec th p strong {
    color: #fff;
}

.registration .table-sec p strong {
    color: #000;
}

.registration .table-sec p strong a {}

.registration .table-sec p strong a:hover {
    color: #9DCD5F;
}

.registration h2 {
    display: inline-block;
    position: relative;
    color: #345221;
}

.registration h2:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 2px;
    background: #345221;
}

.registration ul li,
.abstract ul li {
    position: relative;
    padding: 0 30px;
}

.registration ul li:after,
.abstract ul li:after {
    content: '\f00c';
    position: absolute;
    left: 0;
    top: 5px;
    padding: 3px;
    background: #001740;
    background: #6FC3C2;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.abstract ul li ol li,
.abstract ul li ol {
    list-style: decimal;
    padding: 0;
}

.abstract ul li ol li {
    padding: 0 15px;
}

.abstract ul li ol li:after {
    display: none;
}

.abstract table tr td p {
    margin: 0;
    padding: 0 10px;
}

.abstract table,
.abstract table.table-bordered tr td {
    border: 0;
}

.fBottom span a {
    color: #fff;
    padding: 0px 10px;
    border-right: 2px solid #fff;
}

.fBottom span:last-child a {
    border-right: none;
}

.bot-footer .content ul li {
    padding-bottom: 10px;
}

.bot-footer .content ul li a {
    color: #fff;
}

#fContentPost .stay ul li .content h3 {
    font-size: 1.5rem !important;
    margin: 15px 0;
}

.stay ul li {
    width: 30%;
    float: left;
    margin-right: 2%;
    padding: 15px;
    margin-top: 30px;
    border: 1px solid #2e318e;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(42, 42, 77, 1);
    -moz-box-shadow: 1px 1px 5px 0px rgba(42, 42, 77, 1);
    box-shadow: 1px 1px 5px 0px rgba(42, 42, 77, 1);
}

.stay ul,
.stay ul li,
.stay ul li .content ul li:last-child {
    list-style: none;
}

.stay ul li .content ul li {
    list-style: disc;
}

.stay ul li ul li {
    width: 100%;
    padding: 0;
    margin-top: 0;
    box-shadow: none;
    border: none;
}

.stay ul li .content ul li:last-child {
    padding: 0 10px;
}

.stay ul li .content a.down-bt {
    padding: 3px 15px;
    color: #fff;
    border-color: #000;
    margin-top: 10px;
    font-size: 15px;
}

.stay ul li .content a.down-bt:after {
    width: 100%;
}

.stay ul li .content a.down-bt:hover:after {
    background-color: #000;
}

.stay ul li .content a.down-bt:hover {
    color: #fff;
}

.venue {
    background-color: #f7f7f7;
}

.venue ul li {
    display: inline-block;
    width: 100%;
}

.venue ul li a.fGalleryImage {
    display: inline-block;
    float: left;
    width: 50%;
    padding: 15px;
}

.venue ul li .fGalleryText {
    float: left;
    width: 50%;
    padding: 15px;
}

.venue ul li .fGalleryText h3 a {
    font-size: inherit;
}

.main_first table tr td p,
.main_first table tr th p {
    text-align: center;
}

.main_first table thead tr th {
    background: #000;
}

.main_first table thead tr th p {
    color: #fff;
    font-weight: bold;
}

.mis ul li,
.mis ol li {
    margin-bottom: 15px;
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2rem;
    font-family: 'Open Sans', sans-serif;
}

.mis ol {
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    background: #001740;
    padding: 50px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    opacity: 0;
    overflow: hidden;
    height: 0;
    width: 80%;
    transition: 0.6s all;
}

.popup.show_up {
    opacity: 1;
    overflow: visible;
    height: auto;
}


/*#fFooter .popup p,
#fFooter .popup h3 {
	color: #000;
}*/

#fFooter .popup .signup-input {
    padding: 0 10%;
}

#fFooter .popup .newsletter {
    display: flex;
    align-items: center;
}

#fFooter .popup .newsletter input {
    padding: 0;
    margin: 0;
    height: 55px;
    background: #fff;
    border-radius: 30px 0 0 30px;
    text-align: left;
    color: #000;
    padding: 0 15px;
}

#fFooter .popup .newsletter button.fButton {
    display: inline-block;
    height: 55px;
    padding: 10px 30px;
    background-image: linear-gradient(45deg, #ed1c24, #f21c24);
    ;
    color: #fff;
    font-size: 20px;
    border: none;
    border-radius: 0 30px 30px 0;
}

#fFooter .popup .fModuleTitle h3 {
    position: relative;
    display: block;
    color: #fff;
}

#fFooter .popup .fModuleTitle h3 a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

#fFooter .popup .fModuleTitle h3:after {
    display: none;
}

#fFooter .popup .fModuleTitle h3 a i {
    font-size: 25px;
    color: #fff;
}

#fFooter .popup .fModuleContent a {
    color: #fff;
}

.registration table tr td {
    vertical-align: middle;
    text-align: center;
}

.registration table tr td p {
    margin: 0;
    text-align: center;
}


/**----**/

.fmodal-popupBox {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999999999;
}

.fmodal-popupBox .modal {
    z-index: 999999999;
    display: block;
    background-color: #0000008a;
}

.fmodal-popupBox .modal button {
    background: transparent;
    border: none;
    font-size: 34px;
}


/*************----------------***************/

body.width-full #fContent>.container {
    width: 100%;
    padding: 0;
}

body.width-full #fMatter {
    padding: 0;
}

body.title-off .fPageTitle {
    display: none;
}

.fabout-evendevices {}

#fContent>.container {
    /* width: 100% !important;*/
    padding: 0 !important;
}

.bx-wrapper img {
    width: 100%;
}

section {
    padding: 0 !important;
}

.bx-wrapper .bx-pager {
    bottom: 0 !important;
    ;
}

.bx-wrapper {
    margin: 0 !important;
    ;
}

div#fModule-11746 {
    background: #6FC3C2;
    padding: 29px 0;
    color: white;
}

div#fModule-11746 .fModuleTitle h3 {
    color: white;
}

div#fModule-11746 .fModuleTitle h3:after {
    background-color: #fff;
}

div#fModule-11747 {
    background: #345221;
    background: rgb(41, 85, 27);
    padding: 25px 0;
}


/***********----------------*****/

a.fButton,
input.fButton {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    font-weight: 600;
    background: #1f5f8a00;
    border-color: #1f5f8a;
    padding: 10px 25px;
    margin-top: 20p;
    font-size: 1rem;
    padding: 10px 15px;
    transition: 0.6s all ease;
    border: 2px solid #345221;
    color: #345221;
    position: relative;
}

a.fButton:hover,
input.fButton:hover {
    /* border: 2px solid #345221;
	background: #345221; */
    color: #fff;
    border: 2px solid #345221;
}

a.fButton:after,
input.fButton:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #345221;
    z-index: -1;
    transition: 0.6s all ease;
}

a.fButton:hover input.fButton:hover {
    border: 2px solid #345221;
}

a.fButton:hover:after,
input.fButton:after {
    width: 100%;
    z-index: 1;
}

a.fButton span,
input.fButton span {
    z-index: 11;
    position: relative;
}


/********-------------*********/

#fMatter h4 {
    font-size: 1.2em;
    color: #1729a7;
    color: #1F5F8A;
}

.fabout-evendevices {
    padding: 3rem 0;
    background-color: #FAF8FF;
}

span.sub-title {
    font-size: 16px;
    display: inline-block;
    border-radius: 30px;
    margin-bottom: 8px;
    margin: auto;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
}

.fabout-evendevices .about-inner-side h2 {
    font-size: 40px;
    margin: auto;
    font-weight: 700;
    line-height: 1.4;
}

.fabout-evendevices .about-inner-side h2 span {
    color: #80C396;
    font-style: italic;
}

.fabout-evendevices .about-inner-side p {
    width: 100%;
    padding: 20px 0px 0px 0px;
    margin-top: 0;
    color: #666;
    position: relative;
}

.fabout-evendevices .about-inner-side .quote-button {
    margin-top: 3rem;
}

.fabout-evendevices .admin-panel-img-One img {
    /* box-shadow: -11px 12px 14px 3px rgb(0 0 0 / 13%);
    border-radius: 10px;*/
    height: 519px;
    object-fit: cover;
    width: 91%;
}

.witr_counter_number_inn {
    padding: 1rem;
    text-align: center;
    box-shadow: 0 0 8px 0 #a1a1a1;
}

.witr_counter_number_inn .numbr {
    display: flex;
    align-items: baseline;
    width: fit-content;
    margin: auto;
}

.witr_counter_number_inn .numbr span.count {
    font-size: 40px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 0;
    color: #80C396;
}

.witr_counter_number_inn .numbr p {
    font-size: 40px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 0;
    color: #80C396;
    padding: 0;
    margin: 0;
    margin-left: 6px;
}

.fabout-evendevices .witr_counter_number_inn h4 {
    font-size: 16px;
    color: black !important;
    font-weight: 700;
    margin: 0;
}


/********-------------*********/

div#fModule-11754 {
    padding: 3rem 0;
}

img.rounds-image {
    position: absolute;
    width: 66%;
    right: 0;
    opacity: 0.7;
    transform: translate(22rem, 163px);
}

img.rounds-image2 {}

img.dotted {
    position: absolute;
    top: 0;
    width: 15%;
    z-index: -1
}

img.dotted1 {
    left: 0;
    transform: translate(-8rem, 0rem);
}

img.dotted2 {
    right: 0;
    bottom: 0;
    top: unset;
    transform: translate(14rem, 0rem);
}


/********-------------*********/

.four-newslatter {
    /* padding: 3rem 0; */
    position: relative;
}

.four-newslatter a.fGalleryImage {
    position: relative;
    display: block;
    height: 368px;
}

.four-newslatter a.fGalleryImage:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0000007a;
    height: 100%;
    width: 100%;
    background: linear-gradient( 86deg, rgb(31 95 138 / 88%) 34%, rgb(31 95 138 / 64%) 100%);
    background: linear-gradient( 86deg, rgb(111 195 194 / 88%) 34%, rgb(111 195 194 / 64%) 100%);
}

.four-newslatter a.fGalleryImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.four-newslatter .fGalleryText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2rem;
    /* text-align: center; */
    color: #fff;
    z-index: 1;
    width: 80%;
}

.four-newslatter .fGalleryText h2 {
    font-size: 40px;
    margin: auto;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    margin-top: 1rem;
}

.four-newslatter .fGalleryText p {
    position: relative;
    color: #FFFFFF;
    width: 91%;
}

.four-newslatter .fGalleryText span.sub-title {
    color: #ffffff;
    position: relative;
}

.four-newslatter .temform {
    position: relative;
    display: block;
    align-items: center;
}

.four-newslatter .fForm .temform .form-item input {
    width: 100%;
    background: #fff;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    border-radius: 5px;
    border: none;
    outline: 0;
    padding: 15px 30px;
    height: 67px;
    z-index: 999;
    color: black;
}

.four-newslatter .fForm .temform .buttons {
    width: 30%;
    border-radius: 5px;
    border: none;
    outline: 0;
    position: absolute;
    right: 4px;
    top: 4px;
    bottom: 4px;
    font-size: 16px;
    text-align: center;
    z-index: 2;
    cursor: pointer;
    padding: 10px 15px;
    -webkit-transition: .5s;
    transition: .5;
    padding-right: 0;
}

.four-newslatter .mc4wp-form-fields {
    margin-top: 3rem;
}

.four-newslatter .fForm .temform .buttons input {
    background: #345221;
    margin: 0;
    padding: 16px;
    padding: 15.5px 15px;
    width: 100%;
    min-width: 100%;
    /* padding-right: 0; */
    width: 100%;
    border-radius: 7px;
}

.temform .buttons {
    margin-top: 5px;
}

.temform input[type="submit"] {
    padding: 11.3px 20px !important;
}


/*******---------------****************/

.fOrganizers-wrapBiv {
    position: relative;
    padding: 3rem 0;
    color: white;
    /* background-image: url(https://storage.unitedwebnetwork.com/files/500/7eb53bedbac3dfa79d1fd8539b8fd85c.png); */
    background-color: #fff;
}

.fOrganizers-wrapBiv .fModuleTitle h3 {
    /* color: white; */
}

.fOrganizers-wrapBiv .fModuleTitle h3:after {
    display: none;
}

.fOrganizers-wrapBiv .IimeGalleryIneerbox {
    background: #001740;
    background: #1f5f8a;
    /*background: #9dcd5f;*/
    background: #80C396;
    position: relative;
    text-align: center;
    overflow: hidden;
    /*   -webkit-transition: .5s;
    transition: .5s;*/
    border: none;
    box-shadow: 0 5px 20px 0 #00000014;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 60px 10px 30px 10px;
    /*-webkit-transition: .5s;*/
    /* transition: .5s;*/
    margin-bottom: 2rem;
    min-height: 405px;
    height: 100%;
}

.con_detail_pg h3 {
    text-transform: uppercase;
    font-size: 2rem;
    color: #345221;
    text-align: center;
}

li#fModule--fGalleryItem-59423 {
    margin-left: 33% !important;
}

.fOrganizers-wrapBiv ul.fGalleryImages {
    justify-content: center;
    /*margin-top: 3rem;*/
}

.fOrganizers-wrapBiv .IimeGalleryIneerbox:hover {
    /*margin-top: -1rem;*/
}

.fOrganizers-wrapBiv .IimeGalleryIneerbox a.fGalleryImage {
    background: transparent;
    border: 2px solid #fffdfd;
    border: 2px solid #345221;
    max-width: 300px;
    aspect-ratio: 1/1;
    padding: 0;
    border-radius: 50%;
    margin: 0px auto;
    border-style: dashed;
    padding: 12px;
}

.fOrganizers-wrapBiv .IimeGalleryIneerbox a.fGalleryImage img {
    border: 0px solid #fffdfd;
    height: 100%;
    object-fit: cover
}

.fOrganizers-wrapBiv .IimeGalleryIneerbox a.fGalleryImage::before {
    /*content: '';
	position: absolute;*/
}

.fOrganizers-wrapBiv .IimeGalleryIneerbox .fGalleryText {}

.fOrganizers-wrapBiv .IimeGalleryIneerbox .fGalleryText h3 a {
    color: white;
}

.fOrganizers-wrapBiv .IimeGalleryIneerbox .fGalleryText p {
    color: white;
}

.fOrganizers-wrapBiv .fViewMore {
    z-index: 9;
}

.fOrganizers-wrapBiv .fViewMore a.down-bt {
    /* color: white;
    border: 3px solid #fff; */
}

.fOrganizers-wrapBiv .fViewMore a.down-bt:hover {
    /* border: 3px solid #2d1852; */
}


/*********-----------------******/

.fSponsor {
    padding: 3rem 0 0;
    position: relative;
    /* background-image: url(https://storage.unitedwebnetwork.com/files/500/50ab6a1836e393ad0d277c54ddfd2dee.jpg); */
    display: none;
}

.fSponsor:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* background: #0000007a;
    height: 100%;
    width: 100%;
    background: linear-gradient( 
86deg, rgb(0 23 64 / 88%) 34%, rgb(36 53 86 / 64%) 100%); */
}

.fSponsor .fModuleContent>div {
    background: linear-gradient( 86deg, rgb(0 23 64) 34%, rgb(0 23 64) 100%);
    width: 93%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 5px !important;
    /* width: 1000px; */
    vertical-align: middle;
    border-radius: 5px;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 48px;
    padding-right: 48px;
    margin: 0px auto;
    margin-top: 0;
    position: relative;
    transform: translateY(29px);
}

.fSponsor .fModuleContent>div:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(https://storage.unitedwebnetwork.com/files/500/c95b4c94196f76f50210b0fb10089112.png);
    /* background: #0000007a; */
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: .2;
}

.fSponsor .fModuleContent>div h2 {
    margin: 0;
    font-weight: 700;
    line-height: 1.98;
    color: #ffffff;
    display: inline-block;
    font-size: 2rem;
    margin-bottom: 0;
    position: relative;
    margin: 0;
}

.fSponsor .fModuleContent>div .down-bt {
    float: right;
    width: 64%;
}

.fSponsor .fModuleContent>div .row {
    margin: 0;
    display: flex;
    justify-content: center;
}


/*********--------------**************/

.fKeyHighlight {
    padding: 3rem 0;
    background-color: #FAF8FF;
}

.fKeyHighlight .side-content-lefttitle {}

.fKeyHighlight .side-content-lefttitle h2 {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    font-size: 2rem;
    font-weight: 800;
    color: #1f5f8a;
    color: #345221;
    text-transform: uppercase;
}

.fKeyHighlight .side-content-lefttitle p {
    width: 100%;
    /* padding: 20px 0px 0px 0px; */
    margin-top: 0;
    color: #666;
    position: relative
}

.fKeyHighlight .side-content-rightboxs4 {}

.fKeyHighlight .elementor-inner-column {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
}

.fKeyHighlight .elementor-col-1 {
    align-self: center;
    align-items: center;
    height: 100%;
    margin-top: 10rem;
}

.fKeyHighlight .elementor-col-2 {}

.fKeyHighlight .elementor-col-3 {
    margin-top: 10rem;
}

.fKeyHighlight .color-icon-box {
    margin-bottom: 3rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 29px;
    color: #fff;
    position: relative;
    transition: .5s;
}

.fKeyHighlight .color-icon-box:hover {
    box-shadow: 1px 1px 36px 0px #000000a3;
}

.fKeyHighlight .color-icon-box::before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat !important;
    background-position: 42px 17px !important;
    background-size: contain !important;
    opacity: 0.2;
}

.fKeyHighlight .is-color-inview1::before {
    background-image: url(https://storage.unitedwebnetwork.com/files/500/f4974d1e82f3ee44b3261182049220a9.png);
}

.fKeyHighlight .is-color-inview2::before {
    background-image: url(https://storage.unitedwebnetwork.com/files/500/78414357ac52e7578910b2abc2050ee9.png);
}

.fKeyHighlight .is-color-inview3::before {
    background-image: url(https://storage.unitedwebnetwork.com/files/500/4b070c57f157e5e274b0cd6e1d9d4056.png);
}

.fKeyHighlight .is-color-inview4::before {
    background-image: url(https://storage.unitedwebnetwork.com/files/500/99f21e3c8a45e793ce9f86136d03c3ff.png);
}

.fKeyHighlight .color-icon-box figure {
    width: 100%;
    display: block;
    margin-bottom: 21px !important;
}

.fKeyHighlight .color-icon-box figure img {
    height: 60px;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.fKeyHighlight .color-icon-box h5 {
    width: 100%;
    display: block;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 20px;
}

.fKeyHighlight .color-icon-box p {
    width: 100%;
    display: block;
    margin: 0;
    font-size: 14px;
    position: relative;
    color: white;
    line-height: 1.5;
}

.fKeyHighlight .is-color-inview1 {
    background: #001740;
    background: #1f5f8a;
    background: #80C396;
}

.fKeyHighlight .is-color-inview2 {
    background: #388B7C;
    background: #345221;
}

.fKeyHighlight .is-color-inview3 {
    background: #000;
    background: #6FC3C2;
}

.fKeyHighlight .is-color-inview4 {
    background: #001740;
    background: #80C396;
}


/******-----------**************/

.thank-you-Builder {
    background: url(https://storage.unitedwebnetwork.com/files/560/6efdf8a64d3e4b4486d80dfeb246403f.jpg);
    background-repeat: repeat;
    background-size: auto;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    text-align: center;
}

.thank-you-Builder header.fHeader1 {
    display: none;
}

.thank-you-Builder footer#fFooter {
    display: none;
}

.thank-you-Builder #nav-up {
    display: none;
}

.F-thank-you {
    position: relative;
    height: 100vh;
}

.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 .quote-button {
    margin: 2rem 0;
}

.thank-you-Builder h1#heading {
    display: none;
}

li#fModule--fGalleryItem-59448 {
    margin-left: 0 !important;
}


/*form-html*/

.cva-user-account-register-1466 .listing-header {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.cva-user-account-register-1466 select#ccy {
    width: 91%;
    height: 45px;
    font-size: 16px;
    border-radius: 5px;
}

.cva-user-account-register-1466 input[type="submit"] {
    background: #30b65e;
    color: #fff;
    border: none;
    font-size: 1.3rem;
    padding: 7px 15px 8px 15px;
    border-radius: 5px;
    width: auto;
}


/*.cva-user-account-register-1466 table.f-table {
    min-width: 35%;
    margin: 0 auto;
}*/


/*.cva-user-account-register-1466 .f-fieldset-body{ width:35%; margin:0 auto;}*/

.cva-user-account-register-1466 input {
    width: 100%;
    border-radius: 5px;
    padding: 10px;
}

.cva-user-account-register-1466 label {
    text-align: left;
}

.cva-user-account-register-1466 .buttons {
    text-align: right;
    width: 50%;
    margin: 0 auto;
    padding-left: 0px;
}

.cva-user-account-register-1466 .f-table td {
    padding: 5px 0 5px 0;
    text-align: right;
}

.fForm fieldset {
    background: #fff;
    padding: 20px;
}

.cva-user-account-register-1466 .fForm fieldset {
    background: #f9f9f9;
    padding: 20px;
    width: 60%;
    margin: 30px auto;
    border: 1px solid #e5e5e5;
}

.cva-user-login form#frm {
    width: 50%;
    margin: 0 auto;
    background: #f9f9f9;
    padding: 20px;
    margin: 30px auto;
    border: 1px solid #e5e5e5;
}

.cva-user-login input {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
}

.cva-user-login .fForm label {
    text-align: left;
}

div#hint-password {
    margin-left: 0px;
    text-align: right;
}

.fForm .buttons {
    padding-left: 0;
    text-align: right;
}

.cva-user-login input[type="submit"] {
    background: #30b65e;
    color: #fff;
    border: none;
    font-size: 1.3rem;
    padding: 7px 15px 8px 15px;
    border-radius: 5px;
    width: auto;
}

.view-error section#fMatter {
    text-align: center;
}

.view-error .f-button {
    background: #30b65e;
    color: #fff;
    border: none;
    font-size: 1.3rem;
    padding: 7px 15px 8px 15px;
    border-radius: 5px;
    width: auto;
}

.cva.fForm .form-item-type-checkbox .checkbox input[type=checkbox],
.fForm .form-item-type-checkbox .checkbox input[type=radio],
.fForm .form-item-type-radio .checkbox input[type=radio],
.fForm .form-item-type-boolean input[type=checkbox],
.fForm .form-item-type-boolean input[type=radio] {
    margin-top: -11px;
}

.fForm label {
    font-size: 1rem;
    font-weight: normal;
}

.fRegion.region-page-33771 {
    margin: 0 auto;
    text-align: left;
}

.fRegion.region-page-33771 img {
    height: 60px;
}

.fRegion.region-page-33771 ul.fMenu {
    display: inline-block;
    text-align: center;
}

.fRegion.region-page-33771 ul.fMenu li {
    background: #fff;
    box-shadow: 2px 2px 4px 2px #ccc;
    margin: 0 0px 30px 60px;
    padding: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.fRegion.region-page-33771 #fContent {
    margin: 0 auto;
}

.f-table td {
    font-size: 16px;
    font-weight: normal;
}

.f-table th,
.f-table tr.thead td {}

.table-itemsbox tbody tr:nth-child(odd) {
    background: #e9eff6;
}

.fModuleEnd.payment tr:nth-child(even) {
    background: #fff;
}

.f-table th,
.f-table tr.thead td {
    background: #30b65e
}

.fForm .form-heading {
    font-size: 2rem;
    text-align: center;
    text-transform: uppercase;
    color: #345221;
}

.cva-pages-module-33764.has-user div#fModule-32336 {
    width: 60%;
    margin: 0 auto;
}

.fForm input,
.fForm select,
.fForm textarea {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    padding: 10px;
}

.fForm label {
    text-align: left;
}

div#fModule-32336 .fModuleContent {
    margin-bottom: 50px;
}

.fForm .hint,
.fForm .error {
    margin-left: 0px;
}

.fForm .buttons input {
    margin: 0;
    background: #30b65e;
    border: none;
    color: #fff;
}

a.f-button.f-button-small.fButton.fButtonSmall {
    margin-top: 10px;
    margin-right: 10px;
}

a.f-button.f-button-small.fButton.fButtonSmall::after {
    background: none;
}

a.f-button.f-button-small.fButton.fButtonSmall:hover {
    background: #00CC33;
}

div#fModule-32347 {
    width: 60%;
    margin: 0 auto;
}

input#field_id_7117 {
    margin-top: 22px;
}

.abstract-list .path-abstract-submission-.cva-pages-module textarea {
    height: 100px !important;
}

form.fForm {
    width: 100%;
    margin: 0 auto;
}

.fForm fieldset legend {
    font-size: 2rem;
    margin-bottom: 30px;
    text-align: center;
    line-height: 60px;
    text-transform: uppercase;
    color: #345221;
}

.fForm fieldset {
    border-top: none;
}

.path-abstract-submission-.cva-pages-module .fForm .buttons input {
    margin: 0 13px 0 0;
}

.f-list-item-container {
    text-align: center;
}

fieldset.form-item-type-fieldset {
    width: 70%;
    margin: 0 auto;
}


/*form-html*/

.fsponsor .fGalleryImages {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.fsponsor .fGalleryItem img {
    max-width: 15rem;
    aspect-ratio: 1/1;
    object-fit: contain;
}


/**********************************Media Query**********************************/

@media (min-width: 992px) {
    #fModule-11764 ul li:first-child,
    #fModule-11766 ul li:first-child,
    #fModule-11760 ul li:nth-child(4),
    #fModule-11767 ul li:nth-child(4) {
        margin-left: 16.66666667%;
    }
    .fHeader1 .headermenu.set {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 9999;
        display: inline-block;
        background: #345221;
        border-top: 2px solid #345221;
        border-bottom: 2px solid #345221;
    }
    .fHeader1 .headermenu.set ul li a {
        padding: 1.5rem 0.8rem !important;
        color: #fff !important;
        transition: 0.6s all ease;
    }
    .fHeader1 .headermenu.set ul.fMenu>li:first-child a {
        padding: 0.9rem 0.7rem !important;
    }
}

@media (max-width: 1199px) {
    .fHeader1 #headermenu .main-menu ul li a,
    .fHeader1 .headermenu.set ul li a {
        padding: 1.2rem 0.3rem !important;
        font-size: 0.9rem;
    }
}

@media (max-width: 991px) {
    .cva-user-account-register-1466 input[type="submit"] {
        width: 100%;
    }
    .cva-user-account-register-1466 select#ccy {
        width: 100%;
        margin-top: 20px;
    }
    .cva-user-account-register-1466 .fForm fieldset {
        width: 70%;
    }
    .cva-user-account-register-1466 .listing-header {
        width: 70%;
    }
    .fRegion.region-page-33771 ul.fMenu li {
        width: 100%;
        margin: 0 0px 30px 0px;
    }
    .cva-pages-module-33764.has-user div#fModule-32336 {
        width: 80%;
    }
    .topheader .fModuleContent {
        width: 100%;
    }
    .fabout-evendevices .admin-panel-img-One img {
        height: auto;
    }
    li#fModule--fGalleryItem-59423 {
        margin-left: 0 !important;
    }
    .logo1 img {
        height: auto !important;
    }
    .logo1 {
        text-align: center;
    }
    .top-header h2 {
        font-size: 1.1rem;
    }
    div#fModule-32347 {
        width: 80%;
    }
    fieldset.form-item-type-fieldset {
        width: 80%;
    }
    .fForm .buttons {
        text-align: center;
    }
    .cva-user-login form#frm {
        width: 70%;
    }
    .navbar-toggle {
        display: block !important;
        background: #001740;
    }
    .navbar-toggle:hover {
        cursor: pointer;
    }
    .navbar-toggle .icon-bar {
        background: #fff;
    }
    .navbar-header {
        float: none !important;
    }
    .fHeader1 #headermenu .main-menu ul {
        width: 96%;
        position: absolute;
        right: 15px;
        text-align: left;
        top: 39px;
        background: #001740;
        padding: 20px 25px;
        display: none;
    }
    .fHeader1 #headermenu .main-menu ul li {
        float: none;
        display: block;
        border-bottom: 1px solid #fff;
    }
    .fHeader1 #headermenu .main-menu ul li:last-child {
        border-bottom: none;
    }
    .fHeader1 #headermenu .main-menu ul li a {
        color: #fff;
        display: block;
    }
    .fHeader1 #headermenu .main-menu ul li a:hover span {
        letter-spacing: 1px;
    }
    .fHeader1 .headermenu.set .navbar-toggle {
        border: 1px solid #fff;
    }
    .fHeader1 #headermenu .main-menu ul li a,
    .fHeader1 .headermenu.set ul li a {
        padding: 1.5rem 0.3rem !important;
    }
    .fHeader1 #headermenu .main-menu ul li ul {
        position: relative;
        z-index: 0;
        width: 100%;
        padding: inherit;
        right: 0;
        top: 0;
    }
    .fHeader1 .headermenu.set {
        border-bottom: 1px solid #fff !important;
    }
    .fHeader1 .fTextLogo {
        margin-top: 19px;
    }
    .fHeader1 .fLogo {
        width: 60%;
    }
    .fDetails ul li {
        margin-bottom: 30px;
    }
    .fDetails ul li:nth-child(2) {
        border-right: none;
    }
    .fDetails ul li:nth-child(3),
    .fDetails ul li:nth-child(4) {
        margin-bottom: 0;
    }
    .fOrganizers ul {
        text-align: center;
    }
    .fOrganizers ul li {
        float: none;
        display: inline-block;
        margin-bottom: 20px;
    }
    .fOrganizers ul li:last-child {
        margin-bottom: 0;
    }
    .down-bt {
        padding: 15px;
    }
    #fFooter .content.d-flex {
        min-height: 1px;
        justify-content: right;
    }
    #fFooter div.col-md-4:last-child .content {
        text-align: left;
    }
    #fFooter div.col-md-4:last-child .content ul li {
        float: left;
    }
}

@media (max-width: 767px) {
    .stay ul li {
        width: 100% !important;
    }
    html {
        font-size: 14px;
    }
    .fDetails ul li {
        border-right: none;
    }
    .fDetails ul li:nth-child(3) {
        margin-bottom: 20px;
    }
    #fFooter .content,
    #fFooter .content.d-flex,
    #fFooter div.col-md-4:last-child .content,
    .fHighlight .fModuleContent .col-sm-6 {
        text-align: center;
        justify-content: center;
    }
    #fFooter div.col-md-4:last-child .content ul li,
    #fHighlight .listCheckBullet {
        float: none;
        display: inline-block;
    }
    #fHighlight .listCheckBullet {
        width: 60%;
    }
    .listCheckBullet li {
        text-align: left;
    }
    .fDetails ul {
        padding: 0 30%;
    }
    .fDetails .d-flex {
        justify-content: flex-start;
    }
}

@media (max-width: 480px) {
    html {
        font-size: 13px;
    }
    .fHeader1 .fTextLogo,
    .fHeader1 .fLogo {
        float: none !important;
        width: 80%;
    }
    #fHighlight .listCheckBullet {
        width: 100%;
    }
    .fOrganizers ul li {
        width: 100%;
    }
    .fDetails ul {
        width: 70%;
        margin: 0 auto;
        padding: 0;
    }
    .popup {
        width: 100%;
        top: 60%;
    }
}

@media (max-width: 380px) {
    .fDetails ul {
        width: 79%;
    }
}


/*add-new-css*/

.top-header {
    display: flex;
}

.top-header h2 {
    font-size: 1.3rem;
    text-transform: uppercase;
    line-height: 28px;
    margin-top: 30px;
}

.logo1 {
    text-align: left;
}

.logo1 p {
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
}

.logo1 img {
    height: 114px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.fPageTitle {
    position: relative;
    color: #fff;
    text-align: center;
    padding: 9rem 0 5rem;
    background-image: url(https://storage.unitedwebnetwork.com/files/500/e188ffffee31a0426743367eb55d5f91.jpg);
    background-size: cover;
    min-height: 350px;
    height: 100%;
    margin-bottom: 30px;
}

.fPageTitle h1 {
    font-size: 2.3rem;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}

.logo2 {
    text-align: left;
    overflow: hidden;
}

.logo2 p {
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    color: #000 !important;
    padding-top: 0px !important;
}

.logo2 img {
    height: 10vh;
    margin-top: 60px;
}

.top-header ul {
    margin: 0;
    padding: 0;
}

.top-header ul li {
    margin: 0;
    padding: 0;
}

.dates {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 5px 5px #ebeceb;
    font-size: 15px;
    text-align: center;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.abstract h2 {
    text-decoration: underline;
    color: #345221;
    font-weight: bold;
}

.abstract h2:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 2px;
    background: #345221;
}

.fBottom {
    text-align: left;
}

.fBottom h4 {
    font-weight: bold;
}

#fAndreas p {
    text-align: center;
}

div#fModule-32349 .f-list-item-container {
    text-align: left;
}

span#f-list-node-id {
    display: block;
    position: relative;
    top: -50px;
    margin-bottom: 0px;
    /*font-size: 20px;*/
    color: #227159;
    font-weight: normal;
}

span#f-list-node-7119 {
    color: #227159;
    font-size: 20px;
    font-weight: bold;
}

.f-list-text {
    margin: -20px 0 0 0;
    font-style: normal;
    font-weight: 300;
}

div#fModule-32349 .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;
}

div#fModule-32348 .fModuleContent>div {
    position: relative;
}

div#fModule-32348 .fModuleContent>div:after {
    content: 'Abstract Details';
    position: absolute;
    top: 57px;
    left: 0;
    right: 0;
    height: 97px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 25px;
    color: #227159;
    text-align: center;
    z-index: 99999;
    bottom: 0;
    display: block;
    width: 100%;
    font-weight: bold;
}

#fModule-33417 h4 {
    color: #345221 !important;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}

#fModule-33417 li {
    text-align: center;
}

#fModule-33417 .fGalleryImage {
    padding: 1.5rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 15px 25px 0px rgb(0 0 0 / 8%);
    min-height: 242px;
    height: 100%;
    margin: 0 0px 30px 0;
}

#fModule-33506 .fGalleryImage {
    padding: 1.5rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 15px 25px 0px rgb(0 0 0 / 8%);
    min-height: 242px;
    height: 100%;
    margin: 0 0px 30px 0;
}

.sponsorships h3 {
    padding-top: 60px;
}

div#fModule-33637 .f-list-text {
    margin: 0 0 0 0;
    text-align: left;
    font-size: 16px;
}

div#fModule-33637 .f-list-item-container {
    text-align: left;
}

div#fModule-33637 .f-list-title {
    margin: 0px 0 5px 0;
    line-height: 25px;
    background: #f5f5f5;
}

div#fModule-33637 span#f-list-node-7119 {
    color: #227159;
    font-size: 17px;
    font-weight: 600;
}

div#fModule-33637 .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;
}

div#form-item-field_id_7252 label {
    float: none !important;
    font-size: 20px !important;
    width: 100% !important;
    color: #000 !important;
    font-weight: 600 !important;
}

form#user-form-736 .form-label {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #227159 !important;
    line-height: 25px;
}

form#user-form-736 table {
    font-size: 16px;
    color: #000 !important;
    margin-top: 5px;
}

div#hint-field_id_7120 strong {
    color: #000;
    font-size: 16px;
}

form#user-form-736 .form-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;
}

.row.row-equal {
    display: flex;
    flex-wrap: wrap;
}

.justify-center {
    justify-content: center;
}


/*----------User List Speaker----------*/

.user-list-speaker {
    text-align: center;
}

.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 #345221;
    margin-bottom: 10px;
}

.user-list-speaker .f-list-item-title,
.user-list-speaker .f-list-item-title a {
    color: #000;
    font-size: 1rem;
    font-weight: 600;
}

.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%;
    overflow: hidden;
}

.user-list-speaker .f-list-item-container:hover .f-list-item-teaser-image {
    transform: scale(1.05);
    transition: 0.3s all;
}

.user-list-speaker .f-list-item-subtitle,
.user-list-speaker .f-list-item-subtitle a {
    font-size: 0.85rem;
    color: #444;
}


/*----------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 {
    right: 1rem;
    top: 1.4rem;
    /*! transform: none; */
    height: 2rem;
    width: 2rem;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.25);
}

.fboxy-wrapper .fboxy-title {
    padding: 20px 0;
}

body .fboxy-title .fboxy-close::before,
body .fboxy-title .fboxy-close::after {
    background: #000;
    top: 0.5rem;
    height: 1rem;
}

.fboxy-wrapper.fboxy-wrapper-iframe {
    height: 60%;
    max-width: 840px;
}

.fboxy-wrapper.fboxy-wrapper-iframe .fboxy-body {
    position: absolute;
    top: 3rem;
    width: 100%;
    height: 100%;
}


/* 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: #345221;
}

.session-container {
    border-collapse: separate;
    border-spacing: 0 1rem;
    border: 1px solid #eaeaea;
}

body .session-container th {
    background: #345221;
    color: #fff;
    font-weight: bold;
}

.session-container td {
    /*! border-bottom: 1px solid #f7ae3f !important; */
}

.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;
}

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-people,
.session-people a {
    font-style: italic;
    font-size: 0.8rem;
}

.session-sub .session-people,
.session-sub .session-people a {
    padding-top: 0;
    margin-top: 0;
    color: #3f51b5;
    font-size: 0.8rem;
}

.session-title,
.session-title a {
    font-weight: bold;
    font-size: 1rem;
}

.session-title.session-sub-title {
    font-weight: 500;
    font-size: 0.9rem;
    opacity: 0.75;
    display: inline;
}

.session-venue {
    background: url('https://img.icons8.com/android/16/000000/marker.png') no-repeat right center;
    bottom: 1rem;
    border-radius: 1rem;
    padding: 0.25rem 0.5rem;
    background: rgba(254, 229, 0, 0.85);
    background: #b4b4b4;
    color: #fff;
    width: max-content;
    margin-top: 1rem;
    font-size: 0.7rem;
}

.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;
}

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;
    }
}

.session-container tr:hover td.session-track-27184 {
    background: #EAD1DC;
}

.session-container tr:hover td.session-track-27185 {
    background: #D9D2E9;
}

.session-container tr:hover td.session-track-27186 {
    background: #FFF2CC;
}

.session-container tr:hover td.session-track-27190 {
    background: #d4e5dc;
}

.session-container tr:hover td.session-track-27192 {
    background: #c2e4ff;
}

.session-people .session-people-role-27175 .session-people-role,
.session-people .session-people-role-27196 .session-people-role {
    display: inline-block;
}

.session-people .session-people-role-27175 .session-people-role:before,
.session-people .session-people-role-27196 .session-people-role:before {
    content: ' (';
}

.session-people .session-people-role-27175 .session-people-role:after,
.session-people .session-people-role-27196 .session-people-role:after {
    content: ')';
}

.content-type-27232 #content .container {
    padding: 0;
    margin: 10px;
}

.content-type-27232 .page-title {
    display: none;
}

.content-type-27232 .container {
    max-width: 100% !important;
    width: 100%;
}