body {
    font-family: 'Muli', sans-serif;
}

nav div {
    position: relative;
}


h1,
h2,
h3,
h5,
h6 {
    font-family: 'Muli', sans-serif !important;
}

h4,
p,
span,
button,
input,
li,
a {
    font-family: 'Muli', sans-serif !important;
}

.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: 700;
}

.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: 12px 0 0 0;

}

header nav ul li {
    list-style-type: none;
    text-transform: uppercase;
}

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: 'Muli', sans-serif;
    padding: 0px;
}

.content {
    position: relative;
    padding-top: 80px;
}

.content p {
    margin-bottom: 10px;
}

header .container {
    padding: 0px;
}

#header {
    padding: 10px 30px;
    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-container {
    position: relative;
}

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: #ff4f42;
    text-transform: capitalize;
    font-family: 'Muli', sans-serif;
    letter-spacing: 1px;
    font-weight: 200;




}

.site__title_contact:after {
    position: absolute;
    bottom: 0;

    width: 80px;
    height: 6px;
    background: #F44336;
    content: '';
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}



@media screen and (max-width: 863px) and (min-width: 940px) {
    .feature {
        color: white;
        font-size: 50px;
        line-height: 55px;
        text-align: center;
        color: #ff4f42;
        text-transform: capitalize;
        font-family: 'Muli', 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 #ff4f42 !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: #ff4f42;
        text-transform: capitalize;
        font-family: 'Muli', 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: #ff4f42;
        text-transform: capitalize;
        font-family: 'Muli', sans-serif;
        letter-spacing: 1px;
        font-weight: 200;

    }
    .tag {
        margin-top: -2px !important;
    }

   
    .top hr {
        border-top: 2px solid #ff4f42 !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: #ff4f42 !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: 15px !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
    }

    .time_slot {
        padding: 25px 0px !important;
    }
    .time_slot img {
        margin: 15px 0px;
    }

    .panelists,
    .volunteers_am19 {
        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;
    }
    .workshop_listing .col-sm-6 {
        margin-bottom: 30px;
    }
    .volunteers_am19 .col-xs-12 {
        float: unset;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .volunteers_am19 .col-xs-12:nth-last-child(1) {
        margin-bottom: 0px;
    }


    .reviewer_first {
        display: unset !important;

    }
    .reviewer_second {
        display: unset !important;
    }

    .reviewer_img .col-xs-10 {
        margin-bottom: 30px !important
    }
    .reviewer_img .col-xs-10:nth-last-child(1) {
        margin-bottom: 0px !important
    }

    
    .wrkmedia {
        display: unset !important
    }
    .reviewer_img .col-xs-10 {
        float: unset;
        margin: 0 auto;
    }


}


@media (max-width: 743px) and (min-width: 605px) {
    .feature {
        color: white;
        font-size: 53px;
        line-height: 49px;
        text-align: center;
        color: #ff4f42;
        text-transform: capitalize;
        font-family: 'Muli', sans-serif;
        letter-spacing: 1px;
        font-weight: 200;

    }
    .tag {
        margin-top: 0px !important;
    }
    .top span {

        font-size: 14px !important;
    }
    .btn_reg {
        
        padding: 10px 16px !important;
        font-size: 15px !important;
    }
    .top hr {
        border-top: 2px solid #ff4f42 !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: #ff4f42;
        text-transform: capitalize;
        font-family: 'Muli', 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: 25px !important;
    }
    .top hr {
        border-top: 2px solid #ff4f42 !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: #ff4f42;
        text-transform: capitalize;
        font-family: 'Muli', 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 #ff4f42 !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: #ff4f42;
        text-transform: capitalize;
        font-family: 'Muli', 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 #ff4f42 !important;
    }
    .tag input {
        margin-top: 0 !important;
    }
    #header h1 {

        font-size: 20px !important;
    }
    .header {
        margin-top: -6px !important;
    }
    .tag {
        padding: 0;
    }
    .date {
        padding: 0;

    }
    .register {
        padding: 0;
    }
}

.top {

    position: absolute;
    top: 28%;

    padding: 12px 0px 21px;
}

.tag {
    text-align: center;
    color: white;


    margin-top: -40px;

}

li {

    font-family: 'Muli', 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: 120px !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;
    font-size: 12px;
    font-family: 'Muli', sans-serif;
    cursor: pointer;
    text-transform: initial;
}

.nav > li > a:hover {
    background-color: #000;
    color: #fff !important;
}

.contact-info li a span {
    font-size: 13px
}

.iconsize2,
.iconsize {
    font-size: 13px !important
}


.proposal_section {
    padding: 50px 0px;
    overflow: auto;
    background-color: #f1f1f1;

}

#panelist {
    background-color: #fff;
}

h1.headtext {
    font-size: 42px;
    text-align: center;
    position: relative;
    padding-bottom: 30px;
    margin-top: 0px;
    letter-spacing: 1px;
    font-weight: 700;
}

.speaker_keynote_tag_line p {
    text-align: center;
}

.workshops_am19 h1 {
    color: #fff !important;
}

/*
h1.headtext::after {
    content: '';
    width: 86px;
    height: 5px;
    background-color: #ff4f42;
    position: absolute;
    bottom: 0;
    border-radius: 5px;
    left: 50%;
    transform: translate(-50%, -50%);
}
*/

.workshops_am19 h1::after {
    background-color: #fff !important
}

.sponsor {

    text-align: center;
}

.sponsor p {
    font-size: 13px;
    padding: 4px;

}

.sponsor h4 {
    font-size: 18px;
    font-family: 'Muli', sans-serif;
    text-align: center;
    padding: 30px 0px;
}


.COF_SECTION {
    position: relative;
    background-image: url(../images/mike.png);
    height: 350px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cof_detail {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.COF {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6)
}

.COF h1 {
    position: relative;
    padding-bottom: 30px;
    font-size: 42px;
    color: #fff;
}

.COF h4 {
    padding: 30px 15px;
    color: #fff;
}

/*
.COF h1::after, #about h1::after {
    content: '';
    width: 86px;
    height: 5px;
    background-color: #ff4f42;
    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 h2 {
    position: relative;
    padding-bottom: 30px;
    font-size: 42px;
    color: black;
    letter-spacing: 1px;
    font-family: 'Muli', 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:after {
    background-color: white;
}

.reviewer_img {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 50px 15px;
    box-shadow: 5px 6px 20px #1d1d1d;
    background-color: white;
    color: black;
}

.reviewer_img img {
    border-radius: 50%;
    background-color: #f1f1f1;

}

.reviewer_img h4 {
    font-size: 16px
}

.reviewer_first {
    display: flex;
    justify-content: space-evenly;
}

.reviewer_second {
    display: flex;
    justify-content: space-evenly;
}

.reviewer_headline p {
    font-size: 18px;
}


@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;
    }

}



/***********************************************Program Schedule***************************************************/

.pgm_schdl p,
.workshops_am19 p,
.volun_am19 p {
    text-align: center;
    font-size: 18px;
}

.workshops_am19 p {
    color: #fff;
}

.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;
    padding: 0px 5px;
}

.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;
}

/*.meet_reviewers h4{padding: 30px 0px;color: #000;}*/



.padding0 {
    padding: 0px;
}

.track_mob_view h4 {
    display: none;
}

.volunteers_am19 {
    display: flex;
    justify-content: space-evenly;
    margin-top: 40px;
    text-align: center;
}

.volunteers_am19 img {
    box-shadow: 4px 3px 10px #8e8d8d;
    margin-bottom: 20px;
}

.volunteers_am19 {
    font-size: 13px;
}

.workshop_titile {
    background-color: #ff4f42;
    padding: 10px 30px;
    font-size: 20px;
    color: #fff;
}

.workshop_titile_details {
    background: #fff;
    padding: 30px;
}

.workshop_titile_details ul li {
    font-size: 18px;
}

.workshop_listing {
    margin-top: 40px;
}

.workshop_titile_details .btn {
    color: #fff;
    margin-top: 30px;
    width: 132px;
    padding: 11px 10px;
    font-size: 14px;
    line-height: 14px;
}

/*
.sponsor_line::after {
    content: '';
    width: 100px;
    height: 7px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    border-radius: 5px;
    left: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
*/

.wrkmedia .btn {
    color: #fff !important;
    margin-top: 20px;
    font-weight: 600;
}

.wrkmedia span{font-size: 13px;}
.wrkmedia sup{font-size: 18px; top: 0; font-weight: 700; color: red;}

.btn_reg1 {
    width: 135px;
    padding: 9px 10px;
    font-size: 15px !important;
    line-height: 15px;
    color: #fff;
}


.reviewer_first .col-xs-10 {
    margin-bottom: 30px;
}

.speaker_detail h1,
.workshop_row h3 {
    font-weight: 700;
    text-transform: uppercase;
}



.navbar {
    margin: 0px;
}

.speakers_keynote {
    background-color: #404040;
    padding: 50px;
    color: white;

}

.speakers_keynote h4 {
    font-size: 20px;
}

.speakers_keynote_card {
    display: flex;
    justify-content: center;
    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%);

}

.speakers_keynote_spacing {
    margin-bottom: 30px;
    margin-right: 25px;
    padding: 20px;
    background-color: white;
    color: black;
    box-shadow: 6px 5px 10px #4a4545;
    border-radius: 15px;
}

.speakers_keynote_spacing p {
    font-size: 14px;

}

.volunteer_heading p,
.meet_reviewers .rp {
    text-align: center;
    font-size: 18px;
}

.speakers_keynote_spacing i {
    font-size: 18px;
    color: #F44336;
    padding: 10px 5px;
}

.speakers_keynote_card h3 {
    font-weight: 700
}

.speaker_detail p {
    font-size: 18px;
}

.speaker_name {

    margin-bottom: 40px;
}

.speaker_name h1 {
    font-weight: 700;
    font-size: 40px;
    margin: 0px;
}

.speaker_titiles {
    margin-top: 40px;
}

.speaker_titiles h1 {
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    font-size: 30px;
    color: black;
    margin-bottom: 30px;
    text-align: left;
}

.speaker_titiles h1:after {
    transform: translate(0, 0);
    left: 0;
}

.speaker_name a i.fa-linkedin-square {
    margin-right: 10px
}

.speaker_name a:nth-last-child(1):hover {
    color: red;
}

.speaker_sessions {
    background-color: #f1f1f1;
    padding: 30px 0px;
}

.speaker_session_detail p {
    margin-bottom: 20px;
}


.session_title p {
    font-size: 25px;
}

.wkshp_mar {
        margin-bottom: 30px;
    }

.wkshp_mar:nth-last-child(1) {
        margin-bottom: 0px;
    }

.wkshp_mar h4{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;}

@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;


    }

}

@media (max-width: 490px) and (min-width: 280px) {
    .COF_SECTION {
        height: 420px !important
    }

}

@media (max-width: 991px) and (min-width: 767px) {
    .navbar-nav li a {
        padding: 10px 5px;
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .speakers_keynote_card {
        display: unset !important;
    }
    .bio_speaker img {
        margin-bottom: 40px;
    }
    .speaker_image {
        float: unset;
        margin: 0 auto;
    }

    .speaker_name {
        text-align: center;
    }
    .speaker_name p {
        text-align: center;
    }
}


@media screen and (min-width: 320px) and (max-width: 1024px) {
    .registeration_action{
        padding: 0px 15px;
    }
    
    .registeration_action h2 {
    font-size: 30px;
}
    
    .registeration_action h1 {
    font-size: 46px;
    font-weight: 700;
}
    
    .hero__layout .site__centered{
    padding: 0px 15px;
}

    
}

.registeration_action span {
    font-size: 13px;
    display: block;
}
