#banner {
    padding-top: 200px!important;
}
.header_1 {
    position: relative;
    bottom: 8em;
}

@media only screen and ( max-width: 992px) {
    .fa {
        color: black!important;
    }
    .navbar-collapse {
        background: white!important;
        height: initial!important;
    }
    .navbar-toggler {
        background: white!important;
    }
}

.sponsori .img-wrap {
    border: 1px solid #dddddd;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px;
}

.sponsori .img-wrap img {
    max-width: 350px;
    padding: 20px;
}

.sponsori-size-2 .img-wrap img {
    max-width: 200px;
}


.speaker-block-three{
	position: relative;
	margin-bottom: 50px;
    width: 30%;
}

.speaker-block-three .inner-box{
	position: relative;
	background-color: #ffffff;
	overflow: hidden;
    max-width: 300px;
    margin: 0 auto;
	padding: 0;
	overflow:hidden;
	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;
}

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

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

.speaker-block-three .image-box:before{
    position: absolute;
    left: -10px;
    right: -10px;
    top: -4px;
    height: 100%;
    background-image: url(../images/icons/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: "";
}

.speaker-block-three .image-box .image{
	position: relative;
	display: inline-block;
	height: 150px;
	width: 150px;
	overflow: hidden;
	border: 4px solid #013b8d;
	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;
}

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

.speaker-block-three .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
    transform: translateY(-50%);
    top: 50%;
    position: relative;
}


.speaker-block-three .info-box{
	position: relative;
	display: inline-block;
	padding: 10px 30px;
	/*padding-right: 10px;*/
	background-color: #145da0;
	height: 60px;
	width: 100%;
}

.speaker-block-three .info-box:before{
	position: absolute;
	left: 0;
	/*right: -30px;*/
	background-color: #145da0;
	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;
}

.speaker-block-three .info-box .name{
	position: relative;
	font-size: 16px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 500;
    margin: 0;
	text-align: center;

	height: 100%;
    display: flex;
    align-items: center;
	justify-content: center;
}

.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;
}

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

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

.speaker-block-three .inner-box .lector-btn {
	/*background-color: #145da0!important;*/
	background-color: #fff!important;
	color: #145da0!important;
	font-size: 14px!important;
	text-transform: none;
}