.services-section .single-review {
  background-color: #f9f9ff;
  text-align: center;
  padding: 30px;
  -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;
}

.services-section .single-review .lnr {
  color: #555;
  font-size: 30px;
  font-weight: 900;
  -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;
}

.services-section .single-review h4 {
  margin-top: 30px;
  margin-bottom: 20px;
  -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;
}

.services-section  .single-review p {
	font-size:9px;
  margin-top: 30px;
  margin-bottom: 20px;
  -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;
}
.services-section .single-service:hover {
  background-color: #000000;
  pointer: cursor;
}

.services-section .single-service:hover h4{
	color: #FFF;
}
.services-section .single-service:hover .lnr {
  color: #BB0606;
}
.service-section .ul{
	list-style:none;
	text-align:justify;
	font-size:10px;
}
	
.service-section .ul li {
  display: inline-block;
  border: 1px solid #eee;
  background: #fff;
  padding: 4px 14px;
  margin-bottom: 10px;
  -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;
}

.service-section ul li:hover {
  background: #f9d700;
}

.service-section ul li:hover a {
  color: #222;
}

.service-section ul li a {
  font-size: 12px;
  color: #222;
}
	
.section-title {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.section-title h1 {
  margin-bottom: 5px;
    color:#bb0606;
}
@media (max-width: 991px) {
  .services-section .single-service {
    margin-bottom: 30px;
  }
}