body {
    font-family: 'Roboto', sans-serif;
}
nav div {
    position: relative;
}


.body {
    margin-top: 100px;
}

.img {
    margin-bottom: 0px;
    /*            opacity: .1;*/
    /*            filter: grayscale(100%);*/
    background-size: cover;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    /*            z-index: 1;*/
}



* {
    margin: 0;
    padding: 0
}



.parallax-image {
    padding-top: 70%;
    position: relative;
}

.parallax-image img {
    position: absolute;
    top: 0;
    left: 0;

}

.img {
    margin-bottom: 0px;
    /*            opacity: .1;*/
    /*           filter: grayscale(100%);*/
    background-size: cover;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    /*            z-index: 1;*/
}


nav li:nth-child(1) {
    animation: pop 0.5s 0.15s 1 forwards;
}

nav li:nth-child(2) {
    animation: pop 0.5s 0.3s 1 forwards;
}

nav li:nth-child(3) {
    animation: pop 0.5s 0.45s 1 forwards;
}

nav li:nth-child(4) {
    animation: pop 0.5s 0.6s 1 forwards;
}

nav li:nth-child(5) {
    animation: pop 0.5s 0.75s 1 forwards;
}

nav li:nth-child(6) {
    animation: pop 0.5s 0.9s 1 forwards;
}

nav li:nth-child(7) {
    animation: pop 0.5s 1.05s 1 forwards;
}

nav li:hover {
    color: black;
}

nav li:active {
    background-color: #222;
}

nav li:nth-child(1):hover ~ .slide {
    left: 0;
}

nav li:nth-child(2):hover ~ .slide {
    left: 20vw;
}

nav li:nth-child(3):hover ~ .slide {
    left: 40vw;
}

nav li:nth-child(4):hover ~ .slide {
    left: 60vw;
}

nav li:nth-child(5):hover ~ .slide {
    left: 80vw;
}

nav li:nth-child(6):hover ~ .slide {
    left: 100vw;
}

nav li:nth-child(7):hover ~ .slide {
    left: 120vw;
}

nav li.slide {
    position: absolute;
    left: -20vw;
    top: 0;
    background-color: black;
    z-index: -1;
    height: 2px;
    margin-top: 98px;
    transition: left 0.3s ease;
    transform: translateY(0);
}

.form {
    padding: 24px !important;
}

.title {}

.title1 {



    position: absolute;
    left: 20%;
    top: 38%;


}

.title2 {



    position: absolute;
    left: 20%;
    top: 75%;


}

section .title {
    max-width: 60%;

    width: 100%;
    align-self: center;
    transform: translateY(-50px);
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 10px;
}

section .title span {
    display: inline-block;
    font-size: 55px;
    text-align: center;
    color: #efefef;
    width: 100%;
    text-transform: uppercase;
    transform: translateX(-100%);
    animation: byBottom 1s ease both;
    font-weight: 600;
    letter-spacing: 0.25vw;
}

section .title span:last-child {
    font-size: 17px;
    animation: byBottom 1s 0.25s ease both;
}

section .title span a {
    position: relative;
    display: inline-block;
    margin-left: 0.5rem;
    text-decoration: none;
    color: #f7ca18;
}

section .title span a::after {
    content: "";
    height: 2px;
    background-color: #f7ca18;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    animation: linkAfter 0.5s 1s ease both;
}

@-moz-keyframes pop {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes pop {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0);
    }
}

@-o-keyframes pop {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes pop {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0);
    }
}

@-moz-keyframes byBottom {
    0% {
        transform: translateY(150%);
    }
    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes byBottom {
    0% {
        transform: translateY(150%);
    }
    100% {
        transform: translateY(0);
    }
}

@-o-keyframes byBottom {
    0% {
        transform: translateY(150%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes byBottom {
    0% {
        transform: translateY(150%);
    }
    100% {
        transform: translateY(0);
    }
}

@-moz-keyframes linkAfter {
    0% {
        width: 0;
    }
    100% {
        width: 30px;
    }
}

@-webkit-keyframes linkAfter {
    0% {
        width: 0;
    }
    100% {
        width: 30px;
    }
}

@-o-keyframes linkAfter {
    0% {
        width: 0;
    }
    100% {
        width: 30px;
    }
}

@keyframes linkAfter {
    0% {
        width: 0;
    }
    100% {
        width: 30px;
    }
}

@media (min-width: 768px) .description p {
    margin: 0 0 33px;
}

.event {
    font-size: 42px;
    font-weight: 200;
}

.button {
    border-radius: 4px;
    background-color: rgba(239, 16, 0, .9);
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    padding: 8px;
    width: 257px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 60px;

}

.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.button:hover span {
    padding-right: 25px;
}

.button:hover span:after {
    opacity: 1;
    right: 0;
}





/********************/

/***CONTACT BUTTON***/

/********************/

#contactButton {
    z-index: 999999;
    position: fixed;
    height: 50px;
    width: 50px;
}

#shadow-element {
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    z-index: 99;
}

.contact-button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    overflow: hidden;
}

.contact-button:hover,
.contact-button:active,
.contact-button:focus,
.contact-button:visited {
    color: #fff !important;
}

.shadow {
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}

.shadow:hover {
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
}

.main-button {
    -webkit-transition: transform 0.7s;
    /* Safari */
    transition: transform 0.7s;
    box-shadow: none !important
}

.main-button.up {
    transform: rotate(720deg);
}

.contact-button-out {
    display: none !important
}

#firstButton {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 100;
}

#secondButton {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 98;
    opacity: 0;
    -webkit-transition: bottom 0.7s, opacity 0.4s;
    /* Safari */
    transition: bottom 0.7s, opacity 0.4s;
}

#secondButton.up {
    bottom: 65px;
    opacity: 1;
}

#thirdButton {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 97;
    opacity: 0;
    -webkit-transition: bottom 0.7s, opacity 0.4s;
    /* Safari */
    transition: bottom 0.7s, opacity 0.4s;
}

#thirdButton.up {
    bottom: 130px;
    opacity: 1;
}

#fourthButton {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 96;
    opacity: 0;
    -webkit-transition: bottom 0.7s, opacity 0.4s;
    /* Safari */
    transition: bottom 0.7s, opacity 0.4s;
}

#fourthButton.up {
    bottom: 195px;
    opacity: 1;
}

#fifthButton {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 95;
    opacity: 0;
    -webkit-transition: bottom 0.7s, opacity 0.4s;
    /* Safari */
    transition: bottom 0.7s, opacity 0.4s;
}

#fifthButton.up {
    bottom: 260px;
    opacity: 1;
}

#sixthButton {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 94;
    opacity: 0;
    -webkit-transition: bottom 0.7s, opacity 0.4s;
    /* Safari */
    transition: bottom 0.7s, opacity 0.4s;
}

#sixthButton.up {
    bottom: 325px;
    opacity: 1;
}

#seventhButton {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 93;
    opacity: 0;
    -webkit-transition: bottom 0.7s, opacity 0.4s;
    /* Safari */
    transition: bottom 0.7s, opacity 0.4s;
}

#seventhButton.up {
    bottom: 390px;
    opacity: 1;
}

.col-pic label {
    width: 100px;
    height: 2px;
    display: block;
    background: #fff;
    border-radius: 10px;
    margin: 0.5em auto;
}

.col-3 {
    position: relative;
    margin-bottom: 1.5em;
    z-index: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 2.2s ease-in-out;
    -moz-transition: all 2.2s ease-in-out;
    -ms-transition: all 2.2s ease-in-out;
    -o-transition: all 2.2s ease-in-out;
    transition: all 2.2s ease-in-out;

}

.col-3 a img {
    -webkit-transition: all 2.4s ease-in-out;
    -moz-transition: all 2.4s ease-in-out;
    -ms-transition: all 2.4s ease-in-out;
    -o-transition: all 2.4s ease-in-out;
    transition: all 2.4s ease-in-out;

    width: 100%;

}

.col-3 a {
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.col-3 a:hover img {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.col-3:hover .col-pic {
    background: rgba(0, 0, 0, 0.59);
}


.margright {
    margin-right: -2px;
}

.col-pic label {
    width: 100px;
    height: 2px;
    display: block;
    background: #fff;
    border-radius: 10px;
    margin: 0.5em auto;
}

.col-3 {
    position: relative;
    margin-bottom: 1.5em;
    z-index: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 2.2s ease-in-out;
    -moz-transition: all 2.2s ease-in-out;
    -ms-transition: all 2.2s ease-in-out;
    -o-transition: all 2.2s ease-in-out;
    transition: all 2.2s ease-in-out;

}

.col-3 a img {
    -webkit-transition: all 2.4s ease-in-out;
    -moz-transition: all 2.4s ease-in-out;
    -ms-transition: all 2.4s ease-in-out;
    -o-transition: all 2.4s ease-in-out;
    transition: all 2.4s ease-in-out;

    width: 100%;

}

.col-3 a {
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.col-3 a:hover img {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.col-3:hover .col-pic {
    background: rgba(0, 0, 0, 0.59);
}


.margright {
    margin-right: -2px;
}

#ip5 {
    border-radius: 18px;
    background: white;
    padding: 20px;
    width: 150px;
    height: 15px;
    text-align: center;
}

#ip1 {
    border-radius: 18px;
    background: white;
    padding: 10px;
    width: 200px;
    height: 115px;
    text-align: center;
}

#ip3 {
    border-radius: 18px;
    background: white;
    padding: 20px;
    width: 200px;
    height: 15px;
    text-align: center;
}



header {
    position: absolute;
    top: 30px;



    background: transparent;
    width: 100%;
    box-sizing: border-box;
    z-index: 4;
}

header .menu {
    color: white;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    font-weight: bold;
    float: left;
}

.gallery {

    position: relative;

    padding-right: 5px;
    padding-left: 5px;
}

header nav {
    float: right;
    font-size: 18px;
}

header nav ul {
    margin: 0;
    padding-top: 10px;

}

header nav ul li {
    list-style-type: none;
}

header nav ul li a {
    color: White;
    text-decoration: none;
    line-height: 50px;
    padding: 0 13px;
    display: block;
    transition: all 0.3s ease;
}

header nav ul li a:hover {
    background-color: black;
    color: #ef1000;
    text-decoration: none;
}




.mySlides {
    display: none;
}

.container {
    position: relative;
    margin: 0 auto;
    width: 94%;
    max-width: 1100px;
    font-family: helvetica, sans-serif;
}

.content {
    position: relative;
    padding-top: 80px;
}

.content p {
    margin-bottom: 10px;
}

header .container {
    padding: 0px;
}

#header {
    z-index: 7;

    width: 100%;
    
    line-height: 60px;
    background: transparent;
    color: white;
}

#header h1 {
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
}

@media (max-width: 599px) {
    #header .container {
        width: 100%;
    }
    #header h1 {
        left: 3%;
    }
}



video {
    height: auto;
    vertical-align: middle;
    width: 100%;
}

.overlay-desc {
    background: rgba(21, 20, 20, 0.0);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature {
    color: white;
    font-size: 75px;
    line-height: 90px;
    text-align: center;
    color: #F44336;
    text-transform: capitalize;
    font-family: 'Anton', sans-serif;
    letter-spacing: 1px;
    font-weight: 200;




}


@media screen and (max-width: 863px) and (min-width: 940px) {
    .feature {
        color: white;
        font-size: 50px;
        line-height: 55px;
        text-align: center;
        color: #F44336;
        text-transform: capitalize;
        font-family: 'Anton', sans-serif;
        letter-spacing: 1px;
        font-weight: 200;

    }
    .btn_reg {
        width: 131px;
        padding: 14px 20px;
        font-size: 18px !important;
    }
    .top hr {
        border-top: 2px solid #F44336 !important;
    }
    #header h1 {

        font-size: 25px;
    }

}




@media screen and (max-width: 939px) and (min-width: 864px) {
    .feature {
        color: white;
        font-size: 64px;
        line-height: 69px;
        text-align: center;
        color: #F44336;
        text-transform: capitalize;
        font-family: 'Anton', sans-serif;
        letter-spacing: 1px;
        font-weight: 200;


    }
    .tag {
        margin-top: 5px !important;
    }
    .btn_reg {
        width: 140px;
        padding: 12px 12px;
        font-size: 18px !important;
    }
    #header h1 {

        font-size: 25px;
    }
}

@media screen and (max-width: 863px) and (min-width: 744px) {
    .feature {
        color: white;
        font-size: 54px;
        line-height: 55px;
        text-align: center;
        color: #F44336;
        text-transform: capitalize;
        font-family: 'Anton', sans-serif;
        letter-spacing: 1px;
        font-weight: 200;

    }
    .tag {
        margin-top: -2px !important;
    }

    .btn_reg {
        width: 131px;
        padding: 14px 20px;
        font-size: 18px !important;
    }
    .top hr {
        border-top: 2px solid #F44336 !important;
    }
    #header h1 {

        font-size: 25px;
    }

}

@media (max-width: 767px) {
    footer {
        padding: 8px 14px 10px !important;
    }
    .navbar-nav {
        list-style: none;
        width: 100%;
        margin: 7.5px -10px !important;
        padding: 0 !important;
        padding: 2% 4%;
    }
    .nav > li > a:focus,
    .nav > li > a:hover {
        background-color: #000;
        color: #F44336 !important;
    }
    .navbar-toggle {
        cursor: pointer !important;
    }
    .navbar {
        width: 100%;
        margin: 0px;
    }
    .navbar-collapse {
        background-color: #2d2d2d;
        margin: 0px !important
    }
    .navbar-toggle .icon-bar {
        background-color: #fff;
        height: 3px;
    }
    header {
        background-color: #2d2d2d !important;
        margin-top: 0px !important
    }
    .video-container {
        margin-top: 11%
    }
    #header h1 {
        padding-top: 20px !important;
        margin: 0px !important
    }
    #header .container {
        background-color: #2d2d2d !important
    }
    .nav > li > a {
        padding: 10px 0px;
    }
    .nav > li > a:hover {
        background-color: transparent !important;
    }

    .footer_bottom .col-md-2 {
        margin-bottom: 20px
    }
    ul.footer-ul {
        margin-top: 0px !important
    }
}


@media (max-width: 743px) and (min-width: 605px) {
    .feature {
        color: white;
        font-size: 53px;
        line-height: 49px;
        text-align: center;
        color: #F44336;
        text-transform: capitalize;
        font-family: 'Anton', sans-serif;
        letter-spacing: 1px;
        font-weight: 200;

    }
    .tag {
        margin-top: 0px !important;
    }
    .top span {

        font-size: 14px !important;
    }
    .btn_reg {
        width: 85px !important;
        padding: 10px 16px !important;
        font-size: 15px !important;
    }
    .top hr {
        border-top: 2px solid #F44336 !important;
    }
    #header h1 {

        font-size: 15px !important;
    }
    .tag {
        padding: 0;
    }
    .date {
        padding: 0;


    }

    .register {
        padding: 0;
    }

}

@media (max-width: 604px) and (min-width: 487px) {
    .feature {
        color: white;
        font-size: 43px;
        line-height: 40px;
        text-align: center;
        color: #F44336;
        text-transform: capitalize;
        font-family: 'Anton', sans-serif;
        letter-spacing: 1px;
        font-weight: 200;

    }
    .register {
        margin-top: 5px !important;
    }
    .tag {
        margin-top: -2px !important;
    }
    .top span {

        font-size: 10px !important;
    }
    .btn_reg {
        width: 120px !important;
        padding: 12px 12px !important;
        font-size: 12px !important;
    }
    #header h1 {

        font-size: 18px !important;
    }
    .top hr {
        border-top: 2px solid #F44336 !important;
    }
    .tag {
        padding: 0;
    }
    .date {
        padding: 0;

    }
    .register {
        padding: 0;
    }

}

@media (max-width: 486px) and (min-width: 392px) {
    .feature {
        color: white;
        font-size: 35px;
        line-height: 33px;
        text-align: center;
        color: #F44336;
        text-transform: capitalize;
        font-family: 'Anton', sans-serif;
        letter-spacing: 1px;
        font-weight: 200;
        margin: 0 0 10px;
    }
    .tag {

        margin-top: -6px !important;
    }
    .top span {

        font-size: 10px !important;
    }
    .btn_reg {
        width: 120px !important;
        padding: 6px 12px !important;
        font-size: 12px !important;
    }
    #header h1 {

        font-size: 15px !important;
    }
    .top hr {
        border-top: 2px solid #F44336 !important;
    }
    .header {
        margin-top: -6px !important;
    }

    .tag {
        padding: 0;
    }
    .date {
        padding: 0;

    }
    .register {
        padding: 0;
    }
}

@media (max-width: 391px) and (min-width: 280px) {
    .feature {
        color: white;
        font-size: 27px;
        line-height: 25px;
        text-align: center;
        color: #F44336;
        text-transform: capitalize;
        font-family: 'Anton', sans-serif;
        letter-spacing: 1px;
        font-weight: 200;


    }
    .tag {
        margin-top: -5px !important;
    }
    .top span {

        font-size: 10px !important;
    }
    .btn_reg {
        width: 100px;
        padding: 6px 6px;
        font-size: 14px !important;

    }
    .top hr {
        border-top: 2px solid #F44336 !important;
    }
    .tag input {
        margin-top: 0 !important;
    }
    #header h1 {

        font-size: 14px !important;
    }
    .header {
        margin-top: -6px !important;
    }
    .tag {
        padding: 0;
    }
    .date {
        padding: 0;

    }
    .register {
        padding: 0;
    }
}


.tag {
    text-align: center;
    color: white;


    margin-top: -40px;

}

li {

    font-family: 'Ruda', sans-serif;

}

.swiper-slide {
    height: unset !important;
}

.swiper-wrapper {
    height: unset !important;
}

.col-xs-6 {
    padding-left: 0px !important;
    padding-right: 0px !important;

}

@media (max-width: 478px) and (min-width: 280px) {
    .tag {
        padding: 0;
    }
    .date {
        padding: 0;

    }
    .register {
        padding: 0;
    }
    .register {
        margin-top: 0px !important;
    }
}

@media (max-width: 1001px) and (min-width: 280px) {
    .btn_reg1 {
        width: 100px !important;
        padding: 12px 12px !important;
        font-size: 12px !important;
    }


}

.date .col-xs-6 {

    width: 100%;
}

@media (max-width: 763px) and (min-width: 280px) {
    .event {
        font-size: 36px !important;
    }
    .med h1 {
        font-size: 36px !important;


    }
    .hrline {
        width: 36% !important;
    }
}

@media (max-width: 599px) and (min-width: 280px) {

    .countdown-timer span {
        font-size: 18px !important;
        line-height: 18px !important;
    }
    .countdown-timer > div > div {
        height: unset !important;
    }
}

@media (max-width: 350px) and (min-width: 280px) {
    .top {
        top: 19% !important;
    }
}

.spacing {
    padding: 0 !important;
}

.date span {
    margin-right: 20px;
}

.date span:nth-last-child(1) {
    margin-left: 20px;
    margin-right: 0px !important;
}

.asterisk {
    color: red;
    font-size: 18px;
}

.navbar {
    width: 100%
}

.navbar-nav li a {
    padding: 10px 5px !important;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
}

.nav > li > a:hover {
    background-color: #000;
    color: #fff !important;
}

.contact-info li a span {
    font-size: 13px
}

.iconsize2,
.iconsize {
    font-size: 13px !important
}


.sponsor_SECTION {
    padding: 50px 0px;
    overflow: auto;
    background-color: #f1f1f1;

}

.sponsor h2 {
    font-family: 'Anton', sans-serif;
    color: #000;
    font-size: 42px;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 30px;

}

.sponsor h2::after {
    content: '';
    width: 86px;
    height: 7px;
    background-color: #F44336;
    position: absolute;
    bottom: 0;
    border-radius: 5px;
    left: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.sponsor {

    text-align: center;
}

.sponsor p {
    font-size: 13px;
    padding: 4px;

}

.sponsor h4 {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 30px;
}

.COF {
    text-align: center;

    position: relative;

}

.COF h2 {
    position: relative;
    padding-bottom: 30px;
    font-size: 42px;
    letter-spacing: 1px;
    font-family: 'Anton', sans-serif;
}

.COF h4 {
    padding: 30px;
    color: #fff;
}

.COF h2::after {
    content: '';
    width: 86px;
    height: 7px;
    background-color: #F44336;
    position: absolute;
    bottom: 0;
    border-radius: 5px;
    left: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.COF_register p {
    font-size: 13px;
    padding: 4px;
    color: #fff;

}

.COF_SECTION {
    padding: 50px 0px;
    overflow: auto;
    background-color: #404040;
    color: #ec4444;

}

.reviewer {
    text-align: center;

    position: relative;

}

.reviewer h2 {
    position: relative;
    padding-bottom: 30px;
    font-size: 42px;
    color: black;
    letter-spacing: 1px;
    font-family: 'Anton', sans-serif;
}

.reviewer h4 {
    padding: 30px;
    color: black;
}

.reviewer h2::after {
    content: '';
    width: 86px;
    height: 7px;
    background-color: #F44336;
    position: absolute;
    bottom: 0;
    border-radius: 5px;
    left: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.reviewer_register input {
    background-color: black;
    color: white;
}

.reviewer_register p {
    font-size: 13px;
    padding: 4px;
    color: black;

}

.reviewer_SECTION {
    padding: 50px 0px;
    overflow: auto;
    background-color: #f1f1f1;

}

.Reviewer_block {
    background-color: #F44336;
    text-align: center;
    padding: 50px 0px;
    color: white;
}

.meet_reviewers h1 {
    position: relative;
    padding-bottom: 20px;
    margin-top: 0;
}

.meet_reviewers h1:after {
    content: '';
    width: 86px;
    height: 7px;
    background-color: white;
    position: absolute;
    bottom: 0;
    border-radius: 5px;
    left: 50%;


    transform: translate(-50%, -50%);

}

.reviewer_img img {
    border-radius: 50%;
    background-color: #f1f1f1;

}

.reviewer_img h4 {
    font-size: 18px
}

.reviewer_img {
    margin-top: 30px;
    margin-bottom: 30px;
   
    padding: 50px 15px;
   box-shadow: 5px 6px 20px #1d1d1d;
    background-color: white;
    color: black;


}

.img_circle {
    margin: 0px 10px;
    
    padding: 0px;
    margin: 0 auto;
}

.img_circle img {
    background-color: #f1f1f1;
}


@media (max-width: 991px) and (min-width: 280px) {
    .reviewer_img {
        margin-top: 30px;

        display: unset;
        padding: 50px 15px;
        justify-content: center;
        box-shadow: 5px 6px 20px #1d1d1d;
        background-color: white;
        color: black;


    }
    .img_circle {
        margin-bottom: 30px;
    }

}

@media (max-width: 767px) and (min-width: 450px) {

    .img_circle {
        width: 50% !important;
    }
}

.img_circle p {
    font-size: 12px;
    text-align: center;
}




/***********************************************Program Schedule***************************************************/

.tab {
    overflow: hidden;

}

.tab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    width: 100%;
}

.tabcontent {
    padding: 6px 12px;
}

.tabcontent p:nth-child(1) {
    font-size: 15px;
    color: #ec4444;
    font-weight: 700
}

.tabcontent:nth-last-child(1) {
    display: none;
}

.tabcontent p {
    font-size: 12px;
}

.tabcontent p i {
    color: #a7a7a7
}

.time_slot {
    padding: 25px 15px;
}

.tab_slots {
    padding: 15px;
    border: 3px solid #d1d1d1;
    background-color: #fff;
}

.time_slot span {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.time_slot .slots {
    padding: 0px 15px;
}

.pgm_schdl p{text-align: center;}


.time_slot .slots::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #d8d8d8;
    position: absolute;
    top: 15px;
    left: 0;
}



.trackcontent,
.sessioncontent,
.workshopcontent {
    padding: 25px 12px;
    border-top: none;
}

.trackcontent:nth-last-child(1),
.trackcontent:nth-last-child(2),
.sessioncontent:nth-last-child(1),
.sessioncontent:nth-last-child(2),
.workshopcontent:nth-last-child(1),
.workshopcontent:nth-last-child(2) {
    display: none;
}

.sub_tab button:active,
.sub_tab button:focus {
    border-bottom: 2px solid #ff5757;
}

.sub_tab .col-sm-2 {
    text-align: center;
    padding: 0 !important
}


.main_tab {
    padding-bottom: 10px;
}

.main_tab .col-sm-6 .col-sm-12 {
    padding: 0;
    text-align: center;
    border: 1px solid #f1f1f1;
    color: #000;
}

button.actives {
    background-color: #ff5757 !important;
    color: #fff;
}

.main_tab .col-sm-6 .col-sm-12:hover {
    background-color: #ff5757;
    color: #fff;
}

.main_tab .tab button {
    font-size: 20px;
}

.actives::after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 9px 9px 0;
    border-color: #ff5757 transparent;
    display: block;
    width: 0;
    color: #fff;
    z-index: 5;
    bottom: -8px;
    margin-left: -9px;
    left: 50%;
}

.break_slot p {
    font-size: 15px;
    color: #ff5757;
    font-weight: 700;
}

.panelists {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    text-align: center;
}



.workshop_section{
        position:relative;
        box-shadow: 6px 5px 10px #827e7e;
        
    }
    .workshop_card_title{
        text-align:center;
        height:100px;
        background-color:#F44336;
        color:white;
        display:flex;
        justify-content:center;
        
    }
    .workshops_cards{
            
        justify-content: center;
    display: flex;

    }
    .workshops_card{
        margin: 0 40px;
         margin-bottom: 20px;
    }
    .workshop_card_title h4{
        margin-top: 15px;
    }
     .workshop_img {
   position:absolute;
         z-index: 1;
        bottom: -36px;
        
    }
    .workshop_detail{
        text-align:center;
        background-color:white;
        padding-top:50px;
        padding-bottom:20px;
    }
    .workshop_detail h5{
        margin:0;
            padding-bottom:10px;
    }
    .workshop_details_know{
        font-size:15px;
        float:unset;
        margin:0px auto;
        margin-top: 10px;
        
    }
.workshops_am19 h2 {
    color: #fff !important;
    font-size: 42px;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 30px;
    margin-top: 0px;
    font-family: 'Anton', sans-serif;
    letter-spacing: 1px;
}

.workshops_am19 h2::after{content: '';
    width: 86px;
    height: 5px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    border-radius: 5px;
    left: 50%;
    transform: translate(-50%, -50%);}
    
    .sponsor_line::after{content: '';
    width: 100px;
    height: 5px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    border-radius: 5px;
    left: 50%;
    transform: translate(-50%, -50%);}

.workshops_am19 p {
    color: #fff;
    text-align: center;
    font-size: 18px;
}
.wkshp_mar {
        margin-bottom: 30px;
    }
.wrkmedia span{font-size: 12px;}
.wrkmedia sup{font-size: 16px; top: 0; font-weight: 700; color: red;}

.wkshp_mar:nth-last-child(1) {
        margin-bottom: 0px;
    }

.wrkmedia ul li{font-size: 16px;}
.wrkmedia .btn{color: #fff !important;margin-top: 20px;font-weight: 600;}
.wkshp_mar h4{font-size: 17px; height: 60px;}
.workshop_row ul.txt li.training_li_list{font-weight: 700;}
.workshop_row ul:nth-last-child(1){margin-top: 0px; margin-bottom: 30px; list-style-type: circle;}
.track_mob_view h4 {
    display: none;
}

@media (max-width: 767px){
             
    .wrkmedia .btn{margin-right: 0px;}
    .sectionsponsor-head1 {
    margin-top: 79px !important;}
    .track_mob_view h4 {
        font-weight: 700;
        display: block !important
    }
        }

   .company_title{
        z-index: 10000 !important;
       color: white;
    }
    .company_title:hover{
        color: white !important;
        
    }



/*****AG19 CSS**********/

    .mySlides {
        display: none;
    }



    .content {
        position: relative;
        padding-top: 80px;
    }

    .content p {
        margin-bottom: 10px;
    }

    header .container {
        padding: 0px;
    }

    #header {
        z-index: 3;

        width: 100%;
        height: 60px;
        line-height: 60px;
        background: transparent;
        color: white;
    }

    #header h1 {
        position: absolute;
        top: 0;
        left: 0;
        text-transform: uppercase;
    }

    @media (max-width: 599px) {
        #header .container {
            width: 100%;
        }
        #header h1 {
            left: 3%;
        }
    }

   

    video {
        height: auto;
        vertical-align: middle;
        width: 100%;
    }

    .overlay-desc {
        background: rgba(21, 20, 20, 0.0);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .feature {
        color: white;
        font-size: 75px;
        line-height: 90px;
        text-align: center;
        color: #F44336;
        text-transform: capitalize;
        font-family: 'Anton', sans-serif;
        letter-spacing: 1px;
        font-weight: 200;




    }


    @media screen and (max-width: 863px) and (min-width: 940px) {
        .feature {
            color: white;
            font-size: 50px;
            line-height: 55px;
            text-align: center;
            color: #F44336;
            text-transform: capitalize;
            font-family: 'Anton', sans-serif;
            letter-spacing: 1px;
            font-weight: 200;

        }
        .btn_reg {
            width: 131px;
            padding: 14px 20px;
            font-size: 18px !important;
        }
        .top hr {
            border-top: 2px solid #F44336 !important;
        }
        #header h1 {

            font-size: 25px;
        }

    }




    @media screen and (max-width: 939px) and (min-width: 864px) {
  
        .tag {
            margin-top: 5px !important;
        }
        .btn_reg {
            width: 140px;
            padding: 12px 12px;
            font-size: 18px !important;
        }
        #header h1 {

            font-size: 25px;
        }
    }

    @media screen and (max-width: 863px) and (min-width: 744px) {
   
        .tag {
            margin-top: -2px !important;
        }

        .btn_reg {
            width: 131px;
            padding: 14px 20px;
            font-size: 18px !important;
        }
        .top hr {
            border-top: 2px solid #F44336 !important;
        }
        #header h1 {

            font-size: 25px;
        }

    }

    .btn_reg1 {
        width: 134px;
        padding: 9 10px;
        font-size: 15px !important;
        line-height: 15px;
        color: #fff;
        font-family: 'Roboto', sans-serif;
    }

    @media (max-width: 767px) {
        footer {
            padding: 20px 14px 10px !important;
        }
        .navbar-nav {
            list-style: none;
            width: 100%;
            margin: 7.5px -10px !important;
            padding: 0 !important;
            padding: 2% 4%;
        }
        .nav>li>a:focus,
        .nav>li>a:hover {
            background-color: #000;
            color: #F44336 !important;
        }
        .navbar-toggle {
            cursor: pointer !important;
        }
        .navbar {
            width: 100%;
            margin: 0px;
        }
        .navbar-collapse {
            background-color: #2d2d2d;
            margin: 0px !important
        }
        .navbar-toggle .icon-bar {
            background-color: #fff;
            height: 3px;
        }
        header {
            background-color: #2d2d2d !important;
            margin-top: 0px !important
        }
        .video-container {
            margin-top: 11%
        }
        #header h1 {
            padding-top: 20px !important;
            margin: 0px !important
        }
        #header .container {
            background-color: #2d2d2d !important
        }
        .nav>li>a {
            padding: 10px 0px;
        }
        .nav>li>a:hover {
            background-color: transparent !important;
        }

        .footer_bottom .col-md-2 {
            margin-bottom: 20px
        }
        ul.footer-ul {
            margin-top: 0px !important
        }
        .soften {

            display: block !important;
            clear: both!important;
            height: 1px;
            background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.8), rgba(0, 0, 0, 0)) !important;
            background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.8), rgba(0, 0, 0, 0)) !important;
            background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.8), rgba(0, 0, 0, 0)) !important;
            background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.8), rgba(0, 0, 0, 0)) !important;
            border: 0 !important;
        }


    }


    @media (max-width: 743px) and (min-width: 605px) {
    
        .tag {
            margin-top: 0px !important;
        }
        .top span {

            font-size: 14px !important;
        }
        .btn_reg {
            width: 85px !important;
            padding: 10px 16px !important;
            font-size: 15px !important;
        }
        .top hr {
            border-top: 2px solid #F44336 !important;
        }
        #header h1 {

            font-size: 15px !important;
        }
        .tag {
            padding: 0;
        }
        .date {
            padding: 0;


        }

        .register {
            padding: 0;
        }

    }

    @media (max-width: 604px) and (min-width: 487px) {
    
        .register {
            margin-top: 5px !important;
        }
        .tag {
            margin-top: -2px !important;
        }
        .top span {

            font-size: 10px !important;
        }
        .btn_reg {
            width: 120px !important;
            padding: 12px 12px !important;
            font-size: 12px !important;
        }
        #header h1 {

            font-size: 18px !important;
        }
        .top hr {
            border-top: 2px solid #F44336 !important;
        }
        .tag {
            padding: 0;
        }
        .date {
            padding: 0;

        }
        .register {
            padding: 0;
        }

    }

    @media (max-width: 486px) and (min-width: 392px) {

        .tag {

            margin-top: -6px !important;
        }
        .top span {

            font-size: 10px !important;
        }
        .btn_reg {
            width: 120px !important;
            padding: 6px 12px !important;
            font-size: 12px !important;
        }
        #header h1 {

            font-size: 15px !important;
        }
        .top hr {
            border-top: 2px solid #F44336 !important;
        }
        .header {
            margin-top: -6px !important;
        }

        .tag {
            padding: 0;
        }
        .date {
            padding: 0;

        }
        .register {
            padding: 0;
        }
    }

    @media (max-width: 745px) and (min-width: 381px) {
        .date_venue {
            margin-top: 10px;
        }
    }

    @media (max-width: 360px) and (min-width: 340px) {
        .float_ul_primary {
            right: 15px;
        }
    }

    @media (max-width: 391px) and (min-width: 280px) {

        .tag {
            margin-top: 0px !important;
        }
        .top span {

            font-size: 10px !important;
        }
        .btn_reg {
            width: 100px;
            padding: 6px 6px;
            font-size: 14px !important;

        }
        .top hr {
            border-top: 2px solid #F44336 !important;
        }
        .tag input {
            margin-top: 0 !important;
        }
        #header h1 {

            font-size: 14px !important;
        }
        .header {
            margin-top: -6px !important;
        }
        .tag {
            padding: 0;
        }
        .date {
            padding: 0;

        }
        .register {
            padding: 0;
        }
    }

   

    .tag {
        text-align: center;
        color: white;


        margin-top: -40px;

    }

    li {

        font-family: 'Roboto', sans-serif;

    }

    .swiper-slide {
        height: unset !important;
    }

    .swiper-wrapper {
        height: unset !important;
    }



    @media (max-width: 478px) and (min-width: 280px) {
        .tag {
            padding: 0;
        }
        .date {
            padding: 0;

        }
        .register {
            padding: 0;
        }
        .register {
            margin-top: 0px !important;
        }
    }

    @media (max-width: 1001px) and (min-width: 280px) {
        .btn_reg1 {
            width: 100px !important;
            padding: 12px 12px !important;
            font-size: 12px !important;
        }


    }

    .date .col-xs-6 {

        width: 100%;
    }

    @media (max-width: 763px) and (min-width: 280px) {
        .event {
            font-size: 36px !important;
        }
        .med h1 {
            font-size: 36px !important;


        }
        .hrline {
            width: 36% !important;
        }
    }

    @media (max-width: 599px) and (min-width: 280px) {

        .countdown-timer span {
            font-size: 18px !important;
            line-height: 18px !important;
        }
        .countdown-timer>div>div {
            height: unset !important;
        }
    }

    @media (max-width: 350px) and (min-width: 280px) {
        
    }

    .spacing {
        padding: 0 !important;
    }

    .date span {
        margin-right: 20px;
    }

    .date span:nth-last-child(1) {
        margin-left: 20px;
        margin-right: 0px !important;
    }

    .asterisk {
        color: red;
        font-size: 18px;
    }

    .navbar {
        width: 100%
    }

    .navbar-nav li a {
        padding: 10px 5px;
        font-size: 12px;
        font-family: 'Roboto', sans-serif;
        cursor: pointer;
    }

    .nav>li>a:hover {
        background-color: #000;
        color: #fff !important;
    }

    .contact-info li a span {
        font-size: 13px
    }

    .iconsize2,
    .iconsize {
        font-size: 13px !important
    }

    /* Start Panelist Section */

    .panelist_SECTION {
        padding: 50px 0px;
        overflow: auto;

    }

    .panelist h2 {
        font-family: 'Anton', sans-serif;
        color: #000;
        font-size: 42px;
        text-align: center;
        letter-spacing: 1px;
        position: relative;
        padding-bottom: 30px;

    }

    .panelist h2::after {
        content: '';
        width: 86px;
        height: 7px;
        background-color: #F44336;
        position: absolute;
        bottom: 0;
        border-radius: 5px;
        left: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }


    .panelist {

        text-align: center;
    }

    .panelist p {
        font-size: 13px;
        padding: 4px;

    }

    .panelist h4 {
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        text-align: center;
        padding: 30px;
    }



    /* End Panelist Section */

    .sponsor_SECTION {
        padding: 50px 0px;
        overflow: auto;

    }

    .sponsor h2 {
        font-family: 'Anton', sans-serif;
        color: #000;
        font-size: 42px;
        text-align: center;
        letter-spacing: 1px;
        position: relative;
        padding-bottom: 30px;

    }

    .sponsor h2::after {
        content: '';
        width: 86px;
        height: 7px;
        background-color: #F44336;
        position: absolute;
        bottom: 0;
        border-radius: 5px;
        left: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }


    .sponsor {

        text-align: center;
    }

    .sponsor p {
        font-size: 13px;
        padding: 4px;

    }

    .sponsor h4 {
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        text-align: center;
        padding: 30px;

    }

    /*Start Call For Training*/

    .cft_SECTION {
        padding: 50px 0px;
        overflow: auto;
        background-image: url(images/training3.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        height: 350px;
    }

    .cft h2 {
        font-family: 'Anton', sans-serif;
        color: white;
        font-size: 42px;
        text-align: center;
        letter-spacing: 1px;
        position: relative;
        padding-bottom: 30px;

    }

    .cft h2::after {
        content: '';
        width: 86px;
        height: 7px;
        background-color: #F44336;
        position: absolute;
        bottom: 0;
        border-radius: 5px;
        left: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }


    .cft {

        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

    }

    .cft p {
        font-size: 13px;
        padding: 4px;
        color: white;

    }

    .cft h4 {
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        text-align: center;
        padding: 30px;
        color: white;
    }

    /*End Call For Training*/

    .COF {
        text-align: center;

        position: relative;

    }

    .cft_img {

        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.6);
    }

    .COF h2 {
        position: relative;
        padding-bottom: 30px;
        font-size: 42px;
        letter-spacing: 1px;
        font-family: 'Anton', sans-serif;
    }

    .COF h4 {
        padding: 30px;
        color: #fff;
    }

    .COF h2::after {
        content: '';
        width: 86px;
        height: 7px;
        background-color: #F44336;
        position: absolute;
        bottom: 0;
        border-radius: 5px;
        left: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .COF_register p {
        font-size: 13px;
        padding: 4px;
        color: #fff;

    }

    .COF_SECTION {
        padding: 50px 0px;
        overflow: auto;
        background-color: #404040;
        color: #ec4444;

    }

    .reviewer {
        text-align: center;

        position: relative;

    }

    .reviewer h2 {
        position: relative;
        padding-bottom: 30px;
        font-size: 42px;
        color: black;
        letter-spacing: 1px;
        font-family: 'Anton', sans-serif;
    }

    .reviewer h4 {
        padding: 30px;
        color: black;
    }

    .reviewer h2::after {
        content: '';
        width: 86px;
        height: 7px;
        background-color: #F44336;
        position: absolute;
        bottom: 0;
        border-radius: 5px;
        left: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .reviewer_register input {
        background-color: black;
        color: white;
    }

    .reviewer_register p {
        font-size: 13px;
        padding: 4px;
        color: black;

    }

    .reviewer_SECTION {
        padding: 50px 0px;
        overflow: auto;
        background-color: #f1f1f1;

    }

    .Reviewer_block {
        background-color: #F44336;
        text-align: center;
        padding: 50px 0px;
        color: white;
    }

    .meet_reviewers h2 {
        position: relative;
        padding-bottom: 30px;
        font-size: 42px;
        letter-spacing: 1px;
        font-family: 'Anton', sans-serif;
    }

    .meet_reviewers h2:after {
        content: '';
        width: 86px;
        height: 7px;
        background-color: white;
        position: absolute;
        bottom: 0;
        border-radius: 5px;
        left: 50%;


        transform: translate(-50%, -50%);

    }

    .reviewer_img img {
        border-radius: 50%;
        background-color: #f1f1f1;

    }

    .reviewer_img h4 {
        font-size: 17px
    }

    .reviewer_first {
        display: flex;
        justify-content: space-evenly;
        padding-bottom: 20px;
    }

    .reviewer_second {
        display: flex;
        justify-content: space-evenly;


    }

    @media (max-width: 767px) and (min-width: 320px) {
        .reviewer_first {
            display: unset;

        }
        .reviewer_second {
            display: unset;



        }
        .img_circle {
            clear: both;
            float: unset;
        }
    }

    @media (max-width: 991px) and (min-width: 280px) {
        .reviewer_img {
            margin-top: 30px;

            display: unset;
            padding: 50px 15px;
            justify-content: center;
            box-shadow: 5px 6px 20px #1d1d1d;
            background-color: white;
            color: black;


        }
        .img_circle {
            margin-bottom: 30px;
        }

    }

    @media (max-width: 767px) and (min-width: 450px) {

        .img_circle {
            width: 50% !important;
        }
    }

    .img_circle p {
        font-size: 12px;
        text-align: center;
    }


    .padding0 {
        padding: 0;
    }

    .speaker_section {
        background-color: #404040;
        overflow: auto;
        text-align: center;
        padding: 50px;

    }

    .speaker_card {
        margin-bottom: 20px;
    }

    .speaker h1 {
        color: white;
        position: relative;
        padding-bottom: 20px;
        font-family: 'Anton', sans-serif;

        margin: 0;
    }

    .speaker p {
        margin: 10px;
        color: white;
    }

    .speaker h1:after {
        content: '';
        width: 86px;
        height: 7px;
        background-color: #F44336;
        position: absolute;
        bottom: 0;
        border-radius: 5px;
        left: 50%;


        transform: translate(-50%, -50%);

    }

    .speaker_card_content {
        background-color: white;
        padding-bottom: 10px;
        height: 100px;
    }

    .speaker_card_content p {
        font-size: 12px;

    }

    .speaker_card_title {
        background-color: rgba(0, 0, 0, 0.6);
        padding: 11px;
        position: absolute;
        z-index: 1;
        color: white;
        bottom: 0;
    }

    .speaker_card_img {
        position: relative;
    }

    .tab {
        overflow: hidden;

    }

    .tab button {
        background-color: inherit;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
        width: 100%;
    }

    .tabcontent {
        padding: 6px 12px;
    }

    .slot_track p:nth-child(2),
    .tabcontent p:nth-child(1) {
        font-size: 15px;
        color: #ec4444;
        font-weight: 700
    }

    .tabcontent:nth-last-child(1) {
        display: none;
    }

    .tabcontent p {
        font-size: 13px;
    }

    .tabcontent p i {
        color: #a7a7a7
    }

    .time_slot {
        padding: 25px 15px;
    }

    .tab_slots {
        padding: 15px;
        border: 3px solid #d1d1d1;
        background-color: #fff;
        margin-top: 40px;
    }

    .time_slot span {
        font-size: 20px;
        font-weight: 700;
        position: relative;
        z-index: 1;
        background-color: #fff;
    }

    .slot_track h4 {
        margin-top: 0px;
        font-weight: 700;
    }

    .time_slot .slots {
        padding: 0px 15px;
    }

    .time_slot .slots::before {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #d8d8d8;
        position: absolute;
        top: 15px;
        left: 0;
    }



    .trackcontent,
    .sessioncontent,
    .workshopcontent {
        padding: 25px 12px;
        border-top: none;
    }

    .trackcontent:nth-last-child(1),
    .trackcontent:nth-last-child(2),
    .sessioncontent:nth-last-child(1),
    .sessioncontent:nth-last-child(2),
    .workshopcontent:nth-last-child(1),
    .workshopcontent:nth-last-child(2) {
        display: none;
    }

    .sub_tab button:active,
    .sub_tab button:focus {
        border-bottom: 2px solid #ff5757;
    }

    .sub_tab .col-sm-2 {
        text-align: center;
        padding: 0 !important
    }


    .main_tab {
        padding-bottom: 10px;
    }

    .main_tab .col-sm-6 .col-sm-12 {
        padding: 0;
        text-align: center;
        border: 1px solid #f1f1f1;
        color: #000;
    }

    button.actives {
        background-color: #ff5757 !important;
        color: #fff;
    }

    .main_tab .col-sm-6 .col-sm-12:hover {
        background-color: #ff5757;
        color: #fff;
    }

    .main_tab .tab button {
        font-size: 20px;
    }

    .actives::after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 9px 9px 0;
        border-color: #ff5757 transparent;
        display: block;
        width: 0;
        color: #fff;
        z-index: 5;
        bottom: -8px;
        margin-left: -9px;
        left: 50%;
    }

    .slots p {
        font-size: 15px;
        color: #ff5757;
        font-weight: 700;
    }

    .panelists {
        display: flex;
        justify-content: center;
        margin-top: 30px;
        text-align: center;
    }

    @media (max-width: 767px) and (min-width: 280px) {
        .time_slot {
            padding: 25px 0px !important;
        }
        .workshops_date p {
            font-size: 13px !important;
        }
        .btn {
            width: 120px;
            margin-top: 10px;
            padding: 9px 10px;
            margin-right: 20px;

        }
        .time_slot img {
            margin: 15px 0px;
        }

        .panelists {
            display: unset !important;
        }
        .slot_track h4 {
            display: none;
        }
        .track_mob_view h4 {
            font-weight: 700;
            display: block !important
        }
        .panelists .col-sm-3 {
            margin-top: 30px;
        }
    }

    .volunteer_heading h1 {
        text-align: center;
        font-family: 'Anton', sans-serif;
        color: white;
        position: relative;
        padding-bottom: 20px;
    }

    .pgm_schdl h1 {
        text-align: center;
        font-family: 'Anton', sans-serif;
        position: relative;
        padding-bottom: 20px;
    }

    .pgm_schdl h1:after {
        content: '';
        width: 86px;
        height: 7px;
        background-color: black;
        position: absolute;
        bottom: 0;
        border-radius: 5px;
        left: 50%;


        transform: translate(-50%, -50%);



    }

    .volunteer_heading h1 {
        text-align: center;
        font-family: 'Anton', sans-serif;
        color: white;
        position: relative;

        padding-bottom: 20px;
    }

    .volunteer_heading h4 {

        color: white;

    }

    .volunteer {
        background-color: #404040;
        padding: 50px;
        color: white;

    }

    .volunteer h4 {
        font-size: 17px;
    }

    .volunteer_card {
        display: flex;
        justify-content: space-around;
        text-align: center;
        padding-top: 20px;
    }

    .volunteer_heading h1:after {
        content: '';
        width: 86px;
        height: 7px;
        background-color: white;
        position: absolute;
        bottom: 0;
        border-radius: 5px;
        left: 50%;


        transform: translate(-50%, -50%);

    }

    @media (max-width: 767px) and (min-width: 280px) {

        .volunteer_card {
            display: unset !important;
        }
        .workshops_cards {
            display: unset !important;

        }
    }

    .volunteer_spacing {
        margin-bottom: 30px;
        margin-right: 25px;
        padding: 20px;
        background-color: white;
        color: black;
        box-shadow: 6px 5px 10px #4a4545;
        border-radius: 15px;
    }

    .volunteer_spacing img {}

    .volunteer_spacing p {
        font-size: 12px;

    }

    .volunteer_heading p,
    .meet_reviewers .rp {
        text-align: center;
        font-size: 18px;
    }

    .volunteer_spacing i {
        font-size: 18px;
        color: #F44336;
        padding: 10px 5px;
    }

    .workshops h1 {
        text-align: center;
        font-family: 'Anton', sans-serif;
        color: white;
        position: relative;

        padding-bottom: 20px;

    }

    .workshops h1:after {
        content: '';
        width: 86px;
        height: 7px;
        background-color: white;
        position: absolute;
        bottom: 0;
        border-radius: 5px;
        left: 50%;


        transform: translate(-50%, -50%);

    }

    .workshops_section {
        background-color: #404040;
        padding: 50px;
    }

    .workshops h5 {

        color: white;
        padding-bottom: 30px;
        text-align: center;

    }

    .workshops_card {}


    .btn_details {
        color: white;
        background-color: #F44336;
        width: 100% !important;
        padding: 11px 10px;
        font-size: 14px;
        line-height: 14px;

    }


    .venue_section {
        padding-top: 50px;
        background-color: #ececec;
        overflow: auto;
    }

    .venue_heading {}

    .venue_heading h1 {
        font-family: 'Anton', sans-serif;
        text-align: center;
        position: relative;
        padding-bottom: 20px;
        color: black;

    }

    .venue_heading h5 {

        text-align: center;
        position: relative;
        padding-bottom: 20px;
        color: black;

    }

    .venue_heading h1:after {
        content: '';
        width: 86px;
        height: 7px;
        background-color: black;
        position: absolute;
        bottom: 0;
        border-radius: 5px;
        left: 50%;


        transform: translate(-50%, -50%);



    }

    .fa_contact {
        text-align: center;
        color: black;
        margin-top: 20px;
    }


    .workshop_section {
        position: relative;
        box-shadow: 6px 5px 10px #827e7e;

    }

    .workshop_card_title {
        text-align: center;
        height: 100px;
        background-color: #F44336;
        color: white;
        display: flex;
        justify-content: center;

    }

    .workshops_cards {

        justify-content: center;
        display: flex;

    }

    .workshops_card {
        margin: 0 40px;
        margin-bottom: 20px;
    }

    .workshop_card_title h4 {
        margin-top: 15px;
    }

    .workshop_img {
        position: absolute;
        z-index: 1;
        bottom: -36px;

    }

    .workshop_detail {
        text-align: center;
        background-color: white;
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .workshop_detail h5 {
        margin: 0;
        padding-bottom: 10px;
    }

    .workshop_details_know {
        font-size: 15px;
        float: unset;
        margin: 0px auto;
        margin-top: 10px;

    }

    .volunteer_heading h4 {

        color: white;

    }

    .volunteer_card {
        display: flex;
        justify-content: space-around;
        text-align: center;
        padding-top: 30px;
    }

    .volunteer_heading h1:after {
        content: '';
        width: 86px;
        height: 7px;
        background-color: white;
        position: absolute;
        bottom: 0;
        border-radius: 5px;
        left: 50%;


        transform: translate(-50%, -50%);

    }

    @media (max-width: 767px) and (min-width: 280px) {

        .volunteer_card {
            display: unset !important;
        }

        .call_for_action {

            border-right: 0px solid !important;
        }
        .pps .col-sm-6 {
            margin-bottom: 30px !important;
        }

        .pps .col-sm-6:nth-last-child(1) {
            margin-bottom: 0px !important;
        }
    }

    .volunteer_spacing {
        margin-bottom: 30px;
        margin-right: 25px;
        padding: 20px 10px;
        background-color: white;
        color: black;
        box-shadow: 6px 5px 10px #4a4545;
        border-radius: 15px;
    }

    .volunteer_spacing img {}

    .volunteer_spacing p {
        font-size: 12px;

    }

    .volunteer_spacing i {
        font-size: 18px;
        color: #F44336;
        padding: 10px 5px;
    }

    .speaker_section {
        background-color: #404040;
        overflow: auto;
        text-align: center;
        padding: 50px 0px;
        ;

    }

    .speaker_card {
        margin-bottom: 20px !important;

        overflow: auto !important;


    }

    .speaker h1 {
        color: white;
        position: relative;
        padding-bottom: 20px;
        font-family: 'Anton', sans-serif;

        margin: 0;
    }

    .speaker p {
        margin: 10px;
        color: white;
    }

    .speaker h1:after {
        content: '';
        width: 86px;
        height: 7px;
        background-color: #F44336;
        position: absolute;
        bottom: 0;
        border-radius: 5px;
        left: 50%;


        transform: translate(-50%, -50%);

    }


    .speaker_card_content {
        background-color: white;
        padding-bottom: 10px;
        height: 100px;
    }

    .speaker_card_content p {
        font-size: 12px;

    }

    .speaker_card_title {
        background-color: rgba(0, 0, 0, 0.6);
        padding: 11px;
        position: absolute;
        z-index: 1;
        color: white;
        bottom: 0;
    }

    .speaker_card_img {
        position: relative;
    }


    .section_call_for_action {
        padding: 100px 0px;
        background-color: #404040;
    }

    .section_call_for_action_fa i {
        font-size: 34px;
        color: white;
        text-align: center;
    }

    .call_for_action {
        border-right: 1px solid;
        color: white;
        margin-bottom: 30px;
    }

    .section_call_for_action_fa {
        text-align: center;
    }

    .call_for_action_content p {
        font-size: 15px;
        color: white;
        margin: 10px 0px;
    }

    .call_for_action_content input {
        margin-top: 20px;
    }

    .call_for_action_content h3 {

        color: white;
        margin: 0px;
    }

    .call_for_action_content span {
        font-size: 11px;
        color: white;
        margin: 10px 0px;
        display: block;
    }

    .pps .col-sm-6 {
        margin-bottom: 60px;
    }

    .pps .col-sm-6:nth-last-child(1),
    .pps .col-sm-6:nth-last-child(3) {
        margin-bottom: 0px;
    }

    .soften {
        display: none;
    }
   @media (max-width: 999px) and (min-width: 939px) {
       
       .spacing{
           margin-top: 0px !important;
       }
       
    }
     @media (max-width: 648px) and (min-width: 605px) {
       
       .spacing{
           margin-top: 0px !important;
       }
         .register{
            margin-top: 0px !important;
         }
       
    }
     @media (max-width: 873px) and (min-width: 769px) {
       
       .date span{
          font-size: 15px !important;
       }
         .register{
            margin-top: 0px !important;
         }
       
    }
    
    
    @media (max-width: 527px) and (min-width: 479px) {
        .register{
            margin-top: 0px !important;
            
        }   
        .btn_reg {
    width: 120px !important;
    padding: 2px 0px !important;
    font-size: 11px !important;
}
    }
    @media (max-width: 425px) and (min-width: 409px) {
        .date_venue {
    margin-top: 0px !important;
}
          
        .btn_reg {
    width: 120px !important;
    padding: 2px 0px !important;
    font-size: 11px !important;
}
    }

        @media (max-width: 408px) and (min-width: 370px) {
        .date_venue {
    margin-top: 0px !important;
}
          
        .btn_reg {
    width: 120px !important;
    padding: 2px 0px !important;
    font-size: 11px !important;
}
   .top span {
    font-size: 9px !important;
}
    }
            @media (max-width: 369px) and (min-width: 320px) {
        .date_venue {
    margin-top: 0px !important;
}
          
        .btn_reg {
    width: 120px !important;
    padding: 2px 0px !important;
    font-size: 11px !important;
}
   .top span {
    font-size: 8px !important;
}
 
                
                .top hr{
                    margin: 0px auto !important;
                }
                .header{
                    height: 53px !important;
                }
                .date span:nth-last-child(1) {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
                .date_venue i{
                    padding-right: 0px !important;
                }
    }
   .wrkmedia sup {
       color: black;
    }
   
     @media (max-width: 767px) and (min-width: 320px) {
         .slide ol{
             display: none;
         }}
    @media (max-width:685px) and (min-width:574px){
        
        .register {
    margin-top: 0px !important;
}
        
    }
    
    @media (max-width:573px) and (min-width:441px){
        
        .feature{
            font-size: 28px;
        }
        
        .register{
            margin-top: 0px;
        }
        .btn_reg {
    width: 101px !important;
    padding: 4px 1px !important;
    font-size: 12px !important;
}
        
        .top hr{
                margin: 0px auto !important;
        }
    }
    
        @media (max-width:440px) and (min-width:320px){
        
        .feature{
            font-size: 18px !important;
            margin: 4px !important;
        }
        
        .register{
            margin-top: 0px;
        }
        .btn_reg {
    width: 101px !important;
    padding: 4px 1px !important;
    font-size: 12px !important;
}
        
        .top hr{
                margin: 3px auto !important;
        }
            .date_venue .fa{
                font-size: 12px !important;
            } 
    }
    
.carousel-fade .item {
           opacity: 0;
           -webkit-transition-property: opacity;
           -moz-transition-property: opacity;
           -o-transition-property: opacity;
           transition-property: opacity
       }



       .carousel-fade .item.active,
       .carousel-fade .next.left,
       .carousel-fade .prev.right {
           opacity: 1
       }

       @media all and (transform-3d),
       (-webkit-transform-3d) {
           .carousel-fade .carousel-inner>.item.active.right,
           .carousel-fade .carousel-inner>.item.next {
               opacity: 0;
               -webkit-transform: translate3d(0, 0, 0);
               transform: translate3d(0, 0, 0)
           }
           .carousel-fade .carousel-inner>.item.active.left,
           .carousel-fade .carousel-inner>.item.prev {
               opacity: 0;
               -webkit-transform: translate3d(0, 0, 0);
               transform: translate3d(0, 0, 0)
           }
           .carousel-fade .carousel-inner>.item.active,
           .carousel-fade .carousel-inner>.item.next.left,
           .carousel-fade .carousel-inner>.item.prev.right {
               opacity: 1;
               -webkit-transform: translate3d(0, 0, 0);
               transform: translate3d(0, 0, 0)
           }
       }

       .carousel-fade .item .btn {

           width: 130px;
           color: #fff;
           margin-top: 69px;
           background-color: #ff7500;
       }
    /************************/
    .carousel-inner{
        
            width: 100%;
    background-color: transparent;
    }

    .carousel-inner {
    overflow: unset;
}
    .sliderheight .slide{
            position: absolute;
    top: 0;
    left: 0;
    /* transform: translate(-50%, -50%); */
    background-color: rgba(0,0,0,0.7);
    /* width: 100%; */
    /* height: 100%; */
    right: 0;
    bottom: 0;
}
    .carousel-inner{
    overflow: unset;
}
    
    .carousel-inner{
        position: absolute;
        top:50%;
        left: 50%;
        transform: translate(-50%,-50%);
       
    }
     @media (max-width: 1068px) and (min-width: 950px) {
         
         .feature {
 
    font-size: 60px !important;
             line-height: 75px !important;
         }}
    
     @media (max-width: 949px) and (min-width: 767px) {
         
         .feature {
    font-size: 35px !important;
    line-height: 36px !important;
}
     .highlight{
            font-size: 11px !important;
    }
         .date_venue span{
             font-size: 11px !important;
         }
    }
     @media (max-width: 767px) and (min-width: 554px) {
         .feature {
    font-size: 35px !important;
    line-height: 42px !important;
         }
          .date .register input{
        margin-top: 0px !importrant;
    }
              .date .register input{
        margin-top: 0px !importrant;
    }
       
    }
        @media (max-width: 553px) and (min-width: 320px) {
         .feature {
    font-size: 25px !important;
    line-height: 35px !important;
         }
          .date .register input{
        margin-top: 0px !importrant;
    }
            .hero {
    margin-top: 33px !important;
}
       
    }
    
     @media (max-width: 767px) and (min-width: 320px) {
           .small-text{
        font-size: 20px !important;
    }
         
    }         @media (max-width: 999px) and (min-width: 768px) {
             
   .small-text{
        font-size: 22px !important;
        }
}
         @media (max-width: 418px) and (min-width: 320px) {
             
             .feature {
    font-size: 18px !important;
    line-height: 25px !important;
}
             
             
    }
    .small-text{
        font-size: 40px;
    }

      .bt {

 
  position: relative;
  animation-name: shake;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  cursor: pointer;
}
.bt:hover {
  animation-name: shakeAnim;
}

@keyframes shakeAnim {
  0% {left: 0}
  1% {left: -3px}
  2% {left: 5px}
  3% {left: -8px}
  4% {left: 8px}
  5% {left: -5px}
  6% {left: 3px}
  7% {left: 0}
}

@keyframes shake {
  0% {left: 0}
  1% {left: -3px}
  2% {left: 5px}
  3% {left: -8px}
  4% {left: 8px}
  5% {left: -5px}
  6% {left: 3px}
  7% {left: 0}
}