:root {
    /* --canon-red: #E01F26; */
    /* #cc0703 */
    /* --canon-red: #cc0401;  */
    --canon-red: #c6da46; 
    --canon-red-2: #cc0401;
    --canon-grey: #c5c5c5;
    --dark-grey: #6f6f6f;
    --darker-grey: #333333;
    --main-3: #5335ab;
    --gold: #c6da46;
}


h1, h2, h3, h4 {
    font-family: 'Lato', sans-serif;
}

.registration-button
{
    max-width: 250px;
}

.product-launch {

    border: 3px solid #c6da46;
    padding: 4px 8px;
    border-radius: 19.5px;
    white-space: nowrap;
    width: max-content !important;
    background-color: #c6da46 !important;
    color: #5335ab !important;
    font-weight: bold;

}


/* override */
#pricing .speaker img {
    width: 7em;
}

.navbar a {
    color: white;
}

.navbar-expand-md .navbar-toggler {
    background: transparent;
    border: 1px solid #c6da46;
    color: #c6da46;
    border-radius: 4px;
    cursor: pointer;
}

#about h2 img {
    width: 100%;
}

.navbar-expand-md .navbar-nav .nav-link:not(.stylized):before {
    background-color: #c6da46 !important;
}
.navbar-expand-md .navbar-nav .nav-link.stylized:before {
    background-color: transparent !important;
}

.stylized {
    border: 3px solid #c6da46;
    padding: 4px 8px;
    border-radius: 19.5px;
    white-space: nowrap;
    width: max-content !important;
    background-color: #c6da46 !important;
    color: #5335ab !important;
    font-weight: bolder !important;
}

.swal2-container {
    margin-top: 83px;
}

.swal2-popup {
    background-color: #333333 !important;
}

.swal2-container .speaker-display{
        margin-top: 0px;
}

.swal2-popup p {
    padding-bottom: 2vh;
}

.selected-lang {
    font-weight: bold !important;
    color: #c6da46 !important;
}

.language {
    padding-top: 7px;
}

.language span {
    /* color: #333; */
    color: white;
    font-weight: 400;
    padding: 7px 0;
    cursor: pointer;
    position: relative;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.language span:hover,
.language span:focus {
    /* color: red !important; */
    color: #c6da46 !important;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.sub-title {
    /* font-size: 25px; */
    font-size: 19px;
    padding-bottom: 25px;
}

.btn-common {
    background-color: transparent;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    border: 3px solid #c6da46;
    color: #c6da46 !important;
}

.btn-common:hover {
    border: 3px solid #c6da46;
    transform: scale(1.05);
}


/* override end */
.place-card-large {
    display: none !important;
}

.section-title {
    color: #c6da46;
}

.shape {
    background-color: grey;
}

.navbar-expand-md .navbar-nav .nav-link:not(.stylized) {
    /* color: #c6da46 !important; */
    color: white !important;
}
/*.navbar-expand-md .navbar-nav .nav-link.register {*/
    /* color: #c6da46 !important; */
    /*color: #c6da46 !important;
}*/

.navbar-expand-md .navbar-nav .active > .nav-link:not(.stylized) {
    color: #c6da46 !important;
    width: 100%;
}

.navbar-expand-md .navbar-nav .hover > .nav-link.stylized {
    color: black !important;
    width: 100%;
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
    color: #5335ab !important;
    border-color: #c6da46;
}

.navbar-expand-md .navbar-nav .nav-link:hover {
    /* color: grey !important; */
    color: #c6da46 !important;
}


/* .collapsing {
    height: 140px !important;
} */


p{
    padding-bottom: 6vh;
    font-weight: 400;
    /* font-family: "Lato", sans-serif; */
    margin: 0px;
    font-size: 16px;
}

.swal-wide{
    width:850px !important;
}

body {
    font-family: 'Lato', sans-serif;
    background: black;
    /* color: #6f6f6f; */
    color: white;
    padding-right: 0 !important;
  }

@media (min-width: 992px){
    .section-padding {
        padding-left: 11em;
        padding-right: 11em;
    }
}

@media (max-width: 767px){
    .section-padding {
        padding: 60px 0;
    }
}

.profile-img {
    border-radius: 8em;
}

#partners img {
    width: 13em;
}

.speaker {
    margin-top: 2em;
    margin-left: 2em;
    /* margin-bottom: 2em; */
}

.speaker .row div {
    font-weight: bold;
    color: #c6da46;
}

.speaker-display {
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}

.speaker .speaker-display {
    text-align: left;
    /*margin-left: -45px;*/
    margin-top: 0px !important;
}

.speaker .speaker-display img {
    width: 10em !important;
}

#testimonial .section-header,
#testimonial .shape {
   margin-bottom: 0px;
}

#testimonial .speaker-display {
    cursor: pointer;
}

.speaker .title {
    font-style: italic;
    border-left: none !important;
    padding-left: 0px !important;
    font-weight: 100 !important;
    color: grey !important;
}

.speaker .final {
    font-weight: bold;
    color: #d1b1d4 !important;
}

.speaker .img-col {
    margin-right: 2em;
}

.speakers .col {
    text-align: center;
}


.speaker-display .name {
    color: #c6da46;
    font-weight: bold;
}

.speaker-display .company {
    font-weight: bold;
    color: #d1b1d4;
}



.navbar {
    /* background: white; */
    background: #3e3eb7 !important;
}

.navbar-brand img {
    width: 320px !important;
}

.head-title {
    color: #c6da46 !important;
}

.event-details{
    text-align: center;
    padding-bottom: 1em;
    margin-left: 10em;
    margin-right: 10em;
    /* margin-left: 10em !important;
    margin-right: 10em !important; */
}

.event-details img {
    margin-top: -6px;
    margin-right: 7px;
}

.event-details .calendar {
    margin-right: 12px;
}


#pricing {
    text-align: left;
}

#pricing .title {
    padding-top: 0;
    padding-left: 10px;
    /* border-left: solid #c6da46; */
    border-left: solid #5335ab;
    font-weight: bold;
    /* color: black; */
}

.col .row-content{
    margin-left: 1em;
}

.title.has-data {
    cursor: pointer;
}

.swal2-close {
    z-index: 10;
}

.conf-time {
    width: 100%;
    margin-bottom: 1em;
}
.conf-time.gold .timeline-time {
    background: #c6da46 !important;
    color: black !important;
}
.conf-time.gold .title {
    border-color: #c6da46 !important;
    color: #c6da46 !important;
    visibility: hidden;
}
.conf-time.gold>.col {
    display: none;
}

.countdown-timer {
    text-align: center;
}

.countdown-timer-block {
    display: inline-block;
}

@media screen and (max-width: 600px) {
    .countdown-timer {
        max-width: 240px;
        margin: 0 auto;
    }
    .countdown-timer-block:nth-child(1), .countdown-timer-block:nth-child(2) {
        margin-bottom: 8px;
    }
}

.countdown-timer .time-num{
    background: #5335ab;
    color: white;
    font-size: 2em;
    display: inline-block;
    width: 2em;
    height: 1.1em;
    margin: 0 10px;
    line-height: 35px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 6px 5px -1px rgba(28,189,208,0.29);
    -moz-box-shadow: 0px 6px 5px -1px rgba(28,189,208,0.29);
    box-shadow: 0px 6px 5px -1px rgba(28,189,208,0.29);
}

.countdown-timer .time-str{
    color: white;
    display: inline-block;
    width: 2em;
    height: 1em;
    font-size: 16px;
}

.nav-link {
    text-transform: uppercase !important;
}

.map {
    line-height: 0px !important;
}

#header-wrap {
    background-image: url(../img/banner.png);
    /* background-position-x: 50%; */
    background-position-x: 84%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-area {
    /* background-image: url(../img/banner.png); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    /* min-height: 22em; */
    position: relative;
    overflow: hidden;
    padding: 0;
    margin-top: 76px;
    /* height: 30em; */
    height: 100%;
}

.hero-area .container{
    /* margin-top: 4em; */
    padding-top: 4em;
    height: 100%;
}

.hero-area .container .row{
    /* margin-top: 4em; */
    height: 100%;
}

.hero-area .button-container {
    padding-top: 3vh;
    padding-bottom: 3vh;
}

ul {
    padding-left: 2em;
}


/* .conf-time .col-lg-1 {
    width: 10%;
    max-width: 10% !important;
} */

.timeline-time {
    background: #5335ab;
    /* color: white; */
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    font-size: 21px;
    width: 7em;
    /* width: 100%; */
    text-align: center;
}

.exhibition img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    width: 154px;
}

.exhibition .col {
    /* margin-left: 3em;
    margin-right: 3em; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: justify;
    text-justify: inter-word;
}

.ex-title {
    font-weight: bold;
    color: #c6da46;
    text-align: center;
    /* font-size: 2vh; */
    margin-top: 8px;
    margin-bottom: 1em;
    font-size: 1.2em;
}


.speakers .profile-img {
    width: 50%;
    border-radius: 8em;
}

.venue-block {
    position: absolute;
    top: 31%;
    left: 50px;
    /* background: #c6da46; */
    background: #684ac6;
    width: 21%;
    padding: 2em 15px;
    color: white;
    height: 37%;
    border-radius: 1em;
    font-size: 19px;
    z-index: 10;
    border: 1px solid #c6da46;
}

.venue-block .title{
    font-weight: bold !important;
}


a.back-to-top i {
    background: #c6da46 !important;
    color: #5335ab;
}


/* 
#hero-area .contents .head-title {
    text-align: center !important;
} */


.footer-content {
    /* background: #c6da46; */
    background: #684ac6;
    margin-left: 14px !important;
    max-width: 48%;
    border-radius: 5px;
}

.footer-content h3 {
    color: #c6da46 !important;
    text-align: center;
    padding-top: 5px;
    font-weight: bold !important;
}


/* responsive */
.navbar-expand-md .navbar-collapse {
    text-align: center;
}

.bg-gray {
    /* background: #f1f1f1 !important; */
    background: #684ac6 !important;
}

.bg-gray2 {
    /* background: #f1f1f1 !important; */
    background: #b283ab !important;
}

.image-row {
    padding-bottom: 16px;
    text-align: center;
}

.section-padding {
    padding: 30px 0;
}

.image-row img {
    width: 5em;
    margin: 5px;
}

.add-calendar {
    /* font-size: 12px;
    display: block;
    text-align: center;
    margin-left: 30px; */
    cursor: pointer;
}


.popup-speaker img{
    width: 100%;
    border-radius: 8em !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.popup-speaker .name,
.popup-speaker .company {
    text-align: left !important;
}

.v2.popup-speaker {
    margin-left: 2em;
}

.v2.popup-speaker .name {
    color: var(--canon-red);
    font-weight: bold;
}

.bio {
    text-align: left;
    margin-top: 10px;
    line-height: 1.3;
}

.bio .name {
    color: #c6da46;
    font-weight: bold;
    font-size: 26px;
}

.bio .title {
    color: grey;
    font-size: 18px;
}

.bio .company {
    color: grey;
    font-weight: bold;
    font-size: 16px;
}

.bio .desc {
    color: #bbbbbb;
    height: 19em;
    overflow-y: scroll;
    padding-right: 25px;
}


.language .nav-link {
    display: inline-block;
}

.language span {
    cursor: pointer;
}

@media (min-width: 992px){
    .section-padding {
        padding-left: 0;
        padding-right: 0;
    }
}

/* .container {
    max-width: 100% !important;
}

.container .row {
    margin-left: 11em;
    margin-right: 11em;
} */

.parallax {
  
    /* Set a specific height */
    min-height: 500px; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* max-width: 100% !important; */
}

@supports (-webkit-overflow-scrolling: touch) {
    .parallax {
        background-attachment: scroll !important;
    }
}

.parallax.services {
    /* The image used */
    background-image: url(../img/services.png);
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the last value (0.5) for more or less opacity */

    background-blend-mode: overlay; /* Blends the color with the image */
}

.parallax.exhibition {
    /* The image used */
    background-image: url(../img/exhibition.jpg);
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the last value (0.5) for more or less opacity */

    background-blend-mode: overlay; /* Blends the color with the image */
}

.parallax.registration {
    /* The image used */
    background-image: url(../img/registration.png);
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the last value (0.5) for more or less opacity */

    background-blend-mode: overlay; /* Blends the color with the image */
}

.whyAttend li{
    list-style-type: circle;
}

#collapseExample li {
    list-style-type: circle;
}

.parallax.seminar {
    /* The image used */
    background-image: url(../img/seminar.jpg);
    /* Adding a semi-transparent overlay */
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the last value (0.5) for more or less opacity */

    background-blend-mode: overlay; /* Blends the color with the image */
}


.address img {
    width: 3em;
    margin-right: 1em;
}

.address a {
    color: white !important;
    /* font-family: 'Lato', sans-serif; */
}

.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

#registration .title {
    color: #c6da46;
    font-weight: bold;
}

#registration .form-control {
    padding: 10px;
    height: 100%;
}

#registration .btn-primary {
    background-color: #c6da46;
    color: #5335ab;

    font-weight: bold;
}

#registrationPopup .btn-primary {
    background-color: #c6da46;
    color: #5335ab;
    font-weight: bold;
}

#registrationPopup .modal-content {
    background-color: white;
    color: white;
}

    #registrationPopup .modal-content .modal-body {
        background-color: white;
        color: #5335ab;
    }

#footer {
    padding: 0px;
    background-color: #3e3eb7;
}

#footer .container.top {
    /* background: #c6da46; */
    background: #684ac6;
    max-width: 100%;
    padding-top: 15px;
}

#copyright {
    background-color: #3e3eb7;
}

#copyright a {
    color: gray !important;
}

#copyright>.container>.row {
    padding-bottom: 20px;
}


/* @media (max-width: 995px){ */
@media (max-width: 1199px){


    .navbar-expand-md .navbar-nav .nav-item {
        padding-left: 0px !important;
    }

    .navbar-expand-md .navbar-toggler {
        display: block !important;
    }
    .collapse:not(.show) {
        display: none !important;
    }
    .navbar-nav {
        flex-direction: column !important;
        align-items: center;
    }
    .navbar-nav>.nav-item>.register {
        width: max-content;
    }


    .navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
        /* -ms-flex-preferred-size: auto; */

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-align: center;
        align-items: center;
    }

    .collapse:not(.show) {
        display: none !important;
    }

    #header-wrap {
        background-image: url(../img/banner-mobile.png);
        background-position-y: 100% !important;

    }


/* 
    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: none !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    } */
}

@media (min-width: 992px){
    .conf-time .col-lg-1 {
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%;
    }

}


@media (min-width: 768px){
    /* .navbar-expand-md .navbar-collapse {
        flex-basis: 100%;
        font-size: 13px;
    } */


    /* nav-bar */
    .event-details{
        font-size: 21px;
        font-weight: bold;
    }

    /* banner */
    .hero-area .button-container {
        padding-top: 5vh;
    }

    /* about */
    .parallax .row{
        /* max-width: 80%; */
    }


    /* footer */
    #footer .col-md-6 {
        -ms-flex: 0 0 47%;
        flex: 0 0 47%;
        max-width: 47%;
    }

    #footer ul {
        padding-left: 0;
    }

}


/*  phone screen */
@media (min-width: 320px) and (max-width: 767px) {

    /* nav-bar */
    .navbar-brand {
        width: 60%;
    }
    .navbar-brand img {
        width: 300px !important;
    }

    /* banner */
    .head-title {
        /* font-size: 19px; */
        font-size: 26px;
        margin-bottom: 20px;
    }

    .sub-title {
        font-size: 16px;
    }
    .event-details {
        text-align: center;
        padding-bottom: 1em;
        margin-left: 0; 
        margin-right: 0;
    }


    /* conference */
    .ex-title {
        margin-bottom: 0px;
    }

    .exhibition .col {
        margin-top: 10px;
        margin-bottom: 40px;
    }

    /* venue */
    .venue-block {
        position: absolute;
        /* top: 15%; */
        top: 145px;
        width: 77%;
        height: 19%;
        padding: 1em 15px;
        font-size: 16px;
    }

    .speaker .speaker-display {
        text-align: left;
        /*margin-left: -45px;*/
        margin-top: 1em !important;
    }

    /*  footer */
    #footer .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 1em;
    }

    #footer ul {
        padding-left: 0;
    }

    .footer-content {
        margin-left: 0px !important;
    }

    /* popup */

    .profile-img{
        width:175px !important;
        position: relative !important;
    }

    .bio {
        font-size: 14px;
    }

    .bio .desc {
        height: 13em !important;
        overflow-y: scroll;
    }

    .bio .name {
        font-size: 20px;
    }

    .bio .title {
        font-size: 18px;
    }

    .bio .company {
        font-size: 16px;
    }

}
