/*------------------------------------------------------------------

Project:	A Future HTML UI Kit
Version:	1.0.0
Author: 	webstrot 

------------------------------------------------------------------ */


.text_wrapper{
	float:left;
	width:100%;
	text-align:center;
}
.text_wrapper_heading{
	float:left;
	width:100%;
	display: inline-block;
}
.text_wrapper_heading h2{
	font-size:36px;
	padding-bottom:30px;
	color:#fff;
}
.text_wrapper_content p{
	font-size:16px;
	color:#fff;
}
.text_wrapper_content{
	float:left;
	width:100%;
	display: inline-block;
}

/* section_3 css */

.section_3{
	float:left;
	width:100%;
	background-image:url('../images/team-images/team_circle/section3_bg.jpg');
	height:100%;
	background-position:center 0;
	background-size: cover;
	position:relative;
	padding-bottom:100px;
	padding-top:100px;
}
.section3_img_overlay{
	position:absolute;
	top:0%;
	left:0%;
	right:0%;
	bottom:0%;
	background: #4285f4;
    opacity: 0.9;
}
.section3_content_wrapper{
	text-align:center;
	float:left;
	width:100%;
	padding-top:50px;
}
.section3_image_wrapper img{
	border-radius:50%;
	display: inline-block;
}
.section3_text_wrapper{
	float:left;
	width:100%;
	padding-top:26px;
	text-align:center;
}
.section3_text_wrapper h4{
	font-size:20px;
	font-weight:700;
}
.section3_text_wrapper h4 a{
	color:#fff;
}
.section3_text_wrapper h4 a:hover{
	color:#fff;
}
.section3_text_wrapper h5{
	font-size:14px;
	color:#fff;
	padding-top: 10px;
}
.section3_image_wrapper {
  position: relative;
  width:auto;
  display:inline-block;
}
.section3_imgage_overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 50%;
  right: 50%;
  opacity:0;
  transition: .2s ease;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.section3_content_wrapper:hover .section3_imgage_overlay {
  background-color:rgba(0,0,0,0.80);
  border-radius:50%;
  opacity:1;
  top:0;
  left:0;
  right:0;
  bottom:0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow:hidden;
}
.content_wrapper {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	text-align:center;
}
.section3_social_icons{
	margin:0;
	padding:0;
	list-style-type:none;
}
.section3_social_icons li{
	float:left;
	margin-left:15px;
}
.section3_social_icons li:first-child{
	margin-left:0;
}
.section3_social_icons li a{
	float:left;
	color: #fff;
	font-size:14px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.section3_social_icons li a:hover{
	color:#4285f4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
/* section_3 css end*/


/* pagination_section start */

.pagination_section{
	float:left;
	width:100%;
	margin-top:50px;
	text-align:center;
}
.pagination_section ul{
	display:inline-block;
}
.pagination_section ul{
	margin:0;
	padding:0;
	list-style:none;
}
.pagination_section ul li{
	float:left;
	margin-left:20px;
}
.pagination_section ul li:first-child{
	margin-left:0px;
}
.pagination_section .prev i{
	margin-right:10px;
}
.pagination_section .next i{
	margin-left:10px;
}
.pagination_section ul li a i{
	font-size:16px;
}
.pagination_section .prev{
	margin-left:0px;
	border-radius:35px;
	width:90px;
	height:34px;
	line-height:34px;
}
.pagination_section .next{
	border-radius:35px;
	width:90px;
	height:34px;
	line-height:34px;
}
.pagination_section ul li a{
	float:left;
	color:#fff;
	line-height:30px;
	height:30px;
	width:30px;
	text-align:center;
	border:1px solid #e0e0e0;
}
.pagination_section ul li a:hover{
	background:#fff;
	color:#4285f4;
}

/* pagination_section end */


@media(min-width: 992px) and (max-width: 1199px) {
	
	.social_icons li {
		margin-left: 7px;
	}
	.social_icons li a {
		font-size: 13px;
		height: 30px;
		width: 30px;
		line-height: 28px;
	}
	.pagination_section ul li {
		margin-left: 18px;
	}
	
}

@media(min-width: 768px)and (max-width: 991px){
	
	.pagination_section .prev{
		width:70px;
	}
	.pagination_section .next{
		width:70px;
	}	
	.pagination_section ul li {
		margin-left:7px;
	}

}

@media(max-width: 767px){
	
	.social_icons li {
		margin-left: 5px;
	}
	.social_icons li a {
		font-size: 14px;
	}
	.pagination_section{
	  margin-bottom:40px;
	}
}

@media only screen and (max-width : 480px) {
	

	.pagination_section .prev{
		width:60px;
	}
	.pagination_section .next{
		width:60px;
	}	
	.pagination_section ul li {
		margin-left: 6px;
	}
}

@media only screen and (max-width : 390px) {
	
	.pagination_section .prev i{
		display:none;
	}
	.pagination_section .next i{
		display:none;
	}
	.pagination_section .prev{
		width:50px;
	}
	.pagination_section .next{
		width:50px;
	}	

}

@media only screen and (max-width: 360px) {
	
	.social_icons li a {
		font-size: 13px;
		height: 28px;
		width: 28px;
		line-height: 28px;
	}


}