/******Do not remove******/
.pushImgLeft{
  float: left;
  margin: 10px;
}
.pushImgRight{
  float: right;
  margin: 10px;
}
/******Do not remove******/
.static-banner-wrap {
  position: relative;
  overflow: hidden;
  flex: 1 1 100%;
  width: 100%;
}
.static-banner-wrap > img{
  height: 310px;
  object-fit: cover;
  width: 100%;
}
.static-banner-wrap .h1 {
  font-size: 56px;
}
.static-banner-wrap p {
  font-size: 32px;
  line-height: 46px;
  margin-top: 24px;
}
.static-banner-wrap p img {
  height: 225px;
  width: auto;
}
.static-banner-wrap p.ammp {
  font-size: 52px;
  -webkit-text-stroke: 1px #f00;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
.captionOrange {
  /*background: linear-gradient(268deg, rgba(0, 0, 0, 0.09) -1.46%, rgba(0, 0, 0, 0.68) 98.31%);*/
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 34px;
  top: 0 !important;
  left:0 !important;
}
.captionOrange > div {
  max-width: calc(100% - 40px);
}
.captionOrange .btn {
  border-color: #FFF !important;
  letter-spacing: normal;
}
.pro-tools {
  display: flex;
  flex-direction: column;
  /*height: 100%;*/
  background: #0a1f62;
  flex: 1 1 100%;
  width: 100%;
}
.pro-tools-head{
  color: #FFF;
  padding: 18px 32px;
  font-size: 14px;
  font-weight: 700;
}
[data-widget="1141"] {
  height: 100%;
}
.pro-tools a {
  color: #FFF;
  font-size: 14px;
  line-height: 30px;
  display: flex;
  align-items: center;
  border-top: 1px solid #FFF;
  padding: 18px 26px;
  height: 44px;
  gap: 12px;
}
.promo-banner{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  background:#2A76C6;
  color:#fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  height: 148px;
}
.promo-banner a{
  color:#fff;
  display: flex;
  gap: 15px;
}
.promo-mid-banner{
  background:#D1D5DB;
}
.promo-banner img, .home_category-img img {
  mix-blend-mode: multiply;
}
.marketing-data-row, .home_category-row, .our-services-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.marketing-data-col, .home_category-col, .our-services-col, .recent-row > .cimm_caroWrap > *  {
  padding: 0 8px;
  margin-bottom: 16px;
  -ms-flex-preferred-size: 270px;
  flex-basis: 270px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
.recent-row > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.our-services-col  {
  -ms-flex-preferred-size: 370px;
  flex-basis: 370px;
}
.marketing-data-col img {
  width: 100%;
  height: auto;
}
.marketing-data-col span {
  position: absolute;
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  top: 16px;
  width: calc(100% - 16px);
}
.home_category-img {
  border-radius: 2px;
  border: 1px solid #E5E7EB;
  background: #f9fafb;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 60px);
}
.home_category-name,.our-services-name {
  min-height: 60px;
  color: #111827;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  padding: 14px 16px 0 ;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}
.our-services-col img {
  width: 100%;
}
.our-services-name {
  font-size: 20px;
  line-height: 30px;
  background: #FFF;
  border: 1px solid #E5E7EB;
}
.promo-banner a img {
  max-width: 40%;
  height: auto;
}
.credit_Application{
  max-width: 868px;
  background: #FFF;
  padding: 15px;
}
.reg-card {
  border: 8px solid #E5E7EB;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 24px;
  background: linear-gradient(259deg, #0A1F62 0.39%, #CE2129 115.43%);
  position:relative;
  flex: 0 0 50%;
  overflow: hidden;
}
.reg-card::before {
  content: "";
  background: url('/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/watermark.png') no-repeat center;
  background-size: cover;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: -50px;
  right: 0;
  bottom: 0;
  z-index: 0;
  transform:  rotate(-20deg);
}
.reg-card h5, .reg-card a{
  position: relative;
  z-index: 1;
}
.credit_Application h4 {
  color: #CE2129;
}
.block-bg{
  background:#F3F4F6;
}
.banner {
  position: relative;
  background-image: url('/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/steelprocessingbanner.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  height:100vh;
  align-items: center;
  justify-content: center;
}
.fabricationbanner {
  position: relative;
  background-image: url('/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/fabricationbanner.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  height:100vh;
  align-items: center;
  justify-content: center;
}
.banner-overlay {
  background-color: #9C9C9CE6;
  padding: 3rem;
  text-align: center;
  max-width: 600px;
}
.herc-uni-img {
  width: 80px;
  height: 250px;
  position: absolute;
  right: 70px;
  top: 0;
}
.under-construction {
  background: #0e3047;
}
.tmh_year {
  background: #0a1e63;
  color: #FFF;
  font-size: 48px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tmh_desc {
  color: #FFF;
  background: #cf212a;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 0 auto;
  font-size: 16px;
  gap: 18px;
}
.tmh_desc a {
  color: #FFF;
  font-weight: 600;
  text-decoration: underline;
}
.tmh_img {
  width: 100%;
  max-width: 580px;
  height: auto;
}
.tmh_year + div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.machinery-logo {
  max-width: 1400px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.machinery-logo-wrap{
  padding: 32px 0;
}
.machinery-btn{
  margin-top: 32px;
}
.tq-content {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0, 0.3);
}
.dealer-central-heading {
  font-size: 56px;
  font-weight: 700;
}
.dealer-central-subheading{
  color: var(--navbar-bg);
    }
.dealer-central-midbody {
  display: flex;
  max-width: 500px;
  width: 100%;
  padding: 32px 48px 32px 32px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  background: var(--bs-gray-100);
    }
.dealer-central-midbody p {
  width: 200px;
  text-align: left;
  display: flex;
  gap: 12px;
  align-items: center;
  font-weight: 600;
}
.dealer-central-btnwrap {
  max-width: 500px;
  width: 100%;
}
.dealer-central-btnwrap p {
  color: var(--navbar-bg);
    }
.dealer-central-container {
  margin: 0 auto;
  border-radius: 6px;
  border: 1px solid var(--bs-gray-300);
      background: #FFF;
    }
.dealer-central {
  max-width: 1182px;
}
.existing-dealers{
  max-width: 750px;
  padding: 48px 32px;
}
.dealer-central-brands img {
  mix-blend-mode: multiply;
}
.new-dealer-central {
  max-width: 1010px;
  padding: 48px 32px;
}
.new-dealer-central-reg{
  max-width: 960px;
  padding: 48px 0;
}
.existing-dealers-details {
  max-width: 960px;
  padding: 48px 32px;
}
.new-dealer-central-reg-form > div{
  padding: 32px 64px;
}
.new-dealer-central-brands > div {
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.equipment-tech-support-container {
  padding: 0;
  max-width: 800px;
}
.equipment-tech-support-body {
  padding: 32px 64px 48px 64px;
}
.about p {
  margin-bottom: 20px;
}
.about h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: var(--navbar-bg);
      margin-bottom: 14px;
      line-height: 24px;
    }
.about h4 {
  font-size: 18px;
}
.about iframe {
  width: 100%;
}
.tax-info {
  font-size: 24px;
  line-height: 38px;
}
.tax-info p {
  margin: 24px 0;
  font-weight: 600;
  border-bottom: 1px solid #CECECE;
  padding-bottom: 24px;
}
.tax-info p:last-child{
  margin: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.fs-form-container .fs-form-row input[type="text"], .fs-form-container .fs-form-row textarea, .fs-form-container .fs-form-row select {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.fs-form-submit {
  background: var(--bs-primary);
      color: var(--bs-white);
        padding: 10px 16px;
        border-radius: 6px;
        float: left !important;
      }
@media (min-width: 576px) {
  .promo-banner a{
    gap: 48px;
  }
}
@media (min-width: 768px) {
  .tmh_desc {
    flex: 0 0 330px;
  }
}
@media (min-width: 992px) {
  .credit_Application {
    padding: 40px 64px;
  }
.machinery-icons{
  height: 364px;
}
.machinery-icons > div{
  position: relative;
  top: -150px;
}
.machinery-logo {
  gap: 64px;
}
.machinery-logo-wrap{
  padding: 96px 0;
}
.machinery-btn{
  margin-top: 96px;
}
.captionOrange{
  padding: 0 64px;
  line-height: 32px;
}
.captionOrange > div{
  width: 85%;
}
.static-banner-wrap > img{
  height: 410px;
}
}
@media (min-width: 1200px) {
  .promo-banner a img {
    max-width: 55%;
  }
.pro-tools-head{
  height: 62px;
  font-size: 18px;
}
.pro-tools a{
  height: 50px;
  font-size: 16px;
  padding: 6px 24px;
}
.pro-tools {
  flex: 0 0 calc(33.33% - 12px);
}
.static-banner-wrap {
  flex: 0 0 calc(66.66% - 4px);
}
}
@media (min-width: 1330px) {
  .pro-tools {
    flex: 0 0 calc(25% - 12px);
  }
.static-banner-wrap {
  flex: 0 0 calc(75% - 4px);
}
}
@media (min-width: 1500px) {
  .pro-tools-head{
    height: 80px;
    line-height: 32px;
    font-size: 24px;
    padding: 24px 32px;
  }
.pro-tools a{
  height: 65px;
  font-size: 18px;
}
.static-banner-wrap > img{
  height: 452px;
}
}
@media (min-width: 1660px) {
  .marketing-data-col, .home_category-col, .our-services-col, .recent-row > .cimm_caroWrap > *  {
    -ms-flex-preferred-size: 330px;
    flex-basis: 330px;
  }
}
@media (min-width: 1700px) {
  .pro-tools {
    flex: 0 0 calc(20% - 12px);
  }
.static-banner-wrap {
  flex: 0 0 calc(80% - 4px);
}
.pro-tools a{
  height: 75px;
}
}
@media (min-width: 1920px) {
  .marketing-data-row {
    margin: 0 auto;
    max-width: 1920px;
  }
.home_category-row, .our-services-row {
  margin: 0 auto;
  max-width: 1800px;
}
}
