html, body {
    overflow-x: hidden;
}

.img-logo{
    height: auto;
    max-width: 100%;
    width: 150px;
}

img{
    max-width: 100%;
}

.navbar-light .navbar-nav .nav-link {
    color:#ff0000;
    font-weight: bold;
}

.navbar{
    z-index: 999;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 130px;
}

a {
    color: #555 ;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color:#cecece;
    text-decoration: none;
}

.owl-nav{
    position: absolute;
    margin-top: -19%;
    width: 100%;
}
.owl-prev{
    font-size: 100px !important;
    text-shadow: 2px 2px 5px#fff;
    color:#555;
}
.owl-next{
    font-size: 100px !important;
    right: 0 !important;
    position: absolute !important;
    text-shadow: 2px 2px 5px#fff;
    color:#555;
}