/*------------------------------------------------------------------

Project:	A Future HTML UI Kit
Version:	1.0.0
Author: 	webstrot 

------------------------------------------------------------------
[Table of contents]
 
 
1. Image Box Sections Start
2. img_box_one section start
3. img_box_two section start
4. img_box_three section start
5. img_box_four section start
6. img_box_five section start

*/


/* =======================================================================
Image Box Sections Start
==========================================================================*/

#main-wrapper{
	float:left;
	width:100%;
}

.img_box_one h4, .img_box_two h4, .img_box_three h4, .img_box_four h4, .img_box_four h4 {
	margin: 0 0 15px;
}
.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.gray_bg {
	background-color: #f7f7f7;
}


/*img_box_one section start*/

.img_box_one .thumbnail {
	padding: 0;
	margin-bottom: 0;
	line-height: 24px;
	border-radius: 0;
	border: 0;
	position:relative;
}
@media (max-width: 991px) { 
	.img_box_one .thumbnail {
		margin-bottom: 30px;
	}
}

.img_box_one .icon-thumb {
	display: table;
}
.img_box_one .icon {
	width: 50px;
    color: #fff;
    font-size: 30px;
    vertical-align: middle;
    height: 50px;
    line-height: 50px;
	text-align:center;
    position: absolute;
    top: 0px;
    left: 45px;
}
.img_box_one .icon.pink {
  background: #eb768c;

}
.img_box_one .icon.violet {
  background: #c183d6;
}
.img_box_one .icon.aqua {
  background: #73c8b7;
}

.img_box_one .thumbnail .caption {
  padding: 30px 42px 0;
  color: #969595;
}
.img_box_one .thumbnail .caption h4 {
	text-transform: capitalize;
}
.img_box_one .thumbnail .caption h4 a{
	color: #111111;
}
.img_box_one .thumbnail .caption h4 a:hover{
	color: #4285f4;
}
.img_box_one .thumbnail .caption p{
	margin: 0;
}
/*img_box_one section end*/

/*img_box_two start*/

.img_box_two {
	background-size: cover;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
}
.img_box_two .thumbnail {
	margin-bottom: 0px;
	line-height: 24px;
	border-radius: 0;
	border: 0;
	width: auto;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
@media (max-width: 991px) { 
	.img_box_two .thumbnail {
		margin-bottom: 10px;
	}
}
.img_box_two .thumbnail img {
	width: 90%;
}
.img_box_two .thumbnail .caption {
  padding: 0px;
  color: #969595;
}
.img_box_two .thumbnail .caption h4 {
	text-transform: capitalize;
}
.img_box_two .thumbnail .caption h4 a{
	color: #111111;
}
.img_box_two .thumbnail .caption h4 a:hover{
	color: #4285f4;
}
.img_box_two .thumbnail .caption p{
	margin: 0;
}
/*img_box_two section end*/

/*img_box_three section start*/

.img_box_three .thumbnail {
	padding: 0;
	margin-bottom: 0;
	line-height: 24px;
	border: 0;
	border-radius: 0;
}

@media (max-width: 991px) { 
	.img_box_three .thumbnail {
		margin-bottom: 30px;
	}
}

.img_box_three .thumbnail img {
  width: 170px;
  height: 170px;
  float: left;
  margin-right: 10px;
}
.img-circle {
    border-radius: 30px;
    background-color: #000;
}
.img_box_three .thumbnail .caption {
  padding: 30px 0;
  color: #969595;
}
.img_box_three .thumbnail .caption h4 {
	line-height: 30px;
	text-transform: capitalize;
}
.img_box_three .thumbnail .caption h4 a{
	color: #111111;
}
.img_box_three .thumbnail .caption h4 a:hover{
	color: #4285f4;
}
.img_box_three .thumbnail .caption .readmore {
	  color: #4285f4;
	  margin-top: 20px;
	  display: block;
	  -webkit-transition: all 0.5s;
	  -o-transition: all 0.5s;
	  -ms-transition: all 0.5s;
	  -moz-transition: all 0.5s;
	  transition: all 0.5s;
}
.img_box_three .thumbnail .caption .readmore:hover {
	color: #1249a5;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
	transition: all 0.5s;
  
}
.img_box_three .thumbnail .caption .readmore i{
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 18px;
	margin-left: 5px;
	border: 1px solid #4285f4;
	border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.img_box_three .thumbnail .caption .readmore:hover i {
	background-color: #4285f4;
	color: #fff;
	border: 1px solid transparent;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*img_box_three section end*/

/*img_box_four section start*/

.img_box_four .thumbnail {
	padding: 0;
	margin-bottom: 0;
	line-height: 24px;
	border: 0;
	border-radius: 0;
	background-color: transparent;
}

@media (max-width: 991px) { 
	.img_box_four .thumbnail {
		margin-bottom: 30px;
	}
}

.img_box_four .thumbnail img {
	width: 195px;
	height: 195px;
	margin-bottom: 20px;
}
.img_box_four .thumbnail .caption {
	text-align: center;
	color: #999999;
}
.img_box_four .thumbnail .caption h4 {
	text-transform: capitalize;
}
.img_box_four .thumbnail .caption h4 a{
	color: #111111;
}
.img_box_four .thumbnail .caption h4 a:hover{
	color: #4285f4;
}
.img_box_four .thumbnail .caption p{
	margin: 0; 
}
/*img_box_four section end*/


/*img_box_five start*/

.img_box_five .thumbnail {
	padding: 0;
	line-height: 24px;
	background-color: #f7f7f7;
	border: 0;
	border-radius: 0;
	margin-bottom: 30px;
}

.img_box_five .thumbnail a>img, 
.img_box_five .thumbnail>img {
	float: left;
}


.img_box_five .thumbnail .caption {
  padding: 30px 20px 10px;
  color: #999999;
  overflow: hidden;
}
.img_box_five .thumbnail .caption h4 {
	text-transform: capitalize;
	margin-bottom: 10px;
	font-size:18px;
}
.img_box_five .thumbnail .caption h4 a{
	color: #111111;
}
.img_box_five .thumbnail .caption h4 a:hover{
	color: #4285f4;
}
.img_box_five .thumbnail .caption p{
	margin: 0;
}
/*img_box_five end*/
