/* Body */
body {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #ffffff; /* White background */
  color: #000000; /* Black text color */
}


/* Paragraphs */
p {
  color: #000000; /* Black text color */
  font-weight: 300;
}

/* Headings */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* Links */
a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
a, a:hover {
  text-decoration: none !important;
}

/* Content */
.content {
  padding: 7rem 0;
  background-color: #ffffff; /* White background */
}

/* Headings */
h2 {
  font-size: 20px;
}

/* Owl Carousel Navigation */
.owl-1 .owl-nav {
  width: 100%;
  position: absolute;
  top: 50%;
}
@media (max-width: 991.98px) {
  .owl-1 .owl-nav {
    display: none;
  }
}
.owl-1 .owl-nav .owl-next,
.owl-1 .owl-nav .owl-prev {
  border: 1px solid #000000; /* Black border color */
  z-index: 92;
  position: absolute;
  top: 50%;
  opacity: .5;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
.owl-1 .owl-nav .owl-next:active,
.owl-1 .owl-nav .owl-next:focus,
.owl-1 .owl-nav .owl-prev:active,
.owl-1 .owl-nav .owl-prev:focus {
  outline: none;
}
.owl-1 .owl-nav .owl-next:hover,
.owl-1 .owl-nav .owl-prev:hover {
  opacity: 1;
}
.owl-1 .owl-nav .owl-next span,
.owl-1 .owl-nav .owl-prev span {
  color: #000000; /* Black color */
}
.owl-1 .owl-nav .owl-next span:before,
.owl-1 .owl-nav .owl-prev span:before {
  font-size: 40px !important;
}
.owl-1 .owl-nav .owl-next {
  border: 4px solid #000000; /* Black border color */
  right: 20px;
}
.owl-1 .owl-nav .owl-prev {
  left: 20px;
}

/* Owl Carousel Dots */
.owl-1 .owl-dots {
  position: absolute;
  /* bottom: -80px; */
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.owl-1 .owl-dots .owl-dot {
  background: none; 
  display: inline-block;
}
.owl-1 .owl-dots .owl-dot > span {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  /* background: rgba(255, 255, 255, 0.5); */
  background: grey;
  margin: 4px;
}
.owl-1 .owl-dots .owl-dot.active > span {
  /* background: white; */
  background: black;

}
.owl-1 .owl-dots .owl-dot:active,
.owl-1 .owl-dots .owl-dot:focus {
  outline: none;
}

/* Testimonial Blockquote */
blockquote.testimony-29101 {
  max-width: 799px;
  margin: 0 auto;
}
blockquote.testimony-29101 p {
  /* font-size: 24px; */
  font-size: 22px;
  color: #000000; /* Black text color */
  line-height: 1.5;
  text-align: center; /* Center align carousel words */
}
blockquote.testimony-29101 .author {
  font-size: 14px;
}
blockquote.testimony-29101 .author cite {
  color: #6C757D; /* Bootstrap Flatly text color */
}
