.home-enterprise-intro-bg{
	background-image: url('../img/home/home-enterprise-intro-bg.jpg');
}
.testimonial-card{
 	min-height: 30em;
 	text-align: center;
 }
 .card-up{
 	min-height: 9em;
 }
 .avatar{
 	background: #fff;
     margin: auto;
     height: 10em;
     width: 10em;
     margin-top: -5.5em;
     border-radius: 100%;
 }
 .ocw-grid-img{
    transition: all 0.5s;
 }
 .ocw-grid-img:hover{
    transform: scale(1.05);
 }
.testimonial-card .quote{
        line-height: 1.3;
	color: #000 !important;
}
 .avatar img{
 	padding: 0px;
    border-top: 3px solid #000;
 }
 .card-body{
 	padding: 15px;
  }
.ocw-grid-slider.owl-theme .owl-nav{
    top: 25%!important;
}
@media (max-width: 767px) {
  .testimonial-card {
        min-height: 33em;
    }
    .testimonial-card .quote{
        line-height: 1.7;
    }
    .card-body {
        padding: 15px 35px;
    }
}
  .testimonial-card hr {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 40px;
    border: 0;
    border-top: 6px solid #8dc63f;
}


.header-contact-btn{
  
}