﻿/* ============================================================================
    Our Team
============================================================================ */
.container {
	width: 1170px;
	margin: auto auto auto auto;
 
}

.Member-blogs-content {
    border-right:1px solid #E1E1E1;
}

.one_fourth {
	width: 22%;
}
.last {
    margin-left: 0 !important;
    clear: left;
}
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth {
	position: relative;
	margin: 1.5%;
	float: right;
    min-height: 400px;
}

.clearfix {
    display: block;
}
	
/*section 19*/
.section_holder19{
	width:100%;
	float:right;
	padding:75px 0 75px 0;
	margin:0;
	}

.section_holder19.two{
	width:100%;
	float:right;
	padding:20px 0 45px 0;
	margin:0px;
	border:1px solid #e1e1e1;
	}
	
	
.section_holder19 .img_holder{
	position:relative;
	width:272px;
	height:272px;
	float:right;
	padding:13.2px;
	text-align:center;
	margin:0px;
	border-radius:50%;
	background-color:#4a5f82;
	transition-property: background-color, color;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
	}

.section_holder19 .img_holder .img{
	width:100%;
	height:245px;
	float:right;
	padding:0px;
	text-align:center;
	margin:0px;
	border-radius:100%;
	background:url(../../img/team/site-img198.jpg) center center no-repeat;
    background-size:cover;
	}

.section_holder19 .img_holder .img.two{
	background:url(../../img/team/site-img199.jpg) center top no-repeat;
	}
.section_holder19 .img_holder .img.three{
	background:url(../../img/team/site-img200.jpg) center top no-repeat;
	}
	
.section_holder19 .img_holder .img.four{
	background:url(../../img/team/site-img201.jpg) center top no-repeat;
	}	
.section_holder19 .img_holder .img.five{
	background:url(../../img/team/site-img202.jpg) center top no-repeat;
	}
.section_holder19 .img_holder .img.six{
	background:url(../../img/team/site-img203.jpg) center top no-repeat;
	}
	
.section_holder19 .img_holder .img.seven{
	background:url(../../img/team/site-img204.jpg) center top no-repeat;
	}
	
.section_holder19 .img_holder .img.eight{
	background:url(../../img/team/site-img205.jpg) center top no-repeat;
	}
	
.section_holder19 .img_holder .img.nine{
	background:url(../../img/team/site-img206.jpg) center top no-repeat;
	}
	
.section_holder19 .img_holder .bshape{
	position:absolute;
	width:78px;
	height:27px;
	float:right;
	padding:0px;
	margin:247px 98px 0px 0px;
	background:url(../../img/team/site-img58.png);
	}

.section_holder19 .member_info{
	width:95%;
	text-align:center;
	padding:10px 0 10px 0;
	margin:30px auto 0 auto;
	border-bottom:1px solid #969696;
	border-top:1px solid #969696;
    display:block;
    text-decoration:none;
	}
     .section_holder19 h5:hover{
	   color:#D52B2A;
	}

    .section_holder19 .member_info span{
	   height:100px;
	}

.section_holder19 .img_holder .hover_circle{
	position:absolute;
	width:245px;
	height:245px;
	float:right;
	opacity:0;
	padding:0px;
	margin:0px;
	border-radius:50%;
	background:url(../../img/team/site-img59.png) 0px 0px repeat;
	transition: opacity 0.3s ease-in-out 0s;
	}
.section_holder19 .img_holder ul.social_icon{
	position:absolute;
	width:100%;
	float:right;
	padding:0px;
	margin: 0px 32px 0px 0px;
	z-index:10;
	}
.section_holder19 .img_holder ul.social_icon li{
	float:right;
	padding:0px;
	margin:0x;
	transition: opacity 0.1s ease-in-out 0s;
	-webkit-transition: opacity .1s ease-in-out;
    -moz-transition: opacity .1s ease-in-out;
    -ms-transition: opacity .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
	transition: top 0.1s ease-in-out 0s;
	}

.section_holder19 .img_holder ul.social_icon li.one{
	position:absolute;
	top:20px;
	opacity: 0;
	}

.section_holder19 .img_holder ul.social_icon li.two{
	position:absolute;
	top:20px;
	opacity: 0;
	right:45px;
	}
	
.section_holder19 .img_holder ul.social_icon li.three{
	position:absolute;
	top:20px;
	opacity: 0;
	right:90px;
	}
	
.section_holder19 .img_holder ul.social_icon li.four{
	position:absolute;
	top:20px;
	opacity: 0;
	right:135px;
	}
		
.section_holder19 .img_holder .social_icon li a{
	width:40px;
	height:40px;
	float:right;
	font-size:18px;
	padding:0px;
	line-height:40px;
	color:#161616;
	margin:0 5px 0 0;
	-moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
	background-color:#fff;
	z-index:10;
	}



/*hover styles*/
	
.section_holder19 .img_holder .social_icon li a:hover{
	background-color:#ebb832;
	}
	
.section_holder19 .one_fourth:hover .hover_circle{
	opacity:1;
	transition: opacity 0.1s ease-in-out 0s;
	}	
	
.section_holder19 .one_fourth:hover .social_icon li.one{
	top:106px;
	opacity:1;
	transition: top .3s ease-in-out;
	}	

.section_holder19 .one_fourth:hover .social_icon li.two{
	top:106px;
	opacity:1;
	transition: top .5s ease-in-out;
	}
	
.section_holder19 .one_fourth:hover .social_icon li.three{
	top:106px;
	opacity:1;
	transition: top .7s ease-in-out;
	}
	
.section_holder19 .one_fourth:hover .social_icon li.four{
	top:106px;
	opacity:1;
	transition: top .9s ease-in-out;
	}
	
.section_holder19 .one_fourth:hover .img_holder{
	background-color:#ebb832;
	transition-property: background-color, color;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
	}	
	
.section_holder19 .one_fourth:hover .bshape{
	background:url(../../img/team/site-img57.png)
	}	



/*active styles*/
	
.section_holder19 .img_holder .social_icon li a.active{
	background-color:#ebb832;
	}
	
.section_holder19 .one_fourth.active .hover_circle{
	opacity:1;
	transition: opacity 0.1s ease-in-out 0s;
	}	
	
.section_holder19 .one_fourth.active .social_icon li.one{
	top:106px;
	opacity:1;
	transition: top .3s ease-in-out;
	}	

.section_holder19 .one_fourth.active .social_icon li.two{
	top:106px;
	opacity:1;
	transition: top .5s ease-in-out;
	}
	
.section_holder19 .one_fourth.active .social_icon li.three{
	top:106px;
	opacity:1;
	transition: top .7s ease-in-out;
	}
	
.section_holder19 .one_fourth.active .social_icon li.four{
	top:106px;
	opacity:1;
	transition: top .9s ease-in-out;
	}
	
.section_holder19 .one_fourth.active .img_holder{
	background-color:#ebb832;
	}	
	
.section_holder19 .one_fourth.active .bshape{
	background:url(../../img/team/site-img57.png)
	}		