[data-toggle=modal] {
    cursor: pointer;
}

.social-link.fa-youtube {
    color: #c4302b !important;
}

.social-link.fa-linkedin {
    color: #1484c7 !important;
}

.social-link.fa-twitter {
    color: #78cbef !important;
}

.social-link.fa-instagram {
    color: #f31d97 !important;
}

.social-link:hover {
    text-decoration: none;
}

.footer .top-section-container .align-left li .fa {
    position: relative;
    color: #FFFFFF;
    font-size: 28px;
  
    margin-right: 17px;
    top: 0.625rem;
}

.logo-slider .slick-next,
.logo-slider .slick-prev {
    top: calc(50% - 1.625rem);
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.logo-slider .slick-next:before,
.logo-slider .slick-prev:before {
    content: "\f053";
}

    .logo-slider .slick-next:before,
    .logo-slider .slick-prev:before {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        color: #bf1f24;
        font-size: 2.625rem;
    }

.logo-slider .slick-next:before:hover,
.logo-slider .slick-prev:before:hover {
    color: #0e87bb
}

.logo-slider .slick-prev:before {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
}

.logo-slider .slick-next:before {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.innerWrapersec {
    width: 100%;
}

.betterbox {
    position: relative;
    overflow: hidden;
}

    .betterbox:before {
        background: #bf1f24;        
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        right: -45px;
        bottom: -60px;
        z-index: 4;
        display: block;
        width: 100px;
        height: 140px;
        content: "";
        opacity: 1;
        -webkit-transition: .25s ease-in;
        -o-transition: .25s ease-in;
        transition: .25s ease-in;
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -moz-transition: .25s ease-in;
        -ms-transition: .25s ease-in;
    }

.betterbox iframe {
    width: 100%;
    height: 315px;
}

.betterbox .better-plus {
    font-size: 40px;
    position: absolute;
    overflow: hidden;
    z-index: 4;
    bottom: 0.425rem;
    right: 1rem;
    color: #fff;
    font-weight: 700;
}

.betterbox .betterbox-layer {
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
    float: right;
    z-index: 3;
    text-align: center;
    background: rgb(0, 0, 0, 0.75);
    padding: 25px 20px;
    -o-transform: translateY(100%);
}

.betterbox:hover .betterbox-layer {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    transition: .5s ease-in;
    opacity: 1;
    -moz-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}

.betterbox figure {
    margin: 0;
    position: relative;
}

.betterbox figure::before,
.betterbox figure::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 2px solid #fff;
    z-index: 1;
}

.betterbox figure::before {
    border-right: none;
    border-bottom: none;
    top: 15px;
    left: 15px;
}

.betterbox figure::after {
    border-left: none;
    border-top: none;
    bottom: 15px;
    right: 15px;
}

.btn-one {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: .5px;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-align: center;
    position: relative;
    text-transform: inherit;
    z-index: 1;
    border: 2px solid #bf1f24;
    margin: 10px 0 10px;
    padding: 10px 30px 12px;
    background-color: #bf1f24;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

    .btn-one::before,
    .btn-one::after {
        content: "";
        display: block;
        position: absolute;
        width: 15px;
        height: 15px;
        border: 2px solid #bf1f24;
        transition: all .4s linear;
        -moz-transition: all .4s linear;
        -ms-transition: all .4s linear;
        -o-transition: all .4s linear;
        -webkit-transition: all .4s linear;
    }

.btn-one::before {
    left: -10px;
    bottom: -10px;
    border-top: none;
    border-right: none;
}

.btn-one::after {
    right: -10px;
    top: -10px;
    border-bottom: none;
    border-left: none;
}

    .btn-one:hover {
        color: #bf1f24;
        text-decoration: none;
        background: transparent;
    }

.btn-one:hover::before {
    width: 100%;
    height: 0;
    left: 0;
}

.btn-one:hover::before {
    width: 100%;
    height: 0;
    left: 0;
}

.btn-one:hover::after {
    width: 100%;
    height: 0;
    right: 0;
}

.VideoTopbanner {
    position: relative;
    height: 90vh !important;
    width: 100% !important;
    max-width: 100% !important;
}

.VideoTopbanner .stage-video {
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.logolikesecond {
    position: relative;
    padding: 0;
    z-index: 9;
}

    .logolikesecond::before {
        position: absolute;
        top: 28%;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 42%;
        content: "";
        background: #bf1f24;
        z-index: -1;
        display: flex;
        align-items: center;
        justify-content: center;
        vertical-align: middle;
    }

.logolikesecond .logo-slider {
    position: relative;
    padding: 0 80px;
    width: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.logolikesecond .logo-slider .logo-slide {
    height: 100%;
    /* margin: 5px 0; */
    flex-wrap: wrap;
    background: transparent;
    background-color: transparent;
}

.logolikesecond .logoBoxStylee {
    border: none;
    padding: 6px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px -5px 20px;
    box-shadow: -1px 6px 8px 0 #0c0c0c8c;
    height: 41%;
    width: 95%;
    max-width: 100%;
}

.logolikesecond .logoBoxStylee figure {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: block;
    padding: 0;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logolikesecond .logoBoxStylee figure img {
    max-width: 100%;
    height: auto;
}

.logolikesecond .logo-slider .logo-slide:hover {
    padding-bottom: 0;
    border-bottom: none;
}

.logolikesecond .logo-slider .slick-prev {
    left: 40px;
}

.logolikesecond .logo-slider .slick-next {
    right: 40px;
}

.logolikesecond .logo-slider .slick-prev::before,
.logolikesecond .logo-slider .slick-next::before {
    color: #FFFFFF;
}

.footer-blueprint .footerLogo {
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.footerBTNCol {
    position: relative;
    padding: 0 30px;
}

.footerCol {
    padding: 30px 0 0;
}

.footerCol h2 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #bbb7b742;
    padding-bottom: 12px;
    padding-left: 0;
    margin-bottom: 20px;
}

.footerCol .contactinfo li {
    display: block !important;
    flex-direction: inherit !important;
    align-items: inherit !important;
    line-height: 1.8 !important;
}

.nm-logo {
    width: 210px !important;
}

#custom-header [class^=col-] {
    display: unset !important;
}

.w85 {
    width: 85%;
}

ul.contactinfo li {
    margin-bottom: 8px !important;
}

.rightlogo {
    max-height: 155px;
    max-width: 280px;
    height: auto;
    width: auto;
    transition: max-height .4s, max-width .4s;
    -webkit-transition: max-height .4s, max-width .4s;
    -moz-transition: max-height .4s, max-width .4s;
    -ms-transition: max-height .4s, max-width .4s;
    -o-transition: max-height .4s, max-width .4s;
    padding-top:20px;
}

/*.innerHeader {
    position: relative;
    background: #000;
    background-size: cover !important;
    background-position: center !important;
    z-index: 99;
    width: 100%;
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}*/

.innerHeader:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: linear-gradient(to bottom, rgb(0 0 0/0%), rgb(22 22 22/31%), rgb(12 12 12/0%));
    z-index: -1;
}

.innerHeader h1 {
    color: #fff;
    font-size: 50px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 100%;
    padding: 10px 30px;
    margin: 0 auto;
    text-align: center;
    text-shadow: 2px 2px #0a0a0a;
    text-transform: uppercase;
}

.h2_media.position-relative {
    padding-bottom: 32px;
    margin-bottom: 20px;
}

.about-content p {
    color: #000;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 10px;
}

.about-content h2 {
    text-transform: uppercase;
    color: #1a1a1a;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.5;
    margin-top: 14px;
    margin-bottom: 14px;
}

.about-Venue {
    height: 100%;
    width: 100%;
    margin: 0;
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat;
    position: relative;
}

#wrapper #header .header-blueprint {
    margin-bottom: 0 !important;
}
/*
#wrapper #header.calculated.sticky .nm-logo.rightlogo {
    width: 50% !important;
}*/

.logoBoxSponsors {
    border: 2px solid #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    height: 100%;
    height: 160px;
    background: #fff;
    box-shadow: 0 4px 8px 2px rgb(12 12 12 / 18%);
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.logoBoxSponsors figure {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logoBoxSponsors figure img {
    max-width: 100%;
    max-height: 100%;
}

    .logoBoxSponsors:hover {
        border: 2px solid #bf1f24;
    }

.modalstyle {
    z-index: 9999;
}

.modalstyle .modal-content {
    border: 8px solid #aaa8a787;
    overflow: auto;
    background: #fff;
    border-radius: 5px;
    height: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.modalstyle .modal-content .modal-header,
.modalstyle .modal-body {
    padding: 0;
}

    .modalstyle .close {
        padding: 0 10px;
        margin: 0;
        position: absolute;
        right: 0;
        color: #bf1f24;
        font-size: 40px;
        background: #efefef;
        opacity: .8;
        z-index: 999;
    }

.modalstyle .modalContentBox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: column;
}

.modalstyle .modalContentBox figure {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 110px;
    margin: 0;
    background: #fff;
    box-shadow: 1px 5px 4px 0 #0c0c0c2b;
    padding: 10px;
    margin-bottom: 30px;
}

.modalstyle .modalContentBox figure img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.modalstyle .modalContentBox h2 {
    position: relative;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    padding: 0 0 32px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.modalstyle .modalContentBox p {
    color: #24241d;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
}

.mt-icon-box-wraper {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.contactboxcls {
    position: relative;
    height: 440px;
    padding: 20px;
    background-color: #f6f7f8;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}
.contactboxcls2 {
    position: relative;
    min-height: 290px;
    padding: 20px;
    background-color: #f6f7f8;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.mt-icon-box-wraper .icon-xs {
    /* display: inline-block; */
    text-align: center;
    float: left;
    width: 30px;
    margin-right: 10px;
}

.contactboxcls .text-dark {
    color: #000 !important;
}

.icon-content {
    overflow: hidden;
}

.contactboxcls h5 {
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.mt-icon-box-wraper p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 2px;
}

.mt-icon-box-wraper p a {
    color: #000;
}

.mt-icon-box-wraper p:last-child {
    margin: 0;
}

.mt-icon-box-wraper::after {
    content: "";
    display: table;
    clear: both;
}

.contactboxcls:after {
    position: absolute;
    content: '';
    left: 10px;
    right: 10px;
    top: -10px;
    height: 10px;
    background-color: #bf1f24;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.contactboxcls:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgb(50 50 50 / 16%);
    box-shadow: 0 10px 30px 0 rgb(50 50 50 / 16%);
}

.contactboxcls:hover:after {
    top: 0;
    left: 0;
    right: 0;
}

.about-content p.font17 {
    font-size: 17px;
}

.about-Venue.h450 {
    min-height: 400px;
}

.aboutnurnberbox {
    position: relative;
    padding: 0;
    background-size: cover !important;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    z-index: 99;
    background-position: center bottom;
    background-position: left bottom;
    background-attachment: fixed;
}

.aboutnurnberbox::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.fullImgoverlayText {
    background-color: #fff;
}

.aboutnurnberbox .fullImgoverlayText {
    padding: 30px 20px;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.aboutnurnberbox .fullImgoverlayText p {
    font-size: 16px;
}

.mt-icon-box-wraper h4,
.mt-icon-box-wraper h4 strong {
    font-weight: 500;
    font-size: 22px;
    color: #000 !important;
}


.bullet-back {
    background-image: linear-gradient( to top right,#14081f,#bf1f24 );
    position: relative;
    z-index: 99;
    padding: 40px 50px 40px 50px;
    color: #fff !important;
}
    .bullet-back .listStyle ul li:after {
        position: absolute;
        top: 8px;
        left: 0;
        font: 16px/1 FontAwesome;
        content: "\f192";
        color: #fff;
    }



/* END */