body {
  font-size: 15px;
}

p {
  margin-bottom: 1rem;
}

.stellarnav>ul>li>a {
  padding: 0;
  color: #ffffff;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 1rem;
  line-height: 2.5;
}

.new_phn_banimg {
  padding-right: 2rem;
}

@media screen and (min-width: 1000px) {
  .stellarnav ul ul {
    width: 440px;
    height: 100%;
    min-height: 280px;
    display: flex !important;
    flex-wrap: wrap;
  }

  .stellarnav ul ul li {
    width: 50%;
  }

  .stellarnav ul ul li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
}

.primaryBtn:hover::before {
  background-color: #000;
}

.primaryBtn:before {
  animation: opacityFallbackOut 0.5s step-end forwards;
  backface-visibility: hidden;
  background-color: #ebebeb;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition:
    clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}

.primaryBtn:hover:before {
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
}

.primaryBtn:hover {
  color: #fff;
}

.primaryBtn:after {
  background-color: #ffffff;
}

.primaryBtn span {
  z-index: 1;
  position: relative;
}

.footermenu li {
  border-right: 2px solid;
  padding: 0 0.5rem;
}

.footermenu li:last-child a {
  border-right: none;
}

.homeContact .contactlinks::after {
  position: absolute;
  top: -20px;
  right: 0;
  content: "";
  height: 90px;
  width: 90px;
  border-right: 1px solid #42464a;
  border-top: 1px solid #42464a;
}

/* 
.contactUS .grid>div:last-child .contactlinks::after {
    display: none;
}


.contactUS .grid>div:nth-child(2) .contactlinks::after {
    border-top: none;
    border-bottom: 1px solid #42464A;
    transform: rotate(90deg);
    right: 0;
}

.contactUS .grid>div:nth-child(3) .contactlinks::after {
    transform: rotate(-90deg);
    right: -18%;
    top: -25px;
} */
.contactUS .homeContact>div:nth-child(2) .contactlinks::after {
  display: none;
}

.homeContact>div:nth-child(3) .contactlinks::after {
  border-top: none;
  border-bottom: 1px solid #42464a;
  transform: rotate(90deg);
  left: -18%;
  bottom: -20px;
  top: unset;
}

.homeContact>div:last-child .contactlinks::after {
  transform: rotate(-90deg);
  left: -18%;
  top: -25px;
}

/* .contactUS .homeContact>div:last-child .contactlinks::after {
    display: none;
} */
.ourVehicles {
  padding-top: 100px;
}

.ourVehicles::after {
  position: absolute;
  content: "";
  background-image: url(../img/vehicle-top.png);
  top: -28%;
  z-index: -1;
  width: 100%;
  max-width: 90%;
  height: 483.26px;
  left: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}

.ourVehicles::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 100px;
  /* Adjust this to control the smudge height */
  background:
    radial-gradient(circle,
      #000000,
      #00000099,
      #00000099,
      #00000099,
      #00000099),
    linear-gradient(to bottom, transparent, #00000099);
  filter: blur(60px);
  /* Apply a blur effect for smooth transition */
  z-index: 2;
}

.featured .swiper-slide-active .imgWrap {
  position: relative;
  animation: scale2 3s linear;
  -webkit-animation: scale2 3s linear;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  right: 0px;
  left: auto;
}

.featured .swiper-slide-active .imgWrap img {
  right: 0;
  position: relative;
}

.featured .swiper-slide-shadow-left {
  display: none;
}

.featured .swiper-slide-shadow-right {
  display: none;
}

.single-service.postid-507 .new_marginText {
  margin-bottom: 0 !important;
}

.single-service.postid-507 .new_marginText_parent {
  margin-bottom: 5rem;
}

@keyframes scale2 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    right: -800px;
  }

  100% {
    opacity: 1;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    right: 0px;
  }
}

.featured .swiper-button-next,
.featured .swiper-button-prev {
  top: 20%;
  height: 86px;
  width: 91px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.featured .swiper-button-next::after,
.featured .swiper-button-prev::after {
  color: #ffffff;
}

.featured .swiper.mySwiper {
  padding-top: 6rem;
  padding-bottom: 9rem;
  position: relative;
}

.featured .swiper.mySwiper::after {
  position: absolute;
  content: "";
  background-image: url(../img/vehicle-stand.png);
  bottom: 0;
  z-index: -1;
  width: 736px;
  height: 218px;
  left: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}

.featured .swiper.mySwiper .btn {
  position: absolute;
  top: 6%;
  right: 25%;
}

.btn a {
  color: #ffd31b;
  background-color: #1a1c1d;
  border-color: #1a1c1d;
}

.contactUS .swiper-pagination-bullet {
  width: 23px;
  height: 5px;
  background-color: #525252;
  border-radius: 5px;
}

.contactUS .swiper-pagination-bullet-active {
  background-color: #fff;
  width: 45px;
}

.contactUS .swiper.mySwiper {
  padding-bottom: 4rem;
}

.backgroundplay {
  margin-top: -120px;
  padding-top: 130px;
}

.contactfooterList {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 20px;
}

.contactfooterList li {
  background-image: url("../img/list-bg.png");
  /* background-position: center; */
  background-repeat: no-repeat;
  background-size: contain;
  padding: 25px;
}

.contactfooterList li p {
  margin-bottom: 0;
  font-size: 0.901rem;
}

.contactfooterList li p span {
  font-size: 0.776rem;
  margin-bottom: 5px;
}

.contactBottom {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contactBottom img {
  width: 100%;
  max-width: 50%;
}

.about-behindbg::after {
  position: absolute;
  content: "";
  background-image: url(../img/about-roundbg.png);
  top: -5%;
  z-index: -1;
  width: 900px;
  height: 900px;
  left: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}

.about-behindbg img {
  width: 100%;
  z-index: 1;
}

.mixblend-difference {
  mix-blend-mode: difference;
}

.innerBanner h5 {
  left: 20%;
  position: absolute;
}

.homeContact .col-span-2.md\:col-span-3.lg\:col-span-2 {
  width: 14%;
}

footer a:hover,
header .stellarnav a:hover {
  color: #ffd31b;
}

.commonPart .homeContact .contactlinks::after {
  right: -10%;
}

.banner .secondary-heading {
  font-size: 0.938rem;
}

.topHeading .text-heading {
  font-size: 8.438rem;
  line-height: 1.3;
  text-align: center;
}

.centric-approach .text-heading {
  font-size: 10.25rem;
  line-height: 1;
}

.centric-approach .about-behindbg::after {
  height: 663px;
  width: 663px;
  top: 3%;
}

.industry-expertise .text-heading {
  font-size: 9.25rem;
}

.solutionsList {
  position: relative;
  z-index: 1;
}

.solutionsList::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 176px;
  top: -5%;
  right: -25%;
  background: #73787e;
}

.safety.solutionsList::after {
  left: -25%;
  right: auto;
}

.industry_list {
  display: grid;
  grid-template-columns: auto auto;
  gap: 1.5rem;
}

.industry-expertise_wrap {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}

.industry-expertise_wrap::after {
  position: absolute;
  content: "";
  bottom: 50%;
  right: 0;
  width: 100%;
  max-width: 1053px;
  height: 508px;
  background: #191d22e8;
  z-index: -1;
  transform: translateY(50%);
}

.industry_content_img {
  position: relative;
  z-index: 2;
}

.industry_content_img img {
  transform: rotate(-4.5deg);
  position: relative;
  z-index: 1;
}

.why_choose_us .industry_list {
  position: relative;
  z-index: 1;
  padding: 0rem 4rem 3rem;
  width: 100%;
  gap: 1.5rem 2.5rem;
}

.why_choose_us .industry_list::after {
  position: absolute;
  content: "";
  bottom: 20px;
  right: 0;
  background: #e40404;
  height: 295px;
  width: 100%;
  max-width: 729px;
  z-index: -1;
}

.industry-expertise.why_choose_us.trans_portation {
  position: relative;
  z-index: 2;
}

.industry-expertise.why_choose_us.trans_portation::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 480px;
  z-index: -1;
  top: -70%;
  right: -7.2%;
  background-image: url("../img/border-line.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.why_choose_us .text-heading {
  font-size: 6rem;
  margin-bottom: 30px;
}

.family_owened .text-heading {
  font-size: 6.813rem;
}

.centric-approach p {
  font-size: 15px;
}

.service_rendered_content {
  padding-right: 3rem;
}

.service_list {
  padding-left: 2rem;
}

.service_list.solutionsList::after {
  left: -5%;
}

.our_legacy .future_ready {
  position: relative;
  z-index: 1;
}

.our_legacy .future_ready::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 463px;
  z-index: -1;
  background: #191d22e8;
}

.legacy_text .flex.justify-center {
  position: relative;
  z-index: 2;
}

.safety_commitment .text-heading {
  font-size: 10.25rem;
}

.service_faq .icon {
  height: 27px;
  width: 27px;
  flex: 0 0 27px;
  line-height: 25px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stellarnav ul ul {
  background: #191d22e8;
}

.stellarnav ul ul li a {
  color: #fff;
}

.safety_texts {
  width: 100%;
  max-width: 646px;
  margin-left: 0;
}

.safety_head {
  position: absolute;
  top: 0;
  right: 0;
}

.mobOrder .industry_content_img {
  position: relative;
  z-index: 2;
  padding-top: 5rem;
}

.mobOrder .industry_content_img::after {
  position: absolute;
  left: auto;
  top: 7%;
  height: 400px;
  width: 400px;
  content: "";
  z-index: -1;
  background-image: url(../img/about-roundbg.png);
  background-size: contain;
  right: 7%;
}

.single-service.postid-509 .top_height {
  height: 350px;
  margin-top: 0rem;
}

.single-service.postid-509 .faq_qs {
  margin-top: 5rem;
}

.single-service.postid-504 .faq_qs,
.single-service.postid-500 .faq_qs {
  margin-top: 3rem;
}

@media (max-width: 1590px) {
  .text-heading {
    font-size: 12rem;
    line-height: 0.8;
  }

  .text-heading span {
    font-size: 7.7rem;
  }

  .contactUS .text-heading {
    line-height: 0.5;
  }
  .contactUS .about-behindbg .text-heading{
    line-height: 1;
  }

  .contactUS .text-heading span {
    font-size: 6rem;
    line-height: 0.6;
  }

  /* .secondary-heading {
        font-size: 0.8rem;
    } */
}

@media (max-width: 1450px) {
  .contactBottom {
    padding: 10rem 0;
    margin-top: -7rem;
  }

  .contactlinks,
  .contactfooterList {
    font-size: 0.8rem;
  }

  .text-heading {
    font-size: 11rem;
    line-height: 0.8;
  }

  .about-behindbg::after {
    height: 700px;
    width: 700px;
  }

  .about-behindbg img {
    max-width: 90%;
  }

  .innerBanner h5 {
    left: 16.5%;
  }

  .homeContact .col-span-2.md\:col-span-3.lg\:col-span-2 {
    width: 15%;
  }

  .ourVehicles::after {
    top: -20.1%;
    height: 326.26px;
  }

  .centric-approach .about-behindbg::after {
    left: 55%;
    top: 3%;
    transform: translateX(-45%);
  }

  .safety_commitment .text-heading {
    font-size: 8.25rem;
  }

  .industry-expertise.why_choose_us.trans_portation::before {
    top: -65%;
    right: -8.2%;
  }
}

@media (max-width: 1366.99px) {
  .backgroundplay {
    margin-top: -100px;
  }

  .why_choose_us .industry_list::after {
    max-width: 96%;
  }

  .centric-approach .text-heading {
    font-size: 8.5rem;
  }

  .why_choose_us .text-heading {
    font-size: 6rem;
    margin-bottom: 30px;
  }

  .trans_portation .text-heading {
    font-size: 7rem;
  }

  .family_owened .text-heading {
    font-size: 5.813rem;
  }


}

@media (min-width: 1660px) {
  .contactBottom img {
    max-width: 80%;
  }
}

@media (min-width: 1570px) {
  .banner h1 {
    font-size: 320px;
  }

  .safety_head {
    top: -35px;
  }

  .last_sec_home .text-heading {
    font-size: 10.3rem;
  }

  .last_sec_home .solutionsList::after {
    right: -30%;
  }

  .last_sec_home .solutionsList {
    margin-left: 13rem;
  }

  .page-id-56 .innerBanner {
    padding-top: 30rem;
  }

  .home .industry_content.home_dot {
    margin-top: -9rem;
  }
}

@media (min-width: 1275px) {
  .f-158 {
    font-size: 158px !important;
    line-height: 180px !important;
  }

  .f-156 {
    font-size: 156px !important;
    line-height: 180px !important;
  }

  .fs-109 {
    font-size: 109px !important;
    line-height: 127px !important;
  }

  .top_height {
    height: 428px;
    margin-top: -5rem;
  }

  .top_height img {
    height: 100%;
  }
}

@media (max-width: 1299px) {
  .page-id-50 .inner_child_contact .owened_content p br {
    display: none;
  }

  .mobileGridN {
    align-items: end;
  }

  .industry-expertise.why_choose_us.trans_portation::before {
    right: -9.2%;
  }
}

@media (max-width: 1030px) {

  .banner h1,
  h1,
  .innerBanner h2 {
    font-size: 12rem;
  }

  header .stellarnav a:hover {
    color: #fff;
  }

  .innerBanner h1 {
    font-size: 8rem;
  }

  .banner>div.absolute {
    top: 10%;
  }

  .home .banner,
  .family_owened {
    padding-inline: 15px;
  }

  .backgroundplay {
    margin-top: -75px;
  }

  .topHeading .text-heading,
  .trans_portation .text-heading,
  .centric-approach .text-heading {
    font-size: 5rem;
  }

  .home .aboutUs {
    padding-inline: 15px;
  }

  .why_choose_us .industry_list::after {
    max-width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }

  .why_choose_us .industry_list {
    padding-top: 0;
  }

  .industry-expertise.why_choose_us.trans_portation {
    padding-bottom: 0;
  }

  .service_list {
    padding-left: 0rem;
  }

  .why_choose_us .text-heading {
    font-size: 4rem;
    margin-bottom: 20px;
  }

  .home .centric-approach .industry-expertise.why_choose_us.centric-approach {
    padding-inline: 16px;
  }

  .content {
    font-size: 0.938rem;
    line-height: 1.34;
  }

  .ourVehicles .max-w-5xl {
    max-width: 80%;
  }

  .featured .swiper.mySwiper {
    padding-top: 4rem;
    padding-bottom: 6rem;
    position: relative;
  }

  .featured .swiper.mySwiper::after {
    position: absolute;
    width: 430px;
    height: 135px;
  }

  .featured .swiper.mySwiper .btn {
    position: absolute;
    top: 4%;
    right: 6%;
  }

  .stellarnav.mobile {
    text-align: right;
  }

  .stellarnav .menu-toggle span.bars span {
    background: #fff;
  }

  .stellarnav.mobile.right>ul {
    z-index: 99;
    background: #000;
  }

  .stellarnav.mobile.left .close-menu,
  .stellarnav.mobile.right .close-menu {
    padding: 5px 15px 0 0;
  }

  .stellarnav.mobile>ul>li>a {
    padding: 5px 15px;
  }

  .stellarnav .icon-close:after,
  .stellarnav .icon-close:before {
    border-bottom: solid 3px #fff;
  }

  .aboutUs {
    padding-top: 0;
  }

  .ourVehicles::after {
    top: -17.2%;
    height: 199.26px;
  }

  .contactUS .text-heading {
    line-height: 1;
  }

  .innerBanner>div.absolute {
    top: 10%;
  }

  .text-heading {
    font-size: 8rem;
    line-height: 1;
  }

  .innerBanner img {
    max-width: 90%;
    margin: auto;
    width: 100%;
  }

  .innerBanner h5 {
    left: 9.5%;
  }

  html,
  body {
    overflow-x: hidden;
  }

  .about-behindbg::after {
    height: 300px;
    width: 300px;
    left: 40%;
  }

  .new_btm_industry {
    padding-inline: 15px;
  }

  .new_btm_industry img {
    max-width: 150px;
  }

  .centric-approach .about-behindbg::after {
    height: 440px;
    width: 450px;
  }

  .contactUS .text-heading {
    font-size: 6.5rem;
  }

  .page-id-56 .centric-approach .contactUS .text-heading {
    font-size: 4.5rem;
  }

  
  .stellarnav.mobile ul ul {
    display: none;
    background: #191d22e8;
    width: 100%;
    max-width: 92%;
    margin: auto;
    margin-top: -8px;
  }

  .stellarnav.mobile.right>ul {
    height: 100vh;
  }

  .safety_texts {
    max-width: 590px;
  }

  .safety_head {
    font-size: 6rem !important;
  }

  .page-id-56 .contactUS.safety_commitment .future_ready .text-heading {
    font-size: 7rem !important;
    width: 63%;
    margin-left: auto;
  }

  .industry-expertise_wrap .imgPart .industry_img {
    padding-left: 2rem;
  }

  .industry-expertise.why_choose_us.trans_portation::before {
    height: 270px;
    right: -11%;
  }
  .mainGrid{
    align-items: end;
  }
  .centric-approach.double{
    padding-top: 40px;
  }
}

@media (max-width: 999.99px){
.page-id-56 .contactUS.safety_commitment .future_ready .text-heading {
    font-size: 6rem !important;
    width: 52%;
    margin-left: auto;
    text-align: right;
}
}

@media (max-width: 991.99px) {

  p,
  li,
  body {
    font-size: 14px;
  }

  header .or-1 {
    order: 1;
  }

  header .or-2 {
    order: 2;
  }

  header .or-3 {
    order: 3;
  }

  .text-heading {
    font-size: 7rem;
    line-height: 1;
  }

  .stellarnav.mobile {
    text-align: left;
  }

  .stellarnav.mobile .menu-toggle {
    padding-left: 0;
  }

  .contactUS .text-heading span {
    font-size: 4.5rem;
    line-height: 1.9;
  }

  .banner {
    padding-top: 10rem;
    padding-bottom: 5rem;
  }

  .backgroundplay {
    margin-top: -50px;
    padding-top: 80px;
  }

  .featured .swiper-button-next,
  .featured .swiper-button-prev {
    height: 50px;
    width: 50px;
  }

  .featured .swiper-button-next::after,
  .featured .swiper-button-prev::after {
    font-size: 20px;
  }

  p {
    font-size: 14px;
  }

  .contactfooterList {
    grid-template-columns: auto auto;
    gap: 5px;
  }

  .contactUS .commonPart {
    background-position: left;
    background-size: cover;
    margin-top: -7rem;
    padding-top: 15rem;
    padding-bottom: 1rem;
    padding-left: 5rem;
  }

  .contactBottom {
    padding: 7rem 0;
    margin-top: -5rem;
    padding-bottom: 0;
  }

  .banner p span {
    font-size: 16px;
  }

  .banner {
    padding-bottom: 5rem !important;
    padding-top: 7rem;
  }

  .banner li {
    margin-bottom: 5px;
  }

  .banner li>.flex {
    flex: 0 0 25px;
    height: 25px;
    font-size: 0.7rem;
    margin-right: 5px;
  }

  .banner li p {
    font-size: 12px;
  }

  .banner .secondary-heading {
    font-size: 0.8rem;
  }

  .topHeading .text-heading,
  .trans_portation .text-heading,
  .centric-approach .text-heading {
    font-size: 3rem;
  }

  .about_img_home {
    width: 100%;
    max-width: 30%;
  }

  .aboutUs li span.font-medium {
    font-size: 14px;
  }

  /* .industry-expertise.why_choose_us.trans_portation .future_ready {
        margin-top: 0;
    } */

  .industry-expertise.why_choose_us.trans_portation .industry_list {
    position: relative;
    z-index: 1;
    padding: 0rem 2rem 1rem;
    width: 100%;
    gap: 13px;
  }

  .industry-expertise.why_choose_us.trans_portation .industry_list li span.font-medium {
    font-size: 14px;
  }

  .industry-expertise.why_choose_us.trans_portation .industry_list li {
    gap: 10px;
  }

  .industry-expertise_wrap {
    padding: 50px 0;
  }

  .industry-expertise_wrap .future_ready {
    padding-right: 1rem;
  }

  .industry-expertise_wrap .future_ready .industry_list {
    margin-top: 15px;
    gap: 0.5rem;
  }

  .industry-expertise_wrap .future_ready .industry_list li {
    gap: 5px;
  }

  /* .contactUS.centric-approach .future_ready .safety.solutionsList {
        margin-top: -6rem;
        margin-bottom: 1rem;
    } */
  .contactUS.centric-approach .future_ready .safety.solutionsList {
    margin-top: -8rem;
    margin-bottom: 1rem;
  }

  .fs-6 {
    font-size: 4rem !important;
    text-align: left !important;
  }

  .mob_about_h ul {
    padding-left: 10px;
  }

  .contactUS.centric-approach .future_ready .safety.solutionsList li {
    gap: 10px;
    margin-bottom: 10px;
  }

  .solutionsList::after {
    height: 140px;
  }

  .new_btm_industry img {
    max-width: 100px;
  }

  .contactUS .text-heading {
    font-size: 3rem;
    text-align: center;
  }

  .home_list_Btm {
    display: grid;
    grid-template-columns: auto auto;
    place-content: center;
    justify-content: center;
    margin: 25px auto;
    gap: 1rem;
  }

  .contact_one_sec .industry_content_imgage.two {
    display: none;
  }

  .service_tab h2.text-heading {
    font-size: 4rem;
    margin-left: 1rem;
    margin-bottom: 0;
  }

  .contact_page_wrapper .col-span-12.num .industry_content .mb-8 {
    margin-bottom: 15px;
  }

  .contact_page_wrapper .col-span-12.num .industry_content .mb-8>p {
    margin-bottom: 3px;
  }

  .industry-expertise.why_choose_us.trans_portation::before {
    content: normal;
  }

  .mobOrder .industry_content_img::after {
    height: 200px;
    width: 200px;
  }

  .why_choose_us .industry_list::after {
    bottom: 10px;
    height: 230px;
  }

  .new_Sec_truck .industry_list::after {
    height: 260px;
    max-width: 100%;
  }

  .new_Sec_truck .industry_list {
    padding: 0rem 1rem 2rem;
    gap: 0.5rem;
  }

  .industry-expertise_wrap::after {
    height: 435px;
  }

  .centric-approach .about-behindbg::after {
    height: 260px;
    width: 260px;
  }
}

@media (max-width: 820px) {

  .banner h1,
  h1,
  .innerBanner h2 {
    font-size: 5.5rem;
  }

  .banner>div.absolute {
    top: 5%;
  }

  .family_owened .text-heading {
    font-size: 4.813rem;
  }

  .page-id-56 .contactUS.safety_commitment .future_ready .text-heading {
    font-size: 4.3rem !important;
    width: 50%;
    margin-left: auto;
    text-align: end;
    margin-top: 9rem;
  }

  .page-id-56 .safety_texts {
    max-width: 100%;
  }
}

@media (min-width: 767px) and (max-width: 1000px) {
  .mainGrid {
    align-items: end;
  }
}

@media (max-width: 768.99px) {
  .industry-expertise_wrap::after {
    height: 450px;
  }
}

@media (max-width: 767px) {
  header {
    padding-block: 5px;
    background-color: #202020;
  }

  .innerBanner h1 {
    font-size: 4rem;
  }

  .fs-45 {
    font-size: 45px !important;
    text-align: center;
    margin-bottom: 16px;
  }

  .fs-45 br {
    display: none;
  }

  p,
  li,
  body {
    font-size: 13px !important;
  }

  .banner h1,
  h1,
  .innerBanner h2 {
    font-size: 5.5rem;
  }

  .banner .primaryBtn {
    min-width: 256px;
    text-align: center;
    justify-content: center;
    margin-top: 8px;
  }

  .text-heading {
    font-size: 3rem;
    text-align: center;
  }

  .contactUS .text-heading span {
    font-size: 2rem;
    line-height: 1.9;
  }

  .banner ul {
    padding-left: 6rem;
  }

  .banner {
    padding-top: 32px;
    padding-bottom: 7rem !important;
  }

  .banner li>.flex {
    flex: 0 0 29px;
    height: 29px;
    font-size: 14px;
    margin-right: 12px;
  }

  .banner p.font-normal {
    display: flex;
    flex-direction: column;
    font-size: 15px;
    line-height: 34px;
  }

  .banner p.font-normal span {
    font-size: 28px;
    line-height: 34px;
  }

  .banner li {
    margin-bottom: 20px;
  }

  .topHeading .text-heading,
  .trans_portation .text-heading,
  .centric-approach .text-heading {
    font-size: 2.813rem;
  }

  .aboutH_new {
    padding-inline: 10px;
  }

  .aboutH_new .text-heading {
    font-size: 72px;
  }

  .backgroundplay {
    margin-top: -45px;
    padding-top: 70px;
  }

  .aboutUs {
    padding-inline: 12px;
    text-align: center;
  }

  .aboutUs .content {
    margin-top: 10px;
  }

  .aboutUs p {
    font-size: 13px;
  }

  .aboutUs img {
    height: 250px;
  }

  .aboutUs .primaryBtn.hidden {
    display: none;
  }

  .mob_about_h {
    flex-direction: column-reverse;
  }

  .aboutUs .mob_about_h img {
    height: 251px;
    width: auto;
    margin-inline: auto;
  }

  .mobile {
    justify-content: center;
    align-items: center;
  }

  .ourVehicles::after {
    top: -12.6%;
    height: 108px;
  }

  .ourVehicles {
    padding-top: 50px;
  }

  .ourVehicles .max-w-5xl {
    max-width: 95%;
  }

  .featured .swiper.mySwiper::after {
    width: 325px;
    height: 130px;
  }

  .contactUS .homeContact {
    flex-direction: column;
    padding-top: 3rem;
    justify-content: center;
    text-align: center;
  }

  .contactUS .homeContact>div {
    margin-bottom: 2rem;
  }

  .homeContact .contactlinks::after {
    content: normal;
  }

  .btnText {
    text-align: center;
  }

  .about-behindbg {
    text-align: center;
  }

  .about-behindbg p {
    margin-top: 25rem;
  }

  .centric-approach .about-behindbg::after {
    height: 273px;
    width: 273px;
    left: 50%;
    top: 32%;
    transform: translateX(-50%);
  }

  .new_btm_industry img {
    max-width: 90px;
    position: absolute;
    top: 27%;
    left: 50%;
    transform: translateX(-50%);
  }

  .contactUS {
    padding-inline: 12px;
  }

  .new_btm_industry {
    margin-top: 30px;
  }

  .home .industry-expertise.why_choose_us.trans_portation .mobOrder {
    order: 2;
  }

  .home .industry-expertise.why_choose_us.trans_portation .mobOrders {
    order: 1;
  }

  .home .industry-expertise.why_choose_us.trans_portation .future_ready {
    padding-left: 0;
  }

  .home .centric-approach .industry-expertise.why_choose_us.centric-approach,
  .home .industry-expertise.why_choose_us.trans_portation {
    text-align: center;
  }

  .home .centric-approach .industry-expertise.why_choose_us.centric-approach .industry_list {
    grid-template-columns: auto;
    gap: 0.5rem;
    padding-left: 8rem;
    padding-right: 6rem;
  }

  .service_rendered {
    padding: 30px 10px;
  }

  .service_rendered .future_ready h2 {
    order: unset !important;
  }

  .service_rendered .safety.service_list.solutionsList {
    width: fit-content;
    margin: auto;
  }

  .service_rendered_content {
    padding-right: 0;
  }

  .home .centric-approach .industry-expertise.why_choose_us.centric-approach .industry_list::after {
    height: 100%;
    min-height: 338px;
    max-width: 100%;
  }

  .industry-expertise_wrap {
    padding-inline: 5px;
    text-align: center;
    padding-bottom: 0;
    margin-inline: 15px;
  }

  .content.phn_inline {
    padding-inline: 5px;
  }

  .industry-expertise_wrap .future_ready {
    text-align: center;
  }

  .industry-expertise_wrap .industry_img img {
    max-width: 83%;
    margin: auto;
  }

  .industry-expertise_wrap .future_ready .industry_list {
    grid-template-columns: auto;
    margin: auto;
    margin-bottom: 3rem;
  }

  .industry-expertise_wrap::after {
    bottom: 53%;
    transform: translateY(47%);
  }

  .industry-expertise_wrap .imgPart {
    order: 2;
  }

  .industry-expertise_wrap .textPart {
    order: 1;
  }

  .mob_justify {
    justify-content: center;
  }

  .home .contactUS .future_ready {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .home .contactUS .common_padding {
    padding: 45px 29px;
  }

  .home .contactUS .future_ready h2,
  .commitment_home .future_ready h2 {
    order: 1;
    margin-bottom: 25px;
  }

  .home .contactUS .future_ready p,
  .commitment_home .future_ready p {
    order: 2;
  }

  .commitment_home .future_ready ul.solutionsList {
    margin-inline: auto;
  }

  .home .contactUS .future_ready .home_list_Btm,
  .commitment_home .future_ready ul.solutionsList {
    order: 3;
    margin-top: 15px !important;
    margin-bottom: 0 !important;
  }

  .home_list_Btm {
    grid-template-columns: auto;
  }

  .solutionsList.home_list_Btm::after,
  .commitment_home .future_ready ul.solutionsList::after,
  .service_rendered .safety.service_list.solutionsList::after {
    content: normal;
  }

  footer {
    padding-block: 30px;
  }

  .footermenu {
    display: flex;
    flex-wrap: wrap;
  }

  .footermenu {
    /* display: grid;
        grid-template-columns: auto auto;
        justify-content: unset; */
    text-align: center;
    margin-bottom: 1rem;
  }

  .footermenu li a,
  footer li,
  footer li p {
    /* border: none; */
    font-size: 13px;
  }

  footer li p {
    margin-bottom: 0;
  }

  .content {
    font-size: 14px;
    line-height: 1.34;
    margin-top: 1.2rem;
  }

  p,
  .contactUS ul li,
  .contactUS table td {
    font-size: 14px;
  }

  .contactUS,
  .contactUS table th {
    text-align: center;
  }

  .contactUS ul {
    justify-content: center;
  }

  .innerBanner h5 {
    left: 8.5%;
    text-align: center;
    font-size: 14px;
  }

  .about-behindbg::after {
    height: 150px;
    width: 150px;
    left: 40%;
  }

  .innerBanner.aboutUS.innerBanner img {
    margin-left: 0;
  }

  .contactfooterList {
    grid-template-columns: auto;
    gap: 5px;
  }

  .contactUS .commonPart {
    background-position: left;
    background-size: cover;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 1rem;
    padding-left: 0;
    background-image: none;
  }

  .contactUS .commonPart h4 {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .contactUS .commonPart .homeContact {
    padding-top: 1rem;
  }

  .contactUS .commonPart ul.contactfooterList {
    text-align: left;
  }

  .service_faq .faq-btn span.text-lg.font-semibold {
    padding-right: 16px;
  }

  .service_bottm_pad {
    padding-bottom: 10px;
  }

  .safety_head {
    position: static;
  }

  .future_ready.safety_future .safety_head {
    width: 100% !important;
    text-align: center !important;
    font-size: 53px !important;
    line-height: 61px !important;
  }

  .safety.service_list.solutionsList.service_prio_lists::after {
    content: normal;
  }

  .for_fon_flexBox {
    display: flex;
    flex-direction: column;
  }

  .legacy_fonImg {
    max-width: 348px;
    margin-inline: auto;
  }

  .our_legacy .future_ready::after {
    height: 569px;
    top: 0;
    bottom: unset;
  }

  .ruby {
    display: ruby;
  }

  .new_btm_industry .about-behindbg h2.text-heading {
    font-size: 74px !important;
    line-height: 78px !important;
    text-align: center;
  }

  .page-id-56 .contactUS.safety_commitment .future_ready .text-heading {
    margin-top: 0;
  }
  .family_owened.service_bottm_pad{
    padding-top: 1.2rem;
  }
}

@media (max-width: 575.99px) {
  .innerBanner>div.absolute {
    position: relative;
    padding-bottom: 5rem;
  }

  .contact_two_sec .num {
    order: 2;
  }

  .contact_two_sec .numm {
    order: 1;
  }

  .contact_one_sec {
    text-align: left;
  }

  .contact_two_sec {
    text-align: end;
  }

  .inner_child_contact {
    padding: 55px 29px;
  }

  .inner_child_contact .owened_content p br {
    display: none;
  }

  .family_owened .inner_child_contact .text-heading {
    font-size: 54px;
    margin-bottom: 26px;
  }

  .service_prio_lists {
    width: 100%;
    max-width: 60%;
    margin-inline: auto;
    text-align: start;
  }

  .single.single-service .family_owened .text-heading {
    font-size: 4.625rem;
  }

  .fs-53 {
    font-size: 53px !important;
    line-height: 61px !important;
  }

  .fs-72 {
    font-size: 72px !important;
    line-height: 86.4px !important;
  }

  .aboutUs img {
    height: auto;
  }

  .page-id-5 .industry-expertise.why_choose_us.trans_portation .industry_list {
    grid-template-columns: auto;
    padding: 0 3rem;
  }

  .page-id-5 .industry-expertise.why_choose_us.trans_portation .industry_list::after {
    bottom: -45px;
    height: 363px;
  }

  .page-id-5 .industry-expertise.why_choose_us.trans_portation {
    padding-bottom: 60px;
  }
}

@media (min-width: 430px) and (max-width: 500px) {
  .contact_page_wrapper {
    padding-inline: 22px;
  }

  .contact_page_mobile .contact_page_mobile_para {
    width: 100%;
    max-width: 65%;
    margin: auto auto 25px;
    font-size: 15px !important;
  }

  .innerBanner h1 {
    font-size: 100px;
  }
}

@media (max-width: 450px) {
  .family_owened .inner_child_contact .text-heading {
    font-size: 52px;
  }

  .page-id-50 .aboutUs {
    padding-inline: 30px;
  }

  .fs-72 {
    font-size: 62px !important;
    line-height: 76.4px !important;
  }

  .home .centric-approach .industry-expertise.why_choose_us.centric-approach .industry_list {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .home .centric-approach .industry-expertise.why_choose_us.centric-approach .industry_list::after {
    height: 100%;
    min-height: 255px;
    max-width: 100%;
  }

  .fs-6 {
    font-size: 3rem !important;
    text-align: center !important;
  }

  .hello_about {
    padding-inline: 0.125rem;
  }

  .hello_about .topHeading .text-heading {
    font-size: 2rem;
  }

  .hello_about .mob_about_h ul {
    text-align: left;
  }

  .single.single-service .family_owened .text-heading {
    font-size: 2.5rem;
  }

  .page-id-56 .centric-approach .contactUS .text-heading {
    font-size: 3.5rem;
  }

  .faq_qs {
    padding-inline: 25px;
    margin-top: 1.2rem;
}

  .faq_qs .fs-45 {
    font-size: 37px !important;
    margin-bottom: 25px;
  }

  .service_faq .faq-btn span.text-lg.font-semibold {
    font-size: 14px;
  }

  .faq-content {
    font-size: 13px;
  }

  .service_faq .icon {
    height: 20px;
    width: 20px;
    flex: 0 0 20px;
    line-height: 18px;
    font-size: 12px;
  }

  .home .industry-expertise.why_choose_us.trans_portation {
    padding-top: 0;
    margin-top: -2.5rem;
  }
 .page-id-50 .backgroundplay {
    margin-top: -50px;
    padding-top: 40px;
}
.new_btm_industry .about-behindbg h2.text-heading {
    font-size: 60px !important;
    line-height: 65px !important;
    text-align: center;
}
.future_ready.nesPadd_home {
    padding-right: 0;
    padding-inline: 0.2rem;
}
}

@media (max-width: 380px) {

  .banner h1,
  h1,
  .innerBanner h2 {
    font-size: 4.5rem;
  }

  .fs-72 {
    font-size: 46px !important;
    line-height: 55.4px !important;
  }

  .page-id-5 .industry-expertise.why_choose_us.trans_portation .industry_list::after {
    bottom: -20px;
    height: 330px;
  }
  .banner ul {
    padding-left: 1rem;
}
.industry-expertise_wrap::after {
    height: 515px;
}
.service_prio_lists {
    width: 100%;
    max-width: 95%;
}
.fs-53 {
    font-size: 40px !important;
    line-height: 60px !important;
}
.page-id-56 .contactUS.safety_commitment .future_ready .text-heading, .family_owened .text-heading {
    font-size: 3rem !important;
}
.aboutH_new .text-heading {
    font-size: 50px;
}
.notPaddingFon{
  padding-inline: 10px;
}
.centric-approach .about-behindbg::after {
    top: 28%;
}
.new_btm_industry img {
    top: 20%;
}
.future_ready{
  text-align: left !important;
}
}

@media (max-width: 330px) {
  .text-heading {
    font-size: 2rem;
  }

  .contactUS .text-heading span {
    font-size: 1.5rem;
    line-height: 1.9;
  }

  .contactUS .homeContact {
    padding-top: 1rem;
  }

  .content,
  p,
  .contactUS ul li,
  .contactUS table td {
    font-size: 12px;
  }

  .aboutUs img {
    height: 150px;
  }

  .aboutUs .mobile .flex h2 {
    margin-left: 0;
  }

  .banner>div.absolute {
    top: 2%;
  }

  .banner h1,
  h1 {
    font-size: 3.5rem;
  }

  .innerBanner {
    padding-top: 3rem;
    padding-bottom: 1rem;
  }

  .innerBanner img {
    width: 100%;
    margin: auto;
  }

  .innerBanner h5 {
    left: 8.5%;
    text-align: center;
    font-size: 12px;
  }
  .page-id-56 .contactUS.safety_commitment .future_ready .text-heading, .family_owened .text-heading {
    font-size: 2.2rem !important;
}
}

.service_prio_lists {
  text-align: start;
}

@media (min-width: 1700px){
.industry-expertise.why_choose_us.trans_portation::before {
    height: 480px;
    right: -10.2%;
}
}

@media (min-width: 2500px) {
    .industry-expertise.why_choose_us.trans_portation::before {
        height: 450px;
        right: -22.5%;
    }
}