
.backimg {
    padding: 178px 0px !important
}
.form-control{
    background: transparent !important;
    border: none !important;
    border-bottom: 2px solid rgb(126, 126, 126) !important;
    border-radius: 0 !important;
    padding: 0px 0px 0px !important;
   padding-bottom: 20px !important;
   color: #fff !important;
}
/* .form-control:focus {
    box-shadow: none !important;
    
} */
::placeholder {
    color: rgb(162, 162, 162) !important;
  }
ul.contacts-list {
    list-style: none !important;
}

ul.contacts-list li {
    outline: none !important;
    border: none !important;
    margin-top: 30px;
}
ul.contacts-list li .btn-submit{
    margin-top: 20px;
    background-color: var(--btn-background-white);
    color: var( --btn-text-black);
    border: none;
    font-size: 18px;
    font-weight: 550;
    width: 160px;
    height: 40px;
    border-radius: 6px;
}
.contacts-text{
    margin-bottom: 20px;
}
.contacts-text h1{
    color: white;
   font-weight: 700;
}
.contact-1 h3 span{
    color: white;
    font-weight: 630;
 font-size: 18px;
}
.contact-1 h3 i{
    font-weight: 650;
 font-size: 26px;
 color: #E95010;
 margin-right: 10px;
}
.contact-1 p{
/* color: rgb(143, 143, 143); */
color: rgb(192, 190, 190);
font-weight: 600;
}
.backimg{
    /* background-image: url("/img/company.jpg"); */
    background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url("/img/company.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px;

}
.contacts-list label{
    color: white;
}
.space-box{
padding: 80px 0px;
}
.btn-submit:active{
background-color: #005078 !important;
}
@media only screen and (max-width: 754px) {
    .backimg {
        padding: 331px 0px !important;
    }
  }
  @media only screen and (max-width: 1200px) {
    .backimg {
        margin-top: 100px;
    }
  }
  @media only screen and (max-width: 524px) {
    .backimg {
        margin-top: 20px;
    }
  }
  @media only screen and (max-width: 294px) {
    .backimg {
        margin-top: 66px;
    }
  }
