/* M+ Logistics — layout & theme (Bootstrap 5 base) */

/* Gotham: add licensed .woff2/.woff files as fonts/Gotham-Book*, Gotham-Medium*, Gotham-Bold* (adjust src if your filenames differ). */


:root {
  --ml-orange: #FF6B35;
  --ml-brown: #1A0F0A;
  --ml-brown-deep: #0d0806;
  --ml-black: #000000;
  --ml-white: #ffffff;
  --ml-font-display: "Aldrich", sans-serif;
  /* Header/hero assets: see index.html img paths; .hero-bg uses img/others/banner-shape.png */
}
header .header-bottom {
  position: relative;
}
header .header-bottom .banner-contents {
  position: absolute;
  left: 0;
  right: 0;
  top: 35%;
  width: 100%;
}
.header-top {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    padding: 20px 0px;
}
header .mainmenu ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    padding: 40px 15px;
    border-radius: 50px;
    font-family: 'Aldrich';
}
header .mainmenu ul li {
  padding: 0px 7px;
}
header .mainmenu ul li:last-child {
  padding-right: 0px !important;
}
/*************SUB MENU*************/
.mainmenu .sub-menu {
    list-style: outside none none;
    min-width: 230px;
    padding: 0;
    position: absolute;
    z-index: 1000;
    display: none;
    background: #191919;
    border-radius: 10px;
    border: 2px solid #fff;
}
.mainmenu li:last-child:hover .sub-menu {right: 0;}
.mainmenu li:hover .sub-menu{ display:block; }
.mainmenu .sub-menu li{padding:0px !important;}
.mainmenu .sub-menu li a {
    background-color: transparent;
    display: block;
    padding: 10px 15px !important;
    text-align: left;
    color: rgba(255, 255, 255, 0.5); !important;
    text-decoration: none;
    transition: all 1s ease-in-out 0s;
    border-radius: 0px;
    font-size: 15px;
    text-align: center;
}
.mainmenu .sub-menu li:first-child a {
  border-radius: 10px 10px 0px 0px;
} 
.mainmenu .sub-menu li:last-child a {
  border-radius: 0px 0px 10px 10px;
} 
.mainmenu .sub-menu li a:hover,.mainmenu .sub-menu li a.active { background:#e86134 !important; padding-left:25px; color: #fff !important;}
.col-md-5ths {
  width: 20%;
  float: left;
}

/*******MAIN MENU*********/
header .mainmenu .navbar {
  margin: 0px;
  padding: 0px;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  margin: 0px;
}
.owl-theme .owl-nav {
  margin-top: 0;
}
header .mainmenu .navbar-nav a.active,
header .mainmenu .navbar-nav a:focus,
header .mainmenu .navbar-nav a:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#df57c7+0,476ef9+100 */
  background-image: url(img/others/active-icon.png);
  background-repeat: no-repeat;
  background-position: center;

}
.header-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 28px 36px;
}
.header-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-family: 'Aldrich';
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: #e85e30;
}
header .mainmenu {
    float: right;
    padding-top: 30px;
}
.hero-title {
    font-family: var(--ml-font-display);
    font-size: 65px;
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--ml-white);
    margin-bottom: 20px;
    text-shadow: 0px 6px 7px #000000;
}

span.text-accent {
    color: #e85e30;
    display: block;
}

.hero-lead {
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 28px;
  text-transform: none;
    font-family: 'Gotham-Medium';
}
.btn-hero {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    padding: 20px 36px 20px;
    font-family: 'Aldrich';
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    background-image: url(img/others/btn-bg.png);
    border: none;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.banner-shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    z-index: 9999999;
}
.shape-logo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    z-index: 9999999;
}
/* ----- Sections ----- */
.section-brown {
    position: relative;
    background-image: url(img/others/icon-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.section-brown-deep {
  background: var(--ml-brown-deep);
  position: relative;
}

.features-section {
  padding: 72px 0 0px;
  margin-top: -1px;
}

.features-row {
  margin-bottom: 40px;
}
.feature-item {
    display: flex;
    gap: 10px;
}
.feature-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: rgba(255, 107, 53, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(img/others/circle-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (min-width: 992px) {
  .feature-icon {
    margin: 0 0 16px;
  }
}
.feature-title {
    font-family: 'Gotham-Bold';
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #fff;
}
.feature-text {
    font-family: "Gotham-Medium";
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
    color: #fff;
    margin: 0;
    letter-spacing: 1px;
}
.feature-content {
    width: 70%;
}
.features-copy {
    font-family: "Gotham-Medium";
    line-height: 1.8;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
}
a.btn.btn-hero.btn-hero-sm {
    background-image: url(img/others/btn-bg1.png);
}
section.about-section {
    background-color: #070201;
    padding: 70px 0px 0px;
}
.section-heading {
    font-family: 'Aldrich';
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #e85e30;
}
.section-heading span {
    color: #fff;
    display: contents;
}
.section-body {
    font-family: 'Gotham-Light';
    font-weight: 300;
    font-size: 18px;
    line-height: 1.7;
    color: #bcbbbb;
}
.section-brown-deep {
    background: #110502;
    position: relative;
}
section.industries-section {
    padding-top: 50px;
}
.industry-title {
    font-family: "Gotham", "Helvetica Neue", Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #fff;
}
.industry-card {
    position: relative;
    height: 100%;
    padding: 90px 24px;
    border-radius: 66px;
    border: 1px solid rgba(255, 107, 53, 0.2);
    transition: border-color 0.2s, box-shadow 0.2s;
    text-align: center;
    background-image: url(img/others/int-box-bg1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.industry-card:hover {
  border-color: rgba(255, 107, 53, 0.45);
    background-image: url(img/others/int-box-bg2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}
.industry-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(img/others/in-ibg1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0px auto 20px;
}
.industry-card:hover .industry-icon {
    background-image: url(img/others/in-ibg2.png);
}
.industry-card:hover a {
  color: #fff;
}
.industry-title {
    font-family: 'Gotham-Medium';
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.industry-desc {
    font-family: 'Gotham-Book';
    font-size: 15px;
    font-weight: 300;
    line-height: 1.65;
    color: #fff;
    margin-bottom: 20px;
}
.industry-card a {
  text-decoration: underline;
  font-size: 15px;
    font-family: 'Gotham-Medium';
  color: #ee8461;
  text-transform: uppercase;
}
.industry-card-featured {
  min-height: 340px;
  background: var(--ml-orange);
  border: none;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}

.industry-featured-bg {
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&w=1200&q=80");
  background-size: cover;
  background-position: center;
  opacity: 0.22;
  mix-blend-mode: multiply;
}

.industry-card-featured .industry-card-inner {
  position: relative;
  z-index: 1;
  padding: 40px 32px;
}
a.btn.btn-hero.btn-hero-sm.get-btn {
    background-image: url(img/others/get-bg.png);
}
.industry-card-featured .industry-icon {
  background: rgba(255, 255, 255, 0.25);
  color: var(--ml-white);
}

.industry-card-featured .industry-title {
  color: var(--ml-white);
}

.industry-card-featured .industry-desc {
  color: rgba(255, 255, 255, 0.95);
}

@media (min-width: 992px) {
  .industries-row > [class*="col-"] {
    display: flex;
  }
  .industries-row .industry-card {
    width: 100%;
  }
  .industry-card-featured {
    transform: scale(1.04);
    z-index: 2;
  }
}
section.services-section {
    padding-top: 50px;
    background: #070201;
}

.services-diagram {
  position: relative;
  max-width: 1100px;
  min-height: 520px;
  padding: 24px 16px 48px;
  margin-left: auto;
  margin-right: auto;
}
.service-hub {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 370px;
    height: 370px;
    z-index: 2;
}
.service-hub-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 107, 53, 0.35);
  pointer-events: none;
}

.service-spoke {
  position: absolute;
  background: rgba(255, 107, 53, 0.55);
  z-index: 0;
}
.service-node-tl {
    left: 6%;
    top: 19%;
    text-align: right;
    display: flex;
    gap: 20px;
}



.service-dot {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--ml-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ml-white);
  font-size: 16px;
  box-shadow: 0 0 16px rgba(255, 107, 53, 0.5);
  z-index: 3;
}

.service-dot-tl {
  left: -100px;
  top: -8px;
}

.service-dot-bl {
  left: -100px;
  bottom: -8px;
}

.service-dot-tr {
  right: -100px;
  top: -8px;
}

.service-dot-br {
  right: -100px;
  bottom: -8px;
}
.service-node {
    position: absolute;
    max-width: 410px;
    z-index: 1;
}
.service-node-title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    color: var(--ml-white);
    font-family: 'Gotham-Medium';
}
.service-node-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.72);
    font-family: 'Gotham-Book';
    margin: 0;
}
.footer-shape {
    position: relative;
    margin-top: -120px;
}
.serve-wrap {
    width: 70%;
}
.serve-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto 20px;
    background: #ee825f;
}
.service-node {
    display: flex;
    gap: 20px;
}

.service-node-bl {
    left: 6%;
    top: 66%;
    text-align: right;
}
.service-node-tr {
    right: 5%;
    top: 19%;
    text-align: left;
}
.service-node-br {
    right: 5%;
    top: 67%;
    text-align: left;
}
.service-node-bl .serve-icon {
    background: #e85e30;
}
.service-node-tr .serve-icon {
    background: #e85e30;
}

@media (max-width: 991.98px) {
  .services-diagram {
    min-height: auto;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .service-hub {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin: 32px 0;
  }
  .service-spoke,
  .service-dot {
    display: none;
  }
  .service-node {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    max-width: 100%;
    text-align: center !important;
    padding: 0 12px;
  }
}
section#quote {
    background-image: url(img/others/for-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.quote-cont {
    padding-top: 50px;
}
.quote-cont .section-body {
    font-weight: 400;
    color: #fff;
    font-family: 'Gotham-Medium';
}
footer.site-footer {
    background-image: url(img/others/footer-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0px 30px;
}
h3.footer-col-title {
    font-family: 'Aldrich';
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.footer-contact ul li {
  background-repeat: no-repeat;
  padding-left: 55px;
  background-position: left 7px;
  padding-bottom: 30px;
}
.icon-shape {
    position: relative;
    margin-top: -70px;
}
.footer-contact ul li.location {
  background-image: url(img/others/cont-1.png);
}
.footer-contact ul li.phone {
  background-image: url(img/others/cont-2.png);
} 
.footer-contact ul li.mail {
  background-image: url(img/others/cont-3.png);
}
.footer-contact ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-family: "Gotham", "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
}
ul.footer-links li a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-family: "Gotham", "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
}
ul.footer-links li {
    margin-bottom: 15px;
}
.footer-logo-circle {
    border-left: 2px solid #653322;
    border-right: 2px solid #653322;
    height: 100%;
    padding-bottom: 80px;
    padding-top: 40px;
}
.footer-bottom {
    border-top: 2px solid #653322;
    padding-top: 30px;
}
.footer-bottom p {
    font-size: 18px;
    color: #fff;
    font-family: "Gotham", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
}
.footer-bottom p span {
    color: #e85e30;
}
.quick-links {
    padding-left: 80px;
}

/*inner page*/
.banner-info.inner-banner {
    width: 40%;
}
.inner-banner span.text-accent {
  display: inline-flex;
}
.about-wrap {
    text-align: center;
    padding-bottom: 80px;
}
.lead-wrap {
    padding-top: 50px;
}
section#request {
    background: #110502;
}
section.story-section {
    background-color: #070201;
    padding: 70px 0px 70px;
}
h5.sub-head {
    font-size: 25px;
    color: #fff;
    font-family: "Gotham", "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
h5.sub-head span {
    font-size: 15px;
    text-transform: capitalize;
}
section#flatbed {
    padding-bottom: 70px;
}
#about p {
  text-align: justify;
}
.lead-wrap p {
  text-align: center !important;
}
.sub-head1 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 10px;
}
.cap-wrap ul li {
  font-size: 19px;
  color: #fff;
  background-image: url(img/others/tick.png);
  background-repeat: no-repeat;
  background-position: left 5px;
  padding-left: 30px;
  margin-bottom: 10px;
  text-align: left;
}
.quote-box {
    padding-bottom: 70px;
}
.quote-cont h2 {
    font-family: 'Aldrich';
    font-weight: 500;
}
.cap-wrap {
    padding: 50px 0px;
}
section#cap {
    padding-bottom: 0px;
}
section#request {
    background: #110502;
}
.quote-bg {
    position: relative;
    margin-top: -30px;
}
.about-wrap p {
    text-align: center !important;
}
.banner-info.step-banner {
    width: 53%;
}
.col-md-5ths {
    width: 20%;
    float: left;
}
#dry h3.industry-title {
    text-transform: capitalize !important;
}
.form-wrap {
    display: flex;
    width: 70%;
    gap: 20px;
    align-items: center;
    align-content: center;
    align-self: center;
    justify-content: space-around;
    margin: 0px auto;
}
.form-wrap input {
    width: 100%;
    height: 45px;
    font-size: 16px;
    color: #fff !important;
    background-color: transparent !important;
    border: 1px solid #fff;
}
.form-wrap textarea {
    width: 100%;
    height: 145px;
    font-size: 16px;
    color: #fff;
    background-color: transparent !important;
    border: 1px solid #fff;
}
input.form-control.sub-btn.btn.btn-hero {
    border: none;
    width: max-content;
    color: #000;
    height: auto;
}
.form-group {
    width: 100%;
    margin-bottom: 20px;
}
.contact-form .form-control::-webkit-input-placeholder {
  color: #bcbbbb;
  opacity: 1;
}

.contact-form .form-control::-moz-placeholder {
  color: #bcbbbb;
  opacity: 1;
}

.contact-form .form-control::-ms-input-placeholder {
  color: #bcbbbb;
  opacity: 1;
}

.contact-form .form-control::placeholder {
  color: #bcbbbb;
  opacity: 1;
}
.banner-info.step-banner .hero-title {
    font-family: var(--ml-font-display);
    font-size: 50px;
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--ml-white);
    margin-bottom: 20px;
    text-shadow: 0px 6px 7px #000000;
}
.text-success {
    color: #e85e30;
    font-size: 19px;
}
/*RESPONSIVE*/
@media screen and (max-width: 2880px) {

}

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

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

}

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

}

@media screen and (max-width: 1440px) {
header .mainmenu ul li a {
    font-size: 14px;
}
}

@media screen and (max-width: 1366px) {
header .header-bottom .banner-contents {
    top: 25%;
}
}

@media screen and (min-width: 1100px) and (max-width: 1280px) {

}
@media screen and (max-width: 1279px) {
.quick-links {
    padding-left: 40px;
}
header .mainmenu ul li a {
    font-size: 14px;
    padding: 40px 10px;
}
header .mainmenu ul li {
    padding: 0px 2px;
}
.hero-title {
    font-size: 35px;
}  
header .header-bottom .banner-contents {
    top: 32%;
}
.features-copy {
    font-size: 16px;
}
.service-node {
    max-width: 310px;
}
.banner-info.inner-banner {
    width: 80%;
}
.banner-info.step-banner .hero-title {
    font-size: 37px;
}
.footer-contact ul li a {
    font-size: 16px;
}
}

@media screen and (max-width: 1023px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
  header .mainmenu ul li a {
    font-size: 11px;
    padding: 10px 4px;
    background-size: contain;
}
header .mainmenu ul li {
    padding: 0px 3px;
}
.header-contact-link {
    font-size: 14px;
}
.header-logo {
    width: 100px;
}
.hero-title {
    font-size: 25px;
    margin: 0px;
}
.hero-lead {
    font-size: 14px;
    margin-bottom: 8px;
}
.btn-hero {
    min-width: 130px;
    padding: 10px 16px 20px;
    font-size: 13px;
}
.feature-content {
    width: 70%;
    text-align: left;
}
.section-heading {
    font-size: 25px;
}
.section-heading {
    font-size: 25px;
}
.service-node {
    max-width: 100%;
}
.serve-wrap {
    width: 70%;
    text-align: left;
}
.services-diagram {
    min-height: auto;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
}
.service-hub {
    margin: 32px auto;
}
.btn-hero {
    min-width: 130px;
    padding: 17px 16px 20px;
    font-size: 12px;
}
.section-body {
    font-size: 14px;
}
h3.footer-col-title {
    font-size: 20px;
}
.footer-contact ul li a {
    font-size: 12px;
}
ul.footer-links li a {
    font-size: 16px;
}
.footer-logo-circle {
    padding-bottom: 80px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
.quote-bg {
    margin-top: -50px;
}
.footer-shape {
    margin-top: -70px;
}
.banner-info.step-banner .hero-title {
    font-size: 27px;
}
.quick-links {
    padding-left: 20px;
}
}

@media screen and (max-width: 767px) {
    .col-md-5ths {
        width: 100%;
    }
header .mainmenu .navbar {
    margin: 0;
    padding: 0;
  }
  .icon-bar {
    background-color: #fff;
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
  }
  .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  button:focus {
    outline: none;
  }
  .navbar-toggler {
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    padding: 9px 10px;
  }
  .navbar-dark .navbar-toggler {
    border: medium none;
  }
  header .header-top .mainmenu ul li {
    margin-bottom: 10px;
  }
  header .header-top .mainmenu ul li .sub-menu li {
    margin-bottom: 0px;
  }
  .mainmenu li:last-child:hover .sub-menu {
    right: auto;
  }
  header .mainmenu {
    float: none;
    padding-top: 0px;
  }
  .header-top {
    position: relative;
    padding: 10px 0px;
    background-color: #000;
}
a.navbar-brand {
    width: 100px;
}
.header-contact img {
    margin-right: 20px;
}
header .header-bottom .banner-contents {
    top: 12%;
}
.about-section {
    text-align: center;
}
.footer-logo-circle {
    padding-bottom: 50px;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    border: none !important;
    width: 200px;
}
.quick-links {
    padding-left: 0px;
}
.footer-bottom {
    border-top: 2px solid #653322;
    padding-top: 30px;
    margin-top: 30px;
}
.banner-info.inner-banner {
    padding-top: 20px;
}
section.story-section {
    text-align: center;
}
h5.sub-head {
    font-size: 19px;
}
.section-heading br {
  display: none;
  }
  .sub-head1 {
    font-size: 16px;
}
section#cap {
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
}
.icon-shape {
    position: relative;
    margin-top: 0px;
}
.services-section h2.section-heading {
    margin-bottom: 40px;
}
.footer-shape {
    position: relative;
    margin-top: 0px;
}
.quote-bg {
    position: relative;
    margin-top: 0px;
}
#about p {
    text-align: center;
}
.mainmenu .sub-menu {
    min-width: 100%;
}
.form-wrap {
    width: 100%;
}
.banner-info.cont-banner {
    padding-top: 50px;
}
.banner-info.step-banner {
    width: 53%;
    padding-top: 20px;
}
.banner-info.step-banner .hero-title {
    font-size: 20px;
}
.header-contact img {
    width: 22px;
    height: auto;
}
.header-contact {
    margin-left: 170px;
}

.footer-contact ul li a {
    font-size: 14px;
}
}



@media screen and (max-width: 480px) {
  .banner-info.inner-banner {
    padding-top: 0px;
}
.banner-info.step-banner .hero-lead {
    font-size: 9px;
    margin-bottom: 8px;
}
  footer.site-footer {
    padding: 50px 20px 30px;
}
.section-heading {
    font-size: 20px;
}
.section-body {
    font-size: 13px;
}
.section-body br {
    display: none;
}
.service-hub {
    margin: 32px auto;
    width: auto;
    height: auto;
}
.industries-row {
    padding: 0px 20px;
}
section.about-section {
    padding: 50px 30px 0px;
}
.header-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
.header-contact-link {
    font-size: 9px;
}
header .header-bottom .banner-contents {
    top: 2%;
}
.hero-lead {
    font-size: 11px;
    margin-bottom: 8px;
}
.shape-logo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    z-index: 9999999;
}
.banner-info.step-banner .hero-title {
    font-size: 16px;
}
.banner-info.step-banner {
    width: 68%;
    padding-top: 20px;
}

.header-contact {
    margin-left: 70px;
}
}