
.inner.speakers .content_container {background:url(../images/speakers-m-bg.jpg) no-repeat center fixed; background-size:cover;}
.inner.speakers .content_container h2 {color:#fff;}
.inner.speakers .content_container .plenary_date_hd {
    color: #fa9d26;
    text-transform: inherit;
    font-size: 28px;
	padding-bottom: 30px;
}
.inner.speakers .btn_blk a {
    font-size: 16px;
    padding: 12px 38px 11px;
}
.info {
    position: relative;
}
.inner.program .mod {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 15px 5px;
    line-height: normal;
    margin: 0;
    border-radius: 30px;
    position: absolute;
    top: -44px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 140px;
    border: 1px solid #fa9d26;
    background: #fa9d26;
    letter-spacing: 0.5px;
}


.inner.program .session_name {
    display: block;
    padding: 13px 22px 10px;
    border: 1px solid #fa9d26;
    margin: 0 0 60px 0;
    position: relative;
    border-radius: 10px;
    vertical-align: top;
    background: rgb(0 0 0 / 65%);
}
.inner.program .session_name span small {
    font-size: 16px;
    font-weight: 600;
    color: #fa9d26;
    display: block;
    width: auto;
    float: none;
    line-height: 26px;
}
.inner.program .session_name span b {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    display: block;
    padding: 0;
    line-height: 26px;
    letter-spacing: 0.5px;
}

.inner.program .session_name span.tag1 {content:""; display:block; height:100px; margin:-100px 0 0; position:relative; z-index:-1;}	




.speakers .modal-dialog {
    max-width: 670px;
}
.speakers_section {background:#fff;}  

.speaker_bx {text-align:center; padding:0 25px 40px;}
.speaker_bx .pic {
    margin: 0 0 15px;
	position:relative;
}
.speaker_bx .pic::before {background:rgba(0,0,0,0.3); width:100%; height:100%; content:""; border-radius:40px; position:absolute; left:0; bottom:0;}
.speaker_bx .pic img {border-radius:10px; width:100%; position:relative; margin:-30px 0 0; border-radius:40px;}
.speaker_bx .info h3 {font-size:18px; color:#fa9d26; padding:0 0 8px; text-transform:uppercase; font-weight:600; margin:0;}
.speaker_bx .info p {color:#fff; font-size:13px; line-height:18px; letter-spacing:0.25px;}
.speaker_bx .pic .social_icons {position:absolute; left:0; bottom:0; text-align:right; width:100%; height:auto;}
.speaker_bx .pic .social_icons a {background:#000; width:32px; height:32px; border-radius:50%; display:inline-block; line-height:36px; font-size:13px; 
margin:0 0 0 5px; text-align:center; transition:all ease 0.5;}
.speaker_bx .pic .social_icons a i {color:#fa9d26; transition:all ease 0.5;}
.speaker_bx .pic .social_icons a:hover {background:#fa9d26;}
.speaker_bx .pic .social_icons a:hover i {color:#000;}
.popup_text {
    display: none;
}
/*Popup css*/
.popup_scn .speaker_bx {
    text-align: left;
    padding:  30px 10px;
    display: flex;
}
.popup_scn .popup_text {
    display: block;
}
.popup_scn .speaker_bx .pic {
    padding: 0 0 15px;
    width: 180px;
}
.popup_scn .info {
    flex: 1;
    padding-left: 20px;
}
.popup_scn .social_icons {
    display: none;
}


#exampleModalCenter button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    background: #4b607f;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    cursor: pointer;
    z-index: 9;
    padding-bottom: 0px;
    opacity: 0.7;
    transition: 0.5s all ease;
}