.xsflieju a {
    text-transform: lowercase;
    margin-left: 10px;
}

.partnerLogoStyle01 {
    position: relative;
    padding: 40px 50px;
    z-index: 99;
    background-color: #EFE9E0;
}

.sponsor-logo {
    padding: 0px;
}

.partnerLogoStyle01 .sponsor-logo {
    padding: 0px !important;
}

.partnerLogoStyle01 .sponsor-logo figure {
    padding: 15px 10px;
    height: 132px !important;
}

.logoStyle01 {
    position: relative;
    text-align: center;
    /*padding: 20px 10px;
    */
    width: calc(100% / 7);
    border: #f8f8f8 solid 1px;
    background: #fff;
    box-shadow: 0 5px 18px 0 rgb(0 0 0 / 36%);
    margin: 10px;
    margin-bottom: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.sponsor-logo figure {
    padding: 15px 10px;
    height: 132px !important;
}

.sponsor-logo p {
    background: #152a3f;
    color: #fff !important;
    align-items: center;
    background-image: linear-gradient(120deg, #2e4965 -12%, #c81c24 100%) !important;
    margin-bottom: 0px !important;
}

div#MwoeFooter {
    overflow: hidden;
}

.atcamaincontainer {
    overflow: hidden;
}

@media(max-width:640px) and (min-width:350px) {
    .mob-bys {
        margin-top: 30px;
        margin-left: 0 !important;
    }
}

@media (max-width: 575.98px) {
    .index-two .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content {
        top: 20%;
    }

    .heroSection {
        height: 80vh;
    }

    .heroLEftText h2 {
        font-size: 24px;
        line-height: 1.5;
    }

    .index-two .ms-main .swiper-container-h .swiper-button-next {
        right: 20px;
        bottom: 20px;
    }

    .index-two .ms-main .swiper-container-h .swiper-button-prev {
        right: 90px;
        bottom: 20px;
    }

    .index-two .ms-main .swiper-container-h .swiper-button-next,
    .index-two .ms-main .swiper-container-h .swiper-button-prev {
        height: 40px;
        width: 40px;
    }

    .index-two .ms-main .swiper-container-h .swiper-button-next::after,
    .index-two .ms-main .swiper-container-h .swiper-button-prev::after {
        font-size: 22px;
    }
}

header.main-header.header-style-two.fixed-header.headfixed {
    z-index: 9999 !important;
    width: 100% !important;
    position: fixed !important;
    animation: 5s;
    -webkit-animation: 5s;
}

.card-body {
    color: #152a3f;
    font-size: 18px;
}

.card {
    border: 1px solid rgba(.125, 0, 0, .125) !important;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}

#accordion .card-header em {
    display: none;
}

a.btn.btn-link.collapsed {
    padding-top: 12px;
    padding-bottom: 12px;
}

.card {
    margin-bottom: 20px;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    box-shadow: none !important;
}

.speakerInfo:before {
    position: relative;
    content: '';
    top: -3px;
    left: 0;
    width: 100%;
    height: 91%;
    z-index: 1;
}

.team-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0px 90px;
}

.team-section .owl-carousel .owl-stage-outer {
    padding: 0px 0px 15px;
}

.team-section .owl-theme .team-block {
    margin: 0px 5px;
}

.team-section .owl-carousel {
    margin: 0px -15px;
    width: auto;
    margin-bottom: 30px;
}

.team-section .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    font-family: "Flaticon";
    font-size: var(--font-20);
}

.team-section .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    font-family: "Flaticon";
    font-size: var(--font-20);
}

.team-section .owl-nav {
    position: absolute;
    right: 0px;
    top: -80px;
    width: 100%;
    z-index: 10;
    max-width: 140px;
    margin-left: -70px;
}

.team-section .owl-dots {
    position: absolute;
    right: 30px;
    top: -95px;
    z-index: 10;
    display: block;
    text-align: center;
    counter-reset: slides-num;
    margin-top: var(--margin-top-15)
}

.team-section .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    vertical-align: top;
    counter-increment: slides-num;
}

.team-section .owl-dots .owl-dot span {
    position: relative;
    content: "0"counter(slides-num) "";
    display: block;
    font-size: var(--font-16);
    font-weight: 700;
    margin: 0px 10px;
    color: var(--black-color);
    padding-bottom: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: var(--font-family-BeVietnam);
}

.team-section .owl-dots .owl-dot span:after {
    position: absolute;
    content: '/';
    right: -14px;
    top: 0px;
    opacity: 0;
    font-size: var(--font-14);
    color: var(--black-color);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.team-section .owl-dots .owl-dot:hover span:after,
.team-section .owl-dots .owl-dot.active span:after {
    opacity: 1;
}

.team-section .owl-dots .owl-dot span:before {
    position: relative;
    content: "0"counter(slides-num) "";
}

.team-section .owl-dots .owl-dot:hover span,
.team-section .owl-dots .owl-dot.active span {
    color: var(--main-color);
    opacity: 1;
}

.team-section .owl-dots .owl-dot:last-child span::after {
    display: none;
}

.team-block {
    position: relative;
    margin-bottom: var(--margin-bottom-30);
}

.team-block .inner-box {
    position: relative;
}

.team-block .inner-box .image {
    position: relative;
}

.team-block .inner-box .image::before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 50%;
    z-index: 1;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(250, 67, 24, 1) 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(250, 67, 24, 1) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(250, 67, 24, 1) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100, rgba(250, 67, 24, 1)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(250, 67, 24, 1) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(250, 67, 24, 1) 100%);
}

.team-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    filter: grayscale(100%);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    clip-path: polygon(0 0, 85% 0, 100% 15%, 100% 100%, 0 100%, 0% 50%);
    -webkit-filter: grayscale(100%);
}

.team-block .inner-box:hover .image img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.team-block .inner-box .image .social-box {
    position: absolute;
    left: -15px;
    top: 30px;
    width: 32px;
}

.team-block .inner-box .image .social-box a {
    position: relative;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    color: var(--white-color);
    background-color: var(--main-color);
    margin-bottom: var(--margin-bottom-10);
}

.team-block .inner-box .image .social-box a:hover {
    color: var(--main-color);
    background-color: var(--white-color);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}

.team-block .inner-box .lower-content {
    position: relative;
    text-align: left;
    margin-top: -25px;
    z-index: 1;
    padding-top: var(--padding-top-25);
    padding: 10px 10px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.team-block:hover .inner-box .lower-content {
    position: relative;
    text-align: left;
    margin-top: -70px;
    z-index: 1;
    padding-top: var(--padding-top-25);
    padding: 10px 10px;
}

.team-block .inner-box:hover .lower-content .gear-icon {
    opacity: 1;
}

.team-block .inner-box .lower-content:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 25px;
    background-color: rgb(255, 255, 255);
    border: 1px solid #ddd;
    clip-path: polygon(0 0, 90% 0, 100% 12%, 100% 100%, 0 100%, 0% 50%);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.team-block .inner-box:hover .lower-content:before {
    bottom: -100%;
    border-color: var(--color-nineteen);
    background-color: #000
}

.team-block .inner-box .lower-content:after {
    position: absolute;
    content: '';
    right: -2px;
    top: -1px;
    border-bottom: 17px solid rgb(217, 217, 217);
    border-right: 36px solid transparent;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.team-block .inner-box:hover .lower-content:after {
    border-bottom: 20px solid rgb(217, 217, 217)
}

.team-block .inner-box h5 {
    font-size: 22px;
    position: relative;
    color: #c81c24;
}

.team-block .inner-box h5 a {
    position: relative;
    color: var(--black-color);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.team-block .inner-box:hover .list li,
.team-block .inner-box:hover .designation,
.team-block .inner-box:hover h5 a {
    color: var(--white-color);
}

.team-block .inner-box .designation {
    position: relative;
    font-weight: 500;
    color: #112844;
    font-size: 15px;
    margin-top: 5px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.team-block .inner-box .middle-content {
    position: relative;
}

.team-block .inner-box .list {
    position: absolute;
    left: 0px;
    right: 0px;
    opacity: 0;
    margin-top: 15px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.team-block .inner-box .list li {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding-left: 0px;
    margin-bottom: 10px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.team-block .inner-box .list li .icon {
    position: absolute;
    left: 0px;
    color: var(--main-color);
    font-family: "Flaticon";
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.team-block .inner-box .list li .fa {
    color: var(--main-color);
}

.team-block .inner-box .btn-box {
    position: relative;
    text-align: center;
    margin-top: var(--margin-top-25);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.team-block .inner-box:hover .list {
    opacity: 1;
}

.team-block .inner-box:hover .btn-box {
    transform: translateY(60px);
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
}

.team-block .inner-box .btn-box .read-more {
    position: relative;
    padding: 16px 26px 14px;
    border-radius: 4px;
    font-weight: 700;
    display: inline-block;
    font-size: var(--font-14);
    color: var(--white-color);
    text-transform: uppercase;
    background-color: var(--main-color);
    font-family: var(--font-family-BeVietnam);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.team-block .inner-box .btn-box .read-more span {
    position: relative;
    top: -1px;
    font-family: "Flaticon";
    font-size: var(--font-10);
    margin-left: var(--margin-left-5);
}

.team23 {
    position: relative;
    padding: 50px 0px;
}

.team23 .team-block {
    padding-bottom: 20px;
}

.team23 .team-block .inner-box:hover .lower-content:before {
    bottom: -60%;
    border-color: #142942;
    background-color: #142942;
}

.team23 .team-block .inner-box .image::before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 50%;
    z-index: 1;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(14, 93, 160) 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(14, 93, 160) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(14, 93, 160) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100, rgb(8 73 152)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(8 73 152) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(8 73 152) 100%);
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
}

.team23 .team-block .inner-box .lower-content:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0;
    background-color: rgb(252 252 252);
}

.team-block .inner-box .lower-content:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 25px;
    background-color: var(--white-color);
    border: 1px solid rgb(247, 247, 247);
    clip-path: polygon(0 0, 90% 0, 100% 12%, 100% 100%, 0 100%, 0% 50%);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.team-block .inner-box h5 {
    font-size: 17px;
    text-transform: uppercase;
}

.team-block .inner-box a:hover {
    color: #000;
}

.team-block .inner-box h5 {
    font-size: 17px;
    text-transform: uppercase;
}

h5.team-heading {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

.new-detail h2 {
    font-size: 30px;
}

.new-detail figure img {
    width: 70%;
    padding-top: 20px;
}

.news-top {
    margin-top: 90px !important;
}

.new-detail {
    border: 1px solid #d6d6d6;
    padding: 10px 25px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: relative;
    z-index: 99 !important;
    background: #fff;
}

.new-detail .newsDatetop {
    position: relative;
    top: -25px;
    border-radius: 5px;
    padding: 10px 10px 7px;
    margin-left: var(--margin-left-15);
    margin-right: var(--margin-right-15);
    background-color: rgb(71 73 74);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    width: auto;
    font-weight: 400;
    display: inline-block;
    font-size: var(--font-15);
    color: var(--white-color);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.header-style-two {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.header-style-two .main-menu .navigation>li>a .fa {
    margin-left: 6px;
    display: none;
}

.main-menu .navigation>li>ul>li:last-child>a {
    text-transform: none;
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 6px 0 6px 20px;
    line-height: 24px;
    font-weight: 600;
    font-size: 13px;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.heroLEftText .btn-effect:before,
.btn-effect:after {
    border-color: transparent;
    -webkit-transition: all .25s;
    transition: all .25s;
    border-style: solid;
    border-width: 0;
    content: none !important;
    height: 24px;
    position: absolute;
    width: 24px;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
}

.heroLEftText .site-button.btn-effect {
    width: 20%;
    text-align: center;
}

.VenueTicker {
    /* position: absolute; */
    margin-top: 50px;
    width: 60%;
    /* border-left: #fff solid 1px; */
    border-left: 0;
    padding-left: 0px;
    bottom: 30px;
    left: 10%;
    z-index: 99;
}

@media screen and (min-device-width: 300px) and (max-device-width: 768px) {

    /* STYLES HERE */
    .logoStyle01 {
        position: relative;
        text-align: center;
        /*padding: 20px 10px;
        */
        width: 46%;
        border: #f8f8f8 solid 1px;
        background: #fff;
        box-shadow: 0 5px 18px 0 rgb(0 0 0 / 36%);
        margin: 5px;
        margin-bottom: 20px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
    }

    .partnerLogoStyle01 .sponsor-logo figure {
        padding: 15px 10px;
        height: 100px !important;
    }

    .heroLEftText .site-button.btn-effect {
        width: 45%;
        text-align: center;
    }

    .heroLEftText {
        width: 100%;
    }
}

.logoscrollStyle .swiper-marquee .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
    overflow: hidden;
    padding: 20px 15px;
    width: 200px;
    height: 150px;
}

/*Marquee CSS*/
.tickerband {
    /* padding-top: 120px;
          padding-bottom: 120px; */
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.top-bar .marquee {
    position: relative;
    overflow: hidden;
    /*-webkit-transform: rotate(5deg);
    */
    /*-ms-transform: rotate(5deg);
    */
    transform: rotate(0deg);
    width: calc(100% + 60px);
    /*margin-left: -30px;
    */
    /*background: #30b392;
    */
    background-image: linear-gradient(to right, #c81c24, #152a3f);
    margin-top: 0%;
    /*-webkit-transform: rotate(4deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    */
    z-index: 9;
    -webkit-transform: rotate(0deg);
}

.marquee .slide-har {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.scrolltext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-animation: slide-har-revers 40s linear infinite;
    animation: slide-har-revers 40s linear infinite;
}

.scrolltext .item {
    padding: 0 10px;
}

.scrolltext .item h4 {
    color: #fff !important;
    -webkit-text-stroke: 0 !important;
    white-space: nowrap;
    margin: 0;
    text-transform: uppercase;
    font-family: "lato";
    font-size: 18px;
    font-weight: 600;
    padding: 5px 0 5px;
}

.scrolltext .item span {
    color: #fff !important;
    -webkit-text-stroke: 0 !important;
    white-space: nowrap;
    margin: 0;
    text-transform: uppercase;
    font-family: "lato";
    font-size: 20px;
    font-weight: 500;
    padding: 10px 0px;
}

@-webkit-keyframes slide-har {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
    }
}

@keyframes slide-har {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
    }
}

@-webkit-keyframes slide-har-revers {
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }

    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
}

@keyframes slide-har-revers {
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }

    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
}

.top-bar {
    padding: 0px;
    z-index: 999999999999999999999;
    margin-top: 0px;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: contents;
    width: 100%;
}

.owl-prev {
    left: -31px !important;
    top: 45%;
    font-size: 28px !important;
}

.owl-next {
    right: -25px !important;
    top: 45%;
    font-size: 28px !important;
}

@media screen and (min-device-width: 300px) and (max-device-width: 768px) {

    /* STYLES HERE */
    .owl-prev {
        left: -22px !important;
        top: 45%;
        font-size: 28px !important;
    }

    .owl-next {
        right: -25px !important;
        top: 45%;
        font-size: 28px !important;
    }
}

.style02 {
    width: 90%;
}

.logoscrollStyle .swiper-marquee .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
    overflow: hidden;
    padding: 20px 15px;
    width: 200px;
    position: relative;
    height: 150px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.exhibitorLogos.logoscrollStyle.pb-2.whitebg {
    padding-bottom: 3rem !important;
}

.swiper-marquee.sponsorswipbox {
    overflow: hidden;
}

.sponsorswipbox.swiper-marquee .swiper-wrapper {
    transition-timing-function: linear !important;
    position: relative;
}

.sponsorswipbox.swiper-marquee .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
    overflow: hidden;
    padding: 10px 5px 20px;
    width: 200px;
    height: auto;
}

.sponsorswipbox .logoStyle01 {
    margin: 0 !important;
}

.position-relative.leftImg-col.pt-5.pb-5+.position-relative.leftImg-col.pt-5.pb-5 {
    padding-top: 1rem !important;
}

.sponsorswipbox .logoStyle01 p {
    font-size: 12px;
}

.logoscrollStyle.exhibitorLogos .swiper-marquee .swiper-slide img {
    width: 90%;
}

.index-two .ms-main .swiper-container-h .swiper-wrapper .swiper-content {
    height: 70%;
}

.exhibitorheadingbox {
    position: relative;
    /*padding: 25px 30px 10px 100px;*/
    padding: 20px 0 20px 0;
    z-index: 99;
}

/*.exhibitorheadingbox::before {
    content: "";
    width: 2px;
    background: #C81C24;
    display: block;
    position: absolute;
    top: -24%;
    bottom: 0;
    left: 75px;
    height: 60%;
    z-index: 8;
}*/
.parkareabox .cyberValleyWrap {
    position: relative;
    padding: 50px 0;
    z-index: 99;
    padding-top: 100px;
    margin-top: 0px;
    margin-bottom: 100px;
    /* overflow: hidden; */
}

.parkareabox .cyberValleyWrap:before {
    position: absolute;
    content: '';
    top: 3%;
    left: 3%;
    background-image: url(../images/whitestar.png);
    width: 10%;
    height: 97px;
    background-repeat: no-repeat;
    transform: scale(-.4);
    -webkit-transform: scale(-.4);
    -moz-transform: scale(-.4);
    -ms-transform: scale(-.4);
    -o-transform: scale(-.4);
}

.parkareabox .cyberValleyWrap:before {
    content: "";
    /*background: url(../images/cyberbg.jpg);
    */
    background-image: radial-gradient(at center right, #c81c24 10%, #c81c24 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    inset: 0;
    z-index: -1;
    transform: skewY(-2deg);
    height: 83%;
    width: 100%;
    -webkit-transform: skewY(-2deg);
    -moz-transform: skewY(-2deg);
    -ms-transform: skewY(-2deg);
    -o-transform: skewY(-2deg);
}

.parkareabox .cyberintrotag h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    line-height: 55px;
    padding-bottom: 20px;
    padding-top: 30px
}

.parkareabox .cybersectionTitle {
    position: relative;
    margin-bottom: 0px
}

.parkareabox .cybersectionTitle:before {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    bottom: -60px;
    background: url(../images/lineshape.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 39px;
    background-position: right
}

.parkareabox .cybersectionTitle h2 {
    /* font-size: 45px; */
    color: #fff;
    text-transform: uppercase;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 20px
}

.parkareabox .cybersectionTitle p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}

.parkareabox .cybersectionTitle p span {
    font-weight: 400;
    font-size: 25px
}

.parkareabox .cyberintroText {
    position: relative
}

.parkareabox .cyberintroText h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
    padding-bottom: 40px
}

.parkareabox .cyberintroText h5 {
    font-size: 23px;
    color: #1a31d5;
    font-weight: 600
}

.parkareabox .cyberintroText h4 {
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
    padding-bottom: 20px
}

.parkareabox .cyberintroText p {
    font-size: 20px;
    line-height: 26px
}

.parkareabox .cyberBtn:hover {
    border: #fff solid 1px;
    background: 0 0;
    color: #fff
}

.parkareabox .cyberrightImg {
    position: relative
}

.parkareabox .cyberrightImg figure {
    width: 70%;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding-top: 0
}

.parkareabox .cyberrightImg figure img {
    clip-path: polygon(100px 0%, 100% 0, 100% calc(100% - 0px), calc(100% - 100px) 100%, 0 100%, 0% 100px)
}

.parkareabox .cyberrightImg figure:before {
    position: absolute;
    content: '';
    top: 0;
    left: -21%;
    background-image: url(../images/lineSquareBox.png);
    width: 1024px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: center
}

.parkareabox .cyberrightImg figcaption {
    background: #1931d5d9;
    clip-path: polygon(0px 0%, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0% 50px);
    width: 300px;
    padding: 20px;
    position: absolute;
    right: 0;
    bottom: -40px
}

.parkareabox .cyberrightImg figcaption p {
    font-size: 20px;
    color: #fff;
    line-height: 26px;
    margin: 0
}

.parkareabox .cyberintroWrap {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 60px
}

.parkareabox .cyberValleyWrap:after {
    position: absolute;
    content: '';
    top: 5%;
    left: 30px;
    /* background-image: url(../images/whitestar.png); */
    /* background-image: radial-gradient(at center right, #e4c067 10%, #efe9e0 100%); */
    width: 68px;
    height: 106px
}

.parkareabox .cyberstats {
    position: relative;
    padding-top: 20px;
    padding-bottom: 50px
}

.parkareabox .circleLightWrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center
}

.parkareabox .cybercircle01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    z-index: 3
}

.parkareabox .cybercircle01 img {
    transform: scale(6.5);
    -webkit-transform: scale(6.5);
    -moz-transform: scale(6.5);
    -ms-transform: scale(6.5);
    -o-transform: scale(6.5);
}

.parkareabox .cybercircle02 {
    position: absolute;
    top: 0;
    right: 0%;
    width: 350px;
    height: 350px;
    z-index: 2
}

.parkareabox .cybercircle02 img {
    transform: scale(7.5);
    -webkit-transform: scale(7.5);
    -moz-transform: scale(7.5);
    -ms-transform: scale(7.5);
    -o-transform: scale(7.5);
}

.parkareabox .cybercircle03 {
    position: absolute;
    bottom: 0%;
    left: 10%;
    width: 350px;
    height: 350px;
    z-index: 3
}

.parkareabox .cybercircle03 img {
    transform: scale(4.5);
    -webkit-transform: scale(4.5);
    -moz-transform: scale(4.5);
    -ms-transform: scale(4.5);
    -o-transform: scale(4.5);
}

.parkareabox .cyberstatsInner {
    text-align: center;
    position: relative;
    padding: 30px 0
}

.parkareabox .cyberstatsInner h2 {
    padding: 8px 16px;
    border: none;
    background: 0 0;
    outline: none;
    font-weight: 400;
    text-align: center;
    font-size: 30px;
    color: #000
}

.parkareabox .cyberstatsInner p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin: 0
}

.parkareabox .cyberstatsInner svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.parkareabox .cyberstatsInner svg path {
    stroke: #1931d5;
    stroke-width: 0;
    stroke-dasharray: 0 200
}

.parkareabox .cyberstatsInner:hover path {
    animation: draw 1s forwards;
    stroke-width: 10px;
    -webkit-animation: draw 1s forwards;
}

.parkareabox .cyberFeatureITems {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 5px 10px;
    padding: 50px 0;
    margin: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 1 calc(23.2% - 20px);
    margin: 0 auto;
    padding-bottom: 0
}

.parkareabox .cybereatItemInner {
    clip-path: polygon(30px 0%, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0% 30px);
    width: 100%;
    background: #050505;
    position: relative;
    height: 100%;
    padding-bottom: 20px;
    z-index: 999;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.parkareabox .cybereatItemInner .innerClip2 {
    display: flex;
    padding-top: 7px;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.parkareabox .cybereatItemInner .innerClip2:before {
    content: '';
    position: absolute;
    background: #fff;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    clip-path: polygon(30px 0%, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0% 30px);
    z-index: -1;
    padding-top: 20px;
    padding-bottom: 40px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.parkareabox .cybereatItemInner:hover .innerClip2:before {
    background: #152a3f
}

.parkareabox .cybereatItemInner .imageaishadowcyber {
    clip-path: polygon(20px 0%, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0% 20px);
    padding: 10px;
    margin-bottom: 10px;
    position: relative
}

.parkareabox .cybereatItemInner figure {
    position: relative;
    height: 190px
}

.parkareabox .cybereatItemInner .imageaishadowcyber figure:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    box-shadow: unset;
    width: 100%;
    height: 100%
}

.parkareabox .cybereatItemInner figure img {
    clip-path: polygon(20px 0%, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0% 20px);
    max-width: 100%
}

.parkareabox .cybereatItemInner h3 {
    font-size: 18px;
    color: #000;
    line-height: 24px;
    font-weight: 600;
    padding: 0 15px;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 10px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.parkareabox .cybereatItemInner:hover h3 {
    color: #fff
}

.parkareabox .cybereatItemInner p {
    color: #000;
    font-size: 12px;
    line-height: 18px;
    padding: 10px;
    padding-bottom: 0;
    margin: 0
}

.parkareabox .cybereatItemInner:hover p {
    color: #fff
}

.parkareabox .mt-50 {
    margin-top: 50px
}

.parkareabox .cybercontentArea {
    position: relative;
    padding-bottom: 100px
}

.parkareabox .gradient-element003 {
    position: absolute;
    top: -50%;
    left: -8%;
    width: 70%;
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
    z-index: 17;
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
}

.theparkchange {
    position: relative;
    padding: 48px 0 48px;
    background: #f2f2f2 !important;
}

.theparkchange.parkareabox .cyberValleyWrap {
    padding: 0;
    padding-top: 0;
    margin-top: 0px;
    margin-bottom: 0;
}

.theparkchange.parkareabox .cyberValleyWrap:before,
.theparkchange.parkareabox .cyberValleyWrap:after {
    display: none !important;
}

.theparkchange.parkareabox .cybersectionTitle h2,
.theparkchange.parkareabox .cybersectionTitle p {
    color: #152A3F;
}

.theparkchange.parkareabox .cyberFeatureITems {
    padding: 0 0;
}

.theparkchange .cyberFeatures {
    position: relative;
    padding: 42px 0 15px;
}

.partnerLogoStyle01.partrnerLogolast.pb-0:last-child {
    padding-bottom: 40px !important;
}

@media (max-width: 1399.98px) {
    .VenueTicker {
        padding-left: 0;
    }

    .index-two .ms-main .swiper-container-h .swiper-wrapper .swiper-content {
        height: 90%;
    }
}

@media (max-width: 1199.98px) {
    .index-two .ms-main .swiper-container-h .swiper-wrapper .swiper-content {
        height: 98%;
    }
}

@media (max-width: 991.98px) {
    .index-two .ms-main .swiper-container-h .swiper-wrapper .swiper-content {
        height: 90%;
    }
}

@media (max-width: 767.98px) {
    .VenueTicker {
        padding-left: 0;
    }

    .theparkchange.parkareabox .cyberFeatureITems {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media (max-width: 575.98px) {
    .index-two .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content {
        top: 0;
    }

    .VenueTicker {
        margin-top: 25px;
        width: 100%;
    }

    .mob-bys2 {
        margin-left: 1.5rem !important;
    }

    .mb-4 {
        margin-bottom: 0 !important;
    }

    .mt-4 {
        margin-top: 0 !important;
    }

    .quickLinks ul.socialmedia {
        justify-content: flex-start !important;
    }

    .quickLinks li {
        padding-left: 0;
    }
}

@media (max-width: 480px) {
    .site-button {
        font-size: 10px;
    }
}

@media only screen and (min-width:1030px) and (max-width:1260px) {
    .scrolltext .item h4 {
        font-size: 14px;
        padding: 2px 0 2px;
        line-height: 22px;
    }

    .header-style-two .main-menu .navigation>li>a {
        font-size: 12px;
        padding-left: 7px;
        padding-right: 7px;
    }

    .main-menu .navigation>li>ul>li>a {
        font-size: 12px;
    }

    .heroLEftText .site-button.btn-effect {
        width: 24%;
        font-size: 13px;
    }

    .heroSection {
        width: 100%;
        height: 75vh;
    }

    .heroLEftText h2.mb-5 {
        margin-bottom: 2.225rem !important;
    }

    .VenueTicker {
        margin-top: 36px;
    }

    .VenueTicker p {
        font-size: 15px;
        line-height: 28px;
        margin-bottom: 5px;
    }


}














/* end */