/*------------------------------------------------------------------

Project:	A Future HTML UI Kit
Version:	1.0.0
Author: 	webstrot 

------------------------------------------------------------------ */


.text_wrapper{
	float:left;
	width:100%;
	text-align:center;
	margin-bottom: 50px;
}
.text_wrapper_heading{
	float:left;
	width:100%;
	display: inline-block;
}
.text_wrapper_heading h2{
	font-size:36px;
	padding-bottom:30px;
}
.text_wrapper_content p{
	font-size:16px;
}
.text_wrapper_content{
	float:left;
	width:100%;
	display: inline-block;
}



/* section_5 start */

.section_5{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.section5_main_wrapper{
	position: relative;
    margin-bottom: 50px;
	text-align:center;
}
.section5_main_wrapper:hover .section5_slider_content h4 a{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section5_main_wrapper:hover .section5_slider_content h4 a{
	color:#4285f4;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section5_main_wrapper:hover .section5_slider_image:after{
	background:#4285f4;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section5_main_wrapper:hover .section5_slider_content{
	border:1px solid #4285f4;
	border-top: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;
}
.section5_slider_image{
	padding-bottom: 121px;
    position: relative;
	z-index:999;
	display:inline-block;
}
.section5_slider_image img{
	border-radius:50%;
}
.section5_slider_image:after{
	position:absolute;
	content:'';
	width:60px;
	height:60px;
	border:6px solid #ffffff;
	background:#111111;
	border-radius:100%;
	left: 0;
    right: 0;
    margin: 0px auto;
	margin-top: -26px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section5_slider_image i{
	position:absolute;
	left:0;
	right:0;
	margin:0px auto;
	z-index:100;
	color:#ffffff;
	font-size:25px;
	margin-top: -6px;
}
.section5_slider_content{
	border: 1px solid #e8e8e8;
    padding-top: 119px;
    position: absolute;
    bottom: 0;
    left: 3px;
    right: 3px;
    border-top: 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;
}
.section5_slider_content h5{
	font-size:16px;
	color:#999;
	padding-bottom:10px;
	padding-top:30px;
	z-index:-1;
}
.section5_slider_content h4{
	font-size:22px;
	padding-bottom:30px;
	z-index:-1;	
}

/* section_5 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:#4285f4;
	line-height:30px;
	height:30px;
	width:30px;
	text-align:center;
	border:1px solid #e0e0e0;
}
.pagination_section ul li a:hover{
	background:#4285f4;
	color:#fff;
	border:1px solid #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: 500px) {
	
   .section5_slider_content {
		left: 95px;
		right: 95px;
	}
}

@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;
	}
	.section5_slider_content {
		left: 18px;
		right: 18px;
	}


}