/*
===========================================
Services
===========================================
*/
#services.bg {
    background-color: #f8f8f8;
}
.service-block .simple {
    margin-top: 15px;
    display: inline-block;
}

#services .service-block h3 {
    color: #033566;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 0;
}
#services .service-text {
    padding: 30px;
}
#services .service-block.col-sm-12 .service-text {
    padding-left: 80px;
    padding-top: 40px;
}
.service-text .author-info {
    color: #888;
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
}
#services .service-block.col-sm-12 .service-text h3 {
    color: #033566;
    font-size: 35px;
    font-weight: 900;
    line-height: 35px;
    margin-bottom: 40px;
    margin-top: 0;
}
#services .service-block .inner{
    border: 1px solid #ebebeb;
    background-color: #fff;
}
.service-list .media-body .title {
    color: #033566;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    margin-top: 0;
    font-family: Poppins;
}

.service-list .media-body .title a {
    color: #033566;
}

.service-list .pull-left {
    margin-right: 15px;
}

.service-block .service-list {
    margin-bottom: 30px;
}

.service-block .button .simple {
    margin-top: 0;
}
#services .service-block:not(:nth-last-child(-n+3)) {
    margin-bottom: 50px;
}

.service-image .hover {
    background-color: rgba(17,147,212, 0.6);
    bottom: 0;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 28px;
    color: #fff;
    opacity: 0;
}
.service-block:hover .service-image .hover{
    opacity: 1;
}
.space {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}	

