.modern-it-company-hero{
    margin-bottom: 0px;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 500;
}
.modern-it-company-top-area {
    background-image: url("../images/bg/mitech-processing-contact-bg.webp");
    background-repeat: repeat;
}
.submenu > li > a{
    padding: 5px 20px;
}

.header-logo {
    margin-top: 12px;
}

.header__navigation {
    float: right;
}


.title-form {
    background: #fff;
    padding: 15px 25px;
    border-radius: 10px;
    width: 88%;
    margin: 0 auto;
}
.title-form .form-group {
    margin-bottom: 10px;
}
.title-form .form-group label {
    color: #000;
    margin-bottom: 3px;
}
.title-form .form-group input {
    color: #000;
}
.title-form .form-control::placeholder {
    color: #9f9f9f !important;
}
.title-form .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
    box-shadow: none;
    border-color: #ccc !important;
}
.about-banner-content h1 {
    font-size: 40px;
}
.about-banner-content p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}
.title-form button {
    width: 100%;
    background: #0054a5;
    font-size: 18px;
}
.title-form button:hover {
    transform: none !important;
    background: #024281;
}

@media screen and (max-width: 767px) {

  .about-banner-content {
       padding: 20px;
  }
.title-form {
    margin: 0 10px;
    width: 95%;
}
.banner-space {
    padding-top: 20px;
    padding-bottom: 20px;
}


}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

.title-form {
    margin: 0 10px;
    width: 100%;
}


}





