@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;1,500&display=swap);.top-nav-collapse .nav-item:hover .nav-link::after, .top-nav-collapse .nav-item.active > .nav-link::after, .navbar .nav-item:hover .nav-link:not(.dropdown-toggle)::after, .navbar .nav-item.active > .nav-link::after, .navbar .nav-item .nav-link::after {
  content: "";
  display: block;
  height: 2px;
  margin: 2px auto auto;
  transition: width 0.5s ease, background-color 0.5s;
}

* {
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
}

html, body {
  height: 100%;
}

.theme-bg-blue {
  background-color: #1d365e;
}

.theme-text-blue {
  color: #1d365e;
}

.theme-bg-green {
  background-color: #3db049;
}

.theme-text-green {
  color: #3db049;
}

.navbar {
  background-color: transparent;
  box-shadow: none !important;
  height: 5rem;
}
.navbar .dropdown .dropdown-toggle::after {
  border: none;
}
.navbar .dropdown .dropdown-toggle i {
  transition: transform 0.3s ease-in;
}
.navbar .dropdown .dropdown-menu {
  display: none;
  text-transform: uppercase;
}
.navbar .dropdown .dropdown-menu .dropdown-item.active {
  background-color: #3db049;
}
.navbar .dropdown:hover .dropdown-toggle + .dropdown-menu {
  display: block;
}
.navbar .dropdown:hover .dropdown-toggle i {
  transform: rotate(180deg);
}
.navbar .nav-link {
  font-size: 0.85rem;
  font-weight: 600;
}
.navbar .nav-item .nav-link::after {
  background: transparent;
  width: 0;
}
.navbar .nav-item.active > .nav-link {
  background-color: transparent !important;
  color: #3db049 !important;
}
.navbar .nav-item.active > .nav-link::after {
  width: 100%;
  background-color: #3db049;
}
.navbar .nav-item:hover .nav-link {
  color: #3db049 !important;
}
.navbar .nav-item:hover .nav-link:not(.dropdown-toggle)::after {
  width: 100%;
  background-color: #3db049;
}
.navbar .dropdown-menu {
  background-color: #1d365e;
  padding: 0;
}
.navbar .dropdown-menu a {
  padding: 0.5em 1.5em;
  font-size: 0.9em;
}
.navbar .dropdown-menu a:not(.active) {
  color: #fff;
}
.navbar .dropdown-menu a:hover {
  background-color: #3db049;
}
@media screen and (max-width: 991px) {
  .navbar .logo {
    height: 50% !important;
  }
}

.top-nav-collapse {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}
.top-nav-collapse .navbar-toggler {
  color: #1d365e !important;
}
.top-nav-collapse .nav-link {
  color: #1d365e !important;
}
.top-nav-collapse .nav-item.active > .nav-link {
  background-color: transparent !important;
}
.top-nav-collapse .nav-item.active > .nav-link::after {
  width: 100%;
  background-color: #3db049;
}
.top-nav-collapse .nav-item:hover .nav-link::after {
  width: 100%;
  background-color: #3db049;
}
@media screen and (max-width: 991px) {
  .top-nav-collapse .navbar-collapse {
    background-color: #fff;
  }
}

.view {
  background: url(/img/slider/bg-img.jpg) no-repeat top center;
  background-size: cover;
  min-height: 100%;
}
.view .slider-heading {
  margin-top: 20vh;
  margin-bottom: 40vh;
  text-align: center;
  display: block;
}
.view .slider-heading h6 {
  margin-bottom: 20vh;
}
.view .slider-heading h5 {
  color: #888888;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.view .slider-heading h5::before {
  content: "";
  height: 1px;
  background-color: #3db049;
  width: 10%;
  margin-right: 0.5em;
}
.view .slider-heading h5::after {
  content: "";
  height: 1px;
  background-color: #3db049;
  width: 10%;
  margin-left: 0.5em;
}
.view .slider-heading h1 {
  color: #3db049;
  font-size: 4rem;
}
.view .slider-heading h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  overflow: hidden;
  line-height: 3.4rem;
}
.view .slider-heading h2 .wrap {
  border-right: 0.35rem solid #fff;
  height: 2rem;
  -webkit-animation: blink-caret 0.4s step-end infinite;
          animation: blink-caret 0.4s step-end infinite;
}
@-webkit-keyframes blink-caret {
  0% {
    border-color: rgba(255, 255, 255, 0.75);
  }
  50% {
    border-color: rgba(255, 255, 255, 0.5);
  }
  70% {
    border-color: transparent;
  }
  90% {
    border-color: transparent;
  }
  100% {
    border-color: rgba(255, 255, 255, 0.75);
  }
}
@keyframes blink-caret {
  0% {
    border-color: rgba(255, 255, 255, 0.75);
  }
  50% {
    border-color: rgba(255, 255, 255, 0.5);
  }
  70% {
    border-color: transparent;
  }
  90% {
    border-color: transparent;
  }
  100% {
    border-color: rgba(255, 255, 255, 0.75);
  }
}
.view .services-bg {
  color: #fff;
  font-weight: 500;
  padding: 1rem 1.5rem;
  margin: 1em 1.5em;
  margin-bottom: 1rem;
  border-radius: 5px;
  transition: transform 0.5s;
}
.view .services-bg:hover {
  transform: translateY(-2em);
}
.view .services-bg h5 {
  font-weight: 700;
  font-size: 0.9rem;
}
.view .services-bg h2 {
  font-weight: 700;
  font-size: 2rem;
}
.view .services-bg p {
  font-size: 0.75rem;
}
.view .services-bg .btn {
  border-radius: 20px;
}
.view .road-freight {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0, rgba(0, 0, 0, 0.75) 3%, rgba(0, 0, 0, 0) 100%), url(/img/slider/road-freight.jpg) no-repeat center center;
  background-size: cover;
}
.view .air-freight {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0, rgba(0, 0, 0, 0.75) 3%, rgba(0, 0, 0, 0) 100%), url(/img/slider/air-freight.jpg) no-repeat center center;
  background-size: cover;
}
.view .sea-freight {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0, rgba(0, 0, 0, 0.75) 3%, rgba(0, 0, 0, 0) 100%), url(/img/slider/sea-freight.jpg) no-repeat center center;
  background-size: cover;
}

.why-choose-us {
  padding: 4em 2em 0;
}
.why-choose-us .choose-us h1 {
  font-weight: 700;
  font-size: 3rem;
  margin: 0;
}
.why-choose-us .choose-us h1:nth-child(2) {
  color: #3db049;
  font-weight: 800;
}
@media screen and (max-width: 720px) {
  .why-choose-us .choose-us {
    padding: 0;
  }
  .why-choose-us .choose-us h1 {
    font-size: 2.5em;
  }
}
.why-choose-us .desc-heading {
  font-weight: bold;
}
.why-choose-us .services a {
  color: #000;
}
.why-choose-us .services a:hover .box, .why-choose-us .services a:hover h4 {
  color: #3db049;
}
.why-choose-us .services .box {
  width: 2em;
  background-color: #1d365e;
  color: #fff;
  font-size: 2em;
  padding: 0.5em 0.15em;
  box-shadow: 0 10px 30px 0 #0f0b0b4d;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.5s;
}
.why-choose-us .services .row {
  margin-bottom: 2em;
}
.why-choose-us .services h4 {
  font-weight: 700;
  font-size: 1.35em;
}

.other-services .services-bg {
  padding: 3.5em;
  color: #fff;
  -webkit-filter: grayscale(50%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(50%);
  line-height: 1.35em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.other-services .services-bg h3 {
  font-weight: 700;
  z-index: 2;
}
.other-services .services-bg.bg-safe {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 100%, rgba(0, 0, 0, 0.85) 100%), url(/img/other-services/safe.jpg) no-repeat center center;
  background-size: cover;
}
.other-services .services-bg.bg-support {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 100%, rgba(0, 0, 0, 0.85) 100%), url(/img/other-services/support.jpg) no-repeat center center;
  background-size: cover;
}
.other-services .services-bg.bg-network {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 100%, rgba(0, 0, 0, 0.85) 100%), url(/img/other-services/network.jpg) no-repeat center center;
  background-size: cover;
}
.other-services .services-bg.bg-time {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 100%, rgba(0, 0, 0, 0.85) 100%), url(/img/other-services/time.jpg) no-repeat center center;
  background-size: cover;
}
.other-services .services-bg::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.2;
  transition: background-color 0.3s ease-in-out;
  z-index: 1;
}
.other-services .services-bg:hover::before {
  background-color: #3db049;
}
.other-services .services-bg .line {
  background-color: #3db049;
  height: 2px;
  width: 2.75em;
  margin-top: 2em;
}

.footer {
  background-color: #1d365e;
  padding: 2em 2em 1em;
  color: #fff;
  font-size: 0.8em;
}
.footer .title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.25em;
  margin-bottom: 1em;
}
.footer .title::after {
  content: "";
  display: block;
  width: 2em;
  height: 2px;
  background-color: #3db049;
  margin: 5px 0;
}
.footer .about img {
  margin-left: -1em;
}
.footer .links a {
  display: block;
  text-decoration: none;
  color: #fff;
  margin: 0.5em 0;
  transition: color 0.3s;
}
.footer .links a:hover {
  color: #3db049;
}
.footer .contact a {
  text-decoration: none;
  color: #fff;
  transition: color 0.3s;
}
.footer .contact a:hover {
  color: #3db049;
}
.footer .row + .row::before {
  content: "";
  display: block;
  background-color: rgba(82, 82, 82, 0.315);
  height: 1px;
  width: 100vw;
  margin-bottom: 1em;
}

.fixed-bg-img {
  margin-bottom: 1em;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 20em;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.fixed-bg-img h1,
.fixed-bg-img p {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-top: 1em;
}
.fixed-bg-img p {
  color: #3db049;
  margin-top: 0;
}
.fixed-bg-img.contact {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 100%, rgba(0, 0, 0, 0.8) 100%), url(/img//pages-top/contact.jpg);
}
.fixed-bg-img.quote {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 100%, rgba(0, 0, 0, 0.8) 100%), url(/img//pages-top/quote.jpg);
}
.fixed-bg-img.quote {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 100%, rgba(0, 0, 0, 0.8) 100%), url(/img//pages-top/about-us.jpg);
}
.fixed-bg-img.air-freight {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 100%, rgba(0, 0, 0, 0.8) 100%), url(/img//pages-top/air-freight.jpg);
}
.fixed-bg-img.road-freight {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 100%, rgba(0, 0, 0, 0.8) 100%), url(/img//pages-top/road-freight.jpg);
}
.fixed-bg-img.sea-freight {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 100%, rgba(0, 0, 0, 0.8) 100%), url(/img//slider/sea-freight.jpg);
  background-position: bottom;
}
.fixed-bg-img.custom-clearance {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 100%, rgba(0, 0, 0, 0.8) 100%), url(/img//pages-top/custom-clearance.jpg);
}
.fixed-bg-img.warehousing {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 100%, rgba(0, 0, 0, 0.8) 100%), url(/img//pages-top/warehousing.jpg);
}
.fixed-bg-img.packaging {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 100%, rgba(0, 0, 0, 0.8) 100%), url(/img//pages-top/packaging.jpg);
}

.map-bg {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 100%, rgba(0, 0, 0, 0.85) 100%), url(/img//pages-top/map-bg.jpg) no-repeat center center;
  background-size: cover;
}

.custom-select {
  border: none;
  border-bottom: 1px solid #ced4da;
  padding-left: 0;
}
.custom-select:focus {
  box-shadow: none;
}

.side-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 1em;
}
.side-img.air-freight {
  background-image: url(/img//pages-top/air-freight.jpg);
}
.side-img.road-freight {
  background-image: url(/img//pages-top/road-freight.jpg);
}
.side-img.sea-freight {
  background-image: url(/img//slider/sea-freight.jpg);
}
.side-img.custom-clearance {
  background-image: url(/img//pages-top/custom-clearance.jpg);
}
.side-img.warehousing {
  background-image: url(/img//pages-top/warehousing.jpg);
}
.side-img.packaging {
  background-image: url(/img//pages-top/packaging.jpg);
}