
.inner.speakers .speaker_cat {background:#270f59; margin:0 0 40px 43px; position:relative; padding:15px 0; border-radius:0 10px 10px 0;}
.inner.speakers .speaker_cat .circle {width:96px; height:96px; border-radius:50%; padding:15px; background:#f151e9; border:5px solid #fff; position:absolute; left:-43px; top:-17px;}
.inner.speakers .speaker_cat .circle img {width:100%;}
.inner.speakers .speaker_cat h3 {text-transform:uppercase; font-size:24px; line-height:32px; color:#fff; position:relative; font-weight:500; padding:0 0 0 70px;}

.speakers_outer_blk {display:grid; grid-template-columns:repeat(5, 1fr); gap:30px; grid-auto-rows:minmax(142px, auto);}
.speaker_img_category {
    margin-bottom: 15px;
	position: relative;
}
.inner.speakers .speaker_bx .pic {padding:0 0 0px;border-radius: 10px; background: #f7f7f7; overflow: hidden;}
.inner.speakers .speaker_bx .pic img {
    border-radius: 10px;
    height: 198px;
    object-fit: cover;
    width: 198px;
	display: block;
}
.inner.speakers .speaker_bx .info {
    position: relative;
}
.inner.speakers .speaker_bx .info h4 {font-size:17px; color:#1b1754; padding:0 0 8px; text-transform:uppercase; font-weight:600; margin:0;}
.inner.speakers .speaker_bx .info p {color:#000; font-size:13px; line-height:18px; letter-spacing:0.25px; margin:0 0 20px; padding:0;font-family: "PT Serif", serif;}
.inner.speakers .speaker_bx .info p b {
    font-weight: bold;
}
.inner.speakers .social_icons {display:inline-block; min-width:100px; border-top:1px solid #1b1754; padding:10px 0 0;}
.inner.speakers .social_icons a {color:#1b1754; font-size:14px; margin:0 10px 0 0;}
.inner.speakers .social_icons a:hover {color:#d330c9;}



.speaker_bx {
    position: relative;
}

.inner.speakers .speaker_bx .pic {
    backface-visibility: hidden;
    transform-style: preserve-3d;
    z-index: 1;
    transition: 0.6s;
    position: relative;
}
.inner.speakers .speaker_bx:hover .pic {
    transform: rotateY(360deg);
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition: 0.6s;
    z-index: 11;
    position: relative;
    opacity: 0;
}
.inner.speakers .speaker_bx .back {
    position: absolute;
    top: 0;
    left: 0px;
    width: 198px;
    height: 198px;
    background: #f7f7f7;
    border-radius: 10px;
    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: 10px;
}	
.inner.speakers .speaker_bx:hover .back {
    transform: rotateY(0deg);
    z-index: 1;
    transition: 0.6s;
    opacity: 1;
}
.pro_btn_dv {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 111;
    width: 100%;
    padding: 10px;
    text-align: center;
    opacity: 0;
    transition: 0.6s;
    animation-delay: 12s;
}
.inner.speakers .speaker_bx:hover .pro_btn_dv {
    transition: 0.6s;
    opacity: 1;
    animation-delay: 12s;
}
.pro_btn_bx {
    display: inline-block;
}
.pro_btn_bx a {
    font-size: 13px;
    color: #270f59;
    font-weight: 500;
    line-height: 15px;
    padding: 6px 15px;
    margin: 2px;
    border-radius: 40px;
    transition: 0.6s;
    border: 1px solid #270f59;
    display: inline-block;
    text-align: center;
}
.pro_btn_bx:hover a {
    color: #fff;
    background: #270f59;
    transition: 0.6s;
    border: 1px solid #270f59;
}


.inner.speakers .speaker_bx .info .abstract {border-top:1px solid #1b1754; padding:10px 0 0; font-family: "Lexend", sans-serif; font-weight:700; font-size:15px; margin:20px 0 0;}
.inner.speakers .speaker_bx .info .abstract p {font-family: "Lexend", sans-serif; font-weight:normal; font-size:13px; padding:10px 0; color:#333; line-height:18px;}
.inner.speakers .speaker_bx .info .abstract p a {color:#333;}
.inner.speakers .speaker_bx .info .abstract p a:hover {color:#d330c9;}
.inner.speakers .speaker_bx .info .abstract a {font-family: "Lexend", sans-serif; font-weight:normal; font-size:13px; margin:5px 0 0; color:#333; display:block; line-height:18px;}
.inner.speakers .speaker_bx .info .abstract a:hover {color:#d330c9;}

/* Scroll-to-top icon styling */
#scrollTopBtn {
    position: fixed;
    bottom: 11px;
    right: 15px;
    background: #d330c9;
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 24px;
    display: none;
    align-items: center;
    justify-content: center;
	transition: 0.5s all ease;
}

  #scrollTopBtn:hover {
    background: #5a2b9d;
    color: white;
	transition: 0.5s all ease;
  }






/*Popup Speakers css Start*/

#exampleModalCenter .speaker_bx {
    position: relative;
    z-index: 1;
    padding: 0px 0px;
    border-radius: 10px;
    transition: all .5s;
    background: #fff;
    text-align: center;
    overflow: hidden;
/*    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 8%);*/
    height: 100%;
}
p.mod {
    display: none;
}

#exampleModalCenter .speaker_bx:hover {
/*    box-shadow: 0 15px 38px 0 rgba(0,0,0,0.1);*/
    transition: all .5s;
}
@media(min-width:1200px){
	#exampleModalCenter .speakerimages .col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}
#exampleModalCenter .speaker_image {
    width: 100%;
    transition: all .4s;
    z-index: 1;
    position: relative;
    padding: 5px 0 20px;
    backface-visibility: inherit;
    transform-style: inherit;
    transform: inherit !important;
    background: transparent;
    opacity: 1 !important;
}
/*
#exampleModalCenter .speaker_image img {
    border-radius: 50%;
    height: 200px;
    width: 200px !important;
    object-fit: cover;
	display: block;
}
*/
#exampleModalCenter .speaker_image img {
    border-radius: 7px;
    object-fit: cover;
    display: block;
    width: 180px;
    height: auto;
}
#exampleModalCenter .images_circle {
    display: inline-block;
    position: relative;
    box-shadow: none;
    border: 0px solid #d330c9;
    border-radius: 8px;
    background: linear-gradient(-135deg, #5a2b9d, #d330c9, #5a2b9d);
    padding: 1px;
}
#exampleModalCenter .speaker_item_info {
    margin-top: 0;
    position: relative;
    z-index: 1;
}
#exampleModalCenter .speaker_title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-top: 0px;
    color: #d330c9;
    margin-bottom: 11px;
    padding: 0;
}
#exampleModalCenter .speaker_department {
    margin-top: 0;
    margin-bottom: 0;
    color: #333;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
}
#exampleModalCenter .speaker_social {
    color: #909aa3;
    border-radius: 50px;
    padding: 0;
    position: absolute;
    top: 0px;
    right: 0;
    transform: translateY(-100%);
    transition: 0.5s all ease;
    width: 100%;
    text-align: center;
    display: none !important;
}
#exampleModalCenter .speaker_bx:hover .speaker_social{
    transform: translateY(15px);
    transition: 0.5s all ease;
}
#exampleModalCenter .speaker_social .team-icon {
    position: relative;
    padding: 6px 8px;
    text-decoration: none;
    color: inherit;
    transition: all .3s;
}
#exampleModalCenter .speaker_social .team-icon:hover{color:#404040; transition: all .3s;}
/*Speakers css End*/	
	
	

/*Popup css*/

#exampleModalCenter .social-icons a {
    display: inline-block;
}
#exampleModalCenter .social-icons i.fa {
    color: #199a01;
    background: #fff;
    box-sizing: border-box;
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
}
#exampleModalCenter .social_spopupLink {
    font-size: 18px;
    color: #000 !important;
    padding: 4px;
    display: inline-block;
    line-height: 0;
    width: 27px;
    text-align: center;
    margin-top: 6px;
}
.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 .speaker_department br {
    display: none;
}
*/
.popup_scn .popup_text {
    display: block;
    text-align: left;
}

.popup_scn .social_spopup {
    display: none;
}
/*
.popup_scn .star_blk img {
    width: 174px !important;
    border-radius: 50%;
    display: inline-block;
    height: 174px;
    background: #2d383c;
    object-fit: cover;
}
*/
.popup_scn .info .pic {
    width: 27%;
    margin: 0 auto 16px;
    float: left;
    margin-right: 30px;
}
.popup_scn .info .detail h3 {
    text-align: left;
}
.popup_scn .info .detail p {
    text-align: left;
    padding: 0;
}
.popup_scn .info .detail p br {
    
}
.popup_scn .info {
    padding-bottom: 0;
    margin: 0;
}
.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.speakers {
    display: block;
	background:none; 
	padding:0;
}

.clone_box .team-content {
    padding: 15px 0px 10px;
}
.popup_scn .star_blk {
    text-align: center;
    margin-bottom: 0;
    padding: 0px 0 0;
}

.popup_scn .pro_btn_dv {
    display: none;
}
.inner.speakers .popup_scn .speaker_bx .pic {
    backface-visibility: inherit;
    transform-style: inherit;
    opacity: 1 !important;
    display: inline-block;
    transform: inherit;
    border: 0px solid #d330c9;
    border-radius: 8px;
    background: linear-gradient(-135deg, #5a2b9d, #d330c9, #5a2b9d);
    padding: 1px;
}
.inner.speakers .popup_scn .speaker_bx:hover .back {
    display: none;
}
.inner.speakers .popup_scn .social_icons {
    display: none;
}
#exampleModalCenter .popup_scn .speaker_bx:hover .pic img {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.inner.speakers .popup_scn p.mod {
    display: none !important;
}

#exampleModalCenter .popup_scn .team-item:hover .image-wrap img {
    -webkit-transform: scale(1);
    transform: scale(1);
}
#exampleModalCenter .modal-body {
    padding: 30px;
    border: 1px solid #1b1754;
    border-radius: 5px;
    overflow: hidden;
}
#exampleModalCenter .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;
}
.social-icons i {
    font-size: 15px;
    color: #1b1754;
}
.popup_scn .socail-icons a:hover i{
    transition: 0.5s all ease;
    color: #d330c9;
}

#exampleModalCenter .popup_scn p {
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 300;
    font-family: "Lexend", sans-serif;
}

#exampleModalCenter .modal-dialog {
    max-width: 700px;
	width: 100%;
}
#exampleModalCenter button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    background: #1b1754;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    cursor: pointer;
    z-index: 9;
    padding-bottom: 0px;
    opacity: 1;
    transition: 0.5s all ease;
    border-radius: 0 5px 0 0;
}
#exampleModalCenter button.close:hover {
    opacity: 0.8;
    transition: 0.5s all ease;
}




/*Popup Speakers css End*/





@media(max-width:1170px){
	.speakers_outer_blk {
		gap: 20px;
	}
	.speakers_outer_blk {
		grid-template-columns: repeat(4, 1fr);
	}
	.inner.speakers .speaker_bx .pic img {
		height: 100%;
		object-fit: cover;
		width: 100%;
		display: block;
	}
	.inner.speakers .speaker_bx .pic {
		width: 100%;
	}
	.inner.speakers .speaker_bx .info {
		max-width: 100%;
	}
	.inner.speakers .speaker_bx .back {
		width: 100%;
		height: 100%;
	}
}


@media(max-width:1024px){
	
	
}
@media(max-width:991px){
	.speakers_outer_blk {
		grid-template-columns: repeat(3, 1fr);
	}
	
}

@media(max-width:767px){
	.speakers_outer_blk {
		grid-template-columns: repeat(2, 1fr);
	}
}



@media(max-width:575px){
	.speakers_outer_blk {
		grid-template-columns: repeat(2, 1fr);
        gap: 10px;
	}
	.inner.speakers .speaker_bx .info h4 {
		font-size: 16px;
	}
}

@media(max-width:460px){
	.speakers_outer_blk {
		grid-template-columns: repeat(1, 1fr);
        gap: 10px;
	}
}










