.bg-orange{
    background-color:#eb5945;
}
.text-white{
    color: #fff;
}
.fs-09{
    font-size: .938rem;
}
.btn.bg-orange:hover{
    background-color: #eb5945!important;
    color: #fff!important;
}
.form-block {
    background: #fff;
    padding: 1em;
    border: 5px solid rgb(204 204 204 / 30%);
}
.form-block label{
    font-size: 14px;
    margin-bottom: 5px;
}
.error{
    color: red;
    margin-bottom: 0;
}
.error-msg-foot{
    color: green;
}
.links a img{
    width: 18px;
    margin-right: 10px;
}
.projectsBlock {
    background: #E2E2E2;
}
.projectItem{
    background: #fff;
        border: 2px solid #153751;
    padding: 1em;
    border-radius: 10px;
}
.wbtn{
        position: absolute;
    bottom: 1.5em;
    left: 1em;
}
@media (max-width: 767.98px) {
    .w-50{
        width: 100%!important;
    }
}
@media (max-width: 600px)  {
    .bannerBlock{background:url("../images/bg-mobile-banner.jpg") no-repeat;
    background-size:cover;
    background-position:center
}
.contact-mob{
    margin-top: 20px;
}
    
}
