.testi-choose-box:before {
  background: #F4F2F2;
}
.testi-choose-box:after {
  background: #F7F7F7;
}

.two-color-overlay {
  position: relative;
}
.two-color-overlay:before, .two-color-overlay:after {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
}
.two-color-overlay:before {
  left: 0;
}
.two-color-overlay:after {
  right: 0;
}
.two-color-overlay .container {
  position: relative;
  z-index: 9;
}

.has-dot-pattern .container {
    position: relative;
    z-index: 2;
}
.client-skill-sec .inner-box::before {
    background: rgba(53, 99, 169, 0.69) none repeat scroll 0 0;
    content: "";
    float: right;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 300%;
    z-index: -1;
}
.client-skill-sec .client-box .list-inline{
	margin:0px;
}
.single-service-box-two{
margin:10px;
}
