.ms-hero-bg-light:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(44, 60, 72, 0.38);
    z-index: 0;
}

.title {
    font-size: 2.5em;
    font-weight: 300;
}

@media (max-width: 425px) {
    .title {
        font-size: 1.5em;
    }
}

.service-card{
    height: 380px;
}
.banner{
    margin-top: -50px;
    background: url("../img/office3.jpg") no-repeat;
    -webkit-background-size: 100% 180%;
    -moz-background-size: 100% 180%;
    -ms-background-size: 100% 180%;
    -o-background-size: 100% 180%;
    background-size: 100% 180%;
    background-position: center;
    height: 350px;
}
.icon-span{
    width: 120px !important;
    height: 120px !important;
    border-radius: 120px !important;
    font-size: 50px !important;
    padding: 30px;
    margin-left: 105px;
    margin-bottom: 15px;
}

.ms-hero-img-title {
    background-size: cover;
    background: url("../img/title-bg.jpg") no-repeat top center;
}
p{
    font-style: normal !important;
}
.ms-hero-bg-primary:after {
    background-color: rgba(1, 36, 64, 0.85) !important;
}
.logo{
    max-height: 50px;
    margin-right: 15px;
}