.services-3 .services-3-icon {
    top: auto;
}
.services-3-thumb {
    overflow: visible !important;
}
.services-3 {
    overflow: hidden;
    height: 100% !important;
    margin: 0 0 0 0;
    min-height: auto !important;
}
.services-area .row .col-lg-4.col-md-6 {
    margin-bottom: 30px;
}
.services-3 .services-3-content {
    padding-bottom: 80px !important;
}
.services-3 .services-3-content .btn-row {
    position: absolute;
    bottom: 40px;
    width: 100%;
    left: 0;
}
.z-service-page .services-3-content{
    height: auto;
}
.brand-slider-item .brand-slider-title {
    padding: 30px 0;
    font-size: 40px;
}
.brand-slider-item .brand-slider-title img {
    width: 30px;
}
header .logo img {
    max-width: 260px;
}
.tpbanner-video-info a.tp-btn {
  animation: pulseScale 2s infinite ease-in-out;
}
@keyframes pulseScale {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}