.contact-form label{font:400 26px/36px 'Poppins' !important; color: #9E8080 !important;}
.contact-form .gfield_required{font-size: 17px;}
.contact-form .ginput_container  input{height: 65px !important; border: solid 1px #A9A5A5 !important; border-radius: 10px !important;}
.contact-form .ginput_container_textarea textarea{height: 244px !important; border: solid 1px #A9A5A5 !important; border-radius: 10px !important;}
.contact-form .gform_footer{display: flex; justify-content: center; margin-top: 55px !important;}
.contact-form .gform_footer input{background: #F97316 !important; font:600 28px/38px 'Poppins' !important; color: #fff; padding: 18px 45px !important; border-radius: 6px !important;}
.contact-form .gform_footer input:hover{background: #092E58 !important; transition: .5s !important;}


/* Responsive
=================================*/
@media screen and (min-width: 1450px){
  .container {max-width: 1420px;}
}
@media screen and (max-width: 1299px){
}

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

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

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

}
@media (min-width: 1025px) and (max-width: 1366px) {
.industry_wrapper .col-sm-3{flex: 0 0 50%; max-width: 50%;}
}
@media (min-width: 768px) and (max-width: 1024px) {
.industry_wrapper .col-sm-3{flex: 0 0 50%; max-width: 50%;}
}
@media screen and (max-width: 767px){
.industry_wrapper .industry_block .industry_img{justify-content: center;}
.industry_wrapper .industry_block h4{justify-content: center;}
.industry_wrapper .industry_block p{text-align: center;}
.industry_wrapper .industry_block{padding: 30px 20px; border-radius: 20px;}

.contact-form label{font:400 18px/28px 'Poppins' !important; color: #9E8080 !important;}
.contact-form .ginput_container  input{height: 55px !important;}
.contact-form .ginput_container_textarea textarea{min-block-size: 120px !important;}
.contact-form .gform_footer input{font:600 22px/32px 'Poppins' !important; padding: 10px 30px !important;}
}

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


}

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



