/* Add here all your css styles (customizations) */
.service-item {
	text-align:center;
	color:#FFF;
}

.service-item-text {
	color: #069;
}

.service-item h4{
	text-align:center;
	color:#FFF;
}
/*--------------------------------------------------
    [17. Flat Background Block]
----------------------------------------------------*/
.flat-bg-block-service {
	padding: 40px 0;
	background: url(../img/patterns/6.blue.png) repeat;
	background-color: #006699;
}

.flat-bg-block-service .checked-list.first-child {
  float: left;
  margin-right: 100px;
}

.flat-bg-block-service .checked-list li {
  color: #888;
  margin-bottom: 5px;
}

.flat-bg-block-service .checked-list i {
  color: #72c02c;
  margin-right: 5px;
}

/*Image Over*/
.flat-bg-block-service img.img-over {
  top: -70px;
  right: 10px;
  position: absolute;
}

@media (min-width: 991px) and (max-width: 1199px) {
  .flat-bg-block-service img.img-over {
    top: -18px;
  }
}

@media (max-width: 991px) {
  .flat-bg-block-service img.img-over {
    position: static;
  }
}