.tp-bgimg {
    filter: brightness(0.5)
}

.tp-bannertimer {
    background: rgba(55, 148, 243, 0.15) !important;
}

.text-primary {
    color: #0081c7 !important;
}

.footer {
    background-color: #fff;
    color: #000;
}

.footer p {
    line-height: 1.8;
    color: #737373;
}

.footer a {
    color: #737373;
}

.btn-outline-white {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.btn-outline-hover-blue:hover {
    background-color: transparent;
    color: #0081c7;
    border-color: #0081c7;
}

.owl-prev, .owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  display: block !important;
  border:0px solid black;
}
.owl-prev { 
  left: -25px; 
}
.owl-next { 
  right: -30px; 
}
.owl-prev i, .owl-next i {
  transform : scale(3); 
  color: rgba(0, 0, 0, 0.3);
}

.page-title {
  text-transform: uppercase;
}

.icon-rounded.icon-big {
  min-width: 90px;
  min-height: 90px;
}


.testimonial__text:before, .testimonial-style-4 .testimonial__info:before {
  top: 0;
}
@media (min-width: 1024px) {
  .testimonial-style-4 .testimonial__info {
      padding-left: 265px;
  }
}