.owl-1 .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%; }
    .owl-1 .owl-nav .owl-next,
    .owl-1 .owl-nav .owl-prev {
      border: 1px solid red;
      z-index: 92;
      position: absolute;
      top: 50%; }
      .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 span,
      .owl-1 .owl-nav .owl-prev span {
        color: #fff; }
        .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 blue;
      right: 20px; }
    .owl-1 .owl-nav .owl-prev {
      left: 20px; }
  
  .owl-1 .owl-dots {
    position: absolute;
    bottom: 95px;
    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: 12px;
        height: 12px;
        border-radius: 50%;
        background: #466274;
        border: 1px solid #466274;
        margin: 4px; }
      .owl-1 .owl-dots .owl-dot.active > span {
        background: white;border: 1px solid #466274; }
      .owl-1 .owl-dots .owl-dot:active, .owl-1 .owl-dots .owl-dot:focus {
        outline: none; }
  
        .owl-carousel img {
            width: 100%;
        }

        header {
            z-index: 11;
            position: relative;
        }

        /* .owl-carousel {
            top: -70px
        } */

        
        @media (max-width: 600px) {
          .owl-carousel {
            top: 0;
          }
          .owl-1 .owl-dots {
            position: absolute;
            bottom: 20px;
          }
        }