address {
    color: #ffffff;
    font-size: 25px;
    line-height: 40px;
}
#background {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    /*background: url(polina.jpg) no-repeat;*/
    background-size: cover;
}
.container h1 {
    color: white;
}
#services, #about, .clients, footer{
    background: #fff;
}
.service-sell{
    height: 300px;
}
.text-primary-custom{
    color: #ec9018;
}
.team-member img{

}