/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots {
    margin-top: -50px;
    position: relative;
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    line-height: 80px;
    color: #000;
    font-size: 40px;
    margin: 5px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 80px;
    height: 80px;
    width: 80px;
    opacity: 0.6;
}

.owl-theme .owl-nav .owl-prev {
    padding-right: 7px;
    margin-left: 35px;
    position: absolute;
    top: 280px;
    left: 0px;
}

.owl-theme .owl-nav .owl-next {
    padding-left: 7px;
    margin-right: 35px;
    position: absolute;
    top: 280px;
    right: 0px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    padding-top: 2px;
    border: solid 2px white;
    display: inline-block;
    zoom: 1;
    border-radius: 60px;
    width: 28px;
    height: 28px;
    margin: 0 5px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.item img {
    height: 620px;
}

.owl-stage {
    height: 620px;
}

.slide-content {
    padding: 100px 0px;
    margin-top: -620px;
}

#slider1-content {
    padding: 30px 25px;
    background-color: rgba(49, 50, 64, 0.7);
    position: relative;
    color: white;
    max-width: 550px;
}

#slider1-content h1 {
    font-size: 56px;
    margin: 0px;
}

#slider1-content h1 div {
    font-weight: bold;
}

#slider1-content hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    width: 150px;
    border-top: 4px solid #f6ca38;
    margin-left: 0;
}

#slider1-content p {
    max-width: 350px;
}

.yelllow-button {
    color: #313240;
    text-decoration: none;
    background-color: #f6ca38;
    border-color: #f6ca38;
    border-radius: 0px;
    padding: 15px 40px;
    text-transform: uppercase;
    margin: 30px 0 20px 0px !important;
}

.yelllow-button:hover {
    color: #313240;
    text-decoration: none;
    background-color: #f6ca38;
    border-color: #f6ca38;
    border-radius: 0px;
    padding: 15px 40px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .item img {
        height: 400px;
    }
    .owl-stage {
        height: 400px;
    }
    .owl-theme .owl-nav .owl-prev {
        padding-right: 7px;
        margin-left: 35px;
        position: absolute;
        top: 170px;
        left: 0px;
    }
    .owl-theme .owl-nav .owl-next {
        padding-left: 7px;
        margin-right: 35px;
        position: absolute;
        top: 170px;
        right: 0px;
    }
    .owl-theme .owl-dots {
        margin-top: -85px;
        position: relative;
    }
    .slide-content {
        padding: 40px; 30px;
        margin-top: -400px;
    }
    #slider1-content h1 {
        font-size: 30px;
        margin: 0px;
    }
}
