.mt-3 {
    margin-top: 30px;
}

.mt-5 {
    margin-top: 50px;
}

.carousel-wrap {
    margin: 90px auto;
    padding: 0 5%;
    width: 80%;
    position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}

/* end fix */
.owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 30px;
}

.owl-nav .owl-prev {
    left: -30px;
}

.owl-nav .owl-next {
    right: -30px;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #ed3237;
    font-size: 14px;
    margin: 0 50px;
    padding: 4px 7px;
    background: #d6d6d600;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #86979100;
    color: #ec3237;
    text-decoration: none;
}

.owl-theme .owl-nav {
    margin-top: -30px;
}

.owl-theme .owl-dots {
    margin-top: -50px;
    position: relative;
}

.item img {
    height: 80% !important;
}

.inner {
    padding: 300px 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.inner h1 {
    text-align: center;
    font-size: 35px;
    color: rgb(255, 255, 255);
    line-height: 67px;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: rgba(51, 51, 51, 0.35) -4px 4px 3px;
    font-family: "Roboto Slab", serif;
    letter-spacing: 2px;
}

.inner p {
    text-align: center;
    line-height: 25px;
    color: rgb(255, 255, 255);
    font-family: Roboto, sans-serif;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 17px;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
}

.slide1 {
    background-image: url('../images/banner/Slider1.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slide2 {
    background-image: url('../images/banner/Slider2.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slide3 {
    background-image: url('../images/banner/Slider3.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 600px) {
    .carousel-wrap {
        margin: 0px;
    }

    .inner h1 {
        font-size: 25px;
        line-height: 30px;
        width: 80%;
        left: 9%;
        position: relative;
    }

    .inner {
        padding: 200px 0 200px 0;
    }

    .inner p {
        width: 80%;
        left: 9%;
        position: relative;
    }
    .owl-nav i {
        font-size: 25px;
    }

    
}
