/**
* Theme Name: Manzil Child
* Description: This is a child theme of Manzil, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/yogsthemes">YogsThemes</a>
* Template: manzil
* Version: 2.8
*/

.team-section .owl-stage-outer {
    display: flex;
    justify-content: center;
}

.testimonial-block .inner-box {
    display: flex;
    flex-direction: column;
}

.testimonial-block .inner-box .title {
    color: #f7941d;
    position: relative;
    font-weight: 700;
    margin-bottom: 25px;
    order: -1;
}

img {
    text-indent: -9999px;
    color: transparent;
}

img::before,
img::after {
    display: none !important;
    content: "" !important;
}

/* Solution spécifique aux attributs alt connus */
img[alt="Awesome Image"],
img[alt="0"] {
    font-size: 0;
    color: transparent;
    text-indent: -9999px;
    position: relative;
    overflow: hidden;
}

/* Pour les images cassées spécifiquement */
img:not([src]),
img[src=""],
img[src$="undefined"],
img[src$="null"] {
    opacity: 0;
    visibility: hidden;
}

.fact-counter {
    display: none;
}

.main-header .nav-outer {
    float: left;
    margin-left: 0px;
}

.main-header .options-box {
    padding: 10px 30px !important;

}


.service-block .inner-box .lower-box h3 {
    position: relative;
        color: #222222;
        font-weight: 600;
        line-height: 1.3em;
}

.service-block .inner-box .lower-box h3 a {
    position: relative;
    color: #222222;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}