
====================================================================
	Team Section
====================================================================

***/

.team-section{
	position:relative;
	padding:105px 0px 70px;
}

.team-section .owl-dots{
	display:none;
}

.team-section .owl-nav{
	position:absolute;
	left:0px;
	top:45%;
	right:0px;
}

.team-section .owl-nav .owl-prev{
	position:absolute;
	left:-60px;
	width:40px;
	height:40px;
	color:#707070;
	font-size:18px;
	line-height:38px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	border:2px solid #f6f6f6;
}

.team-section .owl-nav .owl-next{
	position:absolute;
	right:-70px;
	width:40px;
	height:40px;
	color:#707070;
	font-size:18px;
	line-height:38px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	border:2px solid #f6f6f6;
}

.team-section .owl-nav .owl-prev:hover,
.team-section .owl-nav .owl-next:hover{
	background-color:#f6f6f6;
}

.team-block{
	position:relative;
	margin-bottom:30px;
	border-radius:20px;
}

.team-block .inner-box{
	position:relative;
	padding-top:40px;
	border-radius:20px;
	overflow:hidden;
	text-align:center;
	background-color:#f6f6f6;
}
.blacker {color:black;}
.team-block .inner-box:before{
	position: absolute;
    content: '';
    left: 75px;
    top: 0px;
    width: 100%;
    height: 192%;
    background-color: #f8faff;
		border-radius:20px;
    transform: translateX(50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}


.team-block .inner-box .side-lines{
	position:absolute;
	right:0px;
	top:0px;
	border-radius:20px;
	width:70px;
	height:70px;
}

.team-block .inner-box .side-lines:before{
	position:absolute;
	content:'';
	right:0px;
	border-radius:20px;
	top:0px;
	height:2px;
	width:0px;
	background-color:#f28cae;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.team-block .inner-box:hover .side-lines:before{
	width:100%;
	border-radius:20px;
}

.team-block .inner-box .side-lines:after{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	width:2px;
	border-radius:20px;
	height:0px;
	background-color:#f28cae;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.team-block .inner-box:hover .side-lines:after{
	height:100%;
}

.team-block .inner-box .image{
	position:relative;
}

.team-block .inner-box .social-box{
	position:absolute;
	left:0px;
	right:0px;
	bottom:35px;
}

.team-block .inner-box .social-box a{
	position:relative;
	width:32px;
	height:32px;
	color:#ffffff;
	margin:0px 3px;
	line-height:30px;
	text-align:center;
	display:inline-block;
	border:1px solid #ffffff;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.team-block .inner-box .social-box a:hover{
	background-color:#ff7200;
	border-color:#ff7200;
	color:#ffffff;
}

.team-block .inner-box .upper-box{
	position:relative;
	margin-bottom:20px;
}

.team-block .inner-box .upper-box h4{
	position:relative;
	color:#e6195e;
	font-weight:700;
	line-height:1.3em;
}

.team-block .inner-box .upper-box .designation{
	position:relative;
	color:#e6195e;
	font-size:16px;
	margin-top:5px;
}

.team-block .inner-box .social-box{
	position:absolute;
	left:0px;
	right:0px;
	bottom:35px;
}

.team-block .inner-box .social-box a{
	position:relative;
	width:32px;
	height:32px;
	color:#ffffff;
	margin:0px 3px;
	line-height:30px;
	text-align:center;
	display:inline-block;
	border:1px solid #ffffff;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.team-block .inner-box .social-box a:hover{
	background-color:#ff7200;
	border-color:#ff7200;
	color:#ffffff;
}
