﻿@media (min-width: 992px) {
    .col-lg-5box {
        flex: 0 0 auto;
        width: 20%;
    }
}

.site-header .extend-container .accent-menu .menu-item.w-100.text-right .link-custom.text-right .image-zoom.btnclr {
    background-color: transparent !important;
    background: transparent !important;
}

.dev-nav-bar .site-header {
    background: transparent !important;
    background-color: transparent !important;
    transition: background .5s;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -ms-transition: background .5s;
    -o-transition: background .5s;
}

.site-header .extend-container .inner-header {
    margin-left: 0 !important;
}

.dev-nav-bar .site-header.header-stickytop {
    background: #152a3f !important;
    background-color: #152a3f !important;
}

.site-header .extend-container .inner-header .main-logo {
    text-align: left;
}

.site-header .extend-container .main-navigation,
.site-header .extend-container .inner-header .main-logo,
.site-header .extend-container .main-navigation ul li,
.site-header .inner-header img {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.site-header.header-stickytop .extend-container .main-navigation {
    top: 10px;
}

/*.dev-nav-bar .site-header .extend-container .inner-header .main-logo {
    margin-right: 52%;
}*/

.dev-nav-bar .site-header .inner-header img {
    margin-bottom: 4px;
}

.dev-nav-bar .site-header.header-stickytop .extend-container .main-navigation ul li {
    font-size: 14px;
}

.heroSectionnew {
    background-color: #152a3f;
    position: relative;
    overflow: hidden;
    z-index: 10;
    width: 100%;
    height: 100vh;
}

    .heroSectionnew .ms-main {
        height: 100%;
    }

        .heroSectionnew .ms-main .videobg::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-color: #0000008c;
            background-image: radial-gradient(at center right, #FFFFFF00 50%, #00000087 100%);
        }

        .heroSectionnew .ms-main .videobg {
            position: absolute;
            top: 2px;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            overflow: hidden;
        }

            .heroSectionnew .ms-main .videobg video {
                max-width: 100%;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

    .heroSectionnew .innerTextSlide {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: end;
        height: 100%;
        flex-direction: column;
        width: 70%;
        margin: 0 auto;
        background-size: cover;
        background-position: center;
        padding-top: 5%;
        z-index: 9;
        padding-bottom: 40px;
    }

        .heroSectionnew .innerTextSlide h2 {
            color: #fff;
            font-size: 52px;
            line-height: 62px;
            font-weight: 800;
            text-align: center;
            text-transform: uppercase;
            margin-bottom: 13px;
        }

        .heroSectionnew .innerTextSlide p {
            color: #fff;
            font-size: 24px;
            line-height: 32px;
            font-weight: 500;
            text-align: center;
            margin: 0;
            padding: 10px 0px;
        }

.cdnvideo iframe {
    width: 100% !important;
    height: 100vh !important;
    min-height: unset;
    min-width: unset;
    top: unset !important;
    left: 0 !important;
    bottom: -50px;
    transform: unset !important;
    z-index: 2;
    object-fit: cover !important;
}

.video_box#gb_video {
    height: 100%;
    margin: auto;
    display: table;
    object-fit: fill;
}

.count-up {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.video-card-image {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    height: auto !important;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.mt-thum-bx-overlay a .icon {
    left: 88%;
    top: 87%;
    height: 38px;
    width: 38px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
}

.videoslick .video-card .video-card-image,
.videoslick .video-card .video-card-image .mt-thum-bx-overlay::before,
.videoslick .video-card .video-card-image .mt-thum-bx-overlay img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.heroSectionnew .innerTextSlide .headingspan {
    color: #c81c24;
}

.heroSectionnew .innerTextSlide h2 span {
    display: inline-block;
}

.heroSectionnew .innerTextSlide .headingspan.text-in {
    display: inline-flex;
    animation: textIn .6s ease;
    -webkit-animation: textIn .6s ease;
}

.heroSectionnew .innerTextSlide .headingspan.text-out {
    animation: textOut 1s ease;
    -webkit-animation: textOut 1s ease;
}

@keyframes textIn {
    0% {
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
    }

    100% {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
    }
}

@keyframes textOut {
    0% {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
    }

    100% {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
}

.textcontainer p {
    font-size: 16px;
    text-align: justify;
    line-height: 29px;
}

.section-title h3 {
    color: #FFFF;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.01em;
    position: relative;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.sectiontitleNew {
    position: relative;
    text-align: center;
    width: 85%;
    margin: 0 auto;
    padding-top: 5.125rem;
    margin-bottom: 50px;
}

    .sectiontitleNew h2 {
        color: #FFFF;
        font-size: 35px;
        font-weight: 800;
        line-height: 1.2;
        letter-spacing: 0.01em;
        position: relative;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .sectiontitleNew p {
        color: #FFF;
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 15px;
    }

    .sectiontitleNew .textBG {
        position: absolute;
        top: -4px;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 5vw;
        font-weight: 700;
        color: transparent;
        -webkit-text-stroke: 1px rgb(255 255 255 / 68%);
        opacity: .3;
        text-transform: uppercase;
    }

.for-Desktop .elementor-widget-container .sectiontitleNew .textBG {
    top: inherit;
    font-size: 3.5vw;
    bottom: -22px;
    opacity: 0.3;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.75);
}

.counter-section {
    position: relative;
    padding: 64px 0 64px;
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    background-size: cover !important;
    object-fit: cover;
}

    .counter-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 78%)
    }

    .counter-section .counter-column {
        position: relative;
    }

        .counter-section .counter-column .inner-column {
            position: relative;
            padding: 20px 0;
            text-align: center;
            overflow: hidden;
            backdrop-filter: blur(5px);
            box-shadow: -1px -1px 4px #067c5e1a, 1px 1px 7px rgb(28 215 128 / 21%);
        }

            .counter-section .counter-column .inner-column .fa {
                font-size: 42px;
                -webkit-text-stroke: 1px #fff;
                -webkit-text-fill-color: transparent;
                text-align: center;
                margin-bottom: 20px;
            }

        .counter-section .counter-column h3 {
            color: rgb(255 255 255);
            font-size: 46px;
            font-weight: 600;
            text-align: center;
            margin-bottom: 15px;
        }

        .counter-section .counter-column .counter-text {
            position: relative;
            color: #c81c24;
            font-size: 20px;
            font-weight: 600;
            text-align: center;
            text-transform: uppercase;
            margin-top: 10px;
        }

.exhibitormain .swiper-marquee .swiper-wrapper {
    transition-timing-function: linear !important;
    position: relative;
}

.exhibitormain .logoStyle01 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 0;
    position: relative;
    margin: 10px;
    background: #fff;
    border: #f8f8f8 solid 1px;
    box-shadow: 1px 11px 12px 0 rgb(0 0 0/27%);
    margin-bottom: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

    .exhibitormain .logoStyle01 figure {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0px 10px;
        height: 110px;
    }

    .exhibitormain .logoStyle01 img {
        max-width: 80%;
        max-height: 90%;
    }

.cardflipbox {
    position: relative;
}

    .cardflipbox .cardflipinner {
        position: relative;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
        transform-style: preserve-3d;
        perspective: 1000px;
        -ms-transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        -webkit-perspective: 1000px;
        -webkit-backface-visibility: hidden;
    }

    .cardflipbox .innercontent {
        position: absolute;
        left: 0;
        width: 100%;
        padding: 10px;
        outline: 1px solid transparent;
        -webkit-perspective: inherit;
        perspective: inherit;
        z-index: 2;
        top: 50%;
        transform: translateY(-50%) translateZ(60px) scale(.94);
        -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
        -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
        -moz-transform: translateY(-50%) translateZ(60px) scale(.94);
        -o-transform: translateY(-50%) translateZ(60px) scale(.94);
    }

    .cardflipbox .cardfront,
    .cardflipbox .cardback {
        background-size: cover;
        background-position: center;
        border-radius: 15px;
        width: 100%;
        height: 100%;
        min-height: 340px;
        background-color: #090909;
        transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -webkit-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
        -ms-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
        -moz-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
        -o-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
    }

    .cardflipbox .cardfront {
        transform: rotateY(0deg);
        transform-style: preserve-3d;
        -ms-transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -webkit-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -moz-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
    }

    .cardflipbox .cardback {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: radial-gradient(circle, #392739, #152a3f);
        transform: rotateY(180deg);
        transform-style: preserve-3d;
        -ms-transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        -webkit-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        box-shadow: 0px 0px 20px -6px #000;
    }

    .cardflipbox:hover .cardfront {
        transform: rotateY(-180deg);
        transform-style: preserve-3d;
        -ms-transform: rotateY(-180deg);
        -webkit-transform: rotateY(-180deg);
        -webkit-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -moz-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
    }

    .cardflipbox:hover .cardback {
        -ms-transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
        -webkit-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -moz-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
    }

    .cardflipbox .cardflipinner .cardfront {
        background-size: cover;
        background-position: center;
        backface-visibility: hidden;
        transition: transform .7s cubic-bezier(.4, .2, .2, 1), opacity .55s ease .25s;
        border: 1px solid #333333;
        -webkit-backface-visibility: hidden;
        -ms-transition: transform .7s cubic-bezier(.4, .2, .2, 1), opacity .55s ease .25s;
        -webkit-transition: transform .7s cubic-bezier(.4, .2, .2, 1), opacity .55s ease .25s;
        -moz-transition: transform .7s cubic-bezier(.4, .2, .2, 1), opacity .55s ease .25s;
        -o-transition: transform .7s cubic-bezier(.4, .2, .2, 1), opacity .55s ease .25s;
    }

        .cardflipbox .cardflipinner .cardfront::before {
            content: "";
            position: absolute;
            z-index: 1;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: block;
            opacity: .6;
            border-radius: 15px;
            background-color: inherit;
            backface-visibility: hidden;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            -ms-border-radius: 15px;
            -o-border-radius: 15px;
        }

    .cardflipbox .innercontent h2 {
        color: #FFFFFF;
        font-size: 22px;
        line-height: 29px;
        font-weight: 500;
        text-align: center;
        text-transform: uppercase;
    }

    .cardflipbox .innercontent p {
        color: #FFF;
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        margin-bottom: 10px;
    }

.mediaPartner.exhibitormain .col-6 {
    padding: 10px !important;
}

.sliderbuttonbox {
    position: absolute;
    right: 10px;
    bottom: 0px;
    animation: 1s 1.5s fadeInDown both;
    z-index: 999;
    -webkit-animation: 1s 1.5s fadeInDown both;
}

    .sliderbuttonbox .buttonside {
        display: inline-block;
        font-size: 16px;
        color: #c81c24;
        writing-mode: vertical-rl;
        font-weight: 500;
        text-transform: uppercase;
        transform: rotate(0);
        margin-bottom: 5rem;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: vertical-rl;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }

        .sliderbuttonbox .buttonside:hover {
            color: #fff;
        }

        .sliderbuttonbox .buttonside::before {
            position: absolute;
            content: "";
            z-index: -1;
            width: 1px;
            height: 90px;
            background: #c81c24;
            left: 10px;
            top: -100px;
        }

footer.custom-fotter nav ul,
footer.custom-fotter .footer-block ul {
    padding-left: 0;
    margin-bottom: 0;
}

.SpeakersMainConatiner {
    padding: 40px 0 70px 0;
}

.SpeakersWrapper {
    text-align: center;
}

.container-speaker {
    width: 100%;
    max-width: 90.75rem;
    margin-left: auto;
    margin-right: auto;
}

.SpeakersWrapper ul li {
    display: inline-block;
    width: 19%;
    position: relative;
    padding: 10px 10px 20px 10px;
    margin: 0.2%;
    z-index: 1;
    box-shadow: 0px 3px 20px -8px #0000006b;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-transition: all 0.3s ease-in-out 0s;
    background: radial-gradient(circle, #ffffff, #afafaf);
}

    .SpeakersWrapper ul li:hover {
        z-index: 2;
        transform: scale(1.1) rotate(0.5deg) !important;
        -webkit-transform: scale(1.1) rotate(0.5deg) !important;
        -moz-transform: scale(1.1) rotate(0.5deg) !important;
        -ms-transform: scale(1.1) rotate(0.5deg) !important;
        -o-transform: scale(1.1) rotate(0.5deg) !important;
    }

/*.SpeakersWrapper ul li:nth-child(1) {
    transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
}

.SpeakersWrapper ul li:nth-child(2) {
    transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
}

.SpeakersWrapper ul li:nth-child(3) {
    transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -o-transform: rotate(1deg);
}

.SpeakersWrapper ul li:nth-child(4) {
    transform: rotate(2deg);
    top: 30px;
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
}

.SpeakersWrapper ul li:nth-child(5) {
    transform: rotate(2deg);
    top: 50px;
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
}

.SpeakersWrapper ul li:nth-child(6) {
    transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
}*/

.SpeakersWrapper .figcaption {
    margin: 13px 0 0 0;
}

    .SpeakersWrapper .figcaption h4 {
        color: #152a3f;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 0;
    }

    .SpeakersWrapper .figcaption p {
        color: #152a3f;
        font-size: 16px;
        margin: 5px 0 5px 0;
    }

    .SpeakersWrapper .figcaption h5 {
        font-size: 16px;
        color: #006bad;
        margin: 0;
    }

.SpeakersMainConatiner .section-title h2 {
    margin-bottom: 40px;
}







img.MwoeFooterLogo {
    height: 20px;
    margin: 0 -3px 0 3px;
    opacity: .7;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

/* end */
