.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out; }
  .owl-nav button.owl-prev {
    left: 0; }
  .owl-nav button.owl-next {
    right: 0; }

.owl-dots {
  text-align: center;
  padding-top: 15px; }
  .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px; }
    .owl-dots button.owl-dot.active {
      background-color: #000; }
    .owl-dots button.owl-dot:focus {
      outline: none; }

.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span, .owl-carousel button.owl-dot span {
  font-size: 37px; }

.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-nex span, .owl-carousel button.owl-dot span {
  font-size: 37px; }

.owl-carousel .owl-nav button.owl-next .owl-nex span, .owl-carousel .owl-nav .owl-nex span {
  background-color: #333;
  color: #fff; }

@media (min-width: 768px) {
  .owl-prev span {
    background-color: #000;
    color: #fff;
    font-size: 37px;
    width: 30px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 44px; }

  .owl-next span {
    background-color: #000;
    color: #fff;
    font-size: 37px;
    width: 30px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 44px; } }
.owl-nav button.owl-next {
  right: -37px;
  top: 96px; }

.owl-nav button.owl-prev {
  left: -37px;
  top: 96px; }

.owl-carousel .item {
  text-align: center; }

.marginquit.section {
  padding: 2em 0; }

.gal2 {
  display: block;
  position: relative;
  margin-top: 40px; }
  .gal2 .owl-nav button.owl-prev {
    top: 38px; }
  .gal2 .owl-nav button.owl-next {
    top: 38px; }

.testi .text-center img {
  width: 55%;
  display: block;
  margin: auto;
  height: 150px;
  object-fit: cover; }

.imgsarea .imgitem {
  display: block;
  width: 150px;
  height: 150px;
  border: 5px solid #83b0f5;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  padding: 10px; }
  .imgsarea .imgitem img {
    width: 100%;
    display: block; }

.titlecolor {
  color: #1461d6; }
