.banner-sm{
    display: none;
}

.inner-banner{
    position: relative;
}
.inner-banner-text{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(0, 0, 0, 0.479);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.inner-banner-text h1{
    color: #fff;
    font-size: 45px;
}
.inner-banner-text span{
    color: #fff;
    font-size: 20px;
}
.inner-banner-text a{
    color: #f7c16f;
    padding-right: 10px;
}
.product-range-text h3{
    font-size: 32px;
}
.product-range-text p{
    font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}
.contact-sec{
    border-radius: 20px;
}
.contact-form input{
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: transparent;
    border: none;
    border-radius: unset;
    border: 4px solid #ffffff;
    font-size: 19px;
}
.contact-form textarea{
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: transparent;
    border: none;
    border-radius: unset;
    border: 4px solid #ffffff;
    font-size: 19px;
}
.contact-form ::placeholder{
    color: #ffffff;
    font-size: 19px;
}
.contact-bg{
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.contact-form-wrapper{
    padding: 50px;
    background-color: #e1c986;
    border-radius: 0px 20px 20px 0px;
}
.contact-form-wrapper h2{
    color: #fff;
    padding-bottom: 15px;
}
.contact-text{
    padding: 50px;
}
.contact-text h2{
    color: #eeb560;
}
.contact-text h4{
    color: #eeb560;
}
.contact-form-wrapper{
    border-radius: 0px 20px 20px 0px;
}
.contact-sec-inner{
    margin: 100px 0px 100px 0px;
}
.contact-text-wrapper{
    background-color: #fff;
    border-radius: 20px 0px 0px 20px;
    height : 100%;
}
.contact-text p{
    text-align: justify;
    font-size: 18px;
}
.contact-text a{
    font-size: 18px;
}
.contact-icons{
    height: 40px;
    width: 40px;
    background-color: #eeb560;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.contact-icons a {
    color: #fff;
    font-size: 18px;
}
@media (max-width : 1024px) {
    .about-text{
        padding-left: 0px;
    }
}
@media (max-width : 992px) {
    .about-text h2{
        font-size: 25px
    }
    .product-range-text h3 {
        font-size: 25px;
    }
    .product-range-text p {
        font-size: 16px;
    }
    .contact-text {
        padding: 20px;
      }
      .contact-form-wrapper{
        padding: 20px;
      }
    .contact-text-wrapper{
        height: 100%;
    }
    .contact-text h2{
        font-size: 25px;
    }
    .contact-form-wrapper h2{
        font-size: 25px;
    }
    .contact-text p {
        font-size: 16px;
    }
    .contact-text a {
        font-size: 17px;
    }
    .contact-text h4{
        font-size: 20px;
    }
}
@media (max-width : 768px) {
    .banner-sm{
        display: block;
    }
    .banner-lg{
        display: none;
    }
    .contact-text-wrapper{
        border-radius: 0px;
    }
    .contact-form-wrapper{
        border-radius: 0px;
    }
}
@media (max-width : 576px) {
    .inner-banner-text h1{
        font-size: 30px;
    }
    .inner-banner-text span {
        font-size: 16px;
      }
}
.capabilities-text{
    margin: 10px 0px 10px 0px;
    font-size: 17px;
}

.career-form{
    border-radius: 15px;
    padding: 35px;
}
.contact-form label{
    font-size: 18px;
    color: #fff;
}
.career-text p{
    font-size: 18px;
    text-align: justify;
    line-height: 1.5;
}
.career-text a{
    text-decoration: underline;
}