.owl-carousel-item {
    position: relative;
}

    .owl-carousel-item img:first-child {
        display: block;
        width: 100%;
        height: auto;
        transition: .4s ease;
    }
.link-logo-img .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 37px !important;
    opacity: 0;
    visibility: hidden;
    transition: .5s ease;
}
.link-logo-img a:hover .home-icon {
    opacity: 0 !important;
    transition: .4s ease;
}

.link-logo-img a:hover > .overlay {
    opacity: 1;
    visibility: visible;
}

.link-logo-img .overlay > img {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17px !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.owl-carousel-item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s ease;
}
    .owl-carousel-item a:hover .owl-image-first {
        opacity: 0 !important;
        transition: .4s ease;
    }
    .owl-carousel-item a:hover > .overlay {
        opacity: 1;
        visibility: visible;
    }

.owl-carousel-item .overlay > img {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.carousel-container {
    background-color: #5a5a5a; 
}
.body-container {
    background-color: #5a5a5a;
}
.owl-nav {
    margin-top: -160px;
    width: 100%;
}

.owl-prev,
.owl-next {
    position: absolute;
    z-index: 9999;
    font-size: 64px !important;
    color: #f99d1c !important;
}

.owl-nav .owl-next {
    right: 0px;
    margin-right: -40px;
}

.owl-nav .owl-prev {
    margin-left: -40px;
    left: 0px;
}

    .owl-nav .owl-prev:focus,
    .owl-nav .owl-next:focus {
        outline: none;
        border: none;
    }

    .owl-nav .owl-prev img,
    .owl-nav .owl-next img {
        width: 40px !important;
    }

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .owl-nav {
        margin-top: -150px !important;
        width: 100%;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .owl-nav {
        margin-top: -150px !important;
        width: 100%;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .owl-nav {
        margin-top: -135px !important;
        width: 100%;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .owl-nav {
        margin-top: -140px !important;
        width: 100%;
    }
    .navbar-top-item ul li a {
        padding: 5px 10px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .owl-nav {
        margin-top: -160px !important;
        width: 100%;
    }
    .navbar-top-item li a {
        padding: 5px 12px !important;
    }
} 