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

.ises-mt10 {
    margin-top: 10px;
}

.ises-mt20 {
    margin-top: 20px;
}

.ises-mt30 {
    margin-top: 30px;
}

.ises-mt40 {
    margin-top: 40px;
}

.ises-mt50 {
    margin-top: 50px;
}

.ises-mt60 {
    margin-top: 60px;
}

.ises-mt70 {
    margin-top: 70px;
}

.ises-mt80 {
    margin-top: 80px;
}

.ises-mt90 {
    margin-top: 90px;
}

.ises-mt100 {
    margin-top: 100px;
}

.ises-mb10 {
    margin-bottom: 10px;
}

.ises-mb20 {
    margin-bottom: 20px;
}

.ises-mb30 {
    margin-bottom: 30px;
}

.ises-mb40 {
    margin-bottom: 40px;
}

.ises-mb50 {
    margin-bottom: 50px;
}

.ises-mb60 {
    margin-bottom: 60px;
}

.ises-mb70 {
    margin-bottom: 70px;
}

.ises-mb80 {
    margin-bottom: 80px;
}

.ises-mb90 {
    margin-bottom: 90px;
}

.ises-mb100 {
    margin-bottom: 100px;
}


/* ISES - BODY START */
a {
    text-decoration: none;
}

body {
    margin-top: 45px;
    background-color: #ffffff;
    font-family: 'PublicSans';
}

.white-wall {
    background-color: #ffffff;
    padding: 50px 0;
}

.grey-wall {
    background-color: #f3f3f1;
    padding: 30px 0;
}

.orange-wall {
    background-color: dodgerblue;
}

.darkblue-wall {
    background-color: #2b426e;
}

.softgrey-wall {
    background-color: #e8e8e8;
}

.lightgrey-wall {
    background-color: #f3f3f1;
}

.gradient-wall {
    background-color: dodgerblue;
    background-image: linear-gradient(315deg, dodgerblue 20%, #2b426e 80%);
}

.text-white {
    color: #ffffff;
}

.text-blue {
    color: dodgerblue;
}

.text-darkblue {
    color: #2b426e;
}

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

a.ises-btn-blue {
    font-size: 14px;
    font-family: 'PublicSans-Medium';
    background-color: transparent;
    border-radius: 30px;
    border-color: #2b426e;
    color: #2b426e;
    border: 1px solid #2b426e;
    padding: 8px 40px;
}

a.ises-btn-link {
    font-size: 20px;
    font-weight: bold;
    font-family: 'PublicSans-Medium';
    background-color: #2b426e;
    border-radius: 30px;
    border-color: #2b426e;
    color: white;
    border: 1px solid #2b426e;
    padding: 8px 40px;
}

a.ises-btn2 {
    /* font-size: 20px; */
    font-weight: bold;
    font-family: 'PublicSans-Medium';
    background-color: #2b426e;
    border-radius: 30px;
    border-color: #2b426e;
    color: white;
    border: 1px solid #2b426e;
    padding: 8px 40px;
}

a.ises-btn-blue:hover,
.ises-btn-white:hover, {
    color: #fff;
    background-color: dodgerblue;
    border-color: dodgerblue;
}

a.ises-btn-link:hover, a.ises-btn2:hover {
    color: #2b426e;
    background-color: transparent;
    border-color: #2b426e;
}

.ises-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;
}

button.ises-submit {
    width: 100%;
    font-size: 14px;
    font-family: 'PublicSans-Medium';
    background-color: #22346a;
    border-radius: 50px;
    border-color: #ffffff;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 8px 40px;
}

button.ises-submit:hover {
    color: #ffffff;
    background-color: dodgerblue;
    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;
}


/* Back to Top */
#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: 0;
    background-color: dodgerblue;
    color: #ffffff;
    cursor: pointer;
    border-color: dodgerblue;
}

#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: dodgerblue;
    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: dodgerblue;
}


/* ISES - HOME */
.nav-logo {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #243c6a;
    padding: 1rem;
    width: 175px;
    -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: 1rem;
}

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

.navbar .nav-link {
    font-family: 'PublicSans-Medium';
    color: #243c6a;
    border-left: 1px solid #cbd0d5;
    text-align: center;
    min-width: 130px;
    padding: 12px;
    font-size: 12px;
}

.navbar .nav-link:hover {
    color: dodgerblue;
    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: dodgerblue;
}


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

.navbar a.dropdown-item:hover,
.navbar a.dropdown-item:active,
.navbar a.dropdown-item:focus {
    background-color: dodgerblue;
    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 a.dropdown-item.active {
    background-color: dodgerblue;
    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 */

.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: dodgerblue;
}


#register-ises-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: dodgerblue;
    color: #ffffff;
    cursor: pointer;

    /*animation-duration: 1s;
    animation-fill-mode: forwards;*/
}

/*#register-ises-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: 20%;
    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;
}

.ises-carousel-inner .carousel-caption h1 {
    font-family: 'PublicSans-SemiBold';
    font-size: 60px;
    background-color: #3494f3ab;
    padding: 10px 20px;
    opacity: .8;
}

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

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

.ises-carousel-inner .carousel-caption {
    position: absolute;
    right: auto;
    bottom: 1%;
    left: 10%;
    margin-right: 5%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    font-size: 48px;
}

.ises-carousel-inner .carousel-caption-ISES {
    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: dodgerbluebd;
    padding: 10px 20px;
}

/* 
.ises-carousel-inner .carousel-caption-ises-button{

} */


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

.ises-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;
}

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

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

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

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

.ises-show-facts h3.trade-conducted span {
    line-height: 70px;
    font-size: 64px;
    margin: 0;
}

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

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

hr.ises-line-show-facts {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid rgb(243 243 241);
    width: 50px;
    display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

figure.effect-dedicated {
    background: #2b426e;
}

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: #2b426e;
    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: 0.4;
    -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: #2b426e;
    width: 100%;
    height: 100%;
}

/* ISES - TESTIMONIALS */
.main-testimonial {
    background: dodgerblue;
    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.ises-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;
}

/* ISES - 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);
    object-fit: cover;
    object-position: center;
    max-height: 100%;
}

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;
}

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

.ises-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;
}

.ises-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.ises-readmore {
    font-size: 12px;
    font-family: 'PublicSans-Medium';
    /*background-color: transparent;
    border-radius: 30px;
    border-color: #2b426e;*/
    color: dodgerblue;
    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.ises-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;
}

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

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

/* ISES - Sponsors and Partners LOGOS */
.ises-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;
}


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

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

.ises-exhibits-logos .carousel-control-next,
.ises-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: #2b426e;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}

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

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

/* ISES - ABOUT */
/* ISES Overview */
.ises-full-article {
    padding: 50px 30px;
}

.ises-article {
    padding: 0 15px;
    text-align: justify;
    text-justify: inter-word;
}

.ises-article-content {
    padding: 15px 0;
    color: #2b426e;
}

.ises-article-content h5 {
    font-family: 'PublicSans-Bold';
    font-size: 24px;
    padding: 0 0 10px 0;
}

.ises-article-content p {
    font-family: 'PublicSans-Medium';
    color: #2b426e;
}

.ises-terms {
    padding-top: 15px;
    color: #2b426e;
    font-family: 'PublicSans-Medium';
}

.ises-terms h5 {
    color: dodgerblue;
}

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

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

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

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

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

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

.article-link-content a:hover {
    color: dodgerblue;
    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;
}

/* ISES 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: #2b426e;
    margin-top: 20px;
}

/* ISES 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: dodgerblue;
    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;
}


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

.ises-content-booth h4 {
    font-family: 'PublicSans-Medium';
    font-size: 20px;
    color: dodgerblue;
}

.ises-content-booth ul li {
    font-family: 'PublicSans-Medium';
    font-size: 16px;
    color: #2b426e;
}


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

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

.ises-elementor h5 {
    font-family: 'PublicSans-Medium';
}

.ises-elementor p {
    font-family: 'PublicSans';
}

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

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

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

.brand-alongside-biggest {
    color: #2b426e;
    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: #2b426e;
}

.ises-exhibit-title h1 {
    font-family: 'PublicSans-SemiBold';
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #2b426e;
}

.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: dodgerblue;
    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: dodgerblue;
    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-Light';
    font-size: 16px;
    color: #2b426e;
}

.elementor-classification p {
    font-size: 16px;
}

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

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


/* ISES - 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: #2b426e;
}

.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 */
.ises-exhibit-title h4 {
    font-family: 'PublicSans-SemiBold';
    font-size: 24px;
    color: #2b426e;
}

.important-information-register {
    font-family: 'PublicSans';
    color: #2b426e;
    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: dodgerblue;
}

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

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

.important-information-register .privacy-policy a:hover {
    color: dodgerblue;
    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: #2b426e;
}

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


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

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

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

.ises-knowledge-sharing .nav-tabs a {
    font-family: 'PublicSans-Medium';
    color: #2b426e;
}

.ises-knowledge-sharing .nav-tabs .nav-item.show .nav-link,
.ises-knowledge-sharing .nav-tabs .nav-link.active {
    color: dodgerblue;
}

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

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





/* ISES - CONTACT */
/* ISES Secretariat */
.ises-contact {
    font-family: 'PublicSans';
    color: #2b426e;
    margin-top: 30px;
    margin-bottom: 30px;
}

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

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

.ises-get-in-touch h5 a {
    font-family: 'PublicSans-SemiBold';
    color: dodgerblue;
}

.ises-get-in-touch h5 a:hover {
    color: #2b426e;
    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: dodgerblue;
    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: dodgerblue;
}

.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: dodgerblue;
    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;
}


/* ISES - FOOTER */
.ises-governmnet-logos {
    margin: 20px 0;
    display: flex;
    min-height: 150px;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    flex-flow: wrap;
}

.logo-box a {
    height: 100px;
}

.logo-box {
    /* display: inline-flex;
    flex-direction: column; */
    max-width: 200px;
    margin: 0 30px;
}

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

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

form.ises-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.ises-pulse-mail .form-control::-webkit-input-placeholder {
    color: #bec6cc;
}

form.ises-pulse-mail .form-control:-moz-placeholder {
    color: #bec6cc;
}

form.ises-pulse-mail .form-control::-moz-placeholder {
    color: #bec6cc;
}

form.ises-pulse-mail .form-control::placeholder {
    color: #bec6cc;
}

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

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

.ises-footersitemap li a:hover {
    color: dodgerblue;
    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;
}

.ises-footer-socialmedia {
    font-size: 14px;
    font-family: 'PublicSans';
    color: #bec6c7;
}

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

.ises-footer-socialmedia address a {
    font-family: 'PublicSans';
    color: #bec6c7;
}

.ises-footer-socialmedia address a:hover {
    color: dodgerblue;
    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;
}

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

.ises-footer-socialmedia a {
    font-family: 'PublicSans';
    color: #bec6c7;
}

.ises-footer-socialmedia a:hover {
    color: dodgerblue;
    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;
}

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

.ises-socialmedia ul.social-network li {
    display: inline;
    margin: 0 10px 0 0;
}

.ises-socialmedia .social-network a.icofacebook:hover {
    background-color: #3b5998;
}

.ises-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%);
}

.ises-socialmedia .social-network a.icotwitter:hover {
    background-color: black;
}

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

.ises-socialmedia .social-network a.icolinkedin:hover {
    background-color: #0a66c2;
}

.ises-socialmedia .social-network a.icotiktok:hover {
    background-color: black;
}

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

.ises-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: 35px;
    height: 35px;
    font-size: 18px;
    /*border: 2px solid #fff;*/
    margin-bottom: 20px;
    background: #ffffff70;
    text-shadow: 1px 1px 20px #ffffff;
}

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

.ises-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;
}

.ises-socialmedia .social-circle i {
    /* color: #fff; */
    color: black;
    -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.ises-copyright {
    font-family: 'PublicSans';
    color: #2b426e;
    text-align: center;
    padding: 15px 0;
}

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

footer.ises-copyright p a {
    font-family: 'PublicSans-Medium';
    color: #2b426e;
    margin-left: 10px;
    margin-right: 10px;
}

footer.ises-copyright p a:hover {
    color: dodgerblue;
    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-bottom: 15px; */
    height: 100%;
}

.card-date {
    color: dodgerblue !important;
}

.card-title {
    font-size: 20px !important;
    color: #2b426e;
}

.card-text {
    color: #828282;
    font-family: 'PublicSans' !important;
}

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

a.card-read-more:hover {
    color: #2b426e;
}

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

.news-image {
    max-width: 50%;
    margin-bottom: 20px;
}
/* 
.news-desc {
    padding-top: 15px;
    font-family: 'PublicSans';
} */

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

.news-desc p {
    /* color: #828282; */
    font-family: 'PublicSans';
}

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

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

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

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

.share-twitter {
    background-color: black;
}

.share-facebook:hover, .share-linkedin:hover, .share-twitter:hover {
    color: black;
}

/* End In The News*/

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

.gallery-image .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #243c6aDD;
    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 */
/* #ises-conference-speakers {} */

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

#ises-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;
}

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

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

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

/* #ises-conference-speakers .carousel-indicators li {
    background-color: dodgerblue;
} */

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

.carousel-indicators [data-bs-target] {
    background-color: dodgerblue;
}


/* Getting To ISES */
.gettingtoises-bookflights .table-bordered td,
.table-bordered th,
.gettingtoises-bookflights .table thead th {
    border: 1px solid dodgerblue;
}









/* ISES - MOBILE START */
@media only screen and (max-width: 1440px) {

    /* ISES - NAV */
    .nav-logo {
        padding: 0;
        width: 130px;
    }

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

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

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

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

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

    /* ISES - NEWS */
    .ises-news-content {
        padding: 30px 30px;
    }

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

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

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

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


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

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

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

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


    /* ISES - FOOTER */
    footer.ises-footer h4 {
        font-size: 14px;
    }

    .social-list {
        top: 10%;
    }
}

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

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

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

    /* ISES - SHOW FACTS */
    .ises-show-facts h1.trade-conducted {
        font-size: 55px;
    }

    .ises-show-facts h3.trade-conducted span {
        font-family: 'PublicSans-SemiBold';
        font-size: 50px !important;
        line-height: 60px !important;
    }

    .ises-show-facts h3.trade-conducted small {
        font-size: 30px;
    }

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

    .ises-show-facts h3.text-darkblue,
    .ises-show-facts h3.text-blue {
        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) {

    /* ISES - NAV */
    .navbar .nav-link {
        min-width: 110px;
    }

    .nav-logo {
        width: 100px;
    }

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

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

    .social-list {
        top: 10%;
    }

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

    .ises-socialmedia .social-circle li i {
        line-height: 25px;
    }


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

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

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

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

    .ises-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;
    }

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

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

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

    /* ISES - ABOUT */
    .ises-article-content h5 {
        font-size: 22px;
        padding: 0 0 10px 0;
    }

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

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

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

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

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

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

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

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

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

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

    /* Who Should Exhibit */
    .ises-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;
    }


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

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

    /* Pre-register As Trade Visitor */
    .ises-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;
    }


    /* ISES - CONTACT */
    /* ISES 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 */
    #ises-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) {

    /* ISES - SHOW FACTS */
    .ises-show-facts h1.trade-conducted {
        font-size: 48px;
    }

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

    .ises-show-facts h3.trade-conducted span {
        font-size: 40px !important;
        line-height: 30px !important;
    }

    .ises-show-facts h3.trade-conducted small {
        font-size: 20px;
    }

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

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

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

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

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

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

    /* ISES - ABOUT */
    .ises-full-article {
        padding: 30px 0;
    }

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

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

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

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

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

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


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

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

    .percent-skills {
        float: none;
        color: #2b426e;
        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;
    }


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


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

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

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

    a.ises-btn-blue,
    .ises-btn-white {
        font-size: 12px;
    }

    a.ises-btn-link {
        font-size: 16px;
    }

    /* ISES - 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: 90px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    /* ISES - ABOUT */
    .ises-article-content h5 {
        font-size: 20px;
    }

    .ises-article-content p {
        font-size: 14px;
    }

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

    .ises-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;
    }



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

    .navbar-toggler-icon:hover {
        color: dodgerblue;
    }

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

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

    .ises-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: #2b426e;
        padding: 15px 0;
    }

    .social-list {
        top: 10%;
    }

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

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

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

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

    .ises-show-facts h3.trade-conducted span {
        font-size: 30px !important;
        line-height: normal !important;
    }

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

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

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

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

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

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

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

    /* ISES - ABOUT */
    .ises-article-link {
        padding: 10px;
    }

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

    .organisers-information {
        padding: 0;
    }


    /* ISES - EXHIBITOR */
    /* Why Exhibit */
    .ises-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 */
    .ises-exhibit-title h1 {
        font-size: 24px;
        margin-top: 0px;
    }

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

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


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

    .ises-get-in-touch h5 a,
    .ises-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;
    }

    .ises-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 .ises-mb20 {
        margin-bottom: 10px;
    }

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


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

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

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

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

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

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

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

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

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

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

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

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

    /* ISES - ABOUT */
    .ises-article {
        /* padding: 0; */
    }


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

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

    a.ises-btn-blue,
    .ises-btn-white {
        padding: 8px 20px;
    }

    a.ises-btn-link {
        padding: 8px 20px;
    }

    /* ISES - NAV */
    .nav-logo {
        width: 55px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    /* ISES - 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 */
    #ises-conference-speakers .speaker .details {
        bottom: -90%;
    }
}

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

    /* ISES - BANNER */
    .ises-carousel-inner .carousel-caption h1 {
        font-size: 20px;
        padding: 6px 10px;
    }

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

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

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



/*  navigation bar  */
.navbar-toggler-icon {
    background-image: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.dropdown-menu[data-bs-popper] {
    margin-top: 0;
}

.dropdown-menu-right {
    right: 0;
}

.nav-logo {
    background-color: #e8e8e8;
    width: 83px;
}

.black-wall {
    background-color: #22346a;
}

/*  exhibitor enquiry form   */
.red-color {
    color: red;
}


/*  in the news     */
.card .card-body .card-text {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    /* give the beautiful '...' effect */
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

/*  organiser   */
@media only screen and (max-width: 767px) {
    .align-center {
        display: unset !important;
    }

    .logo-box-qube img {
        padding-top: 18px !important;
    }

    .ises-governmnet-logos {
        min-height: 120px;
    }
}

@media only screen and (max-width: 480px) {
    .nav-logo img {
        padding: 1rem;
    }
}

@media only screen and (min-width: 1441px) {
    .nav-logo img {
        padding: 0;
    }
}



/* conference day start */
.ises-exhibit-title h1 {
    margin-bottom: 0;
}

/* Cosmetic only */
#easyPaginate1 img,
#easyPaginate2 img {
    display: inline;
    object-fit: cover;
    width: 480px;
    height: -webkit-fill-available;
}

.easyPaginateNav {
    text-align: right;
    width: 97% !important;
}

.easyPaginateNav a {
    padding: 5px;
}

.easyPaginateNav a.current {
    font-weight: bold;
    text-decoration: underline;
}

.easyPaginateList img {
    padding: 5px;
}

.gallery-image {
    display: inline-flex;
    border: none;
    height: 230px;
    max-height: 100%;
}

@media (max-width: 1200px) {
    .easyPaginateList img {
        padding: 5px;
    }
}

@media (max-width: 992px) {
    .easyPaginateList img {
        /* width: 50%; */
        padding: 5px;
    }
}

@media (max-width: 849px) and (min-width: 600px) {
    .gallery-image {
        height: 200px;
    }
}

@media (max-width: 1024px) and (min-width: 993px) {
    .gallery-image {
        height: 190px;
    }
}

@media (max-width: 1439px) and (min-width: 1201px) {
    .gallery-image {
        height: 170px;
    }
}

@media (max-width: 1660px) and (min-width: 1440px) {
    .gallery-image {
        height: 210px;
    }
}
/* conference day end */



/* index */
.issessocialmediacolor .social-circle i {
    color: white;
}



@media (max-width: 1279px) and (min-width: 1171px) {
    .testimonial {
        max-width: 770px;
    }
}

@media (max-width: 1779px) and (min-width: 1441px) {
    .testimonial {
        max-width: 680px;
    }
}







.header-title h5 {
    font-size: 30px;
    text-align: center;
    margin: 0;
}

@media only screen and (max-width: 1170px) {
    .header-title h5 { font-size: 26px; }
}

@media only screen and (max-width: 768px) {
    .header-title h5 { font-size: 22px; }
}

/* videos page start */
.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* videos page end */


/* programme highlight start */
.programme p { font-family: 'PublicSans'; }

.programme h5 {
    font-family: 'PublicSans-Medium';
    font-size: 20px;
    text-align: left;
}

@media only screen and (max-width: 1170px) {
    .programme p { font-size: 14px; }

    .programme h5 {
        font-size: 16px;
        padding: 0 0 4px 0;
    }
}
/* programme highlight end */






/* event location start */
.elementor-heading-title {
    font-family: 'PublicSans-Bold';
}

.elementor-heading {
    background-image: url("../img/Event_Location/title-heading-bg-12.png");
    background-repeat: no-repeat;
    width: auto;
    margin: 10px;
    color: white !important;
    font-size: 20px;
    font-weight: bold;
}

.elementor-description {
    width: 100%;
    margin: 10px;
    text-align: justify;
    padding-top: 0;
}

.elementor-widget-container .elementor-heading-title {
    padding: 10px;
}

.container>.row>.elementor-widget-wrap {
    margin-bottom: 20px;
}

.elementor-widget-container {
    display: inline-grid;
    color: #2b426e;
    padding: 10px;
    height: 100%;
}

.elementor-widget-container>p {
    margin: 0;
    font-family: 'PublicSans-Medium';
}

.elementor-widget-container > img {
    height: 100%;
}

.elementor-button {
    display: block;
    width: 100%;
}

.elementor-button-wrapper {
    background-image: url("../img/Event_Location/title-heading-bg-12.png");
    padding: 12px;
    font-weight: bold;
    background-repeat: no-repeat;
    text-align: center;
}

.elementor-button-wrapper>a {
    color: white;
}

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

img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    /* user-drag: none; */
}

@media only screen and (max-width: 767px) {
    .elementor-widget-container>img {
        width: 100%;
        height: auto;
    }

    .elementor-widget-container {
        display: block;
    }
}
/* event location end */


/* home page start */
.countdown-wrapper {
    position: relative;
    height: auto;
    background-color: black;
    text-align: center;
}

#countdown, #countdown-text {
    font-family: sans-serif;
    margin: 0;
    text-align: center;
}

.countdown {
    font-weight: 900;
    font-size: 36px;
    color: ghostwhite;
    opacity: .9;
}

.counter-text {
    font-weight: bold;
    font-size: 20px;
    color: #56a0d3;
    opacity: .9;
    text-align: center;
    color: bisque;
}

.timer {
    margin: 2px 8px;
}

#countdown-text {
    display: inline-flex;
    align-items: center;
}

.countdown-size {
    font-size: 20px;
    padding-right: 10px;
}

@media only screen and (max-width: 1439px) {
    .timer {
        margin: 1px 4px;
    }

    .countdown {
        font-size: 24px;
    }

    .counter-text {
        font-size: 14px;
    }

    .countdown-size {
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .timer {
        margin: 1px 2px;
    }

    .countdown {
        font-size: 16px;
    }

    .counter-text {
        font-size: 10px;
    }

    .countdown-size {
        font-size: 11px;
    }
}
/* home page end */


/* google recaptcha start */
.grecaptcha-badge {
    bottom: 75px !important;
}
/* google recaptcha end */



.floating-button {
    top: 50%;
    right: -47px;
    /* right: -133px; */
    position: fixed;
    z-index: 1000;
    transform: rotate(90deg);
}

.floating-button a {
    background: dodgerblue;
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    border: none;
    font-size: large;

}