.sub-banner1{
    background-image: url(../images/banner/contact-bg3.webp );
}
.address-sec h5{
    color: #da961a;
}

.address-img i{ 
    font-size: 15px;
    background-color:#f15922;
    padding: 12px;
}
.address-sec h3{
 letter-spacing: 0;
}
.address h5{
    letter-spacing: 0;
    font-size: 19px;
}
.contact-us-sec p{
    text-align: inherit;
    font-size: 16px;
}
.contact-us-sec a{
    color: #172031;
}
.contact-us-sec a:hover{
    color: orange;
}
.s-link ul i{
    color: #172031;
}
.factory-location{
    columns: 2;
}

.contact-form{
    padding: 2.4rem;
   background-color: #fff;

}
.contact-form .form-control, .career-sec .form-select {
    background-color: #f3f5f5;
    border-radius: 3px;
    border: 1px solid #ededed;
    font-size: 17px;
    margin-bottom: 15px;

   
}
.contact-form .form-control::placeholder, .career-form option[selected]{
    color: #d0d0d0;
}
.contact-form .form-label {
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.contact-form h4{
    margin-top: 40px;
    letter-spacing: .5px;
    
}
.contact-form .btn-orange{
    background: #000;
    color: #fff;
    border: 1px solid #000 ;
    transition: all .2s ease;
    font-size: 17px;
    font-weight: 400;
}
.contact-form .btn-orange:hover{
    background-color: #f15922;
    color: #000000;
    border-color: #f15922;
}
.career-form img{
    float: left;
}
.contact-address {
    display: flex;
}
.address {
    margin: 30px 0 0 30px;
}
.add-head {
    margin-left: 20px;
}
.add-head span {
    font-weight: 600;
    font-size: 17px;
}
