.smlNavigtn h6,
i {
  color: #605F5F;
  font-size: 15px;
}

.smlActive {
  color: #000;
}

.conHeroBox {
  width: 70%;
  padding-top: 150px;
}

.conSecRow {
  background-color: #F3F5F7;
  display: flex;
  align-items: center;
  justify-content: center;
}

button {
  border: none;
  background: none;
  padding: 0px;
}

.getQuoteBtn button {
  border-bottom: 2px solid #000;
}

.getQuoteBtn i {
  color: #000;
}

.getQuoteBtn i,
h5 {
  font-size: 20px;
}

.contCrdRow {
  background: #FFF;
   display: flex;
    justify-content: space-between;

}

.conThreeCrd {
  background-color: #F3F5F7;
     width: 32%;
      background-color: #F3F5F7;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
 padding: 20px 50px;
 gap: 10px;
}

.conThreeCrd h4 {
  color: #6C7275;
}

.conThreeCrd h4,
h5 {
  font-size: 16px;
}

.conFormWrap {
  padding: 10px;
  background-color: #f5f7fe;
}

.conFormLabel {
  font-weight: 600;
  font-size: 13px;
  color: #6C7275;
  margin-bottom: 5px;
  display: block;
}
input::placeholder{
  color: #6C7275;
}

.conFormInput,
.conFormTextarea {
  border-radius: 6px;
  box-shadow: none;
  font-size: 15px;
}

.conFormButton {
  margin-top: 10px;
  padding: 10px 20px;
  border-radius: 8px;
}

.contLst {
  background-color: #F3F5F7;
  padding: 10px 30px;
}
.form-control{
  padding: 10px 20px;
}
.conFormTextarea{
  resize: none;
}


/* FOOTER */
/* .footers{
  background-color: #000;
}
.footcon{
  font-size: 16px;
  border-top: 1px solid #262626;
  border-bottom: 1px solid #262626;
}
.footLogo img{
  width: 180px; 
  margin-bottom: 20px;
}
.footcopyrgt {
  display: flex;
  padding: 12px 22.5px 12px 12px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 75px;
  border: 0.75px solid #262626;
  background: #1A1A1A;
  margin-top: 40px;
  font-size: 15px;
}

.salfooticons {
  display: flex;
  align-items: center;
  justify-content: start;
}

.salfooticons i {
  width: 40px;
  height: 40px;
  display: flex;

 font-size: 20px;
  align-items: flex-start;

  border-radius: 75px;
  background: #CC222A;
  color: #000;
}
.footcon2 i{
  color: #CC222A !important;
}
.footcon2{
  font-size: 15px;
} */
.form-control:focus{
  border: 1px solid  #CBCBCB !important;
  box-shadow: none !important;
}

.conLstCrds img{
  width: 45px;
}
.conLstCrds i{
  font-size: 43px;
}

 .contactBox{
  background-image:   linear-gradient(rgba(0, 0, 0, 0.6),rgba(255, 123, 0, 0.6)),
  url(../images/industrial-designers-working-3d-model.webp);
  background-size: cover;
  background-position: center;
  padding: 200px 0px 100px 0px;

}

.smlActive{
  color:  #CC222A;
}

.contactHero{
  padding-top: 130px;
}
