.textUptoFourLines {
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.footerTopCol:hover {
  transform: scale(1.03);

  transition: transform 0.5s ease;
  overflow: hidden;
}
.testimonial .testimonial-quote {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  font-family: Georgia, serif;
}
.testimonial .testimonial-quote::before {
  content: "";
  display: block;
  position: absolute;
  top: 25%;
  left: 50%;
  border: 1px solid #fff;
  border-radius: 100%;
  padding: 25px;
  transform: translateX(-50%) translateY(-50%);
}
.testimonial.testimonial-with-quotes blockquote:before {
  color: #e4e4e4;
  display: block !important;
  left: 10px;
  top: 0;
  content: "“";
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute;
}
.testimonial.testimonial-with-quotes blockquote:after {
  color: #e4e4e4;
  display: block !important;
  right: 10px;
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute;
  bottom: -0.5em;
  content: "”";
}
.owl-carousel:not(.nav-arrows-1):not(.show-nav-title)
  .owl-nav
  button[class*="owl-"] {
  background-color: #28a745;
  border-color: #3467ef #3467ef #1249de;
  color: #fff;
}
#indexBlogContent {
  overflow: hidden;
  width: 300px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.restrictUptoThreeLines {
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
