/*Banner Section*/
.banner-section {
    width: calc(100% - 156px);
    margin: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0;
    height: calc(100vh - 108px);
}

@media screen and (max-width: 1024px) {
    .banner-section {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .banner-section {
        height: auto;
        min-height: 375px;
    }
}

.banner-section .banner-img {
    width: 100%;
}

.banner-section .banner-img img {
    width: 100%;
}

.banner-section .banner-wrap {
    position: absolute;
    width: 100%;
    top: 42%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 710px;
    padding: 20px 80px;
    left: 0;
}

@media screen and (max-width: 767px) {
    .banner-section .banner-wrap {
        padding: 20px;
        top: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.banner-section .banner-wrap p {
    font-size: 24px;
    color: #ffffff;
}

@media screen and (max-width: 767px) {
    .banner-section .banner-wrap p {
        display: none;
    }
}

/*.banner-section .banner-wrap h1 {
    text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 6px #009bc1, 0 0 8px #009bc1, 0 0 10px #009bc1, 0 0 12px #009bc1, 0 0 14px #009bc1;
    -webkit-animation: blue_glow .59s infinite alternate;
    animation: blue_glow .7s infinite alternate;
}*/

.home .banner-section .banner-wrap h1 {
    /*text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 6px #009bc1, 0 0 8px #009bc1, 0 0 10px #009bc1, 0 0 12px #009bc1, 0 0 14px #009bc1;*/
    text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #009bc1, 0 0 4px #009bc1;
    -webkit-animation: blue_glow .59s infinite alternate;
    animation: blue_glow .7s infinite alternate;
}

@media screen and (max-width: 767px) {
    .banner-section .banner-wrap h1 {
        font-size: 32px;
        font-weight: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        background-color: rgba(255,255,255,0.8);
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.banner-section.banner-inner {
    height: auto;
    padding-left: 90px;
    padding-top: 10px;
    width: calc(100% - 106px);
    margin: 0;
}

@media screen and (max-width: 1024px) {
    .banner-section.banner-inner {
        min-height: auto;
        padding: 0px 0 0;
        width: 100%;
    }
}

.banner-section.banner-inner .banner-wrap {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    max-width: 100%;
    padding: 0 0;
    position: relative;
}

.banner-section.banner-inner .content {
    width: 50%;
    padding: 15px 0;
}

@media screen and (max-width: 1024px) {
    .banner-section.banner-inner .content {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        order: 2;
        padding: 20px;
        text-align: center;
        z-index: 10;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
    }
}

.banner-section.banner-inner .content h2 {
    line-height: 1.39;
    /*text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #e600b6, 0 0 4px #e600b6;*/
    font-family: 'Neon Tubes 2';
    margin: 0;
    padding-right: 10px;
color: #e600b6;
}

@media screen and (max-width: 1024px) {
    .banner-section.banner-inner .content h2 {
        font-size: 32px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 576px) {
    .banner-section.banner-inner .content h2 {
        font-size: 24px;
    }
}

.banner-section.banner-inner .image {
    width: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 300px;
}

@media screen and (max-width: 1024px) {
    .banner-section.banner-inner .image {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        order: 1;
        position: relative;
    }

    .banner-section.banner-inner .image:after {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.25);
        z-index: 9;
    }
}

@media screen and (max-width: 576px) {
    .banner-section.banner-inner .image {
        min-height: 280px;
    }
}

.banner-section.banner-inner .image img {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .banner-section.banner-inner [class*="btn"] {
        margin-right: 0;
        margin-left: 0;
    }
}

.banner-section.banner-inner + section {
    z-index: 50;
}

.fl-builder-content .fl-row:first-child section {
    z-index: 39;
}
/*/banner video/*/
.banner-video {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner-video > * {
    width: 100% !important;
    height: 100% !important;
}

.banner-video:after {
    position: absolute;
    content: '';
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    /*background-color: rgba(0, 0, 0, 0.4);*/
    z-index: 1;
}

/*/banner video/*/


/*End of Banner Section*/





/*Co-located*/
.co-located-wrap {
    position: absolute;
    left: -124px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
    .co-located-wrap {
        display: none;
    }
}

.co-located-wrap .co-located-head {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    z-index: 9;
    background-color: #ffffff;
    padding: 30px 0px;
}

.co-located-wrap .co-located-head p {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}

.co-located-wrap .co-located-head p svg {
    width: 11px;
    -webkit-transform: translateX(8px) rotate(90deg);
    transform: translateX(8px) rotate(90deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    height: 11px;
}

.co-located-wrap .co-located-content {
    background-color: #ffffff;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    height: 162px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: -1;
    padding-left: 124px;
}

.co-located-wrap .co-located-content .logo-wrap {
    margin: 0 20px;
}

.co-located-wrap.open .co-located-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    z-index: 5;
}

.co-located-wrap.open .co-located-head p svg {
    -webkit-transform: translateX(8px) rotate(275deg);
    transform: translateX(8px) rotate(275deg);
}

/*End of Co-located*/



/*header-banner*/
/*Color Variables*/
header {
    padding: 16px 39px 12px 90px;
    background-color: #ffffff;
    width: 100%;
    z-index: 55;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

@media screen and (max-width: 1199px) {
    header {
        padding: 20px 20px;
    }
}

@media screen and (max-width: 767px) {
    header {
        padding: 15px 15px 6px;
    }
}

/*header.nav-up {
    top: -100%;
}*/

header .header-wrap {
    width: 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

header .left-side {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    header .left-side {
        max-width: 200px;
    }
}

@media screen and (max-width: 767px) {
    header .left-side {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
}

header .logo-wrap {
    max-width: 140px;
    width: 100%;
    margin-right: 36px;
}

@media screen and (max-width: 1280px) {
    header .logo-wrap {
        max-width: 120px;
    }
}

@media screen and (max-width: 767px) {
    header .logo-wrap {
        max-width: 104px;
    }
}

header .event-details {
    width: auto;
    margin-right: 83px;
}

@media screen and (max-width: 1440px) {
    header .event-details {
        margin-right: 43px;
    }
}

@media screen and (max-width: 1279px) {
    header .event-details {
        margin-right: 23px;
    }
}

@media screen and (max-width: 1024px) {
    header .event-details {
        width: 100%;
        margin-right: 15px;
    }
}

@media screen and (max-width: 767px) {
    header .event-details {
        width: 100%;
        margin: 7px auto 0;
        text-align: center;
        border-top: 1px solid #7d7d7d;
        padding: 6px 0 0;
    }
}

header .event-details p {
    font-weight: bold;
    margin: 0;
    letter-spacing: 0.16px;
}

@media screen and (max-width: 1365px) {
    header .event-details p {
        font-size: 13px;
    }
}

@media screen and (max-width: 1280px) {
    header .event-details p {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    header .event-details p {
        font-size: 14px;
        line-height: 1.14;
    }
}

header .part-of {
    text-align: center;
    max-width: 131px;
}

@media screen and (max-width: 1280px) {
    header .part-of {
        max-width: 100px;
    }
}

@media screen and (max-width: 1024px) {
    header .part-of {
        display: none;
    }
}

header .part-of p {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.14px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

@media screen and (max-width: 1280px) {
    header .part-of p {
        font-size: 12px;
    }
}

header .right-side {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    header .right-side > *:nth-last-child(2) {
        margin-right: 62px;
    }
}

@media screen and (max-width: 767px) {
    header .right-side {
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    header .right-side > * {
        display: none;
    }

    header .right-side .menu-wrapper {
        display: inline-block;
    }

    /*.scrolled header .right-side .menu-wrapper {
        opacity: 0;
    }*/

    .scrolled header.nav-down .right-side .menu-wrapper {
	opacity: 1;
	display: inline-block;
    }
}

header .right-side [class*="btn"] > * {
    padding: 13.5px 25px;
    font-size: 16px;
}

@media screen and (max-width: 1280px) {
    header .right-side [class*="btn"] > * {
        padding: 9.5px 15px;
    }
}

.scrolled header {
    box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.scrolled header [class*="btn"] > * {
    font-size: 14.5px;
}

.scrolled header .event-details p {
    font-size: 14px;
}

.menu-wrapper {
    width: 20px;
    height: 18px;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    display: inline-block;
    margin-left: 50px;
    position: relative;
    z-index: 99;
}

@media screen and (max-width: 1199px) {
    .menu-wrapper {
        margin-left: 35px;
        margin-right: 18px;
    }
}

@media screen and (max-width: 767px) {
    .menu-wrapper {
        position: fixed;
        margin: 0;
        right: 30px;
        top: 23px;
        z-index: 50;
    }
}

.menu-btn {
    height: 2px;
    width: 15px;
    background-color: #000000;
    -webkit-transition: all 0.3s ease;
    margin-bottom: 0;
    margin-top: 9px;
}

.menu-btn:before {
    height: 2px;
    width: 20px;
    background-color: #000000;
    -webkit-transition: all 0.3s ease;
    content: " ";
    position: absolute;
    margin-top: -7.5px;
    margin-left: 0;
    -webkit-transform: rotateZ(0deg);
    -webkit-transform-origin: 3px 3px;
}

.menu-btn:after {
    height: 2px;
    width: 18px;
    background-color: #000000;
    -webkit-transition: all 0.3s ease;
    content: " ";
    position: absolute;
    margin-left: 0;
    -webkit-transform: rotateZ(0deg);
    -webkit-transform-origin: 3px 3px;
    margin-top: 7.5px;
}

.menu-btn-on {
    background-color: transparent !important;
}

.menu-btn-on.menu-btn:before {
    -webkit-transform: rotateZ(45deg);
    -webkit-transform-origin: -1px 0px;
    width: 20px;
    z-index: 9;
}

.menu-btn-on.menu-btn:after {
    -webkit-transform: rotateZ(-45deg);
    -webkit-transform-origin: -1px 2px;
    width: 20px;
    z-index: 9;
}

.menu-wrapper-on {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
}

.menu-wrapper-on:after {
    position: absolute;
    content: '';
    width: 43px;
    height: 37px;
    background-image: url(../../../images/hexagon.png);
    background-repeat: no-repeat;
    background-position: center;
    left: 24%;
    top: -45%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
}
