* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.main-container {
  padding: 0 7%;
}

.swal2-title {
  color: rgb(255, 255, 255) !important;
}

.swal2-popup.swal2-toast {
  padding: 1em !important;
  background: #5bcc51 !important;
  box-shadow: #fff !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
  height: 100% !important;
  border: 0.25em solid #ffffff !important;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  background-color: #fff !important;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  background-color: #fff !important;
}

.swal2-timer-progress-bar {
  width: 100% !important;
  height: 0.25em !important;
  background: #2d6637 !important;
}

/* Add the following CSS to enable dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

/* Optional: To make the dropdown appear smoothly, you can add the following CSS */
.dropdown-menu {
  transition: display 0.3s ease;
  display: none;
}

section#shadow-host-companion {
  padding: 0 !important;
}

section {
  padding: 50px 0;
}

header {
  z-index: 999;
  width: 100%;
  position: fixed;
  transition: 0.4s ease-in-out;
}

.main-banner img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

header .navbar-brand {
  margin-right: 60px;
}

header .navbar-nav .nav-link.active, header .navbar-nav .nav-link.show {
  color: rgb(255, 255, 255);
}

header .nav-link:focus, header .nav-link:hover {
  color: rgba(255, 255, 255, 0.8);
}

.navbar-expand-lg {
  padding: 3px 0 !important;
}

header .nav-link {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

header .nav-link:hover {
  color: #afd3ff;
}

header .dropdown-item {
  font-family: "Roboto", sans-serif;
  color: #000000;
  font-weight: 500;
  font-size: 14px;
}

header .dropdown .dropdown-menu {
  padding: 10px 8px !important;
}

header .dropdown-menu .dropdown-item {
  padding: 10px 15px;
}

.smaller {
  background-color: #061927;
}

.navbar.collapse {
  display: flex;
}

.navbar.collapsing,
.navbar.show {
  background: white !important;
}

header .navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #afd3ff;
}

header .dropdown-item.active, .dropdown-item:active {
  background-color: #061927 !important;
  border-radius: 5px;
}

header .navbar-nav .nav-link {
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  padding: 0 40px 0 40px !important;
}

header .navbar-nav .service-link {
  border-right: none;
}

header button.btn.enquire-btn {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  background-color: #fff;
  color: #000;
  padding: 10px 25px;
  font-weight: 600;
  border-radius: 5px !important;
  transition: 0.3s ease-in-out;
}

header button.btn.enquire-btn:hover {
  background-color: #000;
  color: #fff;
}

.banner-wrapper {
  position: relative;
  padding: 0;
}

.transportation h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  background-color: rgba(4, 28, 55, 0.5019607843);
  padding: 6px 6px 5px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  color: #fff;
}

.trnsprt-gds-p span {
  display: block;
}

.transportation-small {
  padding: 2px 2px;
  background: linear-gradient(94.06deg, #0135BA -1.21%, #1362D8 58.66%, #498BEE 116.84%);
}

.transportation-big {
  display: flex;
}

.banner-content {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
}
.banner-content span {
  display: block;
}
.banner-content h1 {
  font-weight: 700;
  font-size: 60px;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  padding: 60px 0;
}
.banner-content a {
  text-decoration: none;
  color: #fff;
  background-color: #2949AD;
  padding: 15px 35px;
  font-family: "Poppins", sans-serif;
  border-radius: 5px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border: 1px solid #2949AD;
  transition: 0.3s ease-in-out;
}

.banner-content a:hover {
  background-color: #fff;
  color: #2949AD;
  border: 1px solid #2949AD;
}

.b-section-marquee-box {
  height: 58px;
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
  overflow: hidden;
  font-weight: 400;
  background-color: #000;
}

.b-section-marquee-box h2 {
  text-transform: uppercase;
  -webkit-text-stroke-color: transparent;
  -webkit-text-stroke-width: 0.0625em;
  -webkit-background-clip: text;
  color: #ffffff;
  font-size: 30px;
  font-weight: 100;
  flex-shrink: 0;
  padding: 0 23px;
  animation: b-text-scroll 5s linear infinite;
  letter-spacing: 4px;
  margin: 0;
}

@keyframes b-text-scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.b-section {
  padding: 0;
}

.about-us-head {
  text-align: center;
}
.about-us-head h1 {
  font-weight: 500;
  font-size: 48px;
  padding: 25px 0;
  font-family: "Poppins", sans-serif;
}

.about-us-scnd {
  display: block;
  padding-top: 10px;
}

.about-us-col {
  position: relative;
}
.about-us-col h3 {
  font-weight: 400;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  line-height: 37px;
  padding-top: 70px;
  text-align: justify;
}

.about-container {
  width: 560px;
  display: flex;
  margin: auto;
  margin-top: -167px;
}

.about-us-more {
  text-align: center;
  padding-top: 55px;
}
.about-us-more a {
  color: #fff;
  text-decoration: none;
  background-color: #2949AD;
  padding: 18px 32px;
  font-weight: 600;
  font-size: 18px;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
  border: 1px solid #2949AD;
  font-family: "Poppins", sans-serif;
}

.about-us-more a:hover {
  background-color: #fff;
  color: #2949AD;
  border: 1px solid #2949AD;
}

.backgroung-col {
  background-image: url(images/bg-logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 306px;
}

.what-we-offer {
  background-image: url(images/what-we0offer-bg.png);
  background-position: center;
  width: 100%;
  background-repeat: no-repeat;
  padding-bottom: 0;
}

.what-we-offer-head {
  padding-top: 25px;
  padding-bottom: 80px;
}
.what-we-offer-head p {
  font-weight: 500;
  font-size: 16px;
  color: #646464;
  margin: 0;
  font-family: "Poppins", sans-serif;
}
.what-we-offer-head p span {
  display: block;
}

.what-we-offer-cards {
  padding-top: 40px;
}
.what-we-offer-cards h1 {
  font-weight: 400;
  font-size: 20px;
  font-family: "Red Rose", serif;
  padding-left: 10px;
  color: #000;
}
.what-we-offer-cards p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding-left: 65px;
  color: #666C89;
}

.what-we-offer-col {
  display: flex;
}
.what-we-offer-col a {
  text-decoration: none;
  display: flex;
}

.offer-cards-body {
  border-radius: 5px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 40px 35px;
  background-color: #fff;
  position: relative;
  transition: 0.2s all ease-in;
  border: 1px solid #fff;
}

.offer-cards-body:hover {
  transform: translateY(-15px);
  border: 1px solid #061927;
}

.suppy-chain-crd {
  display: flex;
  align-items: center;
}
.suppy-chain-crd img {
  width: 55px;
  height: 55px;
}

.freight-card-img {
  width: 59px !important;
  height: 59px !important;
}

.cart-vehicle {
  padding-top: 15px;
}

.shipping-logistic-wrapper {
  padding: 0;
  background-image: url(images/logistics-bg.png);
  width: 100%;
  background-repeat: no-repeat;
  padding-bottom: 200px;
  background-repeat: round;
}

.shipping-head {
  padding-bottom: 60px;
}
.shipping-head span {
  display: block;
}

.logistic-card-cont {
  background: rgba(0, 0, 0, 0.2588235294);
  display: flex;
}
.logistic-card-cont h2 {
  font-weight: 400;
  font-size: 24px;
  font-family: "Red Rose", serif;
}

.card-img-overlay img {
  width: 30px;
  height: 30px;
}

.logistic-row-3 .card {
  border: none;
}

.we-are-located-row {
  transition: transform 0.5s;
}

.we-are-located-row a {
  text-decoration: none;
  width: 100%;
}

.we-are-located-row:hover {
  transform: scale(1.07);
}

.card-img-logistics {
  top: unset !important;
  bottom: 0;
  color: #fff;
  display: flex;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.2588235294);
  border-radius: 0 0 10px 10px !important;
}

.card-img-logistics h4 {
  font-family: "Red Rose", serif;
  font-weight: 400;
  font-size: 23px;
}

.we-are-located-in {
  padding-top: 0;
  font-family: "Poppins", sans-serif;
}
.we-are-located-in .card-body {
  padding: 23px 35px 18px 23px;
}
.we-are-located-in .card {
  border-radius: unset !important;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2509803922);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2509803922);
}

.we-are-located-in .card-title {
  font-weight: 500;
  font-size: 23px;
  font-family: "Poppins", sans-serif;
  padding: 11px 0 25px 0;
  margin: 0;
}

.offer-mail {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.offer-mail h4 {
  font-weight: 500;
  font-size: 16px;
  margin: 0;
  padding-left: 10px;
}
.offer-mail img {
  width: 22px;
  height: 22px;
}

.offer-mail-span {
  display: inline !important;
}

.address-mail {
  display: flex;
  align-items: start;
}

.we-are-more {
  padding-top: 80px;
}

.transport-goods {
  background-image: url(images/transport-goods-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  font-family: "Poppins", sans-serif;
}
.transport-goods h1 {
  font-weight: 500;
  font-size: 48px;
  color: #000;
  padding-top: 115px;
  padding-bottom: 10px;
}
.transport-goods h1 span {
  display: block;
}
.transport-goods p {
  font-size: 16px;
  font-weight: 500;
  color: #666C89;
}

section.transport-goods {
  margin-top: 85px;
  padding-bottom: 150px;
}

.transport-btns {
  display: flex;
  gap: 8px;
  font-family: "Poppins", sans-serif;
  padding: 40px 0 100px 0;
}

.transport-get-started a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  background-color: #2949AD;
  padding: 15px 35px;
  border-radius: 5px;
  border: 1px solid #2949AD;
  transition: 0.3s ease-in-out;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}

.transport-get-started a:hover {
  background-color: transparent;
  color: #2949AD;
  border: 1px solid #2949AD;
}

.transport-learn-more a {
  color: #000000;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  background-color: transparent;
  padding: 15px 35px;
  border-radius: 5px;
  border: 1px solid #000000;
  transition: 0.3s ease-in-out;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}

.transport-learn-more a:hover {
  background-color: #2949AD;
  color: #fff;
  border: 1px solid #2949AD;
}

.company-count {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 115px;
}

.cpmny-count-body {
  display: flex;
  align-items: center;
}

.count {
  width: 100%;
  text-align: center;
}

.countup-trnsprt {
  display: flex;
  justify-content: center;
  background: rgb(255, 255, 255);
  margin: 28px;
  padding: 40px 0 17px 0;
  border-radius: 5px;
  font-family: "Red Rose", serif;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.countup-trnsprt p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
}
.countup-trnsprt h2 {
  font-weight: 400;
  font-size: 48px;
  padding-top: 5px;
}

.whatsapp-chat {
  position: fixed;
  right: 5%;
  bottom: 10%;
}
.whatsapp-chat img {
  width: 51px;
  height: 51px;
}

footer {
  font-family: "Red Rose", serif;
  background-color: #061927;
  color: #fff;
  margin-top: 240px;
}

.social-media {
  padding-top: 260px;
}
.social-media h3 {
  font-weight: 400;
  font-size: 15px;
  padding: 27px 0;
}
.social-media h3 span {
  display: block;
}
.social-media h1 {
  padding: 27px 0 7px;
  font-weight: 700;
  font-size: 20px;
}
.social-media ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.social-media ul li {
  padding: 5px 0;
}
.social-media ul li a {
  text-decoration: none;
  color: #fff;
  transition: 0.3s ease-in-out;
}

.social-media a:hover {
  color: #498bee;
}

.social-media-icons {
  gap: 8px;
  display: flex;
}
.social-media-icons img {
  width: 18px;
  height: 18px;
}
.social-media-icons a {
  background-color: #DCE7EB;
  padding: 10px 12px;
  border-radius: 45px;
  transition: 0.3s ease-in-out;
}

.social-media-icons a:hover {
  background-color: #fff;
}

.certi-img {
  display: flex;
  gap: 8px;
}
.certi-img img {
  width: 84px;
  height: 74px;
}

.footer-contact a {
  text-decoration: none;
  color: #fff;
  padding: 5px 0;
  transition: 0.3s ease-in-out;
}
.footer-contact .footer-mail {
  padding: 5px 0;
}

.social-media {
  padding-top: 75px;
  padding-bottom: 40px;
}

.footer-cart img {
  margin-top: -170px;
}

.copy-right {
  text-align: center;
  padding: 10px 0;
  border-top: 3px solid #DCE7EB;
  margin: 0 7%;
}
.copy-right h1 {
  font-weight: 400;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  margin: 0;
}
.copy-right a {
  text-decoration: none;
  color: #fff;
  transition: 0.3s ease-in-out;
}

.copy-right a:hover {
  color: #2949ad;
}

.footer-form-wrapper {
  display: flex;
  justify-content: space-between;
  padding-right: 7%;
}

.footer-form {
  background-color: #DCE7EB;
  padding: 23px 32px;
  border-radius: 5px;
  margin-top: -150px;
}
.footer-form h2 {
  color: #000;
  font-weight: 700;
  font-size: 25px;
  padding-bottom: 15px;
}

.footer-form form textarea {
  border-radius: 5px;
  border: none;
  padding: 13px;
}

.footer-form form .btn {
  float: right;
  margin-top: 15px;
  margin-right: 25px;
  background-color: #2949AD;
  color: #fff;
  padding: 7px 20px;
  border: 1px solid #2949AD;
  transition: 0.3s ease-in-out;
  font-weight: 400;
  font-size: 15px;
}

.footer-form form .btn:hover {
  border: 1px solid #2949AD;
  color: #2949AD;
  background-color: transparent;
  font-size: 14px;
}

.footer-form form::-moz-placeholder {
  color: #ADADAD;
  font-weight: 400;
}

.footer-form form::placeholder {
  color: #ADADAD;
  font-weight: 400;
}

.footer-form .form-control:focus {
  border-color: transparent !important;
  box-shadow: none !important;
}

.about-us-body {
  font-family: "Poppins", sans-serif;
  padding-top: 120px;
}

.about-us-wrapper .main-banner {
  position: relative;
}
.about-us-wrapper .main-banner img {
  height: unset !important;
}

.about-us-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-us-cont h1 {
  font-weight: 600;
  font-size: 48px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  text-align: center;
}

.about-us {
  display: flex;
  align-items: center;
  gap: 15px;
}
.about-us img {
  width: 16px;
}
.about-us h5 {
  margin: 0;
  font-weight: 500;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
}

.about-us-content h1 {
  font-weight: 500;
  font-size: 40px;
  color: #000;
  padding: 35px 0;
  font-family: "Poppins", sans-serif;
}
.about-us-content p {
  font-weight: 400;
  font-size: 20px;
  text-align: justify;
}

.modern-img {
  display: flex;
  justify-content: center;
  align-self: center;
}
.modern-img img {
  margin-top: 35px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  height: 630px;
  padding: 0 14%;
}

.our-service {
  padding-top: 20px;
}

.what-we-can-col {
  display: flex;
  align-items: center;
  padding-top: 35px;
}

.services-wrapp {
  padding-left: 10% !important;
}
.services-wrapp h2 {
  font-weight: 500;
  font-size: 40px;
  padding: 35px 0;
  font-family: "Poppins", sans-serif;
}
.services-wrapp p {
  font-weight: 400;
  font-size: 24px;
  font-family: "Red Rose", serif;
  padding: 8px 0;
}

.services-wrapp {
  align-self: center;
}

.service-our-srvc {
  padding-top: 25px;
}
.service-our-srvc a {
  text-decoration: none;
  color: #fff;
  background-color: #2949AD;
  border-radius: 5px;
  padding: 12px 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border: 1px solid #2949AD;
  transition: 0.3s ease-in-out;
}

.service-our-srvc a:hover {
  background-color: #fff;
  color: #2949AD;
  border: 1px solid #2949AD;
}

.feedback-section {
  padding-top: 50px;
}

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

.feedback-img-wrap {
  position: relative;
  align-self: center;
}

.feedbck-1 {
  width: auto;
  height: 550px;
  -o-object-fit: contain;
     object-fit: contain;
}

section.feedback-section ul li {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  padding: 10px 0;
}

.about-us-owl h4 {
  font-weight: 400;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  line-height: 45px;
}

.about-us-owl .owl-prev {
  background-image: url("Images/Icons/arrow-left.png") !important;
}

.about-us-owl .owl-prev span,
.about-us-owl .owl-next span {
  display: none !important;
}

.about-us-owl .owl-nav img {
  width: 10px;
}

.about-us-owl .owl-next {
  background-image: url("Images/Icons/arrow-right.png") !important;
}

.about-us-owl .owl-next,
.about-us-owl .owl-prev {
  width: 38px;
  height: 38px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.about-us-owl .owl-nav [class*=owl-]:hover {
  background-color: transparent !important;
}

.about-us-owl .owl-nav {
  display: flex;
  gap: 15px;
  float: left;
  margin-top: 30px !important;
}

.card__two::before, .card__two::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.38s ease-in-out, transform 0.35s ease-in-out;
  content: "";
  opacity: 0;
  pointer-events: none;
}
.card__two::before {
  transform: scale3d(0, 1, 1);
  transform-origin: left top;
  border-top: 3px solid #99b2ff;
  border-bottom: 3px solid #99b2ff;
  border-radius: 10px;
}
.card__two::after {
  transform: scale3d(1, 0, 1);
  transform-origin: right top;
  border-right: 3px solid #99b2ff;
  border-left: 3px solid #99b2ff;
  border-radius: 10px;
}
.card__two:hover::before, .card__two:hover::after, .card__two:focus::before, .card__two:focus::after {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.how-we-works {
  padding-top: 90px;
}

.our-services {
  padding-top: 120px;
}

.our-service-card {
  justify-content: center;
  display: flex;
  transition: 0.3s ease-in-out;
}
.our-service-card .card {
  width: 21rem;
  border-radius: 10px;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.2509803922);
}
.our-service-card a {
  text-decoration: none;
}
.our-service-card .card-body {
  padding: 30px 25px;
}
.our-service-card .card-title {
  font-weight: 600;
  font-size: 64px;
  font-family: "Poppins", sans-serif;
  -webkit-text-stroke: 1px black;
  color: transparent;
  position: relative;
  z-index: 10;
}
.our-service-card .service-ellipse {
  position: absolute;
  top: 31px;
  left: 12px;
  width: 46px;
}
.our-service-card .card-subtitle {
  font-weight: 400;
  font-size: 24px;
  font-family: "Red Rose", serif;
  text-align: center;
  color: #000;
  padding: 7px 0;
}
.our-service-card .card-text {
  font-weight: 600;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  text-align: justify;
  color: #7C7C7C;
  padding: 20px 0;
}

.our-service-a {
  display: flex;
  justify-content: center;
  gap: 5px;
}
.our-service-a .card-link {
  text-decoration: none;
  color: #fff;
  font-family: "Poppins", sans-serif;
  background-color: #2949AD;
  padding: 11px 15px;
  border-radius: 10px;
  font-size: 13px;
}
.our-service-a .card-link img {
  padding-left: 7px;
}

.hw-we-wrks span {
  display: block;
}

.how-works-row {
  padding-top: 10px;
}

.how-order-shipment {
  display: flex;
  gap: 50px;
  padding-bottom: 50px;
}
.how-order-shipment img {
  width: auto;
  height: 37px;
}
.how-order-shipment h2 {
  font-weight: 400;
  font-size: 24px;
  font-family: "Red Rose", serif;
}
.how-order-shipment p {
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #7C7C7C;
  padding-top: 12px;
  margin: 0;
}
.how-order-shipment p span {
  display: block;
}

.how-order-shipment-1 {
  padding-bottom: 0;
}

.hw-contnt-col {
  display: grid;
  align-content: center;
  overflow-x: hidden;
}

.images-srvc {
  padding-top: 25px;
}

.how-we-text h1 {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
}

.our-cmmitment {
  font-family: "Poppins", sans-serif;
}
.our-cmmitment h2 {
  font-weight: 500;
  font-size: 40px;
}
.our-cmmitment p {
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  text-align: justify;
  padding-top: 25px;
  margin: 0;
}

.service-page img {
  padding-top: 90px;
}

.service-img-1 {
  display: none;
}

.freight-content {
  font-family: "Poppins", sans-serif;
}
.freight-content h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 30px;
  text-align: justify;
}
.freight-content h4 .fms-bold {
  font-weight: 600;
}
.freight-content h5 {
  font-weight: 600;
  padding: 20px 0;
  font-size: 20px;
}
.freight-content li {
  font-weight: 400;
  padding: 10px 0;
  font-size: 20px;
}
.freight-content a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background-color: #2949AD;
  padding: 12px 16px;
  border: 1px solid #2949AD;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
  margin-top: 20px;
}

.freight-content a:hover {
  background-color: #fff;
  color: #2949AD;
  border: 1px solid #2949AD;
}

.contacts-us-bg {
  padding-top: 245px;
  background-image: url(images/logistics-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 248px 0;
}

.contact-us-row {
  background-color: #F2F8FF;
  border-radius: 20px;
  margin: 0 13% !important;
}

.contact-us-col {
  padding: 35px 40px !important;
  font-family: "Poppins", sans-serif;
}
.contact-us-col h1 {
  font-weight: 600;
  font-size: 48px;
  padding: 25px 0;
  margin: 0;
}
.contact-us-col p {
  font-weight: 600;
  font-size: 15px;
  color: #7C7C7C;
}
.contact-us-col p span {
  display: block;
}

span.get-in-tch-mail {
  display: inline !important;
}

.contact-mail {
  display: flex;
  align-items: start;
  gap: 15px;
  padding: 20px 0;
}
.contact-mail p {
  margin: 0;
  color: #000;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding-bottom: 5px;
}

.contact-form-col {
  background-color: #003370;
  border-radius: 20px;
  padding: 0 35px !important;
}

.contact-us-form {
  padding-top: 60px;
}

.contact-us-form .form-control {
  background-color: #003370;
  border: 2px solid #fff;
  border-radius: 17px;
  padding: 1rem 0.75rem;
  color: #BCBCBC;
  font-size: 15px;
  transition: 0.3s ease-in-out;
}

.contact-us-form .form-control:focus {
  font-size: 15px;
}

.contact-us-form input::-moz-placeholder, .contact-us-form textarea::-moz-placeholder {
  color: #BCBCBC;
  font-weight: 600;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.contact-us-form input::placeholder,
.contact-us-form textarea::placeholder {
  color: #BCBCBC;
  font-weight: 600;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.contact-us-form button {
  background-color: #1362D8;
  width: 100%;
  border-radius: 16px;
  --bs-btn-padding-y: 0.875rem;
  margin-top: 180px;
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  justify-content: center;
  gap: 7px;
  align-items: center;
  border: 1px solid #1362D8;
  transition: 0.3s ease-in-out;
}

.contact-us-form .btn img {
  width: 22px;
}

.contact-us-form .btn:hover {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}

.contact-we-are-located {
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.contact-we-are-located h1 {
  font-weight: 500;
  font-size: 48px;
  color: #000;
}
.contact-we-are-located p {
  padding-top: 30px;
  font-weight: 500;
  font-size: 16px;
  color: #646464;
  padding-bottom: 60px;
  margin: 0;
}
.contact-we-are-located p span {
  display: block;
}

.cntct-lctd-card {
  padding: 25px 34px !important;
  display: flex;
}
.cntct-lctd-card .card-title {
  padding-bottom: 15px;
}
.cntct-lctd-card a {
  text-decoration: none;
}

.cntct-lctd-card {
  transition: transform 0.5s;
}

.cntct-lctd-card:hover {
  transform: scale(1.07);
}

.located-card {
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: unset !important;
}

@media (max-width: 1700px) {
  .banner-content h1 {
    font-size: 55px;
    padding: 46px 0;
  }
}
@media (max-width: 1600px) {
  .banner-content {
    transform: translateY(-40%);
  }
  .contact-us-row {
    margin: 0 9% !important;
  }
  .contacts-us-bg {
    padding: 158px 0;
  }
}
@media (max-width: 1535px) {
  .countup-trnsprt {
    margin: 18px;
    padding: 40px 0 20px 0;
  }
}
@media (max-width: 1500px) {
  section.transport-goods {
    padding-bottom: 115px;
  }
  .services-wrapp {
    padding-left: 10% !important;
  }
  .about-us-wrapper .main-banner img {
    height: 450px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1450px) {
  .banner-content h1 {
    font-size: 50px;
    padding: 36px 0;
  }
  .about-us-head h1 {
    font-size: 45px;
  }
  .b-section-marquee-box h2 {
    font-size: 21px;
  }
  .about-us-col h3 {
    font-size: 20px;
    padding-top: 25px;
  }
  .about-container {
    width: 515px;
    margin-top: -162px;
  }
  .what-we-offer-head {
    padding-bottom: 45px;
  }
  .offer-cards-body {
    padding: 27px 30px;
  }
  .what-we-offer-cards h1 {
    font-size: 18px;
  }
  .what-we-offer-cards p {
    font-size: 15px;
  }
  .copy-right h1 {
    font-size: 13px;
  }
  .about-us-owl h4 {
    line-height: 38px;
  }
}
@media (max-width: 1400px) {
  .about-us-col h3 {
    line-height: 34px;
  }
  .card-img-logistics h4 {
    font-size: 20px;
  }
  .how-order-shipment {
    padding-left: 40px;
  }
  .hw-we-wrks-img {
    height: 461px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .loacted-mail span {
    display: block;
  }
  .contacts-us-bg {
    padding: 102px 0;
  }
  .contact-us-row {
    margin: 0 0% !important;
  }
  .modern-img img {
    height: 580px;
    padding: 0px 7%;
  }
}
@media (max-width: 1300px) {
  .banner-content h1 {
    font-size: 40px;
    padding: 32px 0;
  }
  .banner-content a {
    padding: 12px 30px;
    font-size: 15px;
  }
  header .navbar-nav .nav-link {
    padding: 0 30px 0 30px !important;
    font-size: 15px;
  }
  header button.btn.enquire-btn {
    font-size: 15px;
    padding: 10px 20px;
  }
  .what-we-offer-cards p {
    font-size: 14px;
    margin: 0;
  }
  .shipping-logistic-wrapper {
    padding-bottom: 85px;
  }
  .transport-goods h1 {
    font-size: 40px;
  }
  .social-media-icons a {
    padding: 8px 11px;
    border-radius: 66px;
  }
  .social-media-icons img {
    width: 16px;
    height: 16px;
  }
  .social-media h3 {
    font-size: 14px;
    padding: 25px 0;
  }
  .social-media ul li a {
    font-size: 14px;
  }
  .offer-mail h4 {
    font-size: 14px;
  }
  .certi-img img {
    width: 75px;
    height: auto;
  }
  .feedbck-1 {
    width: auto;
    height: 500px;
  }
  .about-us-content h1, .services-wrapp h2 {
    font-size: 35px;
  }
  .modern-img img {
    height: 420px;
  }
  .about-us-content h1 {
    padding: 35px 0 15px;
  }
  .about-us-content p {
    font-size: 18px;
  }
  .services-wrapp p {
    font-size: 22px;
  }
  .about-us-owl h4 {
    font-size: 18px;
    line-height: 40px;
  }
  .feedback-img img {
    margin-top: 35px;
  }
  .hw-we-wrks-img {
    height: 428px !important;
  }
}
@media (max-width: 1250px) {
  .about-container {
    width: 450px;
  }
  .about-us-col h3 {
    font-size: 17px;
    padding-top: 20px;
    line-height: 30px;
  }
  .about-us-more a {
    padding: 12px 29px;
    font-size: 16px;
  }
  .suppy-chain-crd img {
    width: 50px;
    height: 50px;
  }
  .freight-card-img {
    width: 54px !important;
    height: 54px !important;
  }
  .offer-cards-body {
    padding: 25px 26px;
  }
}
@media (max-width: 1200px) {
  .banner-content h1 {
    font-size: 37px;
    padding: 26px 0;
  }
  .banner-content {
    transform: translateY(-32%);
  }
  .b-section-marquee-box {
    height: 48px;
  }
  .b-section-marquee-box h2 {
    font-size: 15px;
  }
  .about-us-head h1 {
    font-size: 40px;
    padding: 0 0 25px;
  }
  .what-we-offer-head p {
    font-size: 14px;
  }
  .we-are-located-in .card-title {
    font-size: 20px;
    padding: 11px 0 23px 0;
  }
  .offer-mail h4 {
    font-size: 13px;
  }
  section.transport-goods {
    margin-top: 50px;
  }
  .transport-goods p {
    font-size: 14px;
  }
  .countup-trnsprt {
    margin: 14px;
  }
  .countup-trnsprt h2 {
    font-size: 40px;
  }
  .transport-get-started a,
  .transport-learn-more a {
    font-size: 14px;
    padding: 15px 30px;
  }
  header .navbar-nav .nav-link {
    padding: 0 20px 0 20px !important;
  }
  .about-container {
    margin-top: -131px;
  }
  .hw-we-wrks-img {
    height: 394px !important;
  }
  .our-service-card .card-title {
    font-size: 50px;
  }
  .our-service-card .service-ellipse {
    top: 34px;
    left: 16px;
    width: 34px;
  }
  .our-service-card .card-subtitle {
    font-size: 22px;
  }
  .our-service-card .card-text {
    font-size: 14px;
  }
  .how-order-shipment img {
    height: 32px;
  }
  .how-order-shipment {
    gap: 25px;
  }
  .how-order-shipment h2 {
    font-size: 22px;
  }
  .how-order-shipment p {
    font-size: 14px;
    padding-top: 9px;
  }
  .how-we-text h1 {
    font-size: 18px;
  }
  section.how-we-text {
    padding-bottom: 10px;
  }
  .our-cmmitment h2 {
    font-size: 35px;
  }
  .our-cmmitment p {
    font-size: 18px;
    line-height: 34px;
  }
  .contacts-us-bg {
    padding: 65px 0;
  }
}
@media (max-width: 1100px) {
  .what-we-offer-cards {
    padding-top: 40px;
  }
  .what-we-offer-cards h1 {
    font-size: 16px;
  }
  .what-we-offer-cards p {
    font-size: 13px;
    margin: 0;
  }
  .card-img-logistics h4 {
    font-size: 18px;
  }
  .countup-trnsprt {
    padding: 28px 0 20px 0;
  }
  .footer-cart img {
    width: 384px;
  }
  .certi-img img {
    width: 50px;
  }
  .about-container {
    width: 400px;
  }
  .we-are-located-in .card-body {
    padding: 23px;
  }
  .feedbck-1 {
    height: 460px;
  }
  .hw-we-wrks-img {
    height: 370px !important;
  }
  .our-service-card .card-subtitle {
    font-size: 20px;
  }
  .contacts-us-bg {
    padding: 50px 0;
  }
  .cntct-lctd-card {
    padding: 10px 12px !important;
  }
  .fms-cont h1 {
    font-size: 35px;
  }
}
@media (max-width: 1055px) {
  .transport-goods h1 {
    font-size: 35px;
  }
}
@media (max-width: 1000px) {
  .about-us-col h3 {
    font-size: 16px;
    line-height: 25px;
  }
  .offer-cards-body {
    padding: 15px;
  }
  .feedbck-1 {
    height: 420px;
  }
  .services-wrapp h2 {
    padding: 23px 0;
  }
  .services-wrapp p {
    font-size: 20px;
  }
  .service-our-srvc a {
    padding: 10px 18px;
    font-size: 16px;
  }
  .about-us-owl h4 {
    font-size: 17px;
    line-height: 35px;
  }
  .about-us-content p {
    font-size: 16px;
  }
  .contact-form-col {
    padding: 0 15px !important;
  }
  section.feedback-section ul li {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .malabar-toggler {
    border: none !important;
  }
  .malabar-toggler:focus {
    box-shadow: none !important;
  }
  .malabar-toggler img {
    width: 35px;
  }
  header .navbar-nav .nav-link {
    border-right: none !important;
  }
  header .navbar-nav .nav-link {
    padding: 21px 0px 20px 0px !important;
  }
  header button.btn.enquire-btn {
    margin-bottom: 15px;
  }
  .about-container {
    margin-top: 0;
  }
  .backgroung-col {
    order: 2;
  }
  .about-us-col h3 {
    padding: 25px 0;
  }
  .what-we-offer-col {
    justify-content: center;
    padding: 20px 0;
  }
  .offer-cards-body {
    width: 615px;
  }
  .what-we-offer-cards {
    padding-top: 0;
  }
  .logistic-row-3 {
    padding-bottom: 20px;
  }
  .what-we-offer-head {
    padding-top: 0;
  }
  .we-are-located-row {
    padding-bottom: 30px;
  }
  .cpmny-count-body {
    justify-content: center;
  }
  .transport-btns {
    justify-content: center;
  }
  .transport-goods p {
    display: flex;
    justify-content: center;
  }
  .transport-goods h1 {
    font-size: 40px;
    text-align: center;
  }
  .company-count {
    padding-top: 0;
  }
  .transport-btns {
    padding: 40px 0 80px 0;
  }
  .footer-cart img {
    width: 330px;
  }
  .footer-form h2 {
    font-size: 22px;
  }
  .footer-form input::-moz-placeholder {
    font-size: 14px !important;
  }
  .footer-form input::placeholder {
    font-size: 14px !important;
  }
  .footer-form textarea::-moz-placeholder {
    font-size: 14px !important;
  }
  .footer-form textarea::placeholder {
    font-size: 14px !important;
  }
  .copy-right h1 {
    font-size: 10px;
  }
  .social-media h3,
  .social-media ul li a {
    font-size: 13px;
  }
  .social-media h1 {
    font-size: 18px;
  }
  .social-media-icons a {
    padding: 4px 8px;
  }
  .modern-img img {
    height: 447px;
  }
  .feedbck-1 {
    height: 450px;
  }
  .about-us-body, .feedback-section, .our-service {
    padding-top: 50px;
  }
  .about-us h5 {
    font-size: 19px;
  }
  .about-us img {
    width: 14px;
  }
  .about-us-content h1, .services-wrapp h2 {
    font-size: 30px;
  }
  .our-service-card {
    padding-bottom: 20px;
  }
  .how-we-works {
    padding-top: 0;
  }
  .hw-we-wrks-img {
    height: 324px !important;
  }
  .how-order-shipment h2 {
    font-size: 20px;
    margin: 0;
  }
  .how-order-shipment img {
    height: 28px;
  }
  .how-order-shipment p {
    font-size: 13px;
    padding-top: 5px;
  }
  .how-we-text h1 {
    font-size: 16px;
  }
  .our-cmmitment h2 {
    font-size: 30px;
  }
  .our-cmmitment p {
    font-size: 16px;
    line-height: 30px;
  }
  .contact-us-col h1, .contact-we-are-located h1 {
    font-size: 42px;
  }
  .contact-us-col p span {
    display: inline;
  }
  .contact-we-are-located p {
    padding-top: 23px;
    font-size: 15px;
    padding-bottom: 40px;
  }
  .loacted-mail span {
    display: inline;
  }
  .fms-content h1 {
    padding-bottom: 25px;
  }
  .freight-content h4 {
    font-size: 17px;
    padding-bottom: 25px;
  }
  .freight-content li {
    font-size: 17px;
  }
  .freight-content a {
    font-size: 14px;
    padding: 10px 16px;
  }
  .service-page img {
    height: 835px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  header .navbar-collapse {
    background-color: #061927 !important;
    padding: 20px;
  }
  .nav-item.dropdown .dropdown-menu {
    display: none;
  }
  .nav-item.dropdown.show .dropdown-menu {
    display: block;
  }
}
@media (max-width: 900px) {
  .modern-img img {
    height: 405px;
  }
  .feedbck-1 {
    height: 405px;
  }
  .our-services {
    padding-top: 50px;
  }
  .how-order-shipment {
    padding-left: 0;
  }
  .contact-us-col h1, .contact-we-are-located h1 {
    font-size: 38px;
  }
}
@media (max-width: 800px) {
  .contact-us-col {
    padding: 35px 25px !important;
  }
}
@media (max-width: 767px) {
  .transportation h6 {
    font-size: 11px;
  }
  .banner-content h1 {
    font-size: 33px;
  }
  .banner-content a {
    padding: 11px 26px;
    font-size: 12px;
  }
  .about-us-head h1 {
    font-size: 35px;
  }
  .about-container {
    width: 350px;
  }
  .about-us-col h3 {
    font-size: 14px;
  }
  .about-us-more a {
    padding: 10px 32px;
    font-size: 12px;
  }
  .what-we-offer {
    padding-top: 20px;
    background-size: cover;
  }
  .cmpny-cnt-row {
    justify-content: center;
  }
  .we-are-more {
    padding-top: 40px;
  }
  .transport-goods h1 {
    font-size: 35px;
    padding-bottom: 20px;
    padding-top: 0;
  }
  .transport-get-started a,
  .transport-learn-more a {
    font-size: 12px;
    padding: 14px 25px;
  }
  section.transport-goods {
    padding-bottom: 45px;
  }
  .countup-trnsprt h2 {
    font-size: 30px;
  }
  .countup-trnsprt .count img {
    width: 35px;
  }
  .transport-goods p {
    font-size: 12px;
  }
  .footer-cart img {
    width: 280px;
    margin-top: -130px;
  }
  .footer-form form textarea {
    width: 300px;
  }
  .shipping-logistic-wrapper {
    padding-bottom: 60px;
  }
  .malabar-toggler img {
    width: 25px;
  }
  header button.btn.enquire-btn {
    font-size: 12px;
    padding: 10px 20px;
  }
  .whatsapp-chat img {
    width: 40px;
    height: auto;
  }
  .social-media h1 {
    padding: 45px 0 7px;
  }
  .footer-logo-main {
    padding-bottom: 15px;
  }
  .modern-img img {
    height: 430px;
  }
  .what-we-can-img {
    height: 430px !important;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  .what-we-can-col {
    order: 2;
  }
  .service-wrap-flex {
    display: flex;
    justify-content: center;
  }
  .about-us-cont h1 {
    font-size: 40px;
  }
  .hw-we-wrks {
    text-align: center;
  }
  .hw-we-wrks-cntr {
    display: flex;
    justify-content: center;
  }
  .hw-we-wrks-img {
    height: auto !important;
  }
  .about-us-content h1 {
    padding: 35px 0 25px;
  }
  .hw-contnt-col {
    justify-content: center;
    padding-top: 90px;
  }
  .our-service-cont h1 {
    font-size: 30px !important;
  }
  .contact-us-col p {
    font-size: 13px;
  }
  .contact-us-col h1, .contact-we-are-located h1 {
    font-size: 36px;
  }
  .fms-cont h1 {
    font-size: 30px;
  }
  .freight-content h4 {
    line-height: 25px;
  }
  .fms-content h1 {
    font-size: 25px;
  }
  .freight-content h4 {
    font-size: 14px;
    padding-bottom: 25px;
  }
  .freight-content li {
    font-size: 14px;
  }
  .service-page-col {
    order: 2;
  }
  .service-page img {
    padding-top: 0;
    height: auto;
  }
  .service-img-1 {
    display: block;
  }
  .service-img {
    display: none;
  }
}
@media (max-width: 700px) {
  .offer-cards-body {
    width: 530px;
  }
  .about-us-more {
    padding-top: 30px;
  }
  .about-us-head h1 {
    padding-top: 24px;
  }
  .cart-vehicle img {
    width: 250px;
  }
  .services-wrapp p {
    font-size: 17px;
  }
  .service-our-srvc a {
    padding: 10px 17px;
    font-size: 15px;
  }
  .loacted-mail span {
    display: block;
  }
  .contact-mail img {
    width: 23px;
  }
}
@media (max-width: 600px) {
  .offer-cards-body {
    width: 475px;
  }
  .footer-form form textarea {
    width: 250px;
  }
  .about-us-head h1 {
    padding-bottom: 0;
  }
  .contact-we-are-located p span {
    display: inline;
  }
  .offer-mail h4 {
    font-size: 12px;
  }
  .contact-us-form input::-moz-placeholder, .contact-us-form textarea::-moz-placeholder {
    font-size: 13px !important;
  }
  .contact-us-form input::placeholder, .contact-us-form textarea::placeholder {
    font-size: 13px !important;
  }
  .contact-us-col h1 {
    padding: 0px 0 25px;
  }
}
@media (max-width: 575px) {
  .contact-we-are-located p {
    font-size: 13px;
  }
  .cntct-lctd-card .card-title {
    font-size: 23px;
  }
  .loacted-mail span {
    display: inline;
  }
  .loacted-mail h4 {
    font-size: 14px;
  }
  .contact-us-form button {
    margin-top: 95px;
  }
}
@media (max-width: 550px) {
  .banner-content h1 {
    font-size: 30px;
  }
  .about-us-head h1 {
    font-size: 30px;
  }
  .what-we-offer-head p span {
    display: inline;
  }
  .what-we-offer-head {
    padding-bottom: 35px;
  }
  .offer-cards-body {
    width: 400px;
  }
  .transport-goods h1 {
    font-size: 30px;
  }
  .about-us {
    padding-bottom: 0 !important;
  }
  .about-us-body, .feedback-section, .our-service {
    padding-bottom: 0;
  }
}
@media (max-width: 500px) {
  .main-container {
    padding: 0 4%;
  }
  .card-img-logistics h4 {
    font-size: 16px;
    margin: 0;
  }
  section.transport-goods {
    margin-top: 0;
  }
  .footer-form {
    padding: 20px 20px;
  }
  .footer-form form textarea {
    width: 200px;
  }
  .social-media {
    padding-top: 35px;
  }
  .footer-form form .btn {
    margin-top: 8px;
    padding: 5px 18px;
    font-size: 14px;
    margin-right: 0;
  }
  .footer-logo-main {
    width: 110px;
  }
  header a.navbar-brand img {
    width: 102px;
  }
  .card-img-overlay {
    align-items: center;
  }
  .social-media h1 {
    padding: 25px 0 7px;
  }
  .about-us-content h1, .services-wrapp h2 {
    font-size: 25px;
  }
  .about-us-content p {
    font-size: 14px;
  }
  .service-our-srvc a {
    font-size: 13px;
  }
  .about-us-owl h4 {
    font-size: 14px;
  }
  .about-us-owl .owl-nav {
    gap: 5px;
    margin-top: 11px !important;
  }
  .about-us-owl .owl-next, .about-us-owl .owl-prev {
    width: 30px;
    height: 30px;
  }
  .about-us-wrapper .main-banner img {
    height: 370px !important;
  }
  .our-cmmitment h2 {
    font-size: 25px;
  }
  .our-cmmitment p, .how-we-text h1 {
    font-size: 14px;
    line-height: 28px;
  }
  .hw-contnt-col {
    padding-top: 60px;
  }
  .fms-cont h1 {
    font-size: 26px;
  }
  section.feedback-section ul li {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .offer-cards-body {
    width: 350px;
  }
  .what-we-offer-head p {
    font-size: 13px;
  }
  .about-us-head h1 {
    font-size: 25px;
  }
  .shipping-head {
    padding-bottom: 35px;
  }
  section {
    padding: 35px 0;
  }
  .card-img-overlay img {
    width: 20px;
    height: 20px;
  }
  .footer-form .form-control {
    font-size: 0.8rem;
  }
  .footer-form-wrapper {
    padding-right: 4%;
  }
  .transport-goods h1 {
    font-size: 25px;
  }
  .we-are-located-in .card {
    margin: 0;
  }
  .about-us h5 {
    font-size: 17px;
  }
  .about-us img {
    width: 13px;
  }
  .our-service-card .card-title {
    font-size: 45px;
  }
  .our-service-card .card-subtitle {
    font-size: 17px;
  }
  .our-service-a .card-link {
    padding: 9px 14px;
    font-size: 12px;
  }
  .our-service-a .card-link img {
    width: 24px;
  }
  .images-srvc {
    padding-top: 20px;
  }
  .contact-us-col h1, .contact-we-are-located h1 {
    font-size: 32px;
  }
  .contact-us-form button {
    --bs-btn-padding-y: 0.775rem;
    font-size: 14px;
  }
  .about-us-cont h1 {
    font-size: 34px;
  }
  .fms-cont h1 {
    font-size: 26px;
  }
  .fms-content h1 {
    font-size: 21px;
  }
  .about-us-content h1 {
    padding: 35px 0 15px;
  }
  .freight-content h5 {
    padding: 0px 0 20px;
  }
  .swal2-popup.swal2-toast .swal2-title {
    font-size: 0.7em !important;
  }
  .swal2-popup.swal2-toast {
    padding: 0.7em !important;
  }
}
@media (max-width: 430px) {
  .feedbck-1 {
    height: 350px;
  }
}
@media (max-width: 400px) {
  .about-container {
    width: 300px;
  }
  .offer-cards-body {
    width: 300px;
  }
  .footer-cart img {
    margin-top: -80px;
  }
  .about-us-cont h1 {
    font-size: 30px;
  }
  .about-us-content h1, .services-wrapp h2 {
    font-size: 22px;
  }
  .services-wrapp p {
    font-size: 17px;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .our-service-cont h1 {
    font-size: 27px !important;
  }
  .our-cmmitment h2 {
    font-size: 23px;
  }
  .contact-us-col h1, .contact-we-are-located h1 {
    font-size: 30px;
  }
  .fms-cont h1 {
    font-size: 26px;
  }
}
@media (max-width: 370px) {
  .transport-goods h1 span {
    display: inline;
  }
  .feedbck-1 {
    height: 310px;
  }
}
@media (max-width: 350px) {
  .about-us-col h3 {
    font-size: 13px;
  }
  .about-us-more {
    padding-top: 10px;
  }
  .offer-cards-body {
    width: 250px;
  }
  .what-we-offer-cards h1 {
    font-size: 14px;
  }
  .what-we-offer-cards p {
    font-size: 12px;
    padding-left: 0px;
    padding-top: 9px;
  }
  .cart-vehicle img {
    width: 200px;
  }
  .card-img-logistics h4 {
    font-size: 13px;
  }
  .shipping-logistic-wrapper {
    padding-bottom: 0;
  }
  .we-are-located-in .card-title {
    font-size: 16px;
    padding: 11px 0 23px 0;
  }
  .offer-mail h4 {
    font-size: 11px;
  }
  .offer-mail img {
    width: 19px;
    height: auto;
  }
  .transport-goods h1 {
    font-size: 25px;
    padding-top: 50px;
  }
  .transport-btns {
    padding: 25px 0;
  }
  .we-are-located-in {
    padding-bottom: 50px;
  }
  .footer-form {
    padding: 18px 14px;
  }
  .footer-form h2 {
    font-size: 19px;
  }
  .footer-form form .btn {
    font-size: 12px;
  }
  .footer-form textarea::-moz-placeholder, .footer-form input::-moz-placeholder {
    font-size: 11px !important;
  }
  .footer-form textarea::placeholder, .footer-form input::placeholder {
    font-size: 11px !important;
  }
  .footer-form form textarea {
    width: 170px;
  }
  .copy-right h1 {
    font-size: 7px;
  }
  footer {
    margin-top: 180px;
  }
  .transport-get-started a, .transport-learn-more a {
    font-size: 11px;
    padding: 11px 23px;
  }
  .cpmny-count-body {
    padding-bottom: 50px;
  }
  .modern-img img {
    height: 348px;
  }
  .what-we-can-img {
    height: 300px !important;
  }
  .about-us-owl h4 {
    line-height: 28px;
    font-size: 13px;
  }
  .about-us {
    gap: 10px;
  }
  .about-us-content h1, .services-wrapp h2 {
    font-size: 20px;
  }
  .about-us-content p {
    font-size: 13px;
  }
  .services-wrapp h2 {
    padding: 23px 0 12px;
  }
  .services-wrapp p {
    font-size: 15px;
    padding-bottom: 16px;
  }
  .service-our-srvc a {
    font-size: 12px;
  }
  .service-our-srvc {
    padding-top: 19px;
  }
  .feedbck-1 {
    height: 285px;
  }
  .our-service-cont h1 {
    font-size: 23px !important;
  }
  .how-order-shipment img {
    height: 23px;
  }
  .how-order-shipment h2 {
    font-size: 17px;
  }
  .how-order-shipment p {
    font-size: 12px;
  }
  .our-cmmitment h2 {
    font-size: 20px;
  }
  .loacted-mail h4 {
    font-size: 13px;
  }
  .contact-us-form input::-moz-placeholder, .contact-us-form textarea::-moz-placeholder {
    font-size: 11px !important;
  }
  .contact-us-form input::placeholder, .contact-us-form textarea::placeholder {
    font-size: 11px !important;
  }
  span.get-in-tch-mail {
    display: block !important;
  }
  .contact-us-col h1, .contact-we-are-located h1 {
    font-size: 27px;
  }
  .contact-we-are-located p {
    font-size: 12px;
  }
  .contact-us-col p {
    font-size: 12px;
  }
  .contact-us-form {
    padding-top: 35px;
  }
  .contacts-us-bg {
    padding: 50px 0 0;
  }
  .fms-content h1 {
    padding: 0px 0 25px;
  }
  section.feedback-section ul li {
    font-size: 13px;
  }
  .fms-content h1 {
    padding: 20px 0 12px;
  }
  .freight-content h5 {
    padding: 0px 0 13px;
    font-size: 18px;
  }
  .freight-content h4 {
    padding-bottom: 16px;
  }
  header .dropdown-menu .dropdown-item {
    padding: 10px 5px;
  }
  header .dropdown-item {
    font-size: 12px;
  }
  .fms-cont h1 {
    font-size: 21px;
  }
}
@media (max-width: 338px) {
  .we-are-located-in {
    padding-bottom: 0px;
  }
}
@media (max-width: 300px) {
  .about-container {
    width: 250px;
  }
  .what-we-offer-head p {
    font-size: 12px;
  }
  .suppy-chain-crd img {
    width: 40px;
    height: auto;
  }
  .freight-card-img {
    width: 44px !important;
    height: 30px !important;
  }
  .offer-cards-body {
    width: 230px;
  }
  .card-img-logistics h4 {
    font-size: 11px;
  }
  .transport-goods h1 {
    font-size: 23px;
  }
  .footer-cart {
    display: none;
  }
  .footer-form-wrapper {
    padding-right: 4%;
    padding-left: 4%;
    justify-content: center;
  }
  footer {
    margin-top: 150px;
  }
  .modern-img img {
    margin-top: 13px;
  }
  .modern-img img {
    height: 299px;
  }
  .feedback-img img {
    margin-top: 24px;
    margin-bottom: 16px;
  }
  .feedbck-1 {
    height: 265px;
  }
  .about-us-cont h1 {
    font-size: 26px;
  }
  .our-service-card .card-text {
    font-size: 13px;
  }
  .our-service-a .card-link {
    padding: 8px 13px;
    font-size: 12px;
  }
  .about-us-content h1 {
    padding: 35px 0 18px;
  }
  .hw-contnt-col {
    padding-top: 40px;
  }
  section.how-we-text {
    padding-top: 20px;
  }
  .our-cmmitment p, .how-we-text h1 {
    font-size: 13px;
    line-height: 25px;
  }
  .contact-us-col h1, .contact-we-are-located h1 {
    font-size: 25px;
  }
  .cntct-lctd-card .card-title {
    font-size: 20px;
  }
  .loacted-mail span {
    display: block;
  }
  .freight-content a {
    font-size: 13px;
    padding: 9px 14px;
  }
  .fms-content h1 {
    padding: 15px 0 15px;
  }
}
@media (max-width: 293px) {
  .our-service-cont h1 {
    font-size: 22px !important;
  }
  .contact-us-col h1, .contact-we-are-located h1 {
    font-size: 23px;
  }
}
@media (max-width: 280px) {
  .transport-goods h1 {
    font-size: 20px;
  }
}/*# sourceMappingURL=style.css.map */