input {
  border-radius: 13px;
}

pre {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.firm-number {
  font-weight: bold;
}

.logo {
  height: 8%;
  width: 8%;
}

.nav-item {
  padding: 0 18px;
}

/* .d-block {
  max-height: 1055px;
  max-width: 703px;
} */

/* ============== victory ============== */

.victory-block {
  text-align: center;
  padding: 5%;
}

.vic-icon {
  color: gray;
  margin-bottom: 1rem;
}

.vic-icon:hover {
  color: black;
}

#victory {
  padding: 0 10%;
}

/* ============== featurette ============== */

.feat-right-align {
  text-align: right;
}

.feat-img {
  height: 250px;
  width: 275px;
}

.featurette-divider {
  margin: 50px auto;
}

.featurette-divider-end {
  margin: 50px auto 25px;
}

#featurette {
  padding: 0 10% 0;
  margin: 0 auto;
}

/* ============== expertise ============== */

.exper-heading {
  text-align: center;
  padding-bottom: 7%;
}

#expertise {
  padding: 5% 10%;
}

/* ============== contact form ============== */


#contact{
    background-color:#f1f1f1;
    font-family: 'Roboto', sans-serif;
    padding: 5% 5%;

}

#contact .well{
    margin-top:30px;
    border-radius:0;
}

#contact .form-control{
    border-radius: 0;
    /* border:2px solid #1e1e1e; */
}

#contact button{
    border-radius:0;
    /* border:2px solid #1e1e1e; */
}

#contact .row{
    margin-bottom:30px;
}

/* @media (max-width: 768px) {
    #contact iframe {
        margin-bottom: 15px;
    }

} */

/* ============== footer ============== */

.copyright-ptag {
  font-size: .75rem;
}

#footer {
  background-color: black;
  color: #FFF;
  padding: 2% 5%;
}
.socials {
  margin: 20px 5px;
}

/* ============== media ============== */

@media (min-width: 1085px) {

.logo {
    height: 81px;
    width: 83px;
  }


}
