/*** 

====================================================================
		Speakers Section
====================================================================

***/

.event-speakers-section{
	position: relative;
}


.exp__speaker-block{
	position: relative;
	margin-bottom: 40px;
}

.exp__speaker-block .exp_inner-box{
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	border: 10px solid #ffffff;
	box-shadow: 0 30px 30px rgba(0,0,0,0.40);
	max-width: 300px;
	margin: 0 auto;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 500ms ease;
}

.exp__speaker-block .exp_inner-box:hover{
	box-shadow: none;
}

.exp__speaker-block .image-box{
	position: relative;
}

.exp__speaker-block .image-box .image{
	position: relative;
	margin-bottom: 0;
}

.exp__speaker-block .image-box .image img{
	display: block;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.exp__speaker-block .exp_inner-box:hover .image img{
	opacity: .80;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.exp__speaker-block .info-box{
	position: absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	text-align:center;
	background-color: rgba(28,139,210,.70);
	background-color: rgba(237,23,127,.90);
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.exp__speaker-block .exp_inner-box:hover .info-box{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	opacity: 1;
}


.exp__speaker-block .info-box .inner{
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 40px;
}

.exp__speaker-block .info-box .name{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 700;
	opacity: 0;
	margin-bottom: 5px;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 300ms ease;
}

.exp__speaker-block .exp_inner-box:hover .info-box .name{
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}


.exp__speaker-block .info-box .name a{
	color: #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.exp__speaker-block .info-box .designation{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 15px;
	opacity: 0;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 300ms ease;
}

.exp__speaker-block .exp_inner-box:hover .info-box .designation{
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}
.exp__speaker-block .social-links{
	position: relative;
	opacity: 0;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 300ms ease;
}
.exp__speaker-block .exp_inner-box:hover .social-links{
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}
.exp__speaker-block .social-links li{
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
}
.exp__speaker-block .social-links li a i{
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
	font-size: 15px;
	line-height: 32px;
	background-color: #ffffff;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.exp__speaker-block .social-links li a:hover i{
	color: #ffffff;
	background-color: #222;
}

/*** 

====================================================================
	Speakers Section Two
====================================================================

***/

.event-speakers-section-two{
	position: relative;
	padding: 120px 0 70px;
	overflow: hidden;
}

.exp-speaker-block-two{
	position: relative;
	margin-bottom: 50px;
}

.exp-speaker-block-two .exp_inner-box{
	position: relative;
	background-color: #ffffff;
	overflow: hidden;
	padding: 50px 0 40px;
	box-shadow: 0 20px 30px rgba(0,0,0,0.10);
	border: 1px solid #dddddd;
	border-bottom: 5px solid #1c94d2;
	max-width: 300px;
	margin: 0 auto;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.exp-speaker-block-two .exp_inner-box:hover{
	box-shadow: none;
}

.exp-speaker-block-two .exp_inner-box:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url(../images/icons/speaker-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	content: "";
	opacity: .30;
}

.exp-speaker-block-two .info-box{
	position: relative;
	display: inline-block;
	padding: 10px 30px;
	border-radius: 0 50px 50px 0;
	background-color: #1c94d2;
	margin-bottom: 50px;
}

.exp-speaker-block-two .info-box .name{
	position: relative;
	font-size: 22px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 600;
	margin-bottom:0px;
}

.exp-speaker-block-two .info-box .name a{
	color: #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.exp-speaker-block-two .info-box .name a:hover{
	color: #ffffff;
}

.exp-speaker-block-two .info-box .designation{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
}

.exp-speaker-block-two .image-box{
	position: relative;
	display: block;
	margin-bottom: 30px;
	text-align: center;
}

.exp-speaker-block-two .image-box .image{
	position: relative;
	display: inline-block;
	height: 150px;
	width: 150px;
	overflow: hidden;
	border: 4px solid #1c94d2;
	box-shadow: 0 0 20px rgba(0,0,0,0.10);
	border-radius: 50%;
	z-index: 9;
	margin-bottom: 0;
}

.exp-speaker-block-two .image-box .image img{
	display: block;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.exp-speaker-block-two .exp_inner-box:hover .image img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.exp-speaker-block-two .social-box{
	position: relative;
	display: block;
	text-align: center;
}

.exp-speaker-block-two .social-links li{
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
}

.exp-speaker-block-two .social-links li a i{
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
	border: 1px solid #eeeeee;
	font-size: 15px;
	line-height: 32px;
	background-color: #ffffff;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.exp-speaker-block-two .social-links li a:hover i{
	color: #ffffff;
	background-color: #150036;
}

.exp-speakers-section-two .anim-icons{
	max-width: 100%;
}

.exp-speakers-section-two .icon-shape-1{
	-webkit-transform: scale(-1);
	-moz-transform: scale(-1);
	-ms-transform: scale(-1);
	-o-transform: scale(-1);
	transform: scale(-1);
	left: 0;
	top: 0;
}

.exp-speakers-section-two .icon-circle-3{
	left: -90px;
	bottom: -90px;
	opacity: .70;
}

.exp-speakers-section-two .icon-circle-4{
	right: -75px;
	top: 30%;
}




/*** 

====================================================================
	Speakers Section Three
====================================================================

***/

.event-speakers-section-three{
	position: relative;
	padding: 120px 0 90px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.exp-speaker-block-three{
	position: relative;
	margin-bottom: 50px;
}

.exp-speaker-block-three .exp-inner-box{
	position: relative;
	background-color: #ffffff;
	overflow: hidden;
    padding-bottom: 30px;
    max-width: 300px;
    margin: 0 auto;
	box-shadow: 0 20px 30px rgba(0,0,0,0.10);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.exp-speaker-block-three .exp-inner-box:hover{
	box-shadow: 0 0px 5px rgba(0,0,0,0.10);
}

.exp-speaker-block-three .image-box{
	position: relative;
	display: block;
	text-align: center;
	padding: 50px 0;
}

.exp-speaker-block-three .image-box:before{
    position: absolute;
    left: -10px;
    right: -10px;
    top: -4px;
    height: 100%;
    background-image: url(../images/icons/exp-shape-5.png);
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    transform: scale(-1);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    content: "";
}

.exp-speaker-block-three .image-box .image{
	position: relative;
	display: inline-block;
	height: 150px;
	width: 150px;
	overflow: hidden;
	border: 4px solid #682372;
	box-shadow: 0 0 20px rgba(0,0,0,0.30);
	border-radius: 50%;
	z-index: 9;
	margin-bottom: 0;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.exp-speaker-block-three .exp-inner-box:hover .image-box .image{
	border-radius:0px;
}

.exp-speaker-block-three .image-box .image img{
	display: block;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.exp-speaker-block-three .exp-inner-box:hover .image img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.exp-speaker-block-three .info-box{
	position: relative;
	display: inline-block;
	padding: 10px 30px;
	padding-right: 10px;
	background-color: #f20487;
}

.exp-speaker-block-three .info-box:before{
	position: absolute;
	left: 0;
	right: -30px;
	background-color: #f20487;
	content:"";
	top: 0;
	height: 100%;
	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	-o-transform: skew(-30deg);
	transform: skew(-30deg);
	border-radius: 0 14px 14px 0;
}

.exp-speaker-block-three .info-box .name{
	position: relative;
	font-size: 24px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 600;
	margin-bottom:0px;
}

.exp-speaker-block-three .info-box .name a{
	color: #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.exp-speaker-block-three .info-box .name a:hover{
	color: #ffffff;
}

.exp-speaker-block-three .info-box .designation{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	font-weight: 500;
}

.exp-speaker-block-three .social-box{
    position: absolute;
    top: 70px;
	transform:translateX(-50px);
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.exp-speaker-block-three .social-box .social-links li{
	margin-bottom:4px;
}

.exp-speaker-block-three .exp-inner-box:hover .social-box{
	transform:translateX(10px);
}

.exp-speaker-block-two .social-links li{
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
}

.exp-speaker-block-three .social-links li a i{
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
	border: 1px solid #eeeeee;
	font-size: 16px;
	line-height: 30px;
	background-color: #ffffff;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.exp-speaker-block-three .social-links li a:hover i{
	color: #ffffff;
	background-color:#f20487
}