﻿/*--------------------------------------------------------------
# Sponsors Section
--------------------------------------------------------------*/
.inner-img {
    transition: 0.3s;
}

    .inner-img:hover {
        transform: scale(0.9);
    }

ul.cardArticle li {
    background-image: url('../img/background/bullet.png');
    background-repeat: no-repeat;
    background-position: 0 0.4em;
    padding: 5px 0 4px 27px;
}

ul.cardArticle, ul.CardAbout {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
/*--------------------------------------------------------------
# Speakers Section
--------------------------------------------------------------*/
#speakers {
    padding: 60px 0 30px 0;
}

    #speakers .speaker {
        position: relative;
        overflow: hidden;
        margin-bottom: 30px;
    }

        #speakers .speaker .details {
            background: rgba(6, 12, 34, 0.76);
            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 {
                color: #fff;
                font-size: 22px;
                font-weight: 600;
                margin-bottom: 5px;
            }

            #speakers .speaker .details p {
                color: #fff;
                font-size: 15px;
                margin-bottom: 10px;
                font-style: italic;
            }

            #speakers .speaker .details .social {
                height: 40px;
            }

                #speakers .speaker .details .social i {
                    line-height: 0;
                    margin: 0 2px;
                }

            #speakers .speaker .details a {
                color: #fff;
            }

                #speakers .speaker .details a:hover {
                    color: #f82249;
                }

        #speakers .speaker:hover .details {
            bottom: 0;
        }

#speakers-details {
    padding: 60px 0;
}

    #speakers-details .details h2 {
        color: #112363;
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    #speakers-details .details .social {
        margin-bottom: 15px;
    }

        #speakers-details .details .social a {
            background: #e9edfb;
            color: #112363;
            line-height: 1;
            display: inline-block;
            text-align: center;
            border-radius: 50%;
            width: 36px;
            height: 36px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

            #speakers-details .details .social a:hover {
                background: #f82249;
                color: #fff;
            }

            #speakers-details .details .social a i {
                font-size: 16px;
                line-height: 0;
            }

    #speakers-details .details p {
        color: #112363;
        font-size: 15px;
        margin-bottom: 10px;
    }


/*--------------------------------------------------------------
# Speakers Section
--------------------------------------------------------------*/


.speakers-section .card {
    border: none;
    background: #f0f6fa;
    margin-bottom: 2rem;
    height: 100%
}

.speakers-section .card-title {
    font-size: 1.125rem
}

.speakers-section .card-img-top:hover {
    -webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: .9
}

.speakers-section .card-footer {
    background: #e8f1f7;
    border-top: none
}

.modal-speaker .profile-image {
    width: 120px
}

.modal-speaker h2.name, .modal-speaker .name.h2 {
    font-size: 1.5rem
}

.modal-speaker .social-list {
    font-size: 1.25rem
}

.modal-speaker .modal-content {
    position: relative
}

.modal-speaker .modal-header {
    padding: 0
}

    .modal-speaker .modal-header .btn-close {
        width: 45px;
        height: 45px;
        margin: 0;
        padding: 0;
        font-size: 2.5rem;
        font-weight: 300;
        position: absolute;
        text-shadow: none;
        color: #fff;
        background: #F82249;
        top: 0;
        right: 0;
        z-index: 10;
        border-radius: 0;
        line-height: 1
    }

        .modal-speaker .modal-header .btn-close:hover {
            background: #F82249;
            color: #fff
        }

.theme-bg-light {
    background: #f0f6fa
}

.theme-bg-dark {
    background: #141c25
}

.theme-bg-primary {
    background: #F82249
}

/*Forgot Password
*/
@media (min-width:992px) {
    .frm_inner {
        width: 30%;
        background-color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        border-radius: 25px;
        padding: 20px 20px;
    }
}

@media (max-width:991px) {
    .frm_inner {
        width: 80%;
        background-color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        border-radius: 25px;
        padding: 20px 20px;
    }
}