.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.pr-0 {
  padding-right: 0 !important;
}
h2 {
  font-size: 40px;
  line-height: 1.2;
}
.text-align-left {
  text-align: left !important;
}
.d-flex-dir-col-justify-align-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.d-flex-justify-content-center {
  display: flex;
  justify-content: center;
}
.d-flex-justify-content-start {
  display: flex;
  justify-content: start;
}
.d-flex-justify-content-end {
  display: flex;
  justify-content: end;
}
.d-flex-dir-col-justify-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.d-flex-justify-align-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.handle-preloader {
  background: #66a237;
}
.desktop-section-padding {
  padding: 60px 0;
}
section .container p a {
  color: #73bc39;
}
section .container p a:hover {
  color: #9fe764;
}
.section--head .main--title {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
}
.section--head .main--title span {
  color: #fd4f01;
}
.bg-white {
  background: #fff !important;
}
.pattern-bg {
  background-image: url(../images/all/shapes/pattern-background-bg.png);
}
.shake-horizontal {
  animation: shake-horizontal 10s ease-in-out infinite both;
}
@keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  80% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  90% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
}
.section-title-container-custom {
  max-width: 100%;
  width: 800px;
  display: flex;
  flex-direction: column;
}
#popup-modal .modal-containerr .modal-body .newsletter-popup-inner {
  max-width: 100%;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: none;
}
.enquiry-popup-right-side-content {
  margin-left: 0;
  padding: 10px;
}
.enquiry-popup-right-side-content h3 {
  margin-bottom: 15px;
}
.enquiry-popup-right-side-content p {
  margin-bottom: 15px;
}
.page-banner-section {
  background-image: url(../images/all/inner-breadcrumb-bg.webp);
  padding-top: 200px;
  padding-bottom: 20px;
}
.page-banner-section::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 70%;
  background: linear-gradient(
    to bottom,
    rgb(0 0 0 / 47%) 0,
    rgb(0 0 0 / 28%) 30%,
    rgba(0, 0, 0, 0) 100%
  );
}
.page-banner-title {
  padding-bottom: 40px;
  font-size: 44px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 2px;
}
.page-banner-section .breadcrumb {
  margin-bottom: 0;
}
.page-banner-section .breadcrumb li a,
.page-banner-section .breadcrumb li {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}
::-webkit-scrollbar {
  width: 7px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #7bc73e;
}
::selection {
  background: #8fdf4d;
}

/* ************************************************************************************************** */

.header-logo a img {
  width: 100px;
}
.header-top-social-icons-container ul li a svg path {
  transition: all 0.3s linear;
}
.header-top-social-icons-container ul li a:hover svg path {
  fill: #aef971;
}
.header-lower-container {
  padding-left: 0;
}
.logo-box.header-logo-box {
  max-width: 195px;
  width: 100%;
  background: #fff;
  padding: 10px 20px;
  box-shadow: none;
  text-align:center;
}
.header-lower .logo-box.header-logo-box .logo {
  padding: 0;
}
.main-menu.header-main-nav-custom .navigation > li > a {
  padding: 15px 12px;
  font-size: 15px;
}
.main-menu.header-main-nav-custom .navigation > li:hover > a:before {
  width: 50px;
}
.main-menu.header-main-nav-custom .navigation > li > a:before {
  left: auto;
}
.sticky-header .header-logo a img {
  width: 120px;
}
.sticky-header .main-menu .navigation > li > a {
  padding: 25px 12px;
}

/* ************************************************************************************************** */

.homepage-banner-custom .banner-carousel .slide-item .slide-layer-1 {
  background-image: url(../images/all/home/banner/banner-slide-1.webp);
}
.homepage-banner-custom .banner-carousel .slide-item .slide-layer-2 {
  background-image: url(../images/all/home/banner/banner-slide-2.webp);
}
.homepage-banner-custom .banner-carousel .slide-item .slide-layer-3 {
  background-image: url(../images/all/home/banner/banner-slide-3.webp);
}
.banner-section.home-three .content-box {
  padding: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 50px;
}
.banner-section .content-box .main-title-1 {
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.75) 7px 7px 10px;
  -webkit-text-stroke: #fff;
  -webkit-text-stroke-width: 1px;
  letter-spacing: 2px;
  -webkit-transform: translateY(150px);
  -moz-transform: translateY(150px);
  -ms-transform: translateY(150px);
  -o-transform: translateY(150px);
  transform: translateY(150px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.banner-section .content-box .main-title-2 {
  font-size: 60px;
  line-height: 1;
  font-weight: 800;
  font-style: normal;
  margin-bottom: 25px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.75) 7px 7px 10px;
  -webkit-text-stroke: #fff;
  -webkit-text-stroke-width: 2px;
  letter-spacing: 2px;
  -webkit-transform: translateY(150px);
  -moz-transform: translateY(150px);
  -ms-transform: translateY(150px);
  -o-transform: translateY(150px);
  transform: translateY(150px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.banner-section .content-box .sub-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: none;
  text-shadow: rgba(0, 0, 0, 0.75) 7px 7px 10px;
  max-width: 800px;
}

/* ************************************************************************************************** */

.content-below-banner-section .shape-five.closed-box-shape {
  top: 20px;
  left: 0;
}
.content-below-banner-section .shape-six.open-box-shape {
  top: 20px;
  right: 60px;
}
.cta-001.content-below-banner-section {
  background: #fd4f01;
}
.cta-001.content-below-banner-section .cta-inner {
  column-gap: 20px;
}
.cta-001.content-below-banner-section .cta-inner .title-box {
  border-right: 2px solid #fff;
}
.content-below-banner-content-container-left h6 {
  color: #f9fff3;
  font-size: 19px;
}
.content-below-banner-content-container-left h3 {
  font-size: 35px;
  line-height: 1.3;
}
.content-below-banner-content-container-right p {
  color: #fff;
}

/* ************************************************************************************************** */

.about-section.home-about-section:hover .image-bg-shape {
  right: 0px;
  bottom: 0px;
}
.home-about-section .about-image-colmun .image:hover .image-bg-shape {
  right: -5px;
  bottom: -5px;
}
.home-about-section .about-image-colmun .image-bg-shape {
  width: 100%;
  height: 100%;
  border: 10px groove #000;
  z-index: 10;
  /* width: 600px;
  height: 650px;
  border: 10px groove #7bc73e; */
}
.about-image-colmun.home-about-left-col .shape-01 {
  top: auto;
  right: -45px;
}
.feature-block-two.home-about-counter-block .title {
  line-height: 1.3;
  font-weight: 500;
  font-size: 18px;
}
.about-image-colmun.home-about-left-col .add-text {
  padding: 20px;
  z-index: 20;
}
.about-image-colmun.home-about-left-col .add-text-two {
  padding: 20px;
  max-width: 210px;
  z-index: 20;
}
.about-image-colmun.home-about-left-col .shape-01 img {
  filter: contrast(0.25);
}

/* ************************************************************************************************** */

.home-about-section-2 {
  /* background: #f7fff2; */
  background: linear-gradient(to right, #c6ffdd, #f1ffe6, #c4f49d);
}
.home-about-2-features-blocks-container .feature-block {
  max-width: 33%;
  margin: 0 0 30px;
}
.home-about-2-features-blocks-container .feature-block .feature-inner {
  background-color: #f7f7f7;
}
.company-about .section-title .title span {
  display: block;
}
.company-about.about-company-page-section-1 .section-title .title span {
  display: inline-block;
}
.company-feature.home-about-2-features-blocks-container {
  display: flex;
  column-gap: 30px;
  padding: 0 70px;
}

/* ************************************************************************************************** */

.service-block-001.home-service-block .show-content .text-area {
  padding: 175px 40px 40px;
  /* background: #5b8b34; */
  background: #f2753e;
}
.service-block-001.home-service-block .logo-icon {
  /* background-color: #eeffe1; */
  background-color: #e1ffcb;
}
.service-block-001.home-service-block .tag {
  position: absolute;
  top: 40px;
  right: 20px;
  font-size: 70px;
  font-weight: 900;
  z-index: 1;
  display: inline-block;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(251 255 249 / 24%);
  color: transparent;
}
.service-block-001.home-service-block .hidden-content {
  background-color: #fd4f01;
}
.service-block-001.home-service-block .hidden-content .text-area {
  padding: 250px 40px 40px;
}
.home-service-block-title {
  font-size: 17px;
  line-height: 1.3;
}
.service-block-001.home-service-block .text-area p {
  line-height: 1.4;
  font-size: 15px;
}
.service-block-001.home-service-block:hover .text-area h4 {
  font-size: 17px;
  line-height: 1;
}
.service-block-001.home-service-block:hover .text-area h4 a,
.service-block-001.home-service-block .text-area h4 a {
  padding-bottom: 15px;
  margin-bottom: 20px;
}

/* ************************************************************************************************** */

.why-choose-us-section {
  background-image: url(../images/all/shapes/bg-1.jpg);
}
.why-choose-us-section .work-block-one .inner-box {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1399px) {
  .why-choose-us-section .colmun:nth-child(3) .work-block-one {
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
  .why-choose-us-section .row {
    row-gap: 25px;
  }
  .why-choose-us-section .work-block-one {
    display: flex;
    justify-content: center;
  }
}
.why-choose-us-section .colmun:nth-child(3) .work-block-one {
  margin-left: 320px;
  margin-right: 0;
  margin-top: 20px;
}
.why-choose-us-section .work-block-one .inner-box .icon-box .step {
  bottom: -50px;
  left: 50px;
}
.why-choose-us-section .work-block-one .border-shape {
  bottom: -145px;
}
.why-choose-us-section .work-block-one:hover .inner-box .icon-box i {
  color: #81bc52;
}
.why-choose-us-section .work-block-one:hover .inner-box .icon-box .step {
  color: #81bc52;
}

/* ************************************************************************************************** */

.home-counter-section {
  background-color: #7bc73e21;
  border: 15px groove #000;
  padding: 40px 0;
}
.home-counter-block {
  margin: 20px 0;
}
.company-feature-section.home-counter-section .company-feature {
  max-width: 100%;
  width: 100%;
}
.feature-block-two.home-counter-block .icon-box {
  margin-bottom: 10px;
}
.feature-block-two.home-counter-block .count-box {
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: 10px;
}
.feature-block-two.home-counter-block.title {
  line-height: 1.1;
}

/* ************************************************************************************************** */

.video----container {
  padding: 0;
}
.video----container iframe {
  width: 100%;
  height: 330px;
  box-shadow: 0 0 12px #7bc73e;
  border-radius: 5px;
  border: 5px groove #7bc73e;
}
.border--bottom {
  border-bottom: 1px solid #81bc52;
}

/* ************************************************************************************************** */

.main-footer {
  background-image: url(../images/all/shapes/footer-pattern.png);
  background-color: #1e2228;
}
.main-footer .footer-top {
  padding-top: 60px;
}
.footer-social-ul li {
  margin-left: 5px;
}
.footer-social-ul li a {
  box-shadow: 1px 3px 7px 0px #fff;
  padding: 10px;
  border-radius: 50%;
}
.header-top-social-icons-container .footer-social-ul li a:hover {
  background: #7caf54;
  box-shadow: none;
}
.header-top-social-icons-container .footer-social-ul li a:hover svg path {
  fill: #fff;
}
.contact-info-two.footer-contact-info-widget li {
  display: block;
}
.contact-info-two.footer-contact-info-widget li i {
  width: 30px;
  height: 30px;
  line-height: 35px;
  margin-right: 15px;
}
.contact-info-two.footer-contact-info-widget li:nth-child(3) i {
  background-color: #88cc51;
}
.main-footer.home-eight .footer-widget-2 {
  margin-left: 70px;
}
.main-footer.home-eight .footer-widget-3 {
  margin-left: 0;
}
.main-footer .widget-title h5:after {
  width: 70px;
  background: linear-gradient(270deg, #ffffff -22.92%, #7bc73e 56.63%);
}
.main-footer .widget-title {
  margin-right: 50px;
  margin-bottom: 30px;
}
.quick-widget .quick-links li {
  margin-bottom: 15px;
}
.quick-widget .quick-links li a {
  font-size: 16px;
  line-height: 24px;
}

/* ************************************************************************************************** */

.network-map-container img {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px,
    rgba(17, 17, 26, 0.1) 0px 24px 80px;
  padding: 5px;
  border: 5px groove #77bc4073;
}

/* ************************************************************************************************** */

.form-group label {
  display: none;
}
.contact-form .form-group i {
  top: 15px;
  left: 15px;
}
.popup-right-side-content-container {
  padding: 0;
}
.popup-right-side-content-container .popup-modal-contentt {
  padding: 30px;
  background: linear-gradient(to right, #e6e6e6, #f1ffe6, #dfefff);
}
.popup-right-side-content-container .popup-modal-contentt h4 {
  font-size: 17px;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 0.5px;
}
.popup-right-side-content-container .popup-modal-contentt h3 {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 0px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 1.5px;
  -webkit-text-stroke: #000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-fill-color: #8dd355;
  -webkit-text-stroke-color: #8dd355;
  text-shadow: 0px 2px 2px #8dd3554d;
}
.modal-containerr .modal-content .modal-header {
  padding: 0;
  border: none;
}
.modal-containerr .modal-content {
  border-radius: 10px;
}
.modal-containerr .modal-body {
  padding: 0;
  border: 10px groove #a9d08b;
  border-radius: 10px;
}
.modal-containerr .modal-content .modal-header button {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10;
}
.modal-containerr .modal-header .btn-close {
  box-sizing: content-box;
  width: 2em;
  height: 2em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent
    url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 32 32"><path fill="white" d="M16 2C8.2 2 2 8.2 2 16s6.2 14 14 14s14-6.2 14-14S23.8 2 16 2m5.4 21L16 17.6L10.6 23L9 21.4l5.4-5.4L9 10.6L10.6 9l5.4 5.4L21.4 9l1.6 1.6l-5.4 5.4l5.4 5.4z"/></svg>');
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

/* ************************************************************************************************** */
/* ************************************************************************************************** */
/* ************************************************************************************************** */
/* ************************************************************************************************** */
/* ************************************************************************************************** */

.about-company-page-section-1 .ac-section-1-left-col .image-colmun .ac-image-2 {
  position: absolute;
  bottom: -10px;
  left: -10px;
  z-index: 10;
  width: 400px;
  height: auto;
  border: 10px groove #6bd06b;
}
.about-company-page-section-1 .ac-section-1-left-col .image-colmun .ac-image-1::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #88cc5169;
}
.about-company-fleet-section .section-title {
  margin-bottom: 30px;
}
.about-company-fleet-section .section-title .title {
  margin-bottom: 10px;
}
.about-company-fleet-section .section-title .title-text {
  margin-bottom: 0px;
}
.about-company-fleet-section .ac-fleet-img-container .wrapper-box {
  display: flex;
  gap: 35px;
}
.about-company-fleet-section .ac-fleet-img-container .wrapper-box .image {
  box-shadow: inset 0px 0px 59px #66a23736, 0 0 11px #0303035c;
  padding: 7px;
  /* padding: 20px; */
  transition: all 0.4s linear;
}
.about-company-fleet-section .ac-fleet-img-container .wrapper-box .image:hover {
  transform: scale(1.05);
}
.about-company-page-section-3 {
  background-image: url(../images/all/about/our-company/about-company-page-section-3-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0;
}
.cta-section-03.about-company-page-section-3:before {
  position: absolute;
  inset: 0px;
  content: "";
  opacity: 1;
  z-index: -1;
  background-color: #00000036;
}
.about-company-page-section-3 .cta-inner .title {
  color: #fff;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 25px;
}
.about-company-page-section-3 .cta-inner .title span {
  color: #88cc51;
}
.about-company-page-section-3 .cta-inner p {
  color: #fff;
}
.slick-prev.slick-arrow,
.slick-next.slick-arrow {
  display: none !important;
}
.ac-page-our-clients .slick-slide {
  border: 1px solid #dcdcdc;
  background: #f7f7f7;
  margin: 7px;
  padding: 5px;
}

/* ************************************************************************************************** */

.map-section.home-six.vision-and-mission-section {
  padding: 50px 0 0;
}
.map-section.home-six.vision-and-mission-section .tab-buttons {
  margin-bottom: 30px;
}
.vision-and-mission-section .office-info-box {
  bottom: 30px;
  left: 30px;
  padding: 30px;
  max-width: 600px;
}
.vision-mission-img-container {
  display: flex;
  flex-direction: row;
}
.vision-mission-img-container img {
  width: 50%;
  /* width: 104vh; */
}

/* ************ */

.vision-mission-our-values-block {
  padding: 30px 20px;
  height: 100%;
  position: relative;
  background: linear-gradient(
    135deg,
    rgb(114 135 98) 0,
    rgb(105 173 51) 45%,
    rgb(94 143 54) 69%,
    rgb(116 180 65) 100%
  );
  box-shadow: 0px 0px 14px #81b755c2;
}
.vision-mission-our-values-block:hover .vision-mission-values-block-back {
  visibility: visible;
  background: #f2ffe7;
  box-shadow: inset 0px 0px 46px -8px #81b755c2;
  transition: 0.15s linear;
}
.vision-mission-values-block-front {
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: 0.15s linear;
}
.vision-mission-values-block-icon {
  width: 64px;
  height: auto;
}
.vision-mission-values-block-title {
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
}
.vision-mission-values-block-back {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  visibility: hidden;
  width: 100%;
  height: 100%;
  transition: 0.15s linear;
}
.vision-mission-values-block-back-text {
  padding: 20px;
}
.vision-mission-values-block-back-text p {
  color: #000;
  font-size: 15px;
  line-height: 1.4;
}

/* ************************************************************************************************** */
/* ************************************************************************************************** */

.services-page-block {
  background: #81bc5224;
  padding: 30px;
  box-shadow: inset 0 0 40px #69bb3769, 0 12px 17px #00000038;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.serives-page-block-column {
  margin-bottom: 30px;
}
.services-page-block .sp-content-container .sp-block-title a:hover {
  color: #77bc40;
}

/* ************************************************************************************************** */

.service-page-inner-section-1 {
  background: #f5f5f5;
}
.service-page-inner-section-1 .container .row {
  align-items: center;
}
.service-page-inner-section-img-col img {
  border-radius: 20px;
  animation: img-scale-and-rotate 3s linear infinite both;
}
@keyframes img-scale-and-rotate {
  0% {
    transform: scale(1) rotate(-0.1deg);
    transition: all 0.3s linear;
  }
  50% {
    transform: scale(1.03) rotate(0.1deg);
    transition: all 0.3s linear;
  }
  100% {
    transform: scale(1) rotate(-0.1deg);
    transition: all 0.3s linear;
  }
}
.service-page-inner-section-content-col .main--title {
  margin-bottom: 30px;
}
.service-page-inner-section-content-col .content--para {
  margin-bottom: 20px;
}
.service-page-inner-rt-parallax-section {
  background-image: url(../images/all/services/road-transport/rt-section-2-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0;
}
.cta-section-03.service-page-inner-rt-parallax-section:before {
  position: absolute;
  inset: 0px;
  content: "";
  opacity: 1;
  z-index: -1;
  background-color: #00000080;
}
.service-page-inner-rt-parallax-section .cta-inner .title {
  color: #fff;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 25px;
}
.service-page-inner-rt-parallax-section .cta-inner .title span {
  color: #88cc51;
}
.service-page-inner-rt-parallax-section .cta-inner p {
  color: #fff;
}
.reliability-list.custom-checklist li {
  font-size: 16px;
  padding: 5px 0 5px 35px;
}
.reliability-list.custom-checklist li i {
  top: 10px;
  width: 20px;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #67a733;
  border: 2px solid #72b73a;
}
.sp-inner-section-3-left-col {
  background: aliceblue;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sp-inner-section-3-left-col p {
  font-size: 18px;
  font-weight: 600;
}
.sp-inner-section-3-right-col {
  background: #f7f7f7;
  padding: 30px;
}

/* ************************************************************************************************** */

.service-page-inner-rt-parallax-section.last-mile-delivery-page {
  background-image: url(../images/all/services/last-mile-delivery/Lmd-section-2-bg.webp);
}
.service-page-inner-rt-parallax-section.same-day-delivery-section-2 {
  background-image: url(../images/all/services/same-day-delivery/sdd-section-2-bg.webp);
  padding: 70px 0 50px;
}
.service-page-inner-rt-parallax-section.express-delivery-section-2 {
  background-image: url(../images/all/services/express-delivery/ed-section-2-bg.webp);
}
.service-page-inner-rt-parallax-section.am-to-pm-service-section-2 {
  background-image: url(../images/all/services/am-to-pm-service/atps-section-2-bg.webp);
}
.service-page-inner-rt-parallax-section.reverse-logistics-section-2 {
  background-image: url(../images/all/services/reverse-logistics/rl-section-2-bg.webp);
}
.service-page-inner-rt-parallax-section.primary-and-secondary-distribution-section-2 {
  background-image: url(../images/all/services/primary-and-secondary-distribution/pasd-section-2-bg.webp);
}
.service-page-inner-rt-parallax-section.warehousing-solutions-section-2 {
  background-image: url(../images/all/services/warehouse-solutions/ws-section-2-bg.webp);
}
.service-page-inner-rt-parallax-section.appointment-delivery-section-2 {
  background-image: url(../images/all/services/appointment-delivery/ad-section-2-bg.webp);
}
.service-page-inner-rt-parallax-section .reliability-list.custom-checklist li {
  color: #fff;
}
.service-page-inner-rt-parallax-section .reliability-list.custom-checklist li b {
  color: #b7ff84;
}
.service-page-inner-rt-parallax-section .reliability-list.custom-checklist li i {
  color: #abf172;
  border: 2px solid #a0de6d;
}
.pasd-section-3-title {
  font-size: 32px !important;
}
.ws-section-3-title {
  font-size: 28px !important;
}

/* ************************************************************************************************** */

.team-block-one.samd-services-block {
  padding: 0px;
  border-radius: 5px;
  cursor: auto;
}
.team-block-one.samd-services-block .team-info {
  padding: 20px;
}
.team-block-one.samd-services-block .samd-services-content-block .samd-title {
  margin-bottom: 15px;
}
.team-block-one.samd-services-block .samd-services-content-block .samd-text {
  transition: all 500ms ease;
}
.team-block-one.samd-services-block:hover .samd-services-content-block .samd-text {
  color: #fff;
}

/* ************************************************************************************************** */

.service-wcu-block {
  padding: 20px;
  transition: all 0.3s ease-in;
  background: linear-gradient(#517831 50%, #96d861 50%);
  /* background: linear-gradient(#646464 50%, #7bc73e 50%); */
  background-size: 100% 200%;
  background-position: 0 2.5%;
  border-radius: 0;
  margin-bottom: 30px;
}
.service-wcu-block .wcu-icon-container {
  display: flex;
  justify-content: center;
}
.service-wcu-block .wcu-icon-container img {
  margin-bottom: 10px;
  filter: invert();
  transition: all 0.3s ease-in;
}
.service-wcu-block .service-wcu-block-title {
  color: #e2e2e2;
  font-size: 22px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 2px solid #7ab34c;
  transition: all 0.3s ease-in;
}
.service-wcu-block .service-wcu-block-text {
  color: #e2e2e2;
  font-size: 16px;
  margin: 0;
  text-align: center;
  transition: all 0.3s ease-in;
}
.service-wcu-block:hover {
  background-position: 0 100%;
  transition: all 0.3s ease-in;
}
.service-wcu-block:hover .wcu-icon-container img {
  filter: none;
}
.service-wcu-block:hover .service-wcu-block-title {
  border-bottom: 2px solid #646261;
  color: #070604;
}
.service-wcu-block:hover .service-wcu-block-text {
  color: #070604;
  transition: all 0.3s ease-in;
}

/* ************************************************************************************************** */

.sustainability-section-1 {
  background: url(../images/all/sustainability/section-1-bg.webp);
  padding: 150px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.service-page-inner-rt-parallax-section.sustainablity-section-3 {
  background-image: url(../images/all/sustainability/section-3-bg.webp);
}
.cta-section-03.service-page-inner-rt-parallax-section.sustainablity-section-3:before {
  background-color: #00000084;
}
.sustainability-section-1-content-col {
  padding-right: 50px;
}
.sustainability-page-greener-section {
  background: linear-gradient(to right, #dcffbf, #f1ffe6, #ffffff);
}
.sustainability-page-greener-section .hot-service-right h3 span {
  color: #77bc40;
}
.sustainability-page-greener-section .hot-service-left {
  margin: 0;
}
.sustainability-page-greener-section .hot-service-left .image-box img {
  border-radius: 6px;
  box-shadow: -7px 7px 10px #669c1ea3, 7px -7px 10px #0d3f6e5e;
  border: 3px solid #507c31;
  animation: img-scale-and-rotate 3s linear infinite both;
}
.sustainability-page-greener-section .hot-service-right {
  margin: 0;
}
.sustainablity-parallax-content-bold {
  font-weight: 900;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
}

/* ************************************************************************************************** */

.payment-page-section {
  background-image: url(../images/all/payment-page-bg.png);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f9f9f9;
}
.contact-form.payment-page-contact-form .form-group input,
.contact-form.payment-page-contact-form .form-group textarea {
  height: 45px;
  padding-left: 15px;
  border-radius: 3px;
  font-size: 15px;
  color: #000;
  text-transform: none;
  border-color: #b8b8b8;
  background-color: #f9f9f9;
  box-shadow: 0px 0px 10px #c9c9c957;
}
.contact-form.payment-page-contact-form .form-group.payment-form-button-form-group {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.contact-form.payment-page-contact-form
  .form-group.payment-form-button-form-group
  .payment-form-btn {
  width: auto;
  height: auto;
  font-size: 16px;
  padding: 7px 30px;
  color: #fff;
  background: #7bc73e;
  border-radius: 5px;
  box-shadow: 0px 5px 7px #45642ca1;
  transition: all 0.2s linear;
}
.contact-form.payment-page-contact-form
  .form-group.payment-form-button-form-group
  .payment-form-btn:hover {
  color: #000;
  background: #fdfdfd;
  box-shadow: 0px 2px 0px #95d760a1;
}

/* ************************************************************************************************** */

.contact-us-page-section .contact-page-info-widget .cpiw-title {
  font-size: 35px;
  margin-bottom: 15px;
}
.contact-us-page-section .contact-page-info-widget .cpiw-text {
  font-size: 16px;
  margin-bottom: 15px;
  max-width: 100%;
}
.contact-us-page-section .contact-page-info-widget .widget-title {
  max-width: 100%;
  margin-bottom: 25px;
}
.contact-us-page-section .contact-page-info-widget .widget-title .ci-title {
  padding-bottom: 10px;
}
.contact-page-info-widget .contact-info-two li:nth-child(3) i {
  background-color: #7bc73e;
}
.contact-form.payment-page-contact-form
  .form-group.payment-form-button-form-group.contact-page-form-btn-container {
  justify-content: start;
}
.contact-page-section-2-img-col img {
  border-radius: 5px;
  box-shadow: 0 0 15px #a5d4816e;
  border: 1px solid #999999;
  animation: img-scale-and-rotate 3s linear infinite both;
}
.contact-form.payment-page-contact-form .form-group.contact-page-message-box textarea {
  height: 100px;
}

/* ************************************************************************************************** */

.service-page-inner-section-content-col.career-page-section-1-content-col .main--title {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 25px;
}
.vision-mission-our-values-block-two {
  padding: 50px 20px 70px;
  height: 100%;
  border-radius: 5px;
  position: relative;
  background: linear-gradient(
    135deg,
    rgb(114 135 98) 0,
    rgb(105 173 51) 45%,
    rgb(94 143 54) 69%,
    rgb(116 180 65) 100%
  );
  box-shadow: 0px 0px 14px #81b755c2;
}
.vision-mission-our-values-block-three {
  padding: 50px 20px 70px;
  height: 100%;
  border-radius: 5px;
  position: relative;
  background: linear-gradient(
    135deg,
    rgb(114 135 98) 0,
    rgb(105 173 51) 45%,
    rgb(94 143 54) 69%,
    rgb(116 180 65) 100%
  );
  box-shadow: 0px 0px 14px #81b755c2;
}
.vision-mission-our-values-block-three:hover .vision-mission-values-block-back {
  visibility: visible;
  background: #f2ffe7;
  box-shadow: inset 0px 0px 46px -8px #81b755c2;
  transition: 0.15s linear;
}
.vision-mission-our-values-block-two:hover .vision-mission-values-block-back {
  visibility: visible;
  background: #f2ffe7;
  box-shadow: inset 0px 0px 46px -8px #81b755c2;
  transition: 0.15s linear;
}

.customer-section {
  padding-top: 45px;
  padding-bottom: 30px;
}
.transparancy-section {
  background-color: #f7f7f7;
  position: relative;
  padding: 30px 0px 30px;
}
.domestic {
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main--title .main--title2 {
  font-size: 30px !important;
  line-height: 50px;
  margin-bottom: 15px;
}
.desktop-section-padding2 {
  padding: 30px 0;
}
.vision-mission-values-block-back-text .pre-text {
  color: #000;
  font-size: 19px;
  line-height: 1.4;
}
.homepage-client-section {
  background: #f5ffed;
}
.page-banner-section-404 {
  background: linear-gradient(
    to bottom,
    rgb(0 0 0 / 47%) 0,
    rgb(0 0 0 / 28%) 30%,
    rgba(0, 0, 0, 0) 100%
  );
  position: relative;
  display: block;
  text-align: center;
}
.error-page__sub-title {
  font-size: 40px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 50px;
  margin-top: -16px;
  color: #a40000;
}
.error-page__text {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.error-page__inner {
  position: relative;
  display: block;
  text-align: center;
  padding-bottom: 30px;
}
.error-page__title-box img {
  width: 300px;
}

/* ************************************************************************************************** */
/* ************************************************************************************************** */

.tab-item-content .item.technology-page-section-1-list-content {
  padding: 15px 0;
}
.vision-mission-our-values-block-two.tech-page-section-2-block {
  padding: 20px;
  /* padding: 40px 20px; */
}
.vision-mission-our-values-block-two.tech-page-section-2-block
  .vision-mission-values-block-back-text
  .pre-text {
  font-size: 16px;
  line-height: 1.4;
}

@media only screen and (min-width: 1140px) and (max-width: 1385px) {
  .logo-box.header-logo-box {
    max-width: 170px;
  }
  .main-menu.header-main-nav-custom .navigation > li > a {
    font-size: 14px;
    padding: 15px 10px;
  }
  .main-menu.header-main-nav-custom .navigation > li > a:last-child {
    padding-right: 0 !important;
  }
  .header-right-button {
    max-width: 18%;
  }
}
@media only screen and (max-width: 991px) {
  .sustainability-section-1 {
    padding: 20px;
  }
  .sustainability-section-1 .container {
    backdrop-filter: blur(5px);
    padding: 15px;
    border-radius: 5px;
    background: #ffffff75;
  }
}

/* ************************************************************************************************** */
/* ************************************************************************************************** */
/* ************************************************************************************************** */
/* ************************************************************************************************** */

@media only screen and (max-width: 747px) {
  .cta-001.content-below-banner-section .cta-inner .title-box {
    border: none;
    margin-bottom: 15px;
  }
  .cta-001 .cta-inner {
    padding: 30px 0;
  }
  .cta-001 .cta-inner .title-box i {
    margin-right: 0 !important;
    font-size: 55px;
  }
  .cta-001 .cta-inner h3 {
    font-size: 28px !important;
    line-height: 35px !important;
  }
  .content-below-banner-content-container-left h6 {
    font-size: 18px !important;
  }
  .about-content-colmun {
    padding-top: 35px;
  }
  .desktop-section-padding {
    padding: 40px 0;
  }
  .section-title .title-text {
    margin-bottom: 15px;
  }
  .service-block-001.home-service-block .tag {
    display: none;
  }
  .service-block-001.home-service-block .show-content .text-area {
    padding: 40px 20px;
  }
  .service-block-001.home-service-block:hover .hidden-content .text-area {
    padding: 40px 20px;
  }
  .why-choose-us-section .row {
    row-gap: 5px;
  }
  .main-footer.home-eight .footer-widget-2 {
    margin-left: 0;
  }
  .about-company-page-section-1 .ac-section-1-left-col .image-colmun .ac-image-2 {
    position: static;
    width: 100%;
  }
  .company-about .image-colmun {
    padding-top: 0 !important;
  }
  .about-company-page-section-1 .ac-section-1-left-col .image-colmun .ac-image-1 {
    margin-bottom: 15px;
  }
  .about-company-page-section-1 .ac-section-1-left-col .image-colmun .ac-image-1::before {
    content: none;
  }
  .page-banner-title {
    padding-bottom: 32px;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 1px;
  }
  .page-banner-section .breadcrumb {
    justify-content: center;
  }
  .company-about.about-company-page-section-1 .row {
    flex-direction: column-reverse;
  }
  .company-about.about-company-page-section-1 .content-colmun {
    padding-top: 0px;
    padding-bottom: 25px;
  }
  .company-about .section-title .title-text {
    margin-bottom: 15px !important;
  }
  .about-company-fleet-section .ac-fleet-img-container .wrapper-box {
    flex-direction: column;
  }
  .about-company-page-section-3 {
    padding: 40px 0;
  }
  .about-company-page-section-3 .cta-inner .title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 25px;
  }
  .map-section.home-six.vision-and-mission-section {
    padding: 40px 15px;
  }
  .vision-and-mission-section .office-info-box {
    bottom: 20px;
    left: 0;
    padding: 25px;
    max-width: 100%;
  }
  .map-section .tab-buttons .tab-btn i {
    position: static;
  }
  .map-section.home-six.vision-and-mission-section .tab-buttons {
    margin-bottom: 20px;
    display: flex;
    gap: 30px;
  }
  .video-section .video-content h4 {
    margin-bottom: 0 !important;
  }
  .pasd-section-3-title.sustainability-page-title,
  .pasd-section-3-title {
    font-size: 26px !important;
  }
  .sustainability-section-1-content-col {
    padding-right: 0;
  }
  .mb-mob-20 {
    margin-bottom: 20px !important;
  }
  .service-page-inner-rt-parallax-section.same-day-delivery-section-2 {
    padding: 40px 0;
  }
  .contact-page.contact-us-page-section .contact-info-two li a {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 13px;
  }
  .service-page-inner-section-content-col .main--title {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .service-page-inner-rt-parallax-section .cta-inner .title {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .sp-inner-section-3-left-col,
  .sp-inner-section-3-right-col {
    padding: 20px 30px;
  }
  .rt-sp-section-3 {
    padding: 0 !important;
  }
  .service-page-inner-rt-parallax-section {
    padding: 40px 0;
  }
  .service-page-inner-section-content-col .content--para {
    margin-bottom: 15px;
  }
}

/* ************************************************************************************************** */
/* ************************************************************************************************** */
/* ************************************************************************************************** */
/* ************************************************************************************************** */

.popup-modaal--title {
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 600;
  -webkit-text-stroke: 0.5px;
  text-shadow: 0px 0px 10px #0000004d;
}
