

html {
    scroll-behavior: smooth;
}

body{ 
    font-family: 'Montserrat';
    font-size: 14px;
}

.container{
    animation: transitionIn 0.75s;
}


.btn6 {
    border: 1px solid transparent;
    -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
    transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
}

    .btn6::before {
        content: '';
        position: absolute;
        left: 0px;
        bottom: 0px;
        z-index: -1;
        width: 0%;
        height: 1px;
        background: #6098FF;
        box-shadow: inset 0px 0px 0px #6098FF;
        display: block;
        -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
        transition: all 0.4s cubic-bezier(.5, .24, 0, 1)
    }

    .btn6:hover::before {
        width: 100%;
    }

    .btn6::after {
        content: '';
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: -1;
        width: 0%;
        height: 1px;
        background: #6098FF;
        -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
        transition: all 0.4s cubic-bezier(.5, .24, 0, 1)
    }

    .btn6:hover::after {
        width: 100%;
    }

    .btn6:hover {
        border-left: 1px solid #6098FF;
        border-right: 1px solid #6098FF;
    }


@keyframes transitionIn{
    from{
        opacity:0;
        transform: rotateX(-10deg);
    }
    
    to{
        opacity:1;
        transform: rotateX(0);
    }
}    

.nav-link{
    font-size: 14px;
    font-weight: 600;
    color: white;
}

.IEE2020nav-btn{
    background-color: white;
    border-color: white;
    height: 35px;
    color:#000000;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 600;
}

.IEE2020nav-btn:hover,
.IEE2020nav-btn:focus,
.IEE2020nav-btn:active,
.IEE2020nav-btn.active,
.open>.dropdown-toggle.IEE2020nav-btn {
    color: white;
    background-color: #000000;
    border-color: #000000;
}

.dropdown-menu{
    font-size: 14px;
}

.IEEM2020_IMG1{
    height: 320px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.jumbotron.sunjum{
    margin-top: -20px;
}

.IEEM2020_IMG1_jum{
    height: 180px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.IEE2020subjum-h3{
    font-weight: 650;
    font-size: 25px;
    text-align: center;
    color: #000000;
}

.IEE2020subjum-p1{
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #00211a;
}

.IEE2020subjum-p2{
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    color: #000000;
}

.IEE2020jum-h3{
    font-weight: 650;
    font-size: 35px;
    text-align: center;
    color: #000000;
}

.IEE2020jum-p1{
    font-weight: 600;
    font-size: 25px;
    text-align: center;
    color: #000000;
}

.IEE2020jum-p2{
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #000000;
}

.btn-primary.IEE2020jum-btn {
	background-color: #000000;
    border-color: #000000;
    width: 350px;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 600;
    border-radius: 30px;
}

.IEE2020jum-btn:hover,
.IEE2020jum-btn:focus,
.IEE2020jum-btn:active,
.IEE2020jum-btn.active,
.open > .dropdown-toggle.IEE2020jum-btn {
    color: white;
    background-color: #282828;
    border-color: #282828;
}

.IEE2020headline-h3{
    font-weight: 650;
    font-size: 40px;
    text-align: left;
    color: #000000;
}

.IEE2020subheadline-p1 {
    font-weight: 600;
    font-size: 20px;
    text-align: left;
    color: #282828;
}

.IEE2020subheadline-p2{
    font-weight: 600;
    font-size: 15px;
    text-align: left;
    color: #000000;
}

.IEE2020headline-btn{
    background-color: #000000;
    border-color: #000000;
    font-size: 12px;
    font-weight: 600;
    border-radius: 30px;
}

    .IEE2020headline-btn:hover,
    .IEE2020headline-btn:focus,
    .IEE2020headline-btn:active,
    .IEE2020headline-btn.active,
    .open > .dropdown-toggle.IEE2020headline-btn {
        color: white;
        background-color: #282828;
        border-color: #282828;
    }

.container.IEE20202headline{
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.IEEM2020_headlineimg{
    padding: 10px 10px 10px 10px;
    height: 280px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.IEEM2020_IMGbg{
    position: absolute;
    height: 250px;
    left: 0px;
    top: -80px;
    z-index: -1;
}

.IEEM2020_IMGbg1{
    margin-bottom: 10px;
    position: absolute;
    height: 130px;
    right: 20px;
    bottom: -50px;
    z-index: -1;
}

.col-sm.IEE20202headlinesub{
    margin: 20px 10px 20px 10px;
}

.IEEM2020_IMG2{
    height: 350px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.IEEM2020_QR{
    margin: 8px 8px 8px 8px;
    height: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: -1;
}

.container.halfheadline{
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.IEE2020headline-h3_direction{
    font-weight: 650;
    font-size: 30px;
    text-align: center;
    color: #005B4A;
}

.IEE2020_direction_btn_dark{
    background-color: #000000;
    border-color: #000000;
    font-size: 12px;
    font-weight: 600;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}

.IEE2020_direction_btn_light{
    background-color: white;
    border-color: white;
    color:#000000;
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
}

.IEE2020_direction_btn{
    height: 120px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.IEE2020_direction_btn_dark:hover,
.IEE2020_direction_btn_dark:focus,
.IEE2020_direction_btn_dark:active,
.IEE2020_direction_btn_dark.active,
.open>.dropdown-toggle.IEE2020_direction_btn_dark {
    color: white;
    background-color: #808080;
    border-color: #808080;
}

.IEE2020_direction_btn_light:hover,
.IEE2020_direction_btn_light:focus,
.IEE2020_direction_btn_light:active,
.IEE2020_direction_btn_light.active,
.open>.dropdown-toggle.IEE2020_direction_btn_light {
    color: #005B4A;
    background-color: #82C298;
    border-color: #82C298;
}

.IEE2020direction-p1{
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    color: #005B4A;
}

.IEEM2020_IMGbg3{
    position: absolute;
    height: 150px;
    left: 0px;
    top: -80px;
    z-index: -1;
}

.coloredcontainer{
    background-color:#82C298;
    padding-bottom: 50px;
}

.IEE2020headline-h3_direction_light{
    padding: 50px 30px 10px 30px;
    font-weight: 650;
    font-size: 30px;
    text-align: center;
    color: #005B4A;
}

.IEE2020direction-p1_light{
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    color: white;
}

.IEE2020_steps{
    height: 100px;
    display: block;
    margin: 30px 30px 30px 100px;
}

.IEEM2020_IMGbg4{
    margin-bottom: 20px;
    position: absolute;
    height: 250px;
    left: -100px;
    bottom: -100px;
    z-index: -1;
}

.IEE2020direction-p1_light1{
    font-weight: 600;
    font-size: 15px;
    text-align: left;
    color: white;
}

.IEEM2020_spon_logo{
    height: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.container.sponsor{
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Footer */
.footer {
    margin-top: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: left;
    background: #000000;
    position: fixed-bottom;
    bottom: 10px;
    width: 100%;
    color: white;
}

footer.h5{
    font-weight: 600;
}

.footerimage {
    height: 65px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.h5footer{
    font-size: 20px;
    font-weight: 600;
}

.p1footer{
    font-size: 12px;
}




/* Extra large devices (large desktops) */
/* No media query since the extra-large breakpoint has no upper bound on its width*/

/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {

    .conferenceimg {
        height: 250px;
        display: block;
    }

    .conferencemap {
        height: 450px;
        display: block;
    }

    .IEE2020jum-h3{
        font-weight: 650;
        font-size: 30px;
        text-align: center;
        color: #000000;
    }

    .IEE2020jum-p1{
        font-weight: 600;
        font-size: 20px;
        text-align: center;
        color: #000000;
    }
    
    .IEE2020jum-p2{
        font-weight: 600;
        font-size: 15px;
        text-align: center;
        color: #000000;
    }

    .IEE2020headline-h3{
        font-weight: 650;
        font-size: 30px;
        text-align: left;
        color: #000000;
    }

    .IEE2020headline-h3_direction{
        font-weight: 650;
        font-size: 25px;
        text-align: center;
        color: #000000;
    }

    .IEE2020headline-h3_direction_light{
        padding: 50px 30px 10px 30px;
        font-weight: 650;
        font-size: 25px;
        text-align: center;
        color: #005B4A;
    }

    .IEE2020direction-p1{
        font-weight: 600;
        font-size: 15px;
        text-align: left;
        color: #005B4A;
    }

    .IEE2020_direction_btn{
        height: 90px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .IEE2020_steps{
        height: 90px;
        display: block;
        margin: 25px 25px 25px 70px;
    }

    .IEEM2020_IMGbg4{
        margin-bottom: 20px;
        position: absolute;
        height: 250px;
        left: -100px;
        bottom: -100px;
        z-index: -1;
        opacity: 50%;
    }

    .IEE2020direction-p1_light1{
        font-weight: 600;
        font-size: 13px;
        text-align: center;
        margin-left: -70px;
        margin-right: 30px;
        color: white;
    }
}



/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    .IEEM2020_IMG1{
        height: 250px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .IEE2020jum-h3{
        font-weight: 650;
        font-size: 25px;
        text-align: center;
        color: #000000;
    }
    
    .IEE2020jum-p1{
        font-weight: 600;
        font-size: 15px;
        text-align: center;
        color: #000000;
    }
    
    .IEE2020jum-p2{
        font-weight: 600;
        font-size: 15px;
        text-align: center;
        color: #000000;
    }

    .btn-primary.IEE2020jum-btn {
        background-color: #000000;
        border-color: #000000;
        width: 200px;
        text-align: center;
        display: block;
        margin: 0 auto;
        font-size: 12px;
        font-weight: 600;
        border-radius: 30px;
    }

    .container.IEE20202headline{
        padding-top: 50px;
        padding-bottom: 50px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .IEEM2020_headlineimg{
        padding: 10px 10px 10px 10px;
        height: 200px;
        position: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .IEEM2020_IMGbg{
        position: absolute;
        height: 180px;
        left: 0px;
        top: -80px;
        z-index: -1;
    }
    
    .IEEM2020_IMGbg1{
        margin-bottom: 10px;
        position: absolute;
        height: 90px;
        right: 20px;
        bottom: -50px;
        z-index: -1;
    }
    
    .col-sm.IEE20202headlinesub{
        margin: 10px 5px 10px 5px;
    }

    .IEE2020subheadline-p1{
        font-weight: 600;
        font-size: 15px;
        text-align: left;
        color: #000000;
    }
    
    .IEE2020subheadline-p2{
        font-weight: 600;
        font-size: 12px;
        text-align: left;
        color: #000000;
    }

    .IEE2020headline-h3{
        font-weight: 650;
        font-size: 25px;
        text-align: left;
        color: #000000;
    }

    .IEE2020headline-btn{
        background-color: #000000;
        border-color: #000000;
        font-size: 10px;
        font-weight: 600;
        border-radius: 30px;
    }

    .IEEM2020_IMG2{
        height: 250px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .IEE2020headline-h3_direction{
        font-weight: 650;
        font-size: 20px;
        text-align: center;
        color: #000000;
    }

    .IEE2020headline-h3_direction_light{
        padding: 30px 15px 5px 15px;
        font-weight: 650;
        font-size: 20px;
        text-align: center;
        color: #000000;
    }

    .IEE2020direction-p1{
        font-weight: 600;
        font-size: 13px;
        text-align: left;
        color: #000000;
    }

    .IEE2020_direction_btn{
        height: 50px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .IEE2020_steps{
        height: 70px;
        display: block;
        margin: 10px 10px 10px 20px;
    }

    .IEEM2020_IMGbg4{
        margin-bottom: 20px;
        position: absolute;
        height: 250px;
        left: -100px;
        bottom: -100px;
        z-index: -1;
        opacity: 50%;
    }

    .IEE2020direction-p1_light1{
        font-weight: 600;
        font-size: 13px;
        text-align: center;
        margin-left: -70px;
        margin-right: 30px;
        color: white;
    }

    .coloredcontainer{
        background-color:#82C298;
        padding-bottom: 30px;
        margin: 10px 10px 10px 10px;
    }

    .IEEM2020_spon_logo{
        height: 120px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .container.sponsor{
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .footer {
        margin-top: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: left;
        background: #000000;
        position: fixed-bottom;
        bottom: 5px;
        width: 100%;
        color: white;
    }
    
    footer.h5{
        font-weight: 600;
    }
    
    .footerimage {
        height: 50px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}



/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .IEEM2020_IMG1{
        height: 200px;
        display: block;
        margin: 5px 5px -20px 5px;
    }

    .IEE2020jum-h3{
        font-weight: 650;
        font-size: 20px;
        text-align: center;
        color: #000000;
    }
    
    .IEE2020jum-p1{
        font-weight: 600;
        font-size: 12px;
        text-align: center;
        color: #000000;
    }
    
    .IEE2020jum-p2{
        font-weight: 600;
        font-size: 12px;
        text-align: center;
        color: #000000;
    }

    .container.IEE20202headline{
        padding-top: 30px;
        padding-bottom: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .IEEM2020_headlineimg{
        padding: 10px 10px 10px 10px;
        height: 160px;
        position: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .col-sm.IEE20202headlinesub{
        margin: 5px 2px 5px 2px;
    }

    .IEE2020subheadline-p1{
        font-weight: 600;
        font-size: 13px;
        text-align: left;
        color: #000000;
    }
    
    .IEE2020subheadline-p2{
        font-weight: 600;
        font-size: 12px;
        text-align: left;
        color: #000000;
    }

    .IEE2020headline-h3{
        font-weight: 650;
        font-size: 20px;
        text-align: left;
        color: #000000;
    }

    .IEE2020headline-btn{
        background-color: #000000;
        border-color: #000000;
        font-size: 10px;
        font-weight: 600;
        border-radius: 30px;
    }

    .IEEM2020_IMG2{
        height: 230px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .IEE2020headline-h3_direction{
        font-weight: 650;
        font-size: 15px;
        text-align: center;
        color: #000000;
    }

    .IEE2020headline-h3_direction_light{
        padding: 30px 15px 5px 15px;
        font-weight: 650;
        font-size: 15px;
        text-align: center;
        color: #000000;
    }

    .IEE2020direction-p1{
        font-weight: 600;
        font-size: 13px;
        text-align: left;
        color: #000000;
    }

    .IEE2020_direction_btn{
        height: 30px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .IEE2020_steps{
        height: 45px;
        display: block;
        margin: 5px 5px 5px 5px;
    }

    .IEEM2020_IMGbg4{
        margin-bottom: 20px;
        position: absolute;
        height: 250px;
        left: -100px;
        bottom: -100px;
        z-index: -1;
        opacity: 50%;
    }

    .IEE2020direction-p1_light1{
        padding-bottom: 20px;
        font-weight: 600;
        font-size: 12px;
        text-align: center;
        margin-left: -70px;
        margin-right: 30px;
        color: white;
    }

    .coloredcontainer{
        background-color:#82C298;
        padding-bottom: 30px;
        margin: 12px 12px 12px 12px;
    }

    .IEEM2020_spon_logo{
        height: 100px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .container.sponsor{
        padding-top: 5px;
        padding-bottom: 5px;
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .footer {
        margin-top: 30px;
        padding-top: 30px;
        padding-bottom: 20px;
        text-align: left;
        background: #000000;
        position: fixed-bottom;
        bottom: 5px;
        width: 100%;
        color: white;
    }
    
    footer.h5{
        font-weight: 600;
    }
    
    .footerimage {
        height: 50px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}



/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .IEEM2020_IMG1{
        height: 180px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .IEE2020jum-h3{
        font-weight: 650;
        font-size: 20px;
        text-align: center;
        color: #000000;
    }
    
    .IEE2020jum-p1{
        font-weight: 600;
        font-size: 12px;
        text-align: center;
        color: #000000;
    }
    
    .IEE2020jum-p2{
        font-weight: 600;
        font-size: 12px;
        text-align: center;
        color: #000000;
    }

    .container.IEE20202headline{
        padding-top: 5px;
        padding-bottom: 30px;
        margin-top: 2px;
        margin-bottom: 10px;
    }
    
    .col-sm.IEE20202headlinesub{
        margin: 10px 15px 20px 15px;
    }

    .IEE2020headline-h3_direction{
        font-weight: 650;
        font-size: 18px;
        text-align: center;
        color: #000000;
    }

    .IEE2020headline-h3_direction_light{
        padding: 30px 15px 5px 15px;
        font-weight: 650;
        font-size: 15px;
        text-align: center;
        color: #000000;
    }

    .IEE2020direction-p1{
        font-weight: 600;
        font-size: 13px;
        text-align: left;
        color: #000000;
    }

    .IEE2020_direction_btn{
        height: 50px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .IEE2020_steps{
        height: 50px;
        display: block;
        margin: 10px 10px 10px 30px;
    }

    .IEEM2020_IMGbg4{
        margin-bottom: 20px;
        position: absolute;
        height: 250px;
        left: -100px;
        bottom: -100px;
        z-index: -1;
        opacity: 50%;
    }

    .IEE2020direction-p1_light1{
        padding-bottom: 40px;
        padding-top: 20px;
        font-weight: 600;
        font-size: 12px;
        text-align: center;
        margin-left: -100px;
        margin-right: 30px;
        color: white;
    }

    .coloredcontainer{
        background-color:#82C298;
        padding-bottom: 30px;
        margin: 12px 12px 12px 12px;
    }

    .IEEM2020_spon_logo{
        height: 150px;
        padding-bottom: 25px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .container.sponsor{
        padding-top: 5px;
        padding-bottom: 5px;
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .footer {
        margin-top: 30px;
        padding-top: 30px;
        padding-bottom: 20px;
        text-align: left;
        background: #000000;
        position: fixed-bottom;
        bottom: 5px;
        width: 100%;
        color: white;
    }
    
    footer.h5{
        font-weight: 600;
    }
    
    .footerimage {
        height: 50px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
}


.modal-login{
    font-weight: 600;
    font-size: 20px;
    position: center;
    color: #000000;
}

.map-container-6{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.map-container-6 iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.loginfooter{
    position: left;
}

.IEEM2020_part_logo{
    height: 80px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

