/* DAYIANA Styles */
.dayiana-upper {
    text-transform: uppercase;
}
@media (min-width: 768px){
    .col-md-5 {
        flex: 0 0 35%;
        max-width: 35%;
    }
    .col-lg-6 {
        flex: 0 0 53%;
        max-width: 53%;
    }
}

.d-icon:hover {
    box-shadow: 0px 0px 5px #FFF;
}

.d-icon {
    z-index: 1000;
    position: relative;
    width: 75px;
    height: 75px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.d-icon img {
    height: 55px;
    width: 55px;
}

.component{
    z-index: 100;
    position: relative;
}

.row.element {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.d-label {
    z-index: inherit;
    color:#fff;
    text-align: center;
    margin-top: 5px;
}

.service-header {
    background: url(../images/bg-service-header_dark.jpg) no-repeat;
    background-size: cover;
    height: 100%;
    background-position: center;
}

.navbar-brand {
    z-index: 10;
}
