@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Book";
  src: url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Gotham Book";
  font-weight: normal;
  font-style: normal;
}

header {
  background:#233b6d url('../img/header-bg.jpg');  
    @media (min-width: 1024px) {
        background:transparent;
    }
    background-size: cover;
  /* background-attachment: fixed; */
  background-position: center;
  position: relative;
  min-height: 680px;
}
header .top-header {
  background-color: rgba(49, 84, 151, 0.4);
}
header .logo {
  padding: 20px;
}
header .logo img {
  width: 210px;
}
header .art-container {
  color: #fff;
  min-height: 490px;
  display: flex;
  align-items: center !important;
}
header .art-container p {
  font-size: 20px;
}
header .navbar {
  border-top: solid 3px #8294b8;
  padding: 0 !important;
}
header .navbar .container-fluid {
  padding: 0;
}
header .navbar-nav {
  width: 100%;
}
header .navbar-nav .navbar-toggler {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  background-color: #fff;
}
@media (min-width: 992px) {
  header .navbar-nav .nav-item {
    border-left: solid 2px #8294b8;
  }
}
header .navbar-nav .nav-item .nav-link {
  color: #fff !important;
  text-transform: uppercase;
  font-size: 19px !important;
}
@media (min-width: 992px) {
  header .navbar-nav .nav-item .nav-link {
    font-size: 13px !important;
  }
}
header .navbar-nav .nav-item .nav-link:hover {
  color: #ec7d24 !important;
}
header .navbar-nav .nav-item.highlight-link {
  background: #ec7d24;
}
header .navbar-nav .nav-item.highlight-link .nav-link:hover {
  color: #fff !important;
}
header .navbar-nav .nav-item:first-child,
header .navbar-nav .nav-item:last-child {
  border-left: 0;
}
header .parallax-div {
  position: relative;
  height: 400px;
  background-image: url("img/header-bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-toggler {
  position: absolute;
  right: 0;
  top: -70px;
  color: #fff;
  background-color: #fff;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0 !important;
}

/* --------------------------------- PACKAGE TRACKER ----------------------------------*/
.packet-tracker {
  background: #fff;
  padding: 45px 30px 50px 30px;
  border-radius: 10px;
  margin-top: -60px;
  z-index: 1;
  position: relative;
  box-shadow: 0px 6px 7px -1px rgba(0, 0, 0, 0.16);
}
.packet-tracker .form-wrapper {
  color: red;
}
.packet-tracker .form-control {
  line-height: 2.2;
  padding-left: 15px;
  box-shadow: 0px 6px 7px -3px rgba(0, 0, 0, 0.16);
  border-radius: 1px !important;
  border: solid 1px #b9b9b9;
}
@media (min-width: 992px) {
  .packet-tracker {
    margin: -50px 180px -30px 180px;
    border: solid 2ox red;
  }
}

.btn-primary {
  width: 220px;
  background: #ec7d24;
  border-color: #ec7d24;
  box-shadow: -1px 5px 11px -2px rgba(255, 108, 0, 0.45);
  -webkit-box-shadow: -1px 5px 11px -2px rgba(255, 108, 0, 0.45);
  -moz-box-shadow: -1px 5px 11px -2px rgba(255, 108, 0, 0.45);
  padding: 11px;
  border-radius: 1px;
}
.btn-primary:hover {
  background: #ec7d24;
  border-color: #ec7d24;
}

.join-now {
  padding: 50px;
}
@media (min-width: 992px) {
  .join-now {
    padding: 110px;
  }
}
.join-now .spacer {
  padding: 0 10px;
}
.join-now .spacer .g-5 {
  --bs-gutter-x: 6rem !important;
  --bs-gutter-y: 5rem;
}
@media (min-width: 992px) {
  .join-now .spacer {
    padding: 0 180px;
  }
}
.join-now .shadow-box {
  padding: 30px;
  height: 100%;
  background: #f7f7f7;
  border-radius: 10px;
  box-shadow: 0px 6px 7px -1px rgba(0, 0, 0, 0.16);
  color: #767676;
  font-size: 18px;
}
.join-now h3 .icon {
  width: 40px;
}

h1 {
  font-family: "Gotham";
  font-weight: bold;
  font-style: normal;
  font-size: 2.7rem;
}
@media (min-width: 992px) {
  h1 {
    font-size: 3.7rem;
  }
}

/*Andres Diaz*/
@media  (max-width:992px) {
  .form-wrapper {
    flex-direction: column;
   
    align-items: center;
    justify-content: center;
   
  }
  .form-wrapper  input {
    text-align: center;
  }
 
}


h2 {
  font-family: "Gotham";
  font-weight: bold;
  font-style: normal;
  font-size: 1.7rem;
  color: #fff;
}
@media (min-width: 992px) {
  h2 {
    font-size: 2.4rem;
  }
}

h3 {
  font-family: "Gotham";
  font-weight: bold;
  font-style: normal;
  font-size: 1.32rem;
  color: #1b4494;
}

h4 {
  font-family: "Gotham";
  font-weight: bold;
  font-style: normal;
  font-size: 1.27rem;
  color: #414042;
}

.clear-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pl-0 {
  padding-left: 0 !important;
}

strong {
  font-family: "Gotham";
  font-weight: bold;
  font-style: normal;
}

.our-services {
  background: #204896;
  padding: 80px 0 80px 0;
  color: #fff;
  background: #233b6d url("../img/services-bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: relative;
}
.our-services .spacer {
  margin: 0 10px;
}
@media (min-width: 992px) {
  .our-services .spacer {
    margin: 0 180px;
  }
}
.our-services .spacer .g-5 {
  --bs-gutter-x: 6rem !important;
  --bs-gutter-y: 5rem;
}
.our-services h2 {
  color: #fff;
  text-align: center;
  margin-bottom: -12px;
}
.our-services h4 {
  font-size: 18px;
}
.our-services .service-box {
  padding: 25px;
  padding-top: 44px;
  border: solid 1px #fff;
  height: 100%;
  position: relative;
}
.our-services .service-box .icon {
  width: 66px;
  height: 66px;
  padding: 10px;
  position: absolute;
  left: 40px;
  top: -35px;
}
.our-services .service-box .icon img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.our-services .service-box .icon:before {
  content: " ";
  width: 75px;
  height: 2px;
  background: #1c3f84;
  position: absolute;
  left: -3px;
  top: 34px;
  z-index: 1;
}
.our-services .service-box.plane .icon {
  top: -23px;
  width: 100px;
  height: 66px;
}
.our-services .service-box.plane .icon img {
  position: relative;
  z-index: 2;
}
.our-services .service-box.plane .icon:before {
  width: 97px;
  left: -3px;
  top: 22px;
}
.our-services .service-box.ship .icon {
  top: -39px;
  width: 90px;
  height: 66px;
}
.our-services .service-box.ship .icon img {
  position: relative;
  z-index: 2;
}
.our-services .service-box.ship .icon:before {
  width: 95px;
  left: -3px;
  top: 37px;
}
.our-services .service-box.truck .icon {
  top: -39px;
  width: 82px;
  height: 66px;
}
.our-services .service-box.truck .icon img {
  position: relative;
  z-index: 2;
}
.our-services .service-box.truck .icon:before {
  width: 90px;
  left: -3px;
  top: 37px;
}
.our-services .service-box h4 {
  color: #fff;
  font-size: 22px;
}

.who-are-we {
  background: #4e4d4f;
  padding: 100px 0;
  color: #fff;
}
.who-are-we .spacer {
  padding: 0 10px;
}
@media (min-width: 992px) {
  .who-are-we .spacer {
    padding: 0 180px;
  }
}
.who-are-we .worker {
  z-index: 2;
  position: relative;
  width: 100%;
  margin-bottom: -100px;
}
@media (min-width: 992px) {
  .who-are-we .worker {
    z-index: 1;
    width: 358px;
    margin-bottom: -100px;
    margin-top: 0;
    margin-left: -80px;
  }
}
@media (min-width: 1200px) {
  .who-are-we .worker {
    width: 450px;
    margin-bottom: -100px;
    margin-top: -141px;
  }
}

.why-us {
  padding: 100px 0;
}
.why-us .spacer {
  padding: 0 10px;
}
@media (min-width: 992px) {
  .why-us .spacer {
    padding: 0 180px;
  }
}
.why-us .mt-negative {
  margin-top: 0;
}
@media (min-width: 992px) {
  .why-us .mt-negative {
    margin-top: -170px;
  }
}

.how-receive-pakages {
  background: #204896;
  padding: 60px 0 80px 0;
  color: #fff;
  background: #233b6d url("../img/how-bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: relative;
}
.how-receive-pakages .spacer-a {
  padding: 0 10px;
}
@media (min-width: 992px) {
  .how-receive-pakages .spacer-a {
    padding: 0 130px;
  }
}
.how-receive-pakages h2 {
  text-align: center;
}
.how-receive-pakages h2 span {
  color: #ec7d24;
}
.how-receive-pakages h3 {
  color: #fff;
  text-align: center;
}
.how-receive-pakages p {
  font-family: "Gotham Book";
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  min-height: 30px;
}
@media (min-width: 992px) {
  .how-receive-pakages p {
    min-height: 120px;
  }
}
.how-receive-pakages .package-item {
  background-color: rgba(65, 94, 153, 0.4);
  padding: 25px;
  height: 100%;
  min-height: 50px;
  text-align: center;
}
@media (min-width: 992px) {
  .how-receive-pakages .package-item {
    min-height: 350px;
    text-align: left;
  }
}
.how-receive-pakages .package-item .icon {
  text-align: center;
}
.how-receive-pakages .package-item .icon img {
  width: 100%;
}
.how-receive-pakages .package-item .icon.tracking img {
  width: 70%;
}
.how-receive-pakages .icon {
  width: 55px;
  height: 55px;
  margin: 0 auto 14px auto;
}
.how-receive-pakages .btn {
  background: #ec7d24;
  color: #fff;
  border-radius: 20px;
  /* padding: 6px 25px 3px 25px; */
  font-size: 13px;
  font-family: "Gotham";
  font-weight: bold;
  font-style: normal;
  width: 100%;
  height: 12%;
  text-align: center;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.branches .spacer {
  padding: 0 10px;
}
@media (min-width: 992px) {
  .branches .spacer {
    padding: 0 210px;
  }
}
.branches h2 {
  margin-top: 10px;
  margin-bottom: 30px;
}
.branches .branch {
  background-color: rgba(13, 37, 83, 0.8);
  height: 100%;
  text-align: center;
  padding: 30px;
}
@media (min-width: 992px) {
  .branches .branch {
    padding: 30px 30px 0 30px;
  }
}
.branches .branch .icon {
  margin-top: 20px;
}
.branches .branch .icon img {
  width: 70%;
}
.branches .branch h4 {
  color: #ec7d24;
  text-transform: uppercase;
  font-size: 16px;
}

.contact-us {
  padding: 60px 0 80px 0;
}
.contact-us h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #4e4d4f;
  margin-bottom: 50px;
  margin-top: 40px;
}
.contact-us .contact-form {
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.16);
  min-height: 300px;
  margin: 0 10px;
}
@media (min-width: 992px) {
  .contact-us .contact-form {
    margin: 0 180px;
  }
}
.contact-us .contact-form .btn-primary {
  width: 100%;
  text-transform: uppercase;
  font-family: "Gotham";
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
}
.contact-us .contact-form .spacer {
  padding: 50px;
}
.contact-us .contact-form label {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #2a4c91;
  font-family: "Gotham";
  font-weight: bold;
  font-style: normal;
  margin: 0 0 5px 0;
}
.contact-us .contact-form label span {
  color: red;
}
.contact-us .contact-form input {
  line-height: 2.2;
  padding-left: 15px;
  box-shadow: 0px 6px 7px -3px rgba(0, 0, 0, 0.16);
  border-radius: 1px !important;
  border: solid 1px #b9b9b9;
}
.contact-us .contact-form textarea {
  box-shadow: 0px 6px 7px -3px rgba(0, 0, 0, 0.16);
  border-radius: 1px !important;
  border: solid 1px #b9b9b9;
  height: 236px;
}
.contact-us .contact-form .col-12 {
  margin-bottom: 15px;
}

.btn-primary:hover {
  background: #f6862c;
}

.orange-link, .orange-text {
  color: #ec7d24;
}

footer {
  padding: 60px 0 80px 0;
  background: #1f1f1f;
  color: #ffffff;
  border-bottom: solid 50px #000;
}
footer .spacer {
  margin: 0 20px;
}
@media (min-width: 992px) {
  footer .spacer {
    margin: 0 180px;
  }
}
footer .logo {
  margin-bottom: 30px;
}
footer .address-icon {
  padding-left: 40px;
  background: url(../img/ft-address.svg) no-repeat 0 0;
}
footer .phone-icon {
  padding-left: 40px;
  background: url(../img/ft-contact.svg) no-repeat 0 9px;
  padding-bottom: 10px;
  padding-top: 10px;
}
footer ul {
  list-style: none;
  padding: 0;
}
footer ul li {
  margin-bottom: 7px;
}
footer ul a {
  color: #fff;
  text-decoration: none;
}
footer ul a:hover {
  opacity: 0.5;
  cursor: pointer;
}
footer h5 {
  font-family: "Gotham Book";
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  font-size: 23px;
}
footer .follow-us {
  padding: 80px 50px 50px 50px;
}
footer .follow-us a {
  text-decoration: none;
  padding: 4px;
}
footer .follow-us a img {
  width: 37px;
  height: 37px;
  transition: all 0.3s ease;
}
footer .follow-us a img:hover {
  transform: scale(1.2);
}
footer .footer-nav {
  padding-left: 70px;
  padding-top: 80px;
}
@media (min-width: 992px) {
  footer .footer-nav {
    padding-left: 70px;
    padding-top: 80px;
  }
}
footer .footer-nav a {
  text-transform: uppercase;
  font-family: "Gotham";
  font-weight: bold;
}

.video-wrapper {
  background: #1b4494;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  height: 680px;

  video {
      opacity: 0.5;
      position: fixed;
      @media (min-width: 1900px) {
          margin-top: -220px;
      }
  }
}

.packet-tracker-wrapper, .join-now {
  background: white;
  position: relative;
}

.who-are-we {
  position: relative;
}
.why-us, .contact-us {
  background: #fff;
  z-index: 2;
  position: relative;
}
footer {
  background: #1f1f1f;
  z-index: 2;
  position: relative;
}


.b1 {
  background: yellow;
}

.b2 {
  background: lightcyan;
}

.b3 {
  background: lightpink;
}

.br {
  border: solid 1px #000;
}

.br1 {
  border: solid 2px yellow;
}

.br2 {
  border: solid 2px lightcyan;
}

.br3 {
  border: solid 2px lightpink;
}/*# sourceMappingURL=styles.css.map */