

.services .card{
  padding: .5em;
  margin: 1em auto;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 3px 3px rgba(0, 0, 0, 0.08);
}
.services .percol{
  margin: 0;
  padding: .5em;
}
.services .card img{
  width: 100%;
  height: 13em;
}
img{
  width: 100%;
  height: 100%;
}
.services .card p{
  height: 12em;
}
.about.center{
  text-align: center;
}
.industries .ind1{
  background: url("../imgs/services/ind1.jpg") center no-repeat;
  background-size: cover;
  height: 15em;
}
.industries .ind2{
  background: url("../imgs/sliders/slider5.jpg") center no-repeat;
  background-size: cover;
  height: 15em;
}
.industries .ind3{
  background: url("../imgs/services/ind3.jpg") center no-repeat;
  background-size: cover;
  height: 15em;
}
.industries .ind4{
  background: url("../imgs/services/electromech.jpg") center no-repeat;
  background-size: cover;
  height: 15em;
}
.industries .ind5{
  background: url("../imgs/services/code.jpg") center no-repeat;
  background-size: cover;
  height: 15em;
}
.industries .ind6{
  background: url("../imgs/services/ind6.jpg") center no-repeat;
  background-size: cover;
  height: 15em;
}
.industries .ind7{
  background: url("../imgs/sliders/slider3.jpg") center no-repeat;
  background-size: cover;
  height: 15em;
}
.industries .ind8{
  background: url("../imgs/services/er.jpg") center no-repeat;
  background-size: cover;
  height: 15em;
}
.industries .ind9{
  background: url("../imgs/services/oilgas.jpg") center no-repeat;
  background-size: cover;
  height: 15em;
}
.industries .ind10{
  background: url("../imgs/services/health.jpg") center no-repeat;
  background-size: cover;
  height: 15em;
}
.industries .ind11{
  background: url("../imgs/services/ind10.jpg") center no-repeat;
  background-size: cover;
  height: 15em;
}
.industries .ind12{
  background: url("../imgs/services/ind12.jpg") center no-repeat;
  background-size: cover;
  height: 15em;
}

.industries .ind13{
  background: url("../imgs/services/ind13.jpg") center no-repeat;
  background-size: cover;
  height: 15em;
}
.industries .ind14{
  background: url("../imgs/services/ind14.jpg") center no-repeat;
  background-size: cover;
  height: 15em;
}
.industries .ind15{
  background: url("../imgs/services/ind15.jpg") center no-repeat;
  background-size: cover;
  height: 15em;
}
.industries .row{
  /*border: 1px solid #e1e1e1;*/
}
.industries .indtext{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.indtext h3{
  font-size: 1.5em;
}




.services .ind1{
  background: url("../imgs/services/ser1.jpg") center no-repeat;
  background-size: cover;
  height: 15em;
}
.services .ind2{
  background: url("../imgs/services/ser2.jpg") center no-repeat;
  background-size: cover;
  height: 15em;
}
.services .ind3{
  background: url("../imgs/services/ser3.jpg") center no-repeat;
  background-size: cover;
  height: 15em;
}
.services .ind4{
  background: url("../imgs/services/ser4.jpg") center no-repeat;
  background-size: cover;
  height: 15em;
}
.services .ind5{
  background: url("../imgs/services/ser5.jpg") center no-repeat;
  background-size: cover;
  height: 15em;
}
.services .ind6{
  background: url("../imgs/services/ind6.jpg") center no-repeat;
  background-size: cover;
  height: 15em;
}
.services .ind7{
  background: url("../imgs/services/ser7.jpg") center no-repeat;
  background-size: cover;
  height: 15em;
}


.clientslist .col-4{
  display: flex;
  align-items: center;
  justify-content: center;
}
.clientslist img{
  padding: 1em;
}

.industriesrow{
  padding: 0.5em;
}
.titleindustries{
  font-weight: bold; 
  font-size: 1.5em; 
  text-align: center;
}
.industriesblock{
  padding: 1em;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.imgindustries{
  padding: 1em; 
  height:250px;
}

@media (max-width: 769px){

}
@media (max-width: 500px){
  .services .card p{
    height: 100%;
  }
  .imgindustries {
    
    height: 200px;
}
  /*.industries .row{
    width: 90%;
    margin: 1em auto;
    padding: 1em;
  }*/
}
