/* ============================================================
 *                    @TODO Featured Slider Styles Start
 * ============================================================ */
.carousel.carousel-fade .carousel-item {
    transition: opacity 2s ease-in-out;
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.carousel.carousel-fade .carousel-item.active {
    opacity: 1;
    position: relative;
    z-index: 2;
}


.fixed-carousel-slide {
    height: 400px;
}

.image-wrapper {
    height: 100%;
    overflow: hidden;
}

.carousel-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}
.slide-text {
    background: #2b7068;
    color: #fff;
}
.slide-text h4 {
    color: #fff; !important;
}
@media (max-width: 768px) {
    .fixed-carousel-slide {
        flex-direction: column;
        height: auto;
    }

    .carousel-img {
        height: 250px;
    }
}

/* ============================================================
 *                    @TODO Featured Slider Styles End
 * ============================================================ */


/* ============================================================
 *                    @TODO Item showcase Styles Start
 * ============================================================ */

.metadata dl>.property dd {
    margin: 0; !important;
}

/* ============================================================
 *                    @TODO Item showcase Styles end
 * ============================================================ */
.decoration img
{
  outline:none;
}

/* ============================================================
 *                    @TODO Header Menu Styles Start
 * ============================================================ */

.header-menu-bg {
  background-color: #2b7068;
}
/* ============================================================
 *                    @TODO Footer Styles Start
 * ============================================================ */


.footer-container {
    background-color: #2b7068;
    color: #fff;
}
.footer-container h6 {
    color: #fff;
}
