/* AGENDA START WITH SPEAKERS */

.speakers_bx > *{
    min-height: unset;
    -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
    display: block;
}
.speakers_bx{
	position: relative;
	overflow: hidden;
}
.speakers_bx:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    /*background: linear-gradient(0deg,rgba(72, 102, 248, 1) 0%, rgba(0, 0, 0, 0) 20%);*/
    right: 0;
    background:#000;
    opacity: .3;
    z-index: 11;
}
.speaker_hover{
    top: 2.1875rem;
    left: -9.5rem;
    z-index: 11;
    opacity: 0;
    position: absolute;
}
.speakers_bx:hover .speaker_hover {
    left: 0;
    opacity: 1;
    padding-left: 2rem;
	padding-right: 20px;
}		
.speakers_bx::after {
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 100%;
    position: absolute;
    opacity: 0;
    background-color: #5073db;
    -webkit-transition: var(--transition2);
    -ms-transition: var(--transition2);
    -o-transition: var(--transition2);
    transition: var(--transition2);
}
.speakers_bx:hover:after {
    left: 0;
    opacity: .9;
}

.speakers_bx .Session_Highlight_toggle {padding:10px 0 0;}
.speakers_bx .pic {
    position: relative;
    background: #f7f7f7;
    border-radius: 15px;
}	


.curved-image {
    object-fit: cover;
    /* -webkit-mask: url('triangle-shape.svg') no-repeat center; */
    /* -webkit-mask-size: cover; */
    /* mask: url('images/speakers_bg_triangle.svg') no-repeat center; */
    /* mask-size: cover; */
    position: relative;
    display: block;
    padding: 0 0 0 0;
    background: #f7f7f7;
}	
	
.speakers_title {
    bottom: 1.5625rem;
    left: 0;
    font-size: 2rem;
    font-weight: 700;
    position: absolute;
    width: 100%;
    padding-left: 2rem;
    z-index: 11;
}

.speakers_bx:hover .speakers_title {
    left: -9.5rem;
    opacity: 0;
    visibility: hidden;
}
.speakers_bx .info strong {
    display: block;
    text-transform: uppercase;
    font-weight: 900;
    color: #ffffff;
    font-size: 19px;
    padding: 0 0 10px;
}
.speakers_bx .info b { font-weight:600;}
.speakers_bx .info p {display:block; font-size:14px; line-height:20px; padding:0; color: #fff}
.speakers_bx .info.speakers_title p {
    display: none;
}
.speakers_bx .info a {display:inline-block; font-size:14px; font-weight:700; color:#ffff;}

/*Plenry Speakers Css*/
.plenary_speakers .info strong {
    display: block;
    text-transform: uppercase;
    font-weight: 900;
    color: #284eb3;
    font-size: 17px;
    padding: 0 0 10px;
}
.plenary_speakers .info p {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 0;
}
.plenary_speakers .info {
    position: relative;
    padding-top: 20px;
}
.plenary_speakers p.speaker_type {
    background: #284eb3;
    min-width: 142px;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    line-height: 20px;
    padding: 3px 10px;
    border-radius: 25px;
    position: absolute;
    left: 47%;
    top: -18px;
    margin: 0 0 0 -65px;
    font-weight: 400;
    z-index: 11;
}
.plenary_speakers .pic img {
    display: block;
    background: #edf1fd;
}
.plenary_speakers .popup_scn .pxl-item--social {
    display: none;
}
.plenary_speakers .popup_scn .info p {
    font-size: 15px;
    line-height: 22px;
    color: #333;
    padding: 0;
}
.plenary_speakers .popup_scn p.speaker_type {
    display: none;
}
.plenary_speakers .popup_scn .pxl-item--social {
    font-size: 14px;
}
.plenary_speakers .popup_scn .info {
    padding-top: 0;
}
/*Plenry Speakers Css END*/


.Session_Highlight_toggle {
    display: none;
    font-size: 15px;
    line-height: 22px;
    color: #000;
    padding: 10px 0px 15px;
    font-weight: 400;
    padding-right: 20px;
}

.Session_Highlight_toggle p {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    padding: 10px 0 15px;
    font-weight: 400;
}
.Session_Highlight_Cl {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 0 10px;
    line-height: 28px;
    font-size: 13px;
    color: #000 !important;
    font-weight: 600;
    margin: 5px 0;
    position: relative;
    padding-right: 32px;
}
.Session_Highlight_toggle b {
    font-weight: bold;
}
.Session_Highlight_toggle ul {
    padding-left: 17px;
    margin-top: 0px;
}
.Session_Highlight_toggle ul li {
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
}

.Session_Highlight_Cl:before {
    content: "";
    position: absolute;
    right: 4px;
    top: -8px;
    width: 20px;
    height: 32px;
    background: url(../images/plus-minus.png)  no-repeat 0px 0;
    z-index: 9;
    background-size: 32px;
}
.Session_Highlight_Add .Session_Highlight_Cl{}
.Session_Highlight_Add .Session_Highlight_Cl:before {
    background: url(../images/plus-minus.png) no-repeat 0px 0;
    background-size: 32px;
    background-position-y: -44px;
}

/* AGENDA START WITH SPEAKERS END */


/* AGENDA START WITH SPEAKERS BIO END */
/*Popup css*/
.modal-content {
    overflow: hidden;
}
.popup_scn .pic {
    width: 100%;
    height: auto;
    backface-visibility: initial;
    transition: 1s;
    transform-style: inherit;
    position: relative;
    margin-bottom: 20px;
    background: transparent;
}
.popup_scn .speakers_bx:before, .popup_scn .speakers_bx:hover:after {
    display: none
}	
	
	
.popup_scn .pic:hover {
    transform: initial;
    backface-visibility: initial;
    transform-style: initial;
}
.popup_scn .back {
    position: static;
    margin-top: 10px;
    display: none;
}
.popup_scn .pxl-item--svg {
    display: none;
}
.popup_scn .back p a i {
    color: #3d52a0;
    font-size: 15px;
    display: inline-block;
    margin: 0 2px;
  	transition: 0.6s;
}
.popup_scn .back p a:hover i {
    color: #000;
  	transition: 0.6s;
}
.popup_scn .front h5 {
    color: #284eb3;
    font-size: 20px;
    transition: all 0.3s linear;
    line-height: 24px;
    font-weight: 600;
    padding: 12px 0 10px;
    display: block;
}
.popup_scn .front h6 {
    font-size: 16px;
    color: #000;
    line-height: 20px;
    margin: 0;
    font-weight: 400;
}
.popup_scn .social_icons {
    width: 100%;
    padding-top: 5px;
	display: none;
}
.popup_text{display:none; 
    margin-top: 15px;}

.popup_scn p.speaker_department {
    line-height: 22px;
    font-weight: 900;
	font-size: 15px;
}

.popup_scn .popup_text {
    display: block;
    text-align: left;
}


.popup_scn .star_blk img {
    display: inline-block;
    background: #fff;
    object-fit: cover;
    max-width: 200px;
    height: 200px;
    width: 100%;
    border: 1px solid #284eb3;
    border-radius: 50%;
}
.popup_scn .star_blk a.Click_pop {
    display: none;
}
.popup_scn h3 {
    font-size: 18px;
    color: #284eb3;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 26px;
}

.popup_scn .info {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
}
.popup_scn .info strong {
    font-size: 18px;
    color: #284eb3;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 26px;
    display: block;
}
.popup_scn .speakers_bx .info p {
    color: #000000;
}
.popup_scn .popup_text p {
    font-size: 15px;
    text-align: justify;
}
.popup_scn p b {
    font-weight: bold;
}
.popup_scn .popup_text p sup {
    font-size: 12px;
}
.popup_scn .popup_text p.abstract_bio {
    margin-bottom: 5px;
}
.popup_scn .popup_text p.abstract_bio b {
    display: block;
}
.popup_scn .popup_text ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #333;
    position: absolute;
    top: 9px;
    left: 0;
    border-radius: 5px;
}
.popup_scn .popup_text ul li {
    padding: 0;
    font-size: 15px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
    padding-left: 16px;
    text-align: justify;
}
.clone_box .team-content {
    padding: 15px 0px 10px;
}
.popup_scn .star_blk {
    text-align: center;
    margin-bottom: 0;
    padding: 20px 0;
}
.popup_scn .team-item:hover .image-wrap img {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.popup_scn .socail_icons a {
    font-size: 16px;
    color: #000;
    width: 38px;
    height: 38px;
    border: 1px solid #000;
    display: inline-block;
    padding: 7px 0 7px 0;
    line-height: 20px;
    border-radius: 50%;
    transition: 0.5s all ease;
}
.popup_scn h6 {
    font-size: 16px;
    color: #000;
    line-height: 20px;
    margin: 0;
    font-weight: 400;
}
.popup_scn .speaker_name {
    color: #284eb3;
    font-size: 20px;
    transition: all 0.3s linear;
    line-height: 24px;
    font-weight: 600;
    padding: 12px 0 10px;
    display: block;
}
.popup_scn .socail_icons a:hover {
    border: 1px solid #284eb3;
    color: #fff;
    transition: 0.5s all ease;
    background: #284eb3;
}
.popup_scn .speakers_title {
    display: none;
}
.popup_scn .speakers_bx:hover .speaker_hover {
    left: 0;
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
}
.popup_scn .popup_text p {
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    margin-bottom: 15px;
}
.pxl-item--social {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
    text-align: left;
}

#exampleModalCenter .modal-dialog {
    max-width: 600px;
}
#exampleModalCenter button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    background: #284eb3;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    cursor: pointer;
    z-index: 9;
    padding-bottom: 0px;
    opacity: 0.7;
    transition: 0.5s all ease;
    font-weight: 300;
}
#exampleModalCenter button.close:hover {
    opacity: 1;
    transition: 0.5s all ease;
}


/*Speakers css End*/