/* CUSTOMIZE THE FONT
-------------------------------------------------- */
/** Montserrat Bold
@font-face {
    font-family: 'Montserrat-Bold';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Montserrat-Bold.woff2') format('woff2'),
         url('../fonts/Montserrat-Bold.woff') format('woff');


@font-face {
    font-family: 'Montserrat-BoldItalic';
    font-weight: 700;
    font-style: italic;
    src: url('../fonts/Montserrat-BoldItalic.eot');
    src: url('../fonts/Montserrat-BoldItalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Montserrat-BoldItalic.woff2') format('woff2'),
         url('../fonts/Montserrat-BoldItalic.woff') format('woff');
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    font-weight: 600;
    font-style: normal;
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
         url('../fonts/Montserrat-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'Montserrat-SemiBoldItalic';
    font-weight: 600;
    font-style: italic;
    src: url('../fonts/Montserrat-SemiBoldItalic.eot');
    src: url('../fonts/Montserrat-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Montserrat-SemiBoldItalic.woff2') format('woff2'),
         url('../fonts/Montserrat-SemiBoldItalic.woff') format('woff');
}

@font-face {
    font-family: 'Montserrat-Regular';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Montserrat-Regular.woff2') format('woff2'),
         url('../fonts/Montserrat-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Montserrat-Light';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/Montserrat-Light.eot');
    src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Montserrat-Light.woff2') format('woff2'),
         url('../fonts/Montserrat-Light.woff') format('woff');
}

@font-face {
    font-family: 'Montserrat-Medium';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Montserrat-Medium.woff2') format('woff2'),
         url('../fonts/Montserrat-Medium.woff') format('woff');
}
**/

/** PublicSans **/
@font-face {
    font-family: 'PublicSans-Light';
    src: url('../fonts/PublicSans-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'PublicSans';
    src: url('../fonts/PublicSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'PublicSans-Medium';
    src: url('../fonts/PublicSans-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'PublicSans-SemiBold';
    src: url('../fonts/PublicSans-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'PublicSans-Bold';
    src: url('../fonts/PublicSans-Bold.ttf') format('truetype');
}

.mwe-mt10 { margin-top: 10px; }
.mwe-mt20 { margin-top: 20px; }
.mwe-mt30 { margin-top: 30px; }
.mwe-mt40 { margin-top: 40px; }
.mwe-mt50 { margin-top: 50px; }
.mwe-mt60 { margin-top: 60px; }
.mwe-mt70 { margin-top: 70px; }
.mwe-mt80 { margin-top: 80px; }
.mwe-mt90 { margin-top: 90px; }
.mwe-mt100 { margin-top: 100px; }

.mwe-mb10 { margin-bottom: 10px; }
.mwe-mb20 { margin-bottom: 20px; }
.mwe-mb30 { margin-bottom: 30px; }
.mwe-mb40 { margin-bottom: 40px; }
.mwe-mb50 { margin-bottom: 50px; }
.mwe-mb60 { margin-bottom: 60px; }
.mwe-mb70 { margin-bottom: 70px; }
.mwe-mb80 { margin-bottom: 80px; }
.mwe-mb90 { margin-bottom: 90px; }
.mwe-mb100 { margin-bottom: 100px; }


/* MWE - BODY START */
body {
  	margin-top: 45px;
    /* background-color: aliceblue; */
    font-family: 'PublicSans';
}

b {
    font-family: 'PublicSans-SemiBold';
}

.whiteblue-wall { background-color: aliceblue; padding: 50px 0; }
.lightblack-wall { background-color: #252525; padding: 50px 0; }
.white-wall { background-color: #ffffff; padding: 50px 0; }
.grey-wall { background-color: #f3f3f1; padding: 50px 0; }
.orange-wall { background-color: #d5632a; }
.darkblue-wall { background-color: #8a6140; }
.softgrey-wall { background-color: #e8e8e8; }
.lightgrey-wall { background-color: #f3f3f1; }
.gradient-wall {
    background-color: #d5632a;
    background-image: linear-gradient(315deg, #d5632a 20%, #8a6140 80%);
}

.text-white { color: #ffffff; }
.text-orange { color: #d5632a; }
.text-darkblue { color: #8a6140; }
.text-grey { color: #6e6e6e; }

.required { color: red; }

span.strong { font-family: 'PublicSans-Medium'; }

a.mwe-btn-blue {
    font-size: 14px;
    font-family: 'PublicSans-Medium';
    background-color: #d5632a;
    border-radius: 30px;
    border-color:#d5632a;
    color:#fff;
    border: 1px solid#d5632a;
    padding: 24px 60px;
}

a.mwe-btn-blue:hover,
.mwe-btn-white:hover,
.mwe-btn-darkblue:hover {
    color: #fff;
    background-color: #d5632a;
    border-color: #d5632a;
}

.mwe-btn-white {
    font-size: 14px;
    font-family: 'PublicSans-Medium';
    background-color: transparent;
    border-radius: 30px;
    border-color: #ffffff;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 8px 40px;
}

.mwe-btn-darkblue {
    font-size: 14px;
    font-family: 'PublicSans-Medium';
    background-color: #8a6140;
    border-radius: 30px;
    color: #ffffff;
    border: 1px solid #8a6140;
    padding: 12px 50px;
}

button.mwe-submit {
    font-size: 14px;
    font-family: 'PublicSans-Medium';
    background-color: #d5632a;
    border-radius: 50px;
    border-color: #ffffff;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 8px 40px;
}

button.mwe-submit:hover {
    color: #ffffff;
    background-color: #8a6140;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.img-full-width {
    width: 100%;
}

/* Back to Top */
.grecaptcha-badge {
    bottom: 75px !important;
}

#back-to-top {
    display: none;
    text-align: center;
    z-index: 9;
    right: 20px;
    bottom: 30px;
    position: fixed;
    font-size: 18px;
    padding: 5px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: #d5632a;
    color: #ffffff;
    cursor: pointer;
}

#back-to-top:hover {
    background-color: #000000;
    -webkit-transition: 350ms all ease;
    transition: 350ms all ease;
}


/* TOGGLE ICON SIDEBAR NAVIGATION */
.exhibitor-toggle-subscribe #menu-toggle {
    top: 50%;
    right: 0;
    position: fixed;
    z-index: 999;
    background-color: #d5632a;
    padding: 5px 25px;
    font-size: 24px;
    color: #ffffff;
    border-radius: 0px;
    margin: 0 0 0 0;
    text-align: center;
    transition-duration: .3s;
    transition-property: transform;
}

.exhibitor-toggle-subscribe h5 {
    font-family: 'PublicSans';
    font-size: 18px;
    color: #ffffff;
}

.exhibitor-toggle-subscribe a#menu-toggle:hover {
    text-decoration: none;
    transform: scale(1.1);
}

.exhibitor-subscribe .modal-header button:focus {
    outline: transparent;
}

.exhibitor-subscribe .modal-header {
    border-bottom: transparent;
}

.exhibitor-subscribe .modal-content {
    background-color: transparent;
    border: 1px solid rgba(0,0,0,0);
}

.exhibitor-subscribe .modal-content .close {
    line-height: 0;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .7;
}

.exhibitor-visitor-subscribe {
    font-family: 'PublicSans-Light';
    color: #ffffff;
    text-align: center;
}

.exhibitor-visitor-subscribe .col { padding: 0; }

.register-exhibitor {
    padding: 50px 10px 50px 10px;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
}

.register-exhibitor i { font-size: 40px; margin-bottom: 20px; }
.register-exhibitor h5 { font-size: 28px; margin-bottom: 20px; }

.register-exhibitor h5>span {
    font-family: 'PublicSans-SemiBold';
    display: block;
}

.register-blue { background-color: #144e91; }
.register-orange { background-color: #d5632a; }


/* MWE - HOME */
.nav-logo {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #e8e8e8;
    padding: .75rem;
    width: 205px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav-logo.off {
    left: -50%;
}

.nav-logo img {
    height: auto;
    padding: .5rem;
}

.navbar {
    padding: 0;
    background-color: #e8e8e8;
    min-height: 45px;
}

.navbar .nav-link {
    font-family: 'PublicSans-Medium';
    color: #999999;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 1px solid #cbd0d5;
    text-align: center;
    min-width: 130px;
    padding: 14px;
    font-size: 12px;
}

.navbar .nav-link:hover {
    color: #d5632a;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.navbar .nav-item.active .nav-link {
    color: #d5632a;
}

.navbar .dropdown-item { font-size: 14px; color: #999999; }

.navbar button.dropdown-item:hover,
.navbar button.dropdown-item:active,
.navbar button.dropdown-item:focus,
.navbar a.dropdown-item:hover,
.navbar a.dropdown-item:active,
.navbar a.dropdown-item:focus {
    background-color: #d5632a;
    color: #ffffff;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.navbar button.dropdown-item.active,
.navbar a.dropdown-item.active{
    background-color: #d5632a;
    color: #ffffff;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.navbar .nav-item.org-bg {
    background-color: #df6745;
}

.navbar .nav-item.org-bg .nav-link {
    color: #ffffff;
    border-left: 1px solid #df6745;
}

.navbar .nav-item.blue-bg {
    background-color: #243c6a;
}

.navbar .nav-item.blue-bg .nav-link {
    color: #ffffff;
    border-left: 1px solid #243c6a;
}

/* Navbar Toggle */
.navbar-toggler {
    border: 1px solid #bcbcbc;
}

.navbar-toggler-icon {
    line-height: 1.5;
    color: #243c6a;
}
/* end Navbar Toggle */


/* navigation bar dropdown */
.dropdown-menu {
    padding: .5rem 0;
    margin: 0;
    background-color: #e8e8e8;
    border-radius: 0;
}

form.language-form button.dropdown-item:focus,
form.language-form button.dropdown-item:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}   
/* end navigation bar dropdown */


.banner-container {
    position: relative;
}

.banner-event-info {
    position: absolute;
    left: 0%;
    top: 0;
    z-index: 1;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
}

.banner-event-info ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -ms-flex-direction: row;
    flex-direction: row;
}

.banner-event-info .banner-event-item {
    margin: 15px;
    padding-left: 40px;
    display: inline-flex;
}

.banner-event-info .banner-event-item p {
    margin: 0;
}

.banner-event-info .banner-event-item.line {
    border-left: 1px solid #FFFFFF33;
}

.banner-event-info .banner-event-item.line-two {
    border-left: 1px solid #FFFFFF33;
}

#countdown-event {
    background-color: #d5632a;
}


#register-mwe-button {
    font-size: 14px;
    font-family: 'PublicSans-Medium';
    border-color: #ffffff;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 8px 20px;
    text-align: center;
    z-index: 99;
    right: 0px;
    bottom: 45%;
    position: fixed;
    font-size: 18px;
    border-radius: 40px 0px 0px 40px;
    background-color: #d5632a;
    color: #ffffff;
    cursor: pointer;

    /*animation-duration: 1s;
    animation-fill-mode: forwards;*/
}
/*#register-mwe-button:hover {
    background-color: #102248;
    animation-name: slide;
    animation-timing-function: ease;
    text-decoration: none;
}*/

#awards_registeration{
    font-size: 14px;
    font-family: 'PublicSans-Medium';
    background-color: transparent;
    border-radius: 30px;
    border-color: #ffffff;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 8px 40px;

    color: #ffffff;
    cursor: pointer;
}

#awards_registeration:hover{
    background-color: #102248;
    animation-name: slide;
    animation-timing-function: ease;
    text-decoration: none;
}

@keyframes slide {
    0%   { right: -60px; }
    100%  { right: 0px; }
}


.countdown-event-title h3 {
    text-align: end;
    color: #fff;
    line-height: normal;
    position: absolute;
    top: 24%;
    left: 0;
    right: 10px;
}

.countdown-event-info {
    /*position: absolute;
    left: 0%;
    top: 0;*/
    z-index: 1;
    color: #FFFFFF;
    width: 100%;
    text-align: left;
}

.countdown-event-info ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -ms-flex-direction: row;
    flex-direction: row;
}

.countdown-event-info .countdown-event-item {
    margin: 15px;
    padding-left: 10px;
    display: inline-flex;
}

.countdown-event-info .countdown-event-item p {
    margin: 0;
}

.countdown-timer li {
    padding-right: 10px;
}

.countdown-timer li span {
    display: block;
    text-align: center;
}

.social-list {
    list-style-type: none;
    position: absolute;
    left: 0;
    top: 40%;
    z-index: 1;
}

.social-list li {
    padding-left: 15px;
    padding-bottom: 0px!important;
    display: block!important;
}

.social-list a {
    color: #FFFFFF;
    margin-bottom: 10px!important;
}

.video-background{
    position: absolute;
    width: 100%;
    top: 0;
}

.mwe-carousel-inner .carousel-caption h1 {
    font-family: 'PublicSans-SemiBold';
    font-size: 60px;
    background-color: #d5632abd;
    padding: 10px 20px;
}

.mwe-carousel-inner .carousel-caption h1>small p {
    font-size: 24px;
    margin-top: 20px;
}

.mwe-carousel-inner .carousel-caption h2 {
    font-family: 'PublicSans-SemiBold';
    font-size: 60px;
}

.mwe-carousel-inner .carousel-caption {
    position: absolute;
    right: auto;
    /*top: 65%;*/
    top: 50%;
    left: 11%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    font-size: 48px;
}

.mwe-carousel-inner .carousel-caption-mwe{
    position: absolute;
    right: auto;
    top: 45%;
    right: 11%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    font-size: 48px;

    font-family: 'PublicSans-SemiBold';
    font-size: 60px;
    background-color: #d5632abd;
    padding: 10px 20px;
}

.mwe-carousel-inner .carousel-caption-mwe-button{

}


.mwe-carousel-inner .carousel-caption-subscribe h3 {
    font-family: 'PublicSans-SemiBold';
    font-size: 36px;
}

.mwe-carousel-inner .carousel-caption-subscribe {
    position: absolute;
    right: auto;
    top: 30%;
    left: 11%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

.mwe-carousel-inner .carousel-caption.center{
    top: 40%
}

/* MWE - SHOW FACTS */
.mwe-show-facts {
    font-family: 'PublicSans';
    color: #223b68;
}

.trade-conducted-full {
    position: absolute;
    top: 30%;
}

.mwe-show-facts h1.trade-conducted {
    font-size: 64px;
    margin: 0;
}

.mwe-show-facts h1.trade-conducted small {
    font-family: 'PublicSans-Bold';
    font-size: 35px;
}

.mwe-show-facts h1.text-darkblue,
.mwe-show-facts h1.text-orange {
    font-family: 'PublicSans-Bold';
}

.mwe-show-facts h3.text-darkblue,
.mwe-show-facts h3.text-orange {
    font-family: 'PublicSans-Medium';
    line-height: 20px;
    font-size: 26px;
}

.mwe-show-facts h3.number-companies {
    font-family: 'PublicSans-SemiBold';
    font-size: 68px;
    line-height: 70px;
}

hr.mwe-line-show-facts {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid #ffffff;
    width: 50px;
    display: inline-block;
}

.mwe-link-aboutus {
    padding: 50px 0;
}

.mwe-link-aboutus h4 {
    font-family: 'PublicSans-Medium';
    font-size: 18px;
}

/* MWE - DEDICATED */
.mwe-full .col-lg, .mwe-full .col-md {
    padding: 0;
}

.mwe-grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    background: #000000;
    text-align: center;
    cursor: pointer;
    margin: 0;
}

.mwe-grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.3;
}

.mwe-grid figure figcaption {
    padding: 2em;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mwe-grid figure figcaption::before,
.mwe-grid figure figcaption::after {
    pointer-events: none;
}

.mwe-grid figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mwe-grid figure figcaption > a {
    z-index: 1000;
    /*text-indent: 200%;*/
    white-space: nowrap;
}

.mwe-grid figure h2 {
    font-family: 'PublicSans';
    font-size: 28px;
}

.mwe-grid figure h2 span {
    font-weight: 800;
}

.mwe-grid figure h2,
.mwe-grid figure p {
    margin: 0;
}

.mwe-grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

figure.effect-dedicated {
    background: #c2cb1e;
}

figure.effect-dedicated img {
    width: 100%;
    max-width: 100%;
    height: auto;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-dedicated figcaption {
    text-align: center;
    padding: 10px 31px;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
    top: 35%;
}

figure.effect-dedicated h2 {
    position: relative;
    padding: 0.5em 0;
}

figure.effect-dedicated p {
    display: inline-block;
    margin: 0 0 0.25em;
    padding: 0.4em 1em;
    background: rgba(255,255,255,0.9);
    color: #8a6140;
    text-transform: none;
    font-weight: 500;
    font-size: 75%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-360px,0,0);
    transform: translate3d(-360px,0,0);
}

figure.effect-dedicated p:first-child {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-dedicated p:nth-of-type(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-dedicated p:nth-of-type(3) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-dedicated:hover p:first-child {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

figure.effect-dedicated:hover p:nth-of-type(2) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-dedicated:hover p:nth-of-type(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-dedicated:hover img {
    opacity: 1;
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}

figure.effect-dedicated:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-dedicated {
    background-color: #8a6140;
    width: 100%;
    height: 100%;
}

/* MWE - TESTIMONIALS */
.main-testimonial {
    background: #c2cb1e;
    color: #ffffff;
}

.gallery-cell {
    width: 100%;
}

.testimonial {
    text-align: center;
    max-width: 850px;
    margin: 100px auto 130px auto;
    padding: 0 20px;
}

.testimonial-avatar {
    width: 100px;
    border-radius: 50%;
}

.testimonial-quote {
    font-family: 'PublicSans';
    display: block;
    font-size: 18px;
    font-weight: 300;
    padding: 10px 0;
}

.testimonial-author {
    font-family: 'PublicSans-Bold';
    text-transform: uppercase;
    display: block;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
}

.testimonial-position {
    font-family: 'PublicSans';
    text-transform: uppercase;
    font-size: 12px;
}

.flickity-page-dots {
    bottom: 5%!important;
}

.flickity-page-dots .dot.is-selected {
    background: #ffffff;
}

section .testimonial-quote::before {
    content: "“";
    color: #ffffff;
    font-family: georgia, serif;
    font-size: 60px;
    position: absolute;
    left: 26%;
    top: 27%;
    z-index: -10;
    height: 100%;
}

section .testimonial-quote::after {
    content: "”";
    color: #ffffff;
    font-family: georgia, serif;
    font-size: 60px;
    position: absolute;
    right: 26%;
    top: 27%;
    z-index: -10;
    height: 100%;
}

hr.mwe-testimonial-line {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border: 0;
    border-top: 2px solid rgb(255 255 255);
    width: 50px;
    display: inline-block;
}

/* MWE - NEWS */
figure.effect-news img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 0.7;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px,0, 0);
    transform: translate3d(-40px,0,0);
}

figure.effect-news figcaption {
    text-align: left;
}

figure.effect-news figcaption > div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    height: 50%;
}

figure.effect-news h2,
figure.effect-news p {
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
}

figure.effect-news h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-news p {
    color: rgba(255,255,255,0.8);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}

figure.effect-news:hover img,
figure.effect-news:hover p {
    opacity: 1;
}

figure.effect-news:hover img,
figure.effect-news:hover h2,
figure.effect-news:hover p {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-news:hover p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}

.mwe-news-content {
    height: 100%;
    max-height: 100%;
    min-height: 100%;
    padding: 100px 60px;
}

.mwe-news-content h4 {
    font-family: 'PublicSans-Bold';
    max-height: 100%;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.mwe-news-content p {
    font-family: 'PublicSans-Medium';
    max-height: 100%;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

a.mwe-readmore {
    font-size: 12px;
    font-family: 'PublicSans-Medium';
    /*background-color: transparent;
    border-radius: 30px;
    border-color: #8a6140;*/
    color: #d5632a;
    border: none;
}

.effect-news-arrow-big::after {
    border-color: #e8e8e8;
    border-right-width: 16px;
    border-right-style: solid;
    right: 0%;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    top: 50%;
}

.effect-news-arrow::after {
    border-color: #f3f3f1;
    border-right-width: 16px;
    border-right-style: solid;
    right: 0%;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    top: 50%;
}

.effect-news-arrow-back::after {
    border-color: #f3f3f1;
    border-left-width: 16px;
    border-left-style: solid;
    left: 0%;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    top: 50%;
    z-index: 9;
}

hr.mwe-line-news {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border: 0;
    border-top: 2px solid rgb(43 66 110);
    width: 50px;
    display: inline-block;
}

/* MWE - NEWS AND PULSE */
.mwe-news-pulse {
    font-family: 'PublicSans-Light';
    color: #ffffff;
    text-align: center;
    padding: 10% 28%;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
}

.mwe-news-pulse h4 {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 50px;
}

/* MWE - Sponsors and Partners LOGOS */
.mwe-sponsors-partners-logos {
    padding: 30px 0;
}

.sponsors-partners-title h5 {
    font-family: 'PublicSans-Bold';
    font-size: 16px;
    text-align: center;
    margin: 0 0 30px 0;
    text-decoration: underline;
}


/* MWE - EXHIBITS LOGOS */
.mwe-exhibits-logos h4 {
    font-family: 'PublicSans';
    font-size: 24px;
    text-align: center;
}

.mwe-exhibits-logos .carousel {
    padding: 30px 0;
}

.mwe-exhibits-logos .carousel-control-next,
.mwe-exhibits-logos .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #8a6140;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}

.mwe-exhibits-logos .carousel-control-next:focus,
.mwe-exhibits-logos .carousel-control-next:hover,
.mwe-exhibits-logos .carousel-control-prev:focus,
.mwe-exhibits-logos .carousel-control-prev:hover {
    color: #8a6140;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.mwe-become-sponsor h4 {
    margin-bottom: 30px;
    padding: 0 150px;
    line-height: normal;
}

/* MWE - ABOUT */
/* MWE Overview */
.mwe-full-article { padding: 30px 30px; }

.mwe-article { padding: 0 30px 0 30px; }

.mwe-article-desc{
    padding-top: 15px;
    color: #8a6140;
}

.mwe-article-desc h5{
    font-family: 'PublicSans-Bold';
    font-size: 30px;
    padding: 0 0 30px 0 ;
}

.mwe-article-desc p {
    font-family: 'PublicSans-Medium';
    color: #8a6140;
}

.mwe-terms{
    padding-top: 15px;
    color: #8a6140;
    font-family: 'PublicSans-Medium';
}

.mwe-terms h5{
    color: #d5632a;
}

.mwe-article-link {
    font-family: 'PublicSans-Medium';
    color: #212529;
}

.mwe-article-link { padding: 50px 0 30px 0; }

.article-link-content { padding: 0 0 30px 0; }

.article-link-content h4 {
    font-family: 'PublicSans-Bold';
    font-size: 24px;
}

.article-link-content i {
    color: #d5632a;
    position: absolute;
    margin-left: -15px;
    margin-top: 3px;
}

.article-link-content a {
    font-size: 18px;
    color: #8a6140;
}

.article-link-content a:hover {
    color: #d5632a;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* MWE Organisers */
.organisers-logos { margin-bottom: 20px; }

.organisers-information {
    padding: 10px 100px 20px 0;
}

.organisers-information h5 {
    font-family: 'PublicSans-Bold';
    margin: 0;
    font-size: 24px;
}

.organisers-information p {
    font-family: 'PublicSans-Medium';
    color: #8a6140;
    margin-top: 20px;
}

/* MWE The Venue */
.mitec-location { padding: 20px 0; }

.mitec-address h5 {
    font-family: 'PublicSans-Medium';
    font-size: 18px;
    margin-left: 20px;
    display: inline;
}

.map-info {
    font-family: 'PublicSans-Medium';
    font-size: 16px;
    margin-top: 20px;
}

.map-info a {
    font-family: 'PublicSans-Medium';
    color: #828282;
}

.map-info a:hover {
    color: #d5632a;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.map-info p { margin-top: 10px; }

.mitec-map img { margin-top: 10px; }

.mitec-map p {
    font-family: 'PublicSans';
    text-align: center;
    font-style: italic;
    margin-top: 10px;
}


/* MWE - EXHIBITOR */
/* Hybrid Overview */
.mwe-virtual-and-physical-img { margin: 20px 0; }

.mwe-content-booth h4 {
    font-family: 'PublicSans-Medium';
    font-size: 20px;
    color: #d5632a;
}

.mwe-content-booth ul li {
    font-family: 'PublicSans-Medium';
    font-size: 16px;
    color: #8a6140;
}


/* Why Exhibit */
.mwe-elementor {
    font-family: 'PublicSans-Medium';
    border: 1px solid #ced4da;
    border-radius: 10px;
    padding: 15px 15px;
    color: #000;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
}

.mwe-elementor h1 {
    font-family: 'PublicSans-Bold';
    font-size: 46px;
    margin-bottom: 20px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: #d5632a;
    color: #fff!important;
    display: inline-block;
}

.mwe-elementor h4 { font-size: 24px; }

.mwe-elementor p {
    font-family: 'PublicSans';
    font-size: 16px;
    color: #757575;
}

.signup-exhibitor { margin: 50px 0 20px 0; }

.mwe-fullwidth-bg {
    padding: 80px 0;
}

.our-figures-story {
    color: #ffffff;
    font-family: 'PublicSans';
    text-align: center;
}

.brand-alongside-biggest {
    color: #8a6140;
    font-family: 'PublicSans';
    text-align: center;
}

.our-figures-story h1,
.brand-alongside-biggest h1 {
    font-family: 'PublicSans-SemiBold';
    font-size: 36px;
    margin-bottom: 20px
}

.our-figures-story h5 { font-size: 18px; }

.figures-info {
    font-family: 'PublicSans';
    color: #ffffff;
    text-align: center;
}

.figures-circle img {
    max-width: 30%;
    border-radius: 50%;
    padding: 10px;
    background-color: #243c6a;
    margin: 30px 0 10px 0;
}

.figures-content h5 {
    font-family: 'PublicSans-Medium';
    margin: 0;
}

.brand-alongside-biggest img {
    border: 1px solid #ced4da;
    border-radius: 10px;
    padding: 15px 15px;
    margin-top: 50px;
}

/* Who Should Exhibit */
.who-should-exhibit {
    font-family: 'PublicSans';
    color: #8a6140;
}

.mwe-exhibit-title h1 {
    font-family: 'PublicSans-SemiBold';
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #8a6140;
}

.elementor-classification {
    font-family: 'PublicSans-Medium';
    border: 1px solid #ced4da;
    border-radius: 10px;
    padding: 15px 15px;
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
}
.align_left{
    text-align: right;
}

.elementor-classification h4 {
    font-family: 'PublicSans-SemiBold';
    /* text-transform: uppercase; */
    font-size: 18px;
    text-align: center;
    background-color: #d5632a;
    color: #fff!important;
    border-radius: 50px;
    padding: 5px 10px;
}

.elementor-classification h3 {
    font-family: 'PublicSans-SemiBold';
    /* text-transform: uppercase; */
    font-size: 18px;
    text-align: center;
    background-color: #d5632a;
    color: #fff!important;
    /* border-radius: 50px; */
    padding: 15px 10px;
}

.elementor-classification p {
    text-align: left;
}

.elementor-classification a {
    font-family: 'PublicSans-SemiBold';
    width: 100%;
    font-size: 18px;
    text-align: right;
    font-weight: 600;
    /* background-color: #124ace; */
    color: #124ace !important;
    /* border-radius: 50px; */
    padding: 15px 10px;

}


.elementor-classification ol.classification-list li {
    font-family: 'PublicSans';
    font-size: 16px;
    color: #757575;
}

.elementor-classification p{
    font-family: 'PublicSans';
    font-size: 16px;
    color: #757575;
}

.diverse-products-content {
    font-family: 'PublicSans';
    background-color: #efefef;
    height: 100%;
    padding: 50px 50px;
    color: #8a6140;
}

/* 2021 Exhibitors */
.has-search .form-control {
    padding-left: 2.375rem;
    font-size: 16px;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

table.exhibitors-listing {
    font-size: 14px;
}

tr.exhibitors-list-title th {
    text-transform: uppercase;
    text-align: center;
}


/* MWE - VISITOR */
/* Why Visit */
#expect-skills { padding: 30px 0; }

.wrapper-skills {
    width: 100%;
    margin: 0 auto;
}

.wrapper-skills::after {
    content: "";
    clear: both;
    display: table;
}

.skill-container {
    width: 100%;
}

.skill-container:not(:last-child) {
    margin-bottom: 2rem;
}

.skillbar {
    background-color: #fff;
    height: 1.4rem;
    width: 100%;
    border-radius: 10rem;
    position: relative;
    overflow: hidden;
}

.imexporter-distributors,
.manufacturers,
.hypermarkets-supermarkets-retail,
.horeca,
.airlines-airports,
.banks-takaful-finance,
.hospital-healthcare,
.travel {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    z-index: 1;
    border-radius: 10rem;
}

.imexporter-distributors-skill,
.manufacturers-skill,
.hypermarkets-supermarkets-retail-skill,
.horeca-skill,
.airlines-airports-skill,
.banks-takaful-finance-skill,
.hospital-healthcare-skill,
.travel-skill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 55;
    transition: all 1.8s ease-in;
    border-radius: 10rem;
    background-color: #f06d06;
    background-image: linear-gradient( to right, #ff0000, #f06d06 );
}

.imexporter-distributors-skill { width: 52%; }
.manufacturers-skill { width: 28.2%; }
.hypermarkets-supermarkets-retail-skill { width: 25.3%; }
.horeca-skill { width: 17.8%; }
.airlines-airports-skill { width: 9.6%; }
.banks-takaful-finance-skill { width: 9.3%; }
.hospital-healthcare-skill { width: 8.6%; }
.travel-skill { width: 6%; }

.percent-skills {
    font-family: 'PublicSans-Medium';
    float: right;
    color: #fff;
    font-size: 14px;
    padding: 0 20px 0 0;
    margin: 0;
    line-height: 23px;
}

.title-skills {
    display: block;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}

/* Admission & Opening Hours */
.diverse-products-content h2 { font-family: 'PublicSans-Medium'; }

.opening-hours-detail { margin: 30px 0 20px 0; }

.opening-hours-detail h5 {
    font-family: 'PublicSans-Bold';
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
}

.dress-code {
    font-family: 'PublicSans-SemiBold';
    height: 100%;
    padding: 50px 50px;
    color: #8a6140;
}

.dress-code h4 {
    font-family: 'PublicSans-Bold';
    font-size: 24px;
    text-transform: uppercase;
}

.dress-code h5 {
    font-family: 'PublicSans-Medium';
    font-size: 18px;
}

.dress-code p {
    font-size: 14px;
    font-style: italic;
}

.dress-code img { margin: 20px 0; }

/* Pre-register As Trade Visitor */
.mwe-exhibit-title h4 {
    font-family: 'PublicSans-SemiBold';
    font-size: 24px;
    color: #8a6140;
}

.important-information-register {
    font-family: 'PublicSans';
    color: #8a6140;
    margin: 80px 0 30px;
}

.important-information-register h3 {
    font-family: 'PublicSans-Bold';
    font-size: 30px;
    padding: 0 0 20px 0;
}

.important-information-register ul li {
    margin-bottom: 10px;
}

.important-information-register h5 {
    font-family: 'PublicSans-SemiBold';
    color: #d5632a;
}

.important-information-register .privacy-policy {
    margin-top: 20px;
}

.important-information-register .privacy-policy a {
    color: #8a6140;
    text-decoration: underline;
}

.important-information-register .privacy-policy a:hover {
    color: #d5632a;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


/* Join Our Hosted Buyer Programme */
.hosted-buyer-programme {
    font-family: 'PublicSans';
    color: #8a6140;
}

.hosted-buyer-programme p a {
    font-family: 'PublicSans-SemiBold';
    color: #d5632a;
}


/* Programme - Knowledge Sharing */
.mwe-knowledge-sharing {
    font-family: 'PublicSans-Medium';
    padding: 0 0 50px 0;
}

.mwe-knowledge-sharing .schedule-item {
    border-bottom: 1px solid #dee2e6;
    padding-top: 30px;
    padding-bottom: 15px;
    transition: background-color ease-in-out 0.3s;
}

.mwe-knowledge-sharing .schedule-item h4 {
    font-family: 'PublicSans-SemiBold';
    font-size: 18px;
    color: #d5632a;
}

.mwe-knowledge-sharing .nav-tabs a {
    font-family: 'PublicSans-Medium';
    color: #8a6140;
}

.mwe-knowledge-sharing .nav-tabs .nav-item.show .nav-link,
.mwe-knowledge-sharing .nav-tabs .nav-link.active {
    color: #d5632a;
}

.schedule-item .join-btn .btn-primary {
    background-color: #fd6c6c;
    color: #fff;
    border: 1px solid #fd6c6c;
}

.schedule-item .join-btn .btn-primary:hover {
    background-color: #8a6140;
    color: #fff;
    border: 1px solid #8a6140;
}





/* MWE - CONTACT */
/* MWE Secretariat */
.mwe-contact {
    font-family: 'PublicSans';
    color: #8a6140;
    margin-top: 30px;
    margin-bottom: 30px;
}

.our-contact-details h1 {
    font-family: 'PublicSans-SemiBold';
    font-size: 48px;
    margin-bottom: 30px;
}

.mwe-get-in-touch p {
    font-family: 'PublicSans-Bold';
    text-transform: uppercase;
    margin-bottom: 0;
}

.mwe-get-in-touch h5 a {
    font-family: 'PublicSans-SemiBold';
    color: #d5632a;
}

.mwe-get-in-touch h5 a:hover {
    color: #8a6140;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.get-in-touch-content {
    border: 1px solid #ced4da;
    border-radius: 10px;
    padding: 15px 20px;
}

.contact-form h1 {
    font-family: 'PublicSans-Medium';
    margin-top: 30px;
}

.contact-form h5 {
    font-family: 'PublicSans-Medium';
    font-size: 18px;
    color: #757575;
}

.contact-form p {
    color: #757575;
    margin-bottom: 20px;
}

.contact-form h6 {
    font-family: 'PublicSans';
    color: #757575;
}

/* Matrade Network */
.network-nav.position-sticky { top: 45px; }

.network-nav .scroll {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.network-nav .scroll::-webkit-scrollbar { display: none; }

.network-nav .submenu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 0;
    clear: both;
    background-color: #fbf7fc;
    box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.15) !important;
}

.network-nav .submenu.visible {
    display: block;
    height: auto;
    border-top: 1px solid #e8e8e8;
}

.network-nav .dropdown {
    position: inherit;
}

.network-nav .dropdown-item {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 500;
    width: auto;
    clear: inherit;
    padding: 12px;
}

.network-nav .dropdown-toggle.visible {
    background: #fbf7fc;
}

.network-nav .dropdown-item.active, .network-nav .dropdown-item:active, .network-nav .dropdown-item:hover {
    background: #fff;
    color: #6a2c79;
}

.network-nav, .network-nav nav {
    font-size: 0;
}

.network-nav {
    background-color: #fff;
    position: relative;
    z-index: 2;
    clear: both;
    width: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}

.network-nav .vam {
    display: inline-block;
    vertical-align: middle;
}

.network-nav nav ul { margin-bottom: 0; padding: 0; }

.network-nav .scroller-con{
  position: relative;
  margin: 0 -15px;
}

.network-nav .nav {
    width: 100%;
    padding: 0 30px;
}

.network-nav .nav-item {
    display: inline-block;
    vertical-align: middle;
}

.network-nav a.nav-link {
    font-family: 'PublicSans-Medium';
    padding: 15px 0;
    font-size: 14px;
    color: #243c6a;
    margin-right: 15px;
    margin-left: 15px;
    width: 100%;
}

.network-nav a.nav-link:hover,
.network-nav a.nav-link:active,
.network-nav a.nav-link:focus {
    color: #d5632a;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.network-nav .scroller-con::before {
    font-family: "Font Awesome 5 Free";
    content: "\f053";
    font-weight: 900;
    font-size: 12px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    line-height: 50px;
    pointer-events: none;
    background-color: #FFFFFF;
    width: 30px;
    text-align: center;
    transition: opacity .2s;
}

.network-nav .scroller-con::after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 900;
    font-size: 12px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    line-height: 50px;
    pointer-events: none;
    background-color: #FFFFFF;
    width: 30px;
    text-align: center;
    transition: opacity .2s;
}

.network-nav .nav-link.active { color: #d5632a; }

.network-information {
    color: #565656;
    padding: 50px 0 20px;
}

.network-contact-title {
    margin-bottom: 30px;
}

.network-contact-title h1 {
    font-family: 'PublicSans-Bold';
    text-align: center;
}

.network-contact-title h3 {
    font-family: 'PublicSans-Bold';
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #565656;
    border-radius: 50px;
    padding: 8px 35px;
    font-size: 20px;
    margin: auto;
    width: max-content;
}

.network-contact-content {
    font-family: 'PublicSans-Medium';
    border-radius: 10px;
    padding: 30px 30px;
    box-shadow: 0px 0px 10px 0px rgba(170,170,170,0.5);
    height: 100%;
    max-height: 100%;
    min-height: 100%;
}

.network-contact-content h3 {
    font-family: 'PublicSans-Bold';
    margin-bottom: 10px;
    color: #000;
    text-transform: uppercase;
}

.network-contact-content address p a,
.network-contact-content ul li a {
    font-size: 16px;
    color: #757575;
}

.network-contact-content address p a:hover,
.network-contact-content ul li a:hover {
    color: #d5632a;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


/* MWE - FOOTER */
.mwe-organised-section {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
}

.label-text {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.mwe-image-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;

}

.mwe-image-container {
    /* width: 300px;
    height: 200px; */
    width: 210px;
    height: 140px;
    overflow: hidden;
    flex-shrink: 0; /* Prevent shrinking */
    /* border: 1px solid #ccc; */
}

.mwe-image-container img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* or 'contain' depending on your needs */
}

.mwe-governmnet-logos img {
    margin: 30px 0 30px 0;
}

footer.mwe-footer {
    color: #ffffff;
    font-family: 'PublicSans-Medium';
    padding: 50px 0;
}

footer.mwe-footer h4 {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 20px;
}

form.mwe-pulse-mail input.form-control {
    padding: 18px 10px;
    font-size: 12px;
    color: #ffffff;
    background-color: #4a5e83;
    border: 1px solid #ced4da00;
    border-radius: 0;
    margin-bottom: 20px;
}

form.mwe-pulse-mail .form-control::-webkit-input-placeholder {
  color: #bec6cc;
}
form.mwe-pulse-mail .form-control:-moz-placeholder {
  color: #bec6cc;
}
form.mwe-pulse-mail .form-control::-moz-placeholder {
  color: #bec6cc;
}
form.mwe-pulse-mail .form-control::placeholder {
  color: #bec6cc;
}
form.mwe-pulse-mail .form-control:-ms-input-placeholder {
  color: #bec6cc;
}

.mwe-footersitemap li a {
    font-size: 14px;
    font-family: 'PublicSans';
    color: aliceblue;
    line-height: 30px;
}

.mwe-footersitemap li a:hover {
    color: #d5632a;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.mwe-footer-socialmedia {
    font-size: 14px;
    font-family: 'PublicSans';
    color: aliceblue;
}

.mwe-footer-socialmedia img { margin-bottom: 20px; }

.mwe-footer-socialmedia address a {
    font-family: 'PublicSans';
    color: aliceblue;
}

.mwe-footer-socialmedia address a:hover {
    color: #d5632a;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.mwe-footer-socialmedia p>span {
    font-family: 'PublicSans-Medium';
    color: #ffffff;
}

.mwe-footer-socialmedia a {
    font-family: 'PublicSans';
    color: aliceblue;
}

.mwe-footer-socialmedia a:hover {
    color: #d5632a;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.mwe-socialmedia ul.social-network {
    list-style: none;
    display: inline;
    margin-left:0 !important;
    padding: 0;
}
.mwe-socialmedia ul.social-network li {
    display: inline;
    margin: 0 10px 0 0;
}

.mwe-socialmedia .social-network a.icofacebook:hover {
    background-color: #3b5998;
}
.mwe-socialmedia .social-network a.icoinstagram:hover {
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}
.mwe-socialmedia .social-network a.icotwitter:hover {
    background-color: #000000;
}

.mwe-socialmedia .social-network a.icoyoutube:hover {
    background-color: #ff0000;
}

.mwe-socialmedia .social-network a.icofacebook:hover i,
.mwe-socialmedia .social-network a.icoinstagram:hover i,
.mwe-socialmedia .social-network a.icotwitter:hover i,
.mwe-socialmedia .social-network a.icoyoutube:hover {
    color:#fff;
}

.mwe-socialmedia .social-circle li a {
    display:inline-block;
    position:relative;
    margin:0 auto 0 auto;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    text-align:center;
    width: 40px;
    height: 40px;
    font-size: 18px;
    /*border: 2px solid #fff;*/
    margin-bottom: 20px;
}

.mwe-socialmedia .social-circle li i {
    margin: 0;
    line-height: 40px;
    text-align: center;
}

.mwe-socialmedia .social-circle li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.mwe-socialmedia .social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

footer.mwe-copyright {
    font-family: 'PublicSans';
    color: #ffffff;
    text-align: center;
    padding: 15px 0;
}

footer.mwe-copyright p {
    font-size: 12px;
    margin: 0;
}

footer.mwe-copyright p a {
    font-family: 'PublicSans-Medium';
    color: #8a6140;
    margin-left: 10px;
    margin-right: 10px;
}

footer.mwe-copyright p a:hover {
    color: #d5632a;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.img-overlay{
    position: relative;
}

.img-overlay .overlay{
    /*background-color: #14243e;*/
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* In The News*/
.card-row .col-lg-3{
    margin-top: 15px;
}

.vertical-card-row .card{
    height: initial;
}

.card{
    margin-top:15px;
    height: 100%;
}

.card-date{
    color: #d5632a;
}

.card-title{
    font-weight: 700;
}

.card-text{
    color: #828282;
}

a.card-read-more{
    color: #d5632a;
    display: block;
    padding-top: 30px;
}

a.card-read-more:hover{
    color: #8a6140;
}

.news-source{
    padding-top: 50px;
}

.news-image{
    max-width: 50%;
}

.news-desc{
    padding-top: 15px;
}

.news-desc h5{
    font-family: 'PublicSans-Bold';
    font-size: 30px;
    padding: 15px 0 ;
}

.news-desc p {
    color: #828282;
}

.social-share{
    padding-top: 50px;
}

.share-title:disabled {
    color: #fff;
    background-color: #d5632a;
    opacity: 1;
}

.share-facebook{
    background-color: #3b5998;
}

.share-linkedin{
    background-color: #0e76a8;
}

.share-twitter{
    background-color: #00acee;
}
/* End In The News*/

.gallery-image{
    margin-bottom: 2rem;
    overflow: hidden;
    position: relative;
    border: 1px solid #ced4da;
    border-radius: 10px;
}

.gallery-image .overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #8a614099;
    z-index: 3;
    opacity: 0;
    transition: all 400ms ease;
}

.gallery-image .overlay p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    color: #FFFFFF;
    text-align: center;
}

.gallery-image .overlay:hover{
    opacity: 1;
}

.gallery-image img{
    -webkit-transition: 500ms all ease-out;;
    transition: 500ms all ease-out;;
}

.gallery-image img:hover{
    transform: scale(1.2, 1.2);
}


/* Conference Speakers */
#mwe-conference-speakers {}

#mwe-conference-speakers .speaker {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

#mwe-conference-speakers .speaker .details {
    background: rgb(240 93 56 / 85%);
    position: absolute;
    left: 0;
    bottom: -82%;
    right: 0;
    text-align: center;
    padding-top: 10px;
    height: 100%;
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    padding-left: 10px;
    padding-right: 10px;
}

#mwe-conference-speakers .speaker .details h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 24px;
}

#mwe-conference-speakers .speaker .details p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}

#mwe-conference-speakers .speaker:hover .details {
    bottom: 0;
}

#mwe-conference-speakers .carousel-indicators li {
    background-color: #d5632a;
}

#mwe-conference-speakers .carousel-indicators {
    bottom: -25px;
}


/* MWE - International Sourcing Programme (INSP) */
.insp-register { margin-bottom:20px; }

.insp-register h4 {
    font-family: 'PublicSans-SemiBold';
    font-size: 20px;
    text-align: center;
    background-color: #d5632a;
    color: #fff!important;
    border-radius: 0;
    padding: 5px 10px;
}


/* Getting To MWE */
.gettingtomwe-bookflights .table-bordered td, .table-bordered th,
.gettingtomwe-bookflights .table thead th { border: 1px solid #d5632a; }


/* MWE - MOBILE START */
@media only screen and (max-width: 1440px) {
    /* MWE - NAV */
    .nav-logo {
        padding: 0;
        width: 170px;
    }

    .banner-event-info { font-size: 14px; }

    /* MWE - BANNER */
    .mwe-carousel-inner .carousel-caption h1,
    .mwe-carousel-inner .carousel-caption h2 { font-size: 36px; }

    .mwe-carousel-inner .carousel-caption h1>small p {
        font-size: 18px;
        margin-top: 10px;
    }

    .mwe-carousel-inner .carousel-caption-subscribe h3 { font-size: 30px; }

    /* MWE - DEDICATED */
    .mwe-grid figure h2 { font-size: 22px; }

    section .testimonial-quote::before {
        font-size: 48px;
        left: 16%;
        top: auto;
        height: auto;
    }

    section .testimonial-quote::after {
        font-size: 48px;
        right: 16%;
        top: 26%;
        height: auto;
    }

    /* MWE - NEWS */
    .mwe-news-content { padding: 30px 30px; }

    .mwe-news-content h4 {
        -webkit-line-clamp: 3;
        font-size: 20px;
    }

    .mwe-news-pulse h4 {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 30px;
    }

    .mwe-news-content p { font-size: 14px; }

    .mwe-exhibits-logos h4 { font-size: 18px; }


    /* MWE - CONTACT */
    /* MWE Secretariat */
    .our-contact-details h1 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .mwe-get-in-touch h5 a { font-size: 18px; }

    .contact-form h1 { font-size: 30px; }

    .contact-form h5,
    .contact-form p { font-size: 16px; }


    /* MWE - FOOTER */
    footer.mwe-footer h4 { font-size: 14px; }
}

@media only screen and (max-width: 1366px) {
    /* Matrade Network */
    .network-nav .scroller-con { margin: 0 30px; }
}

@media only screen and (max-width: 1280px) {
    /* MWE - SHOW FACTS */
    .mwe-show-facts h1.trade-conducted { font-size: 55px; }

    .mwe-show-facts h3.number-companies {
        font-family: 'PublicSans-SemiBold';
        font-size: 50px!important;
        line-height: 60px!important;
    }

    .mwe-show-facts h3.text-darkblue, .mwe-show-facts h3.text-orange {
        font-family: 'PublicSans-Medium';
        line-height: 20px;
        font-size: 20px;
    }

    /* Matrade Network */
    .network-nav .scroller-con { margin: 0 50px; }


}

@media only screen and (max-width: 1170px) {
    /* MWE - NAV */
    .navbar .nav-link { min-width: 110px; }

    .nav-logo { width: 130px; }

    /* MWE - SHOW FACTS */
    .mwe-link-aboutus { padding: 50px 0 0; }

    .carousel-indicators li {
        width: 23px;
        height: 2px;
    }

    .social-list { top: 20%; }

    .mwe-socialmedia .social-circle li a {
        font-size: 14px;
        width: 30px;
        height: 30px;
    }

    .mwe-socialmedia .social-circle li i { line-height: 30px; }


    /* MWE - DEDICATED */
    .mwe-grid figure h2 { font-size: 16px; }

    figure.effect-dedicated figcaption { top: 30%; }

    /* MWE - TESTIMONIALS */
    .testimonial-quote { font-size: 16px; }

    .testimonial {
        text-align: center;
        max-width: 90%;
        margin: 80px auto 80px auto;
        padding: 0 20px;
    }

    section .testimonial-quote::before {
        font-size: 40px;
        left: 3%;
    }

    section .testimonial-quote::after {
        font-size: 40px;
        right: 3%;
        top: auto;
    }

    /* MWE - NEWS */
    .mwe-news-content h4 { font-size: 18px; }

    .mwe-news-content { padding: 20px 20px; }

    .effect-news-arrow-big::after,
    .effect-news-arrow::after {
        border-right-width: 13px;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }

    .effect-news-arrow-back::after {
        border-left-width: 13px;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }

    .mwe-news-pulse { padding: 10% 15%; }

    .mwe-news-pulse h4 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    /* MWE - EXHIBITS LOGOS */
    .mwe-become-sponsor h4 {
        margin-bottom: 20px;
        padding: 0 10px;
    }

    /* MWE - ABOUT */
    .mwe-article-desc h5 {
        font-size: 24px;
        padding: 0 0 10px 0;
    }

    .article-link-content h4 { font-size: 18px; }

    .article-link-content a { font-size: 14px; }

    /* MWE Organisers */
    .organisers-information h5 { font-size: 20px; }

    .organisers-information p {
        margin-top: 10px;
        font-size: 14px;
    }

    /* MWE The Venue */
    .mitec-address h5 {
        font-size: 16px;
        display: block;
        margin-left: 0;
        margin-top: 10px;
    }

    .map-info p, .mitec-map p { font-size: 14px; }

    /* MWE - EXHIBITOR */
    /* Why Exhibit */
    .mwe-elementor h1 {
        font-size: 30px;
        margin-bottom: 10px;
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .mwe-elementor h4 { font-size: 20px; }

    .our-figures-story h1, .brand-alongside-biggest h1 { font-size: 30px; }

    .mwe-fullwidth-bg { padding: 50px 0; }

    .our-figures-story h5 { font-size: 16px; }

    /* Who Should Exhibit */
    .mwe-exhibit-title h1 { font-size: 30px; }

    .elementor-classification h4 { font-size: 14px; }

    .elementor-classification ol.classification-list li { font-size: 14px; }

    .diverse-products-content h2 { font-size: 24px; }

    .diverse-products-content p { font-size: 14px; }

    .diverse-products-content { padding: 20px 20px; }


    /* MWE - VISITOR */
    /* Admission & Opening Hours */
    .opening-hours-detail h5 { font-size: 16px; }

    .dress-code h5 { font-size: 16px; }

    /* Pre-register As Trade Visitor */
    .mwe-exhibit-title h4 { font-size: 18px; }

    .important-information-register { margin: 30px 0 10px; }

    .important-information-register h3 {
        font-size: 24px;
        padding: 0 0 10px 0;
    }

    .important-information-register h5 { font-size: 18px; }
    .important-information-register p { font-size: 16px; }


    /* MWE - CONTACT */
    /* MWE Secretariat */
    .our-contact-details h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .contact-form h1 { font-size: 24px; }

    /* Matrade Network */
    .network-information { padding: 30px 0 10px; }

    .network-contact-title h1 { font-size: 30px; }

    .network-contact-title h3 { font-size: 18px; }

    .network-contact-content h3 { font-size: 20px; }

    .network-contact-content address p a,
    .network-contact-content ul li a,
    .network-contact-content ul li {
        font-size: 14px;
    }

    .network-nav .scroller-con { margin: 0 60px; }


    /* Conference Speakers */
    #mwe-conference-speakers .speaker .details h3 {
        font-size: 14px;
        line-height: 18px;
    }
}

@media only screen and (max-width: 1024px) {
    .banner-event-info .banner-event-item {
        margin: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 991px) {
    /* MWE - SHOW FACTS */
    .mwe-show-facts h1.trade-conducted { font-size: 48px; }

    .mwe-show-facts h1.trade-conducted small { font-size: 30px; }

    .mwe-show-facts h3.number-companies {
        font-size: 40px!important;
        line-height: 30px!important;
    }

    .mwe-show-facts h3.text-darkblue, .mwe-show-facts h3.text-orange {
        font-family: 'PublicSans-Medium';
        line-height: 15px;
        font-size: 18px;
    }

    .mwe-link-aboutus h4 { font-size: 14px; }

    /* MWE - BANNER */
    .mwe-carousel-inner .carousel-caption h1,
    .mwe-carousel-inner .carousel-caption h2 { font-size: 30px; }

    .mwe-carousel-inner .carousel-caption-subscribe h3 { font-size: 24px; }

    /* MWE - NEWS */
    .mwe-news-content { border-bottom: 1px solid #e8e8e8; }

    /* MWE - ABOUT */
    .mwe-full-article { padding: 30px 0; }

    .mwe-article { padding: 0 10px 0 10px; }

    /* MWE Organisers */
    .organisers-information h5 { font-size: 18px; }

    .organisers-information { padding: 0px 10px 0px 0; }

    /* Why Exhibit */
    .mwe-elementor h1 {
        font-size: 24px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .mwe-elementor h4 { font-size: 16px; }

    .mwe-elementor p { font-size: 14px; }


    /* MWE - VISITOR */
    /* Why Visit */
    #expect-skills { padding: 10px 0; }

    .title-skills { font-size: 16px; }

    .percent-skills {
        float: none;
        color: #8a6140;
        font-size: 14px;
        padding: 0 0 0 10px;
        margin: 0;
        line-height: 23px;
        position: absolute;
        left: 100%;
    }

    .skill-container:not(:last-child) {
        margin-bottom: 30px;
    }

    /* Admission & Opening Hours */
    .dress-code { padding: 30px 20px; }


    /* MWE - Sponsors and Partners LOGOS */
    .mwe-sponsors-partners-logos img { padding: 10px 0; }


    /* Conference Speakers */
    .speaker-emptywhite { display: none; }

    #mwe-conference-speakers .speaker .details { bottom: -87%; }
}

@media only screen and (max-width: 768px) {
    a.mwe-btn-blue, .mwe-btn-white { font-size: 12px; }

    /* MWE - NAV */
    .navbar .nav-link { min-width: 100%; }

    .navbar .nav-link { font-size: 10px; }

    .navbar .dropdown-item { font-size: 12px; }

    .banner-event-info .banner-event-item {
        margin: 12px 0 0 0;
        padding-left: 10px;
        display: inline-flex;
        font-size: 11px;
        padding-right: 10px;
    }

    .nav-logo { width: 120px; }

    /* MWE - BANNER */
    .mwe-carousel-inner .carousel-caption h1,
    .mwe-carousel-inner .carousel-caption h2 { font-size: 18px; }

    .mwe-carousel-inner .carousel-caption h1>small p {
        font-size: 14px;
        margin-top: 10px;
    }

    .mwe-carousel-inner .carousel-caption-subscribe h3 { font-size: 18px; }

    .mwe-carousel-inner .carousel-caption.center { top: 30%; }

    /* MWE - DEDICATED */
    .mwe-grid figure h2 { font-size: 14px; }

    /* MWE - TESTIMONIALS */
    .testimonial-quote { font-size: 14px; }

    /* MWE - NEWS */
    .mwe-news-content h4 { font-size: 14px; -webkit-line-clamp: 2; }

    .mwe-news-content { padding: 15px 20px; }

    hr.mwe-line-news {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .mwe-news-pulse { padding: 10% 5%; }

    .mwe-news-pulse h4 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    /* MWE - EXHIBITS LOGOS */
    .mwe-exhibits-logos h4 { font-size: 14px; }

    /* MWE - ABOUT */
    .mwe-article-desc h5 { font-size: 20px; }

    .mwe-article-desc p { font-size: 14px; }

    .article-link-content h4 { font-size: 16px; }

    .mwe-article-link { padding: 20px 0 10px 0; }

    .article-link-content { padding: 0 0 20px 0; }
}

@media only screen and (max-width: 767px) {
    /* TOGGLE ICON SIDEBAR NAVIGATION */
    .register-exhibitor h5 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .register-exhibitor i {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .register-exhibitor { padding: 30px 5px 30px 5px; }

    .exhibitor-toggle-subscribe #menu-toggle {
        padding: 5px 15px;
        font-size: 18px;
    }

    .exhibitor-toggle-subscribe h5 { font-size: 14px; }



    /* MWE - NAV */
    .navbar-toggler, .navbar-toggler:hover, .navbar-toggler:focus, .navbar-toggler:active {
        border: transparent;
        outline: transparent;
    }

    .navbar-toggler-icon:hover { color: #d5632a; }

    .navbar .nav-link {
        font-size: 13px;
        text-align: left;
    }

    .nav-logo.off { left: 100%; }

    /*.nav-logo {
        margin-left: auto!important;
        margin-right: auto!important;
        left: 0;
        right: 0;
    }*/

    .countdown-event-info { text-align: center; }
    .countdown-event-title h3 { display: none; }

    /* MWE - BANNER */
    .mwe-carousel-inner .carousel-caption h1,
    .mwe-carousel-inner .carousel-caption h2 { font-size: 36px; }

    .mwe-carousel-inner .carousel-caption-subscribe h3 { font-size: 30px; }

    .banner-event-info .banner-event-item { margin: 0; }

    .banner-event-info {
        position: initial;
        left: 0;
        top: 100%;
        width: 100%;
        background-color: #8a6140;
        padding: 15px 0;
    }

    .social-list { top: 10%; }

    .social-list a { margin-bottom: 0px!important; }

    /* MWE - SHOW FACTS */
    .grey-wall { padding: 30px 0; }

    .mwe-show-facts h1.trade-conducted { font-size: 36px; }

    .mwe-show-facts h3.text-darkblue, .mwe-show-facts h3.text-orange {
        line-height: normal;
        font-size: 14px;
        margin: 0;
    }

    .mwe-show-facts h3.number-companies {
        font-size: 30px!important;
        line-height: normal!important;
    }

    /* MWE - DEDICATED */
    .mwe-grid figure h2 { font-size: 20px; }

    figure.effect-dedicated figcaption {
        padding: 50px 10px;
        position: absolute;
        top: 35%;
    }

    figure.effect-dedicated figcaption.highlights-mwe { position: unset; }

    /* MWE - TESTIMONIALS */
    .testimonial { margin: 30px auto 100px auto; }

    /* MWE - NEWS */
    .effect-news-arrow-big::after,
    .effect-news-arrow::after,
    .effect-news-arrow-back::after {
        top: auto;
        left: 50%;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        bottom: -1px;
    }

    .effect-news-arrow-big::after { border-bottom: 10px solid #e8e8e8; }
    .effect-news-arrow::after, .effect-news-arrow-back::after { border-bottom: 10px solid #f3f3f1; }

    .mwe-news-content { padding: 10px 10px; }

    /* MWE - ABOUT */
    .mwe-article-link { padding: 20px 0 10px 25px; }

    /* MWE Organisers */
    .organisers-information h5,
    .organisers-information p { text-align: center; }

    .organisers-information { padding: 0; }


    /* MWE - EXHIBITOR */
    /* Why Exhibit */
    .mwe-mt20 { margin-top: 10px; }

    .our-figures-story h1, .brand-alongside-biggest h1 {
        font-size: 24px;
    }

    .our-figures-story h5 { font-size: 14px; }


    /* Who Should Exhibit */
    .mwe-exhibit-title h1 { font-size: 24px; margin-top: 0px; }

    .who-should-exhibit p { font-size: 14px; }

    .elementor-classification {
        padding: 15px 10px;
        margin-bottom: 0;
    }


    /* MWE - CONTACT */
    /* MWE Secretariat */
    .our-contact-details h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .mwe-get-in-touch h5 a, .mwe-get-in-touch p { font-size: 16px; }

    .contact-form h1 { font-size: 18px; }

    .get-in-touch-content {
        padding: 10px 20px;
        margin-bottom: 5px;
    }

    .contact-form h5, .contact-form p, .contact-form h6 {
        font-size: 14px;
    }

    .mwe-contact {
        margin-top: 0;
        margin-bottom: 10px;
    }

    /* Matrade Network */
    .network-information { padding: 20px 0 10px; }

    .network-contact-title { margin-bottom: 20px; }

    .network-contact-title h1 { font-size: 24px; }

    .network-contact-title h3 { font-size: 14px; }

    .network-contact-content h3 { font-size: 16px; }

    .network-contact-content { padding: 20px 20px; }

    .network-information .mwe-mb20 { margin-bottom: 10px; }

    .network-nav .scroller-con { margin: 0 10px; }


    /* MWE - FOOTER */
    .footer-information { margin-top: 30px; }

    footer.mwe-footer { padding: 20px 0; }
}

@media only screen and (max-width: 575px) {
    /* MWE - BANNER */
    .mwe-carousel-inner .carousel-caption h1,
    .mwe-carousel-inner .carousel-caption h2 { font-size: 30px; }

    .mwe-carousel-inner .carousel-caption-subscribe h3 { font-size: 24px; }

    /* MWE - SHOW FACTS */
    .trade-conducted-full {
        position: unset;
        top: auto;
        margin-bottom: 20px;
    }

    hr.mwe-line-show-facts { display: none; }

    .show-facts-information {
        margin-bottom: 10px;
        display: inline-block;
        position: relative;
        left: auto;
        right: auto;
        width: 45%;
    }

    .mwe-link-aboutus { padding: 30px 0; }

    /* MWE - DEDICATED */
    .mwe-grid figure h2 { font-size: 18px; }

    figure.effect-dedicated figcaption { top: 25%; }

    .mwe-news-pulse { padding: 6% 2%; }

    /* MWE - ABOUT */
    .mwe-article { padding: 0; }


    /* Conference Speakers */
    #mwe-conference-speakers .speaker .details { bottom: -90%; }
}

@media only screen and (max-width: 480px) {
    a.mwe-btn-blue, .mwe-btn-white { padding: 8px 20px; }

    /* MWE - NAV */
    .nav-logo { width: 85px; }

    .nav-logo img { padding: 8px; }

    /* MWE - BANNER */
    .mwe-carousel-inner .carousel-caption h1 {
        font-size: 21px;
        padding: 6px 10px;
    }

    /* MWE - BANNER */
    .mwe-carousel-inner .carousel-caption span {
        font-size: 11px !important;
        padding: 6px 10px;
    }

    .mwe-carousel-inner .carousel-caption h2 { font-size: 24px; }

    .mwe-carousel-inner .carousel-caption-subscribe h3 { font-size: 18px; }

    .mwe-socialmedia .social-circle li a { font-size: 12px; }

    .social-list li { padding-left: 3px; }

    .mwe-socialmedia .social-circle li a { width: 30px; height: 30px; }

    .mwe-socialmedia .social-circle li i { line-height: 30px; }

    .mwe-carousel-inner .carousel-caption.center { top: 20%; }

    /* MWE - COUNTDOWN TIMER */
    .banner-event-info .banner-event-item.line-two {
        border-left: transparent;
    }

    /* MWE - DEDICATED */
    .mwe-grid figure h2 { font-size: 16px; }

    figure.effect-dedicated figcaption { top: 0%; }

    /* MWE - CONTACT */
    /* Matrade Network */
    .network-nav .scroller-con { margin: 0 -15px; }
}

@media only screen and (max-width: 425px) {}

@media only screen and (max-width: 414px) {}

@media only screen and (max-width: 375px) {
    /* Conference Speakers */
    #mwe-conference-speakers .speaker .details { bottom: -90%; }
}

@media only screen and (max-width: 320px) {
    /* MWE - BANNER */
    .mwe-carousel-inner .carousel-caption h1 {
        font-size: 20px;
        padding: 6px 10px;
    }

    .mwe-carousel-inner .carousel-caption h2 { font-size: 20px; }

    .mwe-carousel-inner .carousel-caption-subscribe h3 { font-size: 14px; }

    /* MWE - SHOW FACTS */
    /*.mwe-show-facts-responsive { margin-top: 165px; }*/
}


