:-webkit-scrollbar-track {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 18px inset;
    background-color: rgb(231, 231, 231);
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #555;
}

::-webkit-scrollbar-thumb {
    background-color: #777;
}

::-webkit-input-placeholder {
    /* Chrome */
    color: red;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: red;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: red;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: red;
    opacity: 1;
}

.detail {
    /* box-shadow: black 0px 0px 4px; */
    margin: 0.1% 0px;
}

.login {
    /* background: rgb(171, 27, 96); */
}

.heading-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0px;
    color: #00275b;
}

.frmwrap {
    background: transparent;
    padding: 2% 0%;
    margin: 9% 4% 0%;
    text-align: center;
    border: 3px solid #774e1a;
    border-radius: 20px;
    /* box-shadow: 0px 0px 2px rgb(2, 2, 2); */
    /* box-shadow: rgba(0, 0, 0, 1) 0px 5px 15px; */
}

.form-control {
    display: block;
    width: 100%;
    height: 55px;
    padding: 6px 12px;
    font-size: 20px;
    line-height: 1.2;
    color: rgb(85, 85, 85);
    background-color: rgb(237, 237, 237);
    border-radius: 0px 8px 8px 0;
    box-shadow: none;
    border: none;
}

label.error {
    color: rgb(255, 0, 0);
    font-size: 0.9em;
    margin-bottom: -4%;
    display: block;
}

body {}

.form-group {
    width: 84%;
    margin: 6px auto 3%;
}

.regbtn {
    color: #000;
    border: 0px solid #F7C00E;
    font-weight: 600;
    transition: 0.5s all;
    padding: 10px 65px;
    outline: none;
    text-transform: uppercase;
    background-color: #F7C00E;
    border-radius: 20px;
    /* background-image: linear-gradient(to right, rgb(152, 24, 28), rgb(235, 28, 35),rgb(152, 24, 28));*/
    font-size: 1.2em;
    box-shadow: 0 0 25px -5px #f0bf61;
}


.regbtn:active,
.regbtn:hover,
.regbtn:focus {
    color: #000;
    background: #F7C00E;
}

.footer {}

.footermd {
    display: block;
}

.footersm {
    display: none;
}

.pdesc2 {
    font-family: Arial;
    font-size: 11px;
    color: #5A595C;
    margin: 1% 1% 1% 2%;
}



.pdesc {
    font-family: Arial;
    font-size: 9px;
    color: #5A595C;
    margin: 1% 1% 1% 2%;
}

/*loader*/

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid rgb(154, 12, 15);
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    margin: 0px auto;
    position: absolute;
    z-index: 1;
    top: 35%;
    left: 0;
    right: 0;
    background: white;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.backdiv {
    background-color: rgba(255, 255, 255, 0.52);
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0%;
    bottom: 0;
    left: 0;
    right: 0;
}

/*loader ends*/

body {
    font-family: roboto;
    background-color: #000;
    background-image: url(../images/bg.png);
    color: black;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}



label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 0.9em;
    /* padding: 3px 40px; */
}

.form-group1 {
    width: 84%;
    margin: 0px auto;
    margin-bottom: 0px;
    margin-top: 6px;
}

ul.tab li a:focus,
.active {
    height: 100%;
}

.nav-tabs {
    border-bottom: 0px solid #ddd;
}

.nav-tabs>li>a {
    margin-right: 0px;
    line-height: 1.4;
    font-weight: 600;
    border: none;
    /* border-bottom: 2px solid #ab1b60; */
    background: transparent;
    font-size: 1.2em;
    padding: 15px;
    color: rgb(99, 99, 99);
    border-radius: 0px 0px 0 0;
    transition: a11 0.3s;
    text-transform: uppercase;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    padding: 15px;

    color: rgb(255 255 255);
    cursor: default;
    background-color: rgb(255 255 255 / 0%);
    border: none;

}



.nav-tabs>li {
    color: #231f20;
    width: 100%;
    float: left;
    margin-bottom: 0px;
    border-radius: 4px 4px 0 0;
}

.cargill {
    float: right;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: rgb(173, 25, 30);
}

.info span {
    color: #fff;
}

.logo {
    float: right;
}

.font-times {
    font-family: 'Times New Roman';
}

.event-desc {
    font-family: Mercury;
    font-size: 2.3em;
    text-transform: uppercase;
    color: rgb(0, 79, 113);
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 0px;
    margin-top: 11%;
}

.event-title1 {
    font-family: Mercury;
    font-size: 1.8em;
    margin-bottom: 0px;
    margin-top: 1%;
    line-height: 1.2;
}

.time {
    font-family: Mercury;
    font-size: 1.3em;
    text-transform: uppercase;
    margin-top: 1%;
    margin-bottom: 1%;
}

.event-title {
    margin: 5% 0 1%;
    width: 30%;
}

.event {
    margin: 9% auto;
}


.schedule-btn {
    background-color: #dda91c;
    color: #000;
    /* border: 1px solid #ffffff; */
    font-weight: 400;
    transition: 0.5s all;
    border-radius: 7px;
    padding: 15px 40px;
    outline: none;
    /* margin-bottom: 1%; */
    font-size: 1.4em;
}

.event-info {
    margin-left: 4%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.errorshow {
    font-size: 1em;
    color: red;
    font-family: inherit;
}

.vertigo-logo {
    margin: calc(15px + 0.5%) auto 1%;
}

.regbtn::after {
    position: absolute;
    top: -3px;
    right: 0;
    border-right: 15px solid rgb(255, 255, 255);
    border-bottom: 20px solid rgba(0, 0, 255, 0);
    border-top: 20px solid rgba(0, 0, 255, 0);
}

.regbtn::before {
    position: absolute;
    top: -3px;
    left: 0;
    border-left: 15px solid rgb(255, 255, 255);
    border-bottom: 20px solid rgba(0, 0, 255, 0);
    border-top: 20px solid rgba(0, 0, 255, 0);
}

.btn-holder {
    /* position: relative; */
    /* display: inline-block; */
    /* background: #fff; */
    /* padding: 0px 40px; */
    /* border-radius: 7px; */
    margin-top: 20px;
}

.details {
    margin: 0% auto 0px;
}

.img-holder {
    display: inline-block;
    margin: 2% auto 0%;
    padding: 0%;
    border-radius: 0px;
    width: 100%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.footer {}

.logo1 {
    margin: 1% 0% 0% 1%;
}

.logo2 {
    margin: 2% 3% 0% 0%;
    float: right;
}

.bg-light {
    background: white;
    padding: 0.2%;
    margin-top: 1%;
}

.icon-holder {
    width: 100%;
    display: table;
}

.icon-holder label {
    width: 40px;
    color: #626262;
    display: table-cell;
    vertical-align: middle;
    background-color: rgb(237 237 237);
    /* border: solid 1px rgb(247 192 14); */
    /* background-image: linear-gradient(to right, rgb(202 174 33), rgb(174 133 40),rgb(247 192 14)); */
    font-size: 25px;
    border-radius: 8px 0 0 8px;
}

.desc {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px 0 !important;
}

.desc-btn {
    color: rgb(44, 77, 149);
    padding: 0px;
}

.desc-text {
    color: black;
    text-align: left;
    margin: 0;
}

.desc-label {}

.bg-grey {
    background-color: rgb(187 213 228);
    background-image: url(../images/header_bg.png);
    background-size: cover;
    background-position: center;
}

.email-icon {
    font-size: 35px;
    color: #ffd824
}

.tab-content {
    background-color: transparent;
    border-radius: 10px;
    box-shadow: none;
}

.formhead {
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-title2 {
    width: 50%;
    margin: 5% 0 1%;
    float: right;
}
.schedule_btn{
    box-shadow: 0 0 25px 5px #f0bf61;
}
.neon a {
    color: #f0bf61;
    text-shadow:
    0 0 0px #fff, 0 0 1px #f0bf61, 0 0 2px #f0bf61, 0 0 0px #f0bf61, 0 0 4px #f0bf61, 0 0 22px #f0bf61;
font-weight: 800;  
  
  }

  .event-title2 {
    
    margin: 2% 2% 1%;
    float: right;
    width: 35%;
}

  
/*-- ipad devices landscape--*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .frmwrap {
        box-shadow: black 0px 0px 4px;
        /* background: rgb(255, 255, 255); */
        padding: 0%;
        margin: 8% 0% 0%;
        text-align: center;
    }

    .swiftlogo {
        text-align: center;
    }

    .detail {
        /* box-shadow: black 0px 0px 4px; */
        margin: 5% 0px;
    }

    .img-holder {
        margin: 2% auto 0%;
    }

    body {
        background-size: cover;
    }

    .logo1 {
        margin: 2% 0% 0% 2%;
    }

    .logo2 {
        margin: 5% 3% 0% 0%;
        float: right;
    }
}

/*-- ipad devices portrait --*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .detail {
        /* box-shadow: black 0px 0px 4px; */
        margin: 1.7% 0px;
    }

    .login {
        /* background: rgb(83, 61, 134); */
        padding: 10px;
    }

    .frmwrap {
        box-shadow: black 0px 0px 4px;
        padding: 0%;
        margin: 2% 15% 0%;
        text-align: center;
    }

    .imgfooter {
        width: 100%
    }

    .swiftlogo {
        text-align: center;
    }

    body {
        background-attachment: scroll;
    }

    .img-holder {
        margin: 2% auto 0%;
    }

    .logo1 {
        margin: 3% 0% 0% 3%;
    }

    .logo2 {
        margin: 5% 3% 0% 0%;
        float: right;
    }
}

/*-- Mobile devices landscape--*/
@media only screen and (min-device-width: 320px) and (max-device-width: 760px) and (orientation: landscape) {
    .detail {
        /* box-shadow: black 0px 0px 4px; */
        margin: 1.7% 0px;
    }

    .login {
        /* background: rgb(83, 61, 134); */
        padding: 10px;
    }

    .frmwrap {
        box-shadow: black 0px 0px 4px;
        /* background: rgb(255, 255, 255); */
        padding: 0;
        margin: 2% 6% 0%;
        text-align: center;
    }

    .swiftlogo {
        text-align: center;
    }

    .time {
        font-size: 1em;
    }

    .event-desc {
        font-size: 1.2em;
    }

    .event-title {
        font-size: 1em;
        margin: 0% auto 1%;
    }

    body {
        background-attachment: scroll;
    }

    .img-holder {
        margin: 2% auto 0%;
    }

    .logo1 {
        margin: 5% 0% 0% 3%;
    }

    .logo2 {
        margin: 5% 3% 0% 0%;
        float: right;
    }
}

/*-- Mobile devices portrait--*/

@media only screen and (min-device-width: 320px) and (max-device-width: 640px) and (orientation: portrait) {
    .detail {
        /* box-shadow: black 0px 0px 4px; */
        margin: 1.7% 0px;
    }

    .swiftlogo {
        text-align: center;
    }

    .login {
        /* background: rgb(83, 61, 134); */
        padding: 10px;
    }

    .frmwrap {
        box-shadow: black 0px 0px 4px;
        /* background: rgb(255, 255, 255); */
        padding: 0%;
        margin: 0% 2% 0%;
        text-align: center;
    }

    .time {
        font-size: 1em;
    }

    .event-desc {
        font-size: 1.2em;
    }

    .event-title {
        font-size: 1em;
        margin: 0% 10% 1%;
        width: 50%;
    }

    .event-title2 {
        font-size: 1em;
        margin: 0% 10% 1%;
        width: 50%;
    }

    body {
        background-attachment: scroll;
    }

    .img-holder {
        margin: 2% auto 0%;
    }

    .details {
        margin: 2% auto 0%;
    }

    .logo1 {
        margin: 7% 0% 0% 3%;
    }

    .logo2 {
        margin: 7% 3% 0% 0%;
        float: right;
    }
}