a,
        a:hover,
        a:focus,
        a:active {
            text-decoration: none;
            outline: none
        }

        a {
            font-style: normal;
            text-decoration: none;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease
        }

        a,
        a:active,
        a:focus {
            color: #333;
            text-decoration: none;
            transition-timing-function: ease-in-out;
            -ms-transition-timing-function: ease-in-out;
            -moz-transition-timing-function: ease-in-out;
            -webkit-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-duration: .2s;
            -ms-transition-duration: .2s;
            -moz-transition-duration: .2s;
            -webkit-transition-duration: .2s;
            -o-transition-duration: .2s
        }

        ul {
            margin: 0;
            padding: 0;
            list-style: none
        }

        img {
            max-width: 100%;
            height: auto
        }

        .sec-title {
            position: relative;
            margin-bottom: 70px
        }

        .sec-title .title {
            position: relative;
            display: block;
            font-size: 16px;
            line-height: 1em;
            color: #ff8a01;
            font-weight: 500;
            background: rgb(247, 0, 104);
            background: -moz-linear-gradient(to left, rgba(247, 0, 104, 1) 0%, rgba(68, 16, 102, 1) 25%, rgba(247, 0, 104, 1) 75%, rgba(68, 16, 102, 1) 100%);
            background: -webkit-linear-gradient(to left, rgba(247, 0, 104, 1) 0%, rgba(68, 16, 102, 1) 25%, rgba(247, 0, 104, 1) 75%, rgba(68, 16, 102, 1) 100%);
            background: linear-gradient(to left, rgba(247, 0, 104) 0%, rgba(68, 16, 102, 1) 25%, rgba(247, 0, 104, 1) 75%, rgba(68, 16, 102, 1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F70068', endColorstr='#441066', GradientType=1);
            color: transparent;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-transform: uppercase;
            letter-spacing: 5px;
            margin-bottom: 15px
        }

        .sec-title h2 {
            position: relative;
            display: inline-block;
            font-size: 48px;
            line-height: 1.2em;
            color: #1e1f36;
            font-weight: 700
        }

        .sec-title .text {
            position: relative;
            font-size: 16px;
            line-height: 28px;
            color: #888;
            margin-top: 30px
        }

        .sec-title.light h2,
        .sec-title.light .title {
            color: #fff;
            -webkit-text-fill-color: inherit
        }

        .speakers-section-three {
            position: relative;
            padding: 120px 0 90px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            overflow: hidden
        }

        .speaker-block-three {
            position: relative;
            margin-bottom: 50px
        }

        .speaker-block-three .inner-box {
            position: relative;
            background-color: #fff;
            overflow: hidden;
            padding-bottom: 30px;
            max-width: 300px;
            margin: 0 auto;
            overflow: hidden;
            box-shadow: 0 20px 30px rgba(0, 0, 0, .1);
            -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 0 5px rgba(0, 0, 0, .1)
        }

        .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(https://i.ibb.co/LSL9C6r/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: 130px;
            width: 130px;
            overflow: hidden;
            border: 4px solid #ec7561;
            box-shadow: 0 0 20px rgba(0, 0, 0, .3);
            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: 0
        }

        .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
        }

        .speaker-block-three .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)
        }

        .speaker-block-three .info-box {
            position: relative;
            display: inline-block;
            padding: 10px 30px;
            padding-right: 10px;
            background-color: #ec7561
        }

        .speaker-block-three .info-box:before {
            position: absolute;
            left: 0;
            right: -30px;
            background-color: #ec7561;
            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: 18px;
            line-height: 1.2em;
            color: #fff;
            font-weight: 500
        }

        .speaker-block-three .info-box .name a {
            color: #fff;
            -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: #fff
        }

        .speaker-block-three .info-box .designation {
            position: relative;
            display: block;
            font-size: 14px;
            line-height: 20px;
            color: #fff;
            font-weight: 400
        }

        .speaker-block-three .social-box {
            position: absolute;
            top: 90px;
            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
        }

        .speaker-block-three .social-box .social-links li {
            margin-bottom: 4px
        }

        .speaker-block-three .inner-box:hover .social-box {
            transform: translateX(10px)
        }

        .speaker-block-two .social-links li {
            position: relative;
            display: inline-block;
            margin-bottom: 10px
        }

        .speaker-block-three .social-links li a i {
            position: relative;
            display: block;
            width: 32px;
            height: 32px;
            border: 1px solid #eee;
            font-size: 16px;
            line-height: 30px;
            background-color: #fff;
            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
        }

        .speaker-block-three .social-links li a:hover i {
            color: #fff;
            background: #ec7561
        }
        
        
        ul.social-links.social-icon-colored {
    padding: 0px;
}




/* Responsive for small screens */
@media (max-width: 576px) {
    .speaker-block-three .info-box {
        position: relative;
        padding: 8px 10px;
        font-size: 14px;
        border-radius: 0px 20px 20px 0px;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
}




/*our team css section*/
.box {
	border-radius: 150px;
	background:#fff;
	position:relative;
	overflow: hidden;
	text-align:center;
}
.box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    border-radius: 150px;
    box-shadow: inset 0 0 25px rgba(0,0,0,0.30);
    transition: all 0.3s ease;
    background-image: linear-gradient(to right, #3c70a4 0%, #64b2cd 100%);
}
.box:hover:before {
    width: 100%;
}
.box:hover .image-wrapper {
	padding:0;
}
.box:hover .box-desc {
	color:#fff;
}
.box:hover .social li a {
	background:#fff;
	background-image: none;
	color:#000;
}
.box:hover .social li a:hover {
	background:#1d1d1d;
	color:#fff;
}
.image-wrapper {
    position: relative;
	max-width: 210px;
    /*max-height: 210px;*/
	margin:0 auto;
    overflow: hidden;
    border-radius: 50%;
    padding: 15px;
    transition: all 0.5s ease;
    box-shadow: inset 0px 0px 20px rgba(0,0,0,0.20);
}
.image-wrapper img {
    border-radius: 50%;
    transition: all 500ms ease;
}
.box-desc {
	position:relative;
}
ul.social {
	padding:0;
}
ul.social li {
	display:inline-block;
	list-style-type:none;
}
ul.social li a {
	position:relative;
	width: 36px;
    height: 36px;
	background-image: linear-gradient(to right, #3c70a4 0%, #64b2cd 100%);
	display:inline-block;
	line-height:36px;
	border-radius:50%;
	color:#fff;
	transition: all .5s ease;
}
        
        
        
        
        
        
        
        
   