.carousel-item .fill {
    width: 100%;
    min-height: 800px;
    background-size: cover;
    background-position: center center;
}

@media(max-width:767px) {
    .carousel-item .fill {
        min-height: 300px;
    }
}

.fill::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(90, 99, 103, 0.15);
    position: absolute;
    top: 0;
    left: 0;
}

.slider-list {
    text-align: center;
    padding-top: 10px;
}

.carousel-caption {
    position: absolute;
    right: 0;
    left: 0;
    top: 30%;
    z-index: 10;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    width: 100%;
    /* background-color: rgba(166, 168, 105, 0.5); */
    padding-top: 0px;
    padding-bottom: 20px;
}

.carousel-caption h2 {
    color: #fff;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.carousel-text {
    letter-spacing: 3px;
}

.carousel-control {
    color: #fff;
    font-size: 24px !important;
}

.glyphicon-chevron-left:before {
    font-size: 40px;
}

.glyphicon-chevron-right:before {
    font-size: 40px;
}

.carousel-control:hover,
.carousel-control:focus {
    color: #A6A869;
}

.carousel-control.right {
    background: none;
}

.carousel-control.left {
    background: none;
}

.carousel.fade {
    opacity: 1;
}

.carousel.fade .carousel-item {
    -moz-transition: opacity ease-in-out 2.5s;
    -o-transition: opacity ease-in-out 2.5s;
    -webkit-transition: opacity ease-in-out 2.5s;
    transition: opacity ease-in-out 2.5s;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    z-index: 1;
}

.carousel.fade .carousel-item:first-child {
    top: auto;
    position: relative;
}

.carousel.fade .carousel-item.active {
    opacity: 1;
    -moz-transition: opacity ease-in-out 2.5s;
    -o-transition: opacity ease-in-out 2.5s;
    -webkit-transition: opacity ease-in-out 2.5s;
    transition: opacity ease-in-out 2.5s;
    z-index: 2.5;
}

.item-inner {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.content-carousel {
    margin-bottom: 20px;
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.8;
    z-index: 100;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 40px;
    height: 40px;
}

.owl-bg,
.owl-bg .owl-stage-outer,
.owl-bg .owl-stage,
.owl-bg .owl-item,
.owl-bg .item {
    height: 100%;
}