body {
	color: black;
}
li {
	color: black !important;
}

.recent-work .wrapper-container h3 a{
  font-weight: 400;
  color: #fff;
}

.recent-work .wrapper-container h4,.recent-work .wrapper-container h3{
  font-weight: 400;
  color: #fff;
}

p.subtext{
  font-size:20px;
  font-weight:200;
}

.logoImage{
  margin:0 auto;
  margin-bottom:20px;
}

#testimonyDiv .entry-content{
  background: #2E64FE;
  margin-bottom:10px;
}
#testimonyDiv .entry-content em{
  color: #fff;
}

#testimonyDiv .entry-content p{
  color: #fff;
  font-size: 1.2em;  
}

.our-skills .latest-testimonial{
  padding: 10px 25px 10px 25px;
}

.lspace{
  letter-spacing: 0.1em;
}

.bold-5{
  font-weight: 500;
}

#testimonyDiv .entry-content p.ready{
  font-size: 35px;
  margin: 0px;
}

.testimonyText{
  margin-top: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media (max-width: 480px){
  .item .row div{
    height: 110px;
  }
}

@media (max-width: 770px){
  
  .recent-work .wrapper-container h2{
    font-size: 2em;
  }

  .recent-work .wrapper-container h3{
    font-size: 1.6em;
  }
}

@media (min-width: 770px) and (max-width: 990px){
  .recent-work .wrapper-container h3{
    font-size: 17px;
  }

  p.subtext{
    font-size: 15px;
  }
}
