/**
==================
 All Services
==================
**/
#services-list {
    margin-top: 50px;
}

#services-list .row {
    overflow: hidden;
}

#services-list .service-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
}

#services-list .service-link {
    box-shadow: 0 1px 0 1px #9292922e;
    padding: 34px;
    width: 100%;
    height: 100%;
}

@media (min-width: 767px) {
    #services-list .service-link {
        min-height: 340px;
    }
}

#services-list .title {
    color: #2586cc;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#services-list .service-desc {
    color: #868585;
}

/**
==================
 Single Service
==================
**/

.service-name {
    margin-top: 150px;
}

.service-name h1 {
    font-size: 22px;
    font-weight: bold;
    display: inline !important;
}

.service-widget {
    padding: 0 30px;
}

.service-widget ul {
    list-style: none;
    display: inline;
}

.service-widget ul li {
    padding: 7px 9px;
    text-align: center;
    margin-bottom: 8px;
    transition: all .4s;
}

.service-widget ul li.active {
    -moz-box-shadow: -5px 8px 14px rgba(0, 0, 0, .19);
    -webkit-box-shadow: -5px 8px 14px rgba(0, 0, 0, .19);
    box-shadow: -5px 8px 14px rgba(0, 0, 0, .19);
    /*background-color: var(--gr-color);*/
}

.service-widget ul li:hover {
    -moz-box-shadow: -5px 6px 14px rgba(0, 0, 0, .14);
    -webkit-box-shadow: -5px 6px 14px rgba(0, 0, 0, .14);
    box-shadow: -5px 6px 14px rgba(0, 0, 0, .14);
}

.is-touch .service-widget ul li:hover {
    box-shadow: none;
}

.service-widget .service-icon img {
    width: 65px;
}

.service-widget .service-name {
    text-transform: uppercase !important;
    font-weight: bold;
    color: #303030 !important;
}

#service-content {
    margin: 0px 0;
}

.service-body {
    position: relative;
    padding: 30px;
    min-height: 400px;
}

.service-body .service-body--icon {
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 45%;
    opacity: 0.1;
}

.service-body .service-text-content {
    transform: translateZ(10px);
}

.service-body .service-body--icon img {
    width: 100%;
}
