/* ====================== 
	HOMEPAGE TWO STYLES. 
   ====================== */
.carousel-img-1:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #000, #000);
    opacity: .4;
}

.carousel-img-2:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #000, #000);
    opacity: .4;
}

.carousel-img-3:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #000, #000);
    opacity: .4;
}

.carousel-img-4:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #000, #000);
    opacity: .4;
} 

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 60px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.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.5;
    display: none;
}

.slider-btn {
    margin-top: 30px;
}

.inner-btn {
    display: inline-block;
    margin-right: 10px;
}

.front-boxes {
    z-index: 6;
    position: relative;
}

.restaurant-welcome p {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
}

figure.img-bars img {
    width: 100%;
    border-top-left-radius: 30%;
    border-bottom-right-radius: 30%;
    transition: 0.3s;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

figure.img-bars img:hover {
    width: 100%;
    border-top-left-radius: 0%;
    border-bottom-right-radius: 0%;
    border-top-right-radius: 30%;
    border-bottom-left-radius: 30%;
}

.shadow-box {

    text-align: center;
    padding: 30px 10px 30px 10px;
    transition: 0.3s;
    border-radius: 15px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    background: #b793d2;
}

.shadow-box figure.icon-caftering {
    background-image: url("../img/master/caftering.png");
    width: 60px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    transition: 0.3s;
}

.shadow-box figure.icon-events {
    background-image: url("../img/master/plate.png");
    width: 60px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    transition: 0.3s;
}

.shadow-box figure.icon-reservations {
    background-image: url("../img/master/reservation.png");
    width: 60px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    transition: 0.3s;
}

.shadow-box:hover {
    background: #b793d2;
    color: #fff;

}

.shadow-box:hover figure.icon-caftering {
    background-image: url("../img/master/caftering-white.png");
}

.shadow-box:hover figure.icon-events {
    background-image: url("../img/master/open-bar-white.png");
}

.shadow-box:hover figure.icon-reservations {
    background-image: url("../img/master/reservation-white.png");
}

.shadow-box p {
    line-height: 1.5;
    margin: 10px 0px 15px 0px;
    transition: 0.3s;
}

.shadow-box:hover p {
    color: #fff;
}

.shadow-box h5 {
    color: #000;
    transition: 0.3s;
}

.shadow-box:hover h5 {
    color: #fff;
}


.btn-panel .btn-custom {
    color: #000;
    background-color: #ceb1e4;
    border-color: #f2ecff;
    transition: 0.3s;
    padding: 6px 25px;
}

.btn-panel .btn-custom:hover {
    color: #ff5500;
    background-color: #955357;
    border-color: #955357;
}

.btn-panel .btn-custom:focus,
.btn-custom.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 64, 76, 0.5);
}

.shadow-box:hover .btn-panel .btn-custom {
    color: #000;
    background-color: #fff;
    border-color: #000;
    transition: 0.3s;
    padding: 6px 25px;
}

.front-bg-img {
    background-image: url("../img/images/food7.jpg");
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: -220px;
    z-index: 5;
    overflow-x: hidden;
}

.front-bg-img:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background-image: linear-gradient(to bottom right, #FF404C, #000);*/
    opacity: .4;
}

@media (max-width:992px) {
    .restaurant-welcome {
        margin-bottom: 30px;
    }

    .center-box-2 {
        margin: 20px 0px 20px 0px;
    }

}

@media (max-width:576px) {
    .img-responsive {
        margin-bottom: 30px;
    }

}

.team-card {

    margin: 18px 0px;
}