/*Spekaers Css Start*/

.pxl-grid-item {
    margin-bottom: 90px;
}
.pxl-item--inner {
    text-align: center;
    position: relative;
}
.pxl-item--image {
    position: relative;
    padding: 15px;
	overflow:hidden;
}
.speaker_pic {
    width: 250px;
    height: 250px;
    backface-visibility: hidden;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    transition: 0.6s;
}
.speaker_pic:hover {
    transform: rotateY(180deg);
    backface-visibility: hidden;
    transition: 1s;
    transform-style: preserve-3d;
    transition: 0.6s;
}
	
.speaker_img {
    position: relative;
    z-index: 1;
    width: 100%;
    border-radius: 50%;
    height: 100%;
    background: #ffffff;
}
	
.pxl-item--image .back {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 250px;
    height: 250px;
    background: #f7f7f7;
    border-radius: 50%;
    backface-visibility: hidden;
    transition: 0.6s;
    transform-style: preserve-3d;
    transform: rotateY(-180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    padding: 0 10px;
}	
.pxl-item--image:hover .back {
    transform: rotateY(0deg);
    z-index: 1;
    transition: 0.6s;
}	
.pro_btn_bx {
    display: inline-block;
}	
.pro_btn_bx {
    font-size: 13px;
    color: #017381;
    font-weight: 500;
    line-height: 18px;
    padding: 5px 10px;
    margin: 2px;
    border-radius: 40px;
    transition: 0.6s;
    border: 1px solid #017381;
    display: inline-block;
}
.pro_btn_bx:hover{
    color: #fff;
	background: #017381;
    transition: 0.6s;
    border: 1px solid #017381;
}
.pro_btn_bx a {
    color: #017381;
}
.pro_btn_bx:hover a{
    color: #fff;
}
	
	
.pxl-item--svg svg {
    width: 100%;
    height: 100%;
}	
.svg1, .svg2 {
    z-index: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: .5s;
    animation: pxl_spin_rv 2s linear infinite;
    animation-play-state: paused;
}
.pxl-item--svg .svg1, .pxl-item--svg .svg2 {
    z-index: 0;
}
.svg2 {
    animation: pxl_spin_rv2 2s linear infinite;
    animation-play-state: paused;
}
.pxl-item--inner:hover .svg1, .pxl-item--inner:hover .svg2 {
    animation-play-state: running;
}
	
	
@-ms-keyframes pxl_spin_rv {
    from {
        transform: translate(-50%,-50%)rotate(0)
    }

    to {
        transform: translate(-50%,-50%)rotate(-360deg)
    }
}

@-moz-keyframes pxl_spin_rv {
    from {
        transform: translate(-50%,-50%)rotate(0)
    }

    to {
        transform: translate(-50%,-50%)rotate(-360deg)
    }
}

@-webkit-keyframes pxl_spin_rv {
    from {
        transform: translate(-50%,-50%)rotate(0)
    }

    to {
        transform: translate(-50%,-50%)rotate(-360deg)
    }
}

@keyframes pxl_spin_rv {
    0% {
        transform: translate(-50%,-50%)rotate(0)
    }

    100% {
        transform: translate(-50%,-50%)rotate(-360deg)
    }
}

@-ms-keyframes pxl_spin_rv2 {
    from {
        transform: translate(-50%,-50%)rotate(0)
    }

    to {
        transform: translate(-50%,-50%)rotate(360deg)
    }
}

@-moz-keyframes pxl_spin_rv2 {
    from {
        transform: translate(-50%,-50%)rotate(0)
    }

    to {
        transform: translate(-50%,-50%)rotate(360deg)
    }
}

@-webkit-keyframes pxl_spin_rv2 {
    from {
        transform: translate(-50%,-50%)rotate(0)
    }

    to {
        transform: translate(-50%,-50%)rotate(360deg)
    }
}

@keyframes pxl_spin_rv2 {
    0% {
        transform: translate(-50%,-50%)rotate(0)
    }

    100% {
        transform: translate(-50%,-50%)rotate(360deg)
    }
}	
	
.speaker_title_dv{
	margin-top: 20px;
}	
.pxl-item--title {
    font-size: 18px;
    color: #017381;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 26px;
    font-family: "itc-avant-garde-gothic-pro", sans-serif;
}	
.speaker_title_dv p {
    padding:0;
	font-size:15px; 
	line-height:20px;
}
	
.speaker_title_dv p b {font-weight:700;}
.pxl-item--social {
    gap: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
	margin-top: 10px;
}
.pxl-item--social a {
    font-size: 15px;
    color: #017381;
}
.subcategory {
    padding: 15px 20px;
    background: #fff8f4;
    border-radius: 8px;
    border: 1px solid #ffdfcc;
    border-left: 5px solid #fd5c02;
    font-size: 24px;
    color: #fd5c02;
    line-height: 28px;
    font-weight: 600;
}


/*Session Name Css Start Here */
.topic_bx{
	margin-bottom: 20px;
}	
.topic_session {
    padding: 20px 20px;
    /* background: #e6f0f0; */
    display: flex;
    border-radius: 0.75rem;
    border: 1px solid #ffdfcc;
    border-left: 5px solid #fd5c02;
}
.topic_session_time{
	font-size: 15px;
	line-height: 22px;
	margin: 0px;
	color: #000;
	font-weight: 400;
	width: 110px;
	padding: 5px 0 5px 0px;
}
.topic_session_name {
	flex: 1;
	border-left: 1px solid #ffdfcc;
	padding: 5px 0 5px 15px;
}
.topic_session_name h3 {
    font-size: 16px;
    color: #000000;
    padding: 0;
    line-height: 20px;
    font-weight: 900;
    margin-bottom: 0px;
}
.topic_session_name {
    font-size: 16px;
    color: #000000;
    line-height: 20px;
    font-weight: 900;
}
.Session_Highlight_toggle {
	display: none;
	font-size: 15px;
	line-height: 22px;
	color: #000;
	padding: 10px 0px 15px;
	font-family: "Barlow", sans-serif;
	font-weight: 400;
	padding-right: 20px;
}

.Session_Highlight_toggle p {
	font-size: 16px;
	line-height: 22px;
	color: #000;
	padding: 10px 0 15px;
	font-family: "Barlow", sans-serif;
	font-weight: 400;
}
.Session_Highlight_Cl {
	display: inline-block;
	cursor: pointer;
	border: 1px solid #fd5c02;
	border-radius: 50px;
	padding: 0 10px;
	line-height: 28px;
	font-size: 13px;
	color: #fd5c02 !important;
	font-weight: 600;
	margin: 14px 0 0;
	position: relative;
	padding-right: 32px;
}
.Session_Highlight_toggle b {
	font-weight: bold;
}
.Session_Highlight_toggle ul {
	padding-left: 17px;
	margin-top: 5px;
}
.Session_Highlight_toggle ul li {
    padding-bottom: 5px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
}

.Session_Highlight_Cl:before {
	content: "";
	position: absolute;
	right: 4px;
	top: -8px;
	width: 20px;
	height: 32px;
	background: url(../images/plus-minus2.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-minus2.png) no-repeat 0px 0;
	background-size: 32px;
	background-position-y: -44px;
}
.plenary .plenary_speaker_bx .speaker_title_dv p {
    font-size: 13px;
}
.plenary .plenary_speaker_bx .speaker_type {
    background: #fd5c02;
    min-width: 142px;
    text-align: center;
    color: #fff;
    font-size: 13px !important;
    line-height: 20px;
    padding: 4px 10px;
    border-radius: 25px;
    position: absolute;
    left: 50%;
    top: -32px;
    margin: 0 0 0 -65px;
    z-index: 1;
}
.plenary .plenary_speaker_bx .pxl-item--title {
    font-size: 16px;
    line-height: 20px;
}
.plenary .s_blank {
    opacity: 0.5;
}
/*Session Name Css end Here */




/*Popup css*/
.modal-content {
    overflow: hidden;
}
.popup_scn .speaker_pic {
    width: 100%;
    height: auto;
    backface-visibility: initial;
    transition: 1s;
    transform-style: inherit;
    position: relative;
}
.popup_scn .speaker_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: #fd5d03;
    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 #fd5d03;
    border-radius: 50%;
}
.popup_scn .star_blk a.Click_pop {
    display: none;
}
.popup_scn h3 {
    display: block;
    color: #af8c34;
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    margin: 10px 0 8px 0;
}

.popup_scn .info {
    display: none;
}
.popup_scn .popup_text p {
    font-size: 15px;
    text-align: justify;
}
.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: #fd5d03;
    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 #fd5d03;
    color: #fff;
    transition: 0.5s all ease;
    background: #fd5d03;
}
.popup_scn p {
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    margin-bottom: 15px;
}

#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: #fd5d03;
    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*/








	
	
/*Plenary Speakers css Start here*/
@media (min-width: 1200px) {
    .row5 {
		margin-right: -8px;
		margin-left: -8px;
	}
	.row5 .col-xl-3 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
        padding-right: 8px;
        padding-left: 8px;
	}
}

.plenary_speaker_pic img {
    position: relative;
    z-index: 1;
    border-radius: 25px;
    height: 100%;
	background: #def0f2;
}
.plenary_speaker_bx .speaker_title_dv {
    margin-top: 15px;
    text-align: center;
	position: relative;
}
.plenary_speaker_bx {
    position: relative;
    padding: 0 15px 20px 15px;
    height: 100%;
}
.plenary_speaker_bx:before {
    content: "";
    position: absolute;
    top: 26px;
    left: 0;
    width: 100%;
    border-radius: 25px;
    border: 1px solid #fd5c02;
    height: calc(100% - 25px);
}
.popup_text {
    display: none;
}
/*Plenary Speakers css End here*/












	
@media (max-width: 1170px) {
    .speaker_pic {
		width: 100%;
		height: 100%;
	}
	.pxl-item--image .back {
		top: 5%;
		left: 5%;
		width: 90%;
		height: 90%;
	}
}	

	
@media (max-width: 767px) {
    .topic_session_name h3 {
		font-size: 15px;
	}
	.topic_session {
		flex-direction: column;
	}
	.topic_session_name {
		border-left: 0px solid #ffdfcc;
		padding: 5px 0 5px 0;
	}
}

@media (max-width: 575px) {
    .pxl-item--image .back {
		top: 3%;
		left: 3%;
		width: 94%;
		height: 94%;
	}
	.speaker_title_dv p {
		font-size: 14px;
		line-height: 19px;
	}
	.pxl-item--title {
		font-size: 17px;
		line-height: 25px;
	}
}
/*Spekaers Css End*/