﻿/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    background: #fff;
    color: #2f3138;
    font-family: "Open Sans", sans-serif;
}

a {
    color: #fdb744;
    text-decoration: none;
    transition: 0.5s;
}

    a:hover, a:active, a:focus {
        color: #fdb744;
        outline: none;
        text-decoration: none;
    }

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
    color: #0e1b4d;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #fdb744;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #fdb744;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

    .list-group {
        margin-bottom: 7px;
    }

   /* #btnRegister {
        background: darkcyan;
    }*/

    #btnRegister:hover {
        color: palegoldenrod;
    }
/* Sections Header
--------------------------------*/
.section-header, #eventinfo {
    margin: 0;
    position: relative;
    padding-bottom: 12px;
    font-size: 2rem;
}

    .section-header::before {
        content: "";
        position: absolute;
        display: block;
        width: 100px;
        height: 5px;
        background: #fdb744;
        bottom: 0;
        left: calc(47% - 25px);
    }

h2#eventinfo::before {
    content: "";
    position: absolute;
    display: block;
    width: 33%;
    height: 5px;
    background: #fdb744;
    bottom: 0;
    left: calc(4% - 25px);
}

@media screen and (min-width: 299px) and (max-width: 599px) {
    .section-header::before {
        left: calc(29% - 25px) !important;
    }

    h2#eventinfo::before:before {
        left: calc(10% - 25px) !important;
    }
}

.section-header h2, h2#eventinfo {
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}

    .section-header p {
        text-align: center;
        padding: 0;
        margin: 0;
        font-size: 18px;
        font-weight: 500;
        color: #9195a2;
    }

.section-with-bg {
    background-color: #f6f7fd;
}

/*--------------------------------------------------------------
# Speakers Section
--------------------------------------------------------------*/
#speakers {
    padding: 20px 0 30px 0;
}

    #speakers .speaker {
        position: relative;
        overflow: hidden;
        margin-bottom: 30px;
    }

        #speakers .speaker .details {
            position: absolute;
            left: 0;
            bottom: -40px;
            right: 0;
            text-align: center;
            padding-top: 10px;
            transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
        }

            #speakers .speaker .details h3 {
                font-size: 22px;
                font-weight: 600;
                margin-bottom: 5px;
            }

            #speakers .speaker .details p {
                font-size: 15px;
                margin-bottom: 10px;
                font-style: italic;
            }

                #speakers .speaker .details a:hover {
                    color: #f82249;
                }

        #speakers .speaker:hover .details {
            bottom: 0;
        }

    #event-details .details h2 {
        color: #112363;
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 15px;
    }

   
    #event-details .details p {
        color: #112363;
        font-size: 15px;
        margin-bottom: 10px;
    }

    #event-details ul li {
        background: center;
    }


    /*new ui chnages---added by brian*/
.newDetailUi{
padding-top:20px;
padding-bottom:20px;
padding-left:10px;
padding-right:10px;
font-family:'Open Sans',sans-serif;
}
    .newDetailUi {

    }
    .event-details h2{
        font-size: 26px;
        text-transform: uppercase;
        text-align: center;
        font-weight: 700;
        margin-bottom: 10px;
    }
.left-event-details h2 {
    font-size: 22px;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
}
.event-button2 {
    width: 150px !important;
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
    font-variant: inherit;
    font-stretch: inherit;
    font-family: inherit;
    text-decoration: none;
    margin: 0px;
    overflow: visible;
    text-transform: none;
    padding: 8px 24px;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 100px !important;
    text-align: center;
    transition-property: color, background-color, border-color, box-shadow;
    transition-duration: 0.1s;
    transition-timing-function: ease-in-out;
    font-weight: bold;
}
.event-button {
    width: 150px !important;
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
    font-variant: inherit;
    font-stretch: inherit;
    font-family: inherit;
    text-decoration: none;
    margin: 0px;
    overflow: visible;
    text-transform: none;
    padding: 8px 24px;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 100px;
    text-align: center;
    transition-property: color, background-color, border-color, box-shadow;
    transition-duration: 0.1s;
    transition-timing-function: ease-in-out;
    font-weight: bold;
}
.image-new {
    border-radius: 20px;
}
.img-new{
}
