@media only screen and (max-width: 576px) {
  .ow3:hover, .ow4:hover {
    border: 5px solid red;
  }
  .ow6 {
    padding: 0 4px;
  }
  .ow6:hover span {
    background-color: #B0B0B0;
  }
  .ow1 {
    height: 200px;
  }
  .ow2 {
    min-height: 200px;
    top: 68px;
  }
  .home_title {
    top: 175px;
  }
  .home_title--background {
    min-width: 85%;
  }
  .home_title h1 {
    font-size: 26px !important;
  }
  .line_max_2 {
    max-height: 70px !important;
  }
}

@media only screen and (min-width: 576px) {
  .ow3:hover, .ow4:hover {
    border: 5px solid red;
  }
  .ow6 {
    padding: 0 4px;
  }
  .ow6:hover span {
    background-color: #B0B0B0;
  }
  .ow1 {
    height: 300px;
  }
  .ow2 {
    min-height: 300px;
    top: 74px;
  }
  .home_title {
    top: 220px;
  }
  .home_title--background {
    width: 85%;
  }
  .home_title h1 {
    font-size: 30px !important;
  }
  .line_max_2 {
    max-height: 80px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .ow3:hover, .ow4:hover {
    border: 5px solid red;
  }
  .ow6 {
    padding: 0 4px;
  }
  .ow6:hover span {
    background-color: #B0B0B0;
  }
  .ow1 {
    height: 450px;
  }
  .ow2 {
    min-height: 450px;
    top: 96px;
  }
  .home_title {
    top: 300px;
  }
  .home_title h1 {
    font-size: 30px !important;
  }
}

@media only screen and (min-width: 1250px) {
  .ow3:hover, .ow4:hover {
    border: 5px solid blue;
  }
  .ow6 {
    padding: 0 6px;
  }
  .ow6:hover span {
    background-color: #464343;
  }
  .ow1 {
    height: 500px;
  }
  .ow2 {
    min-height: 500px;
    top: 102px;
  }
  .home_title {
    top: 330px;
  }
  .home_title--background {
    width: 75%;
  }
  .home_title h1 {
    font-size: 34px !important;
  }
  .line_max_2 {
    max-height: 100px !important;
  }
}

@media only screen and (min-width: 1400px) {
  .ow3:hover, .ow4:hover {
    border: 5px solid blue;
  }
  .ow6 {
    padding: 0 6px;
  }
  .ow6:hover span {
    background-color: #464343;
  }
  .ow1 {
    height: 600px;
  }
  .ow2 {
    min-height: 600px;
  }
  .home_title {
    top: 400px;
  }
  .home_title h1 {
    font-size: 36px !important;
  }
  .line_max_2 {
    max-height: 110px !important;
  }
}

.ow1 {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.aa0 {
  width: 100%;
}

.aa0.disabled {
  display: none;
}

.ow3, .ow4 {
  cursor: pointer;
  border: 5px solid red;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.ow3 {
  left: 20px;
}

.ow4 {
  right: 20px;
}

.ow5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ow5.disabled {
  display: none;
}

.ow6 {
  background-color: transparent;
  border: none;
}

.ow6 span {
  cursor: pointer;
  border-radius: 50%;
  background-color: #B0B0B0;
  height: 18px;
  width: 18px;
  display: block;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ow6:focus {
  outline: none;
}

.ow6.active span {
  background-color: #464343;
}

.home_title {
  z-index: 2;
}

.home_title--background {
  background-color: rgba(0, 21, 54, 0.384);
}

.home_title h1 {
  color: white;
}

.owl-grab, .owl-drag {
  background-color: white !important;
}
/*# sourceMappingURL=styles.css.map */