.zThumb {
  height:250px;
  width:100%;
}

@media only screen and (max-width: 768px) {
  .zThumb {
    height:180px;
    width:100%;
  }
}

.zLink:link {
  color:white;
  text-decoration: none;
}
.zLink:hover {
  color:rgb(219, 224, 228);
  text-decoration: none;
}
.zLink:visited {
  color:white;
  text-decoration: none;
}

.zLinkDark:link {
  color:rgb(84, 84, 84);
  text-decoration: none;
}
.zLinkDark:hover {
  color:rgb(84, 84, 84);
  text-decoration: none;
}
.zLinkDark:visited {
  color:rgb(84, 84, 84);
  text-decoration: none;
}

.services .iconbox-blue i {
  color: #262a90;
}

.services .iconbox-blue:hover .icon {
  background: #262a90;
}

.services .iconbox-blue:hover .icon i {
  color: #fff;
}

.zHistoryYear {
  vertical-align: top;
  color:white;
  font-size: 48px;
  font-weight: bold;
  font-style: italic;
  padding:40px;
  position: relative;
  bottom: 50px;
}

.zHistoryDesc {
  color:white;
}
                
.zHistoryTitle {
  color: #ffc107;
  text-transform: uppercase;
  font-size:18px;
  font-weight:bold;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100%;
  text-align:center;
  /* height:30px; */
  border-radius: 0%;
  margin: 0 0 0 0;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
}

.zPartnerTxt {
  text-align:center;
  font-size:smaller;
}

.testimonials .swiper-pagination {
  margin-top:-100px;
}

.zCursor {
  cursor:hand;
  cursor:pointer;
}

.team .member {
  width:100%;
}