.service-img{
  width: 80%;
  border: 7px solid #FFF;
  box-shadow: 1px 1px  2px #4b4b49;
  opacity: .8;
  transition: border-color 1s ease-in-out 0s, opacity 0.5s ease-out 0s;
}
.service-img:hover{
  opacity: 1;
  border-color: #38567c;
}
.about-content{
  color: #323e8e !important;
  font-size: 15px;
  line-height: 170%;
}
.about-content ul {
  margin-top: 10px;
  margin-left: 50px;
}
.about-content ul li{
  color: #777777 !important;;
  text-transform: none !important;
  list-style-image: url("../images/bullet/list_dingbat.png");
  font-weight: normal !important;
  line-height: 170% !important;
}
.text-box ul{
  margin-left: 50px;
  margin-bottom: 20px;
}
.text-box ul li{
  color: #777777 !important;
  line-height: 190% !important;
  list-style-image: url("../images/bullet/list_dingbat.png");
}
.vision-wrapper ul p{
  /*font-size: 100% !important;*/
}

.fit-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.owl-carousel .owl-item img{
  width: 100%;
  height: 170px;
  object-fit: cover;
}
.client-images {
  width: 170px; height: 150px;
}

.client-images img{
  width: 100%;
  height: 100%;
  object-fit: contain !important;
}

.image-gallery {

}

.image-gallery figure {
  width: 300px;
  height: 300px;
  display: inline-block;
  padding: 3px;
  background-color: #FFF;
  box-shadow: 2px 2px 2px #e2e2e2;
  margin: 0 20px 10px 0;
}

.image-gallery figure img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.featured-image {
  margin-right: 20px;
  margin-bottom: 20px;
  width: 400px;
  padding: 5px;
  background-color: #FFF;
  box-shadow: 2px 2px 2px #d6d6d6;

}