* {
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  background-color: #f2f2f2;
  font-family: Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
p {
  line-height: 1.6;
}

a {
  text-decoration: none;
}

.fade-in {
  -webkit-animation: fadeIn 2s;
          animation: fadeIn 2s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fade-scroll {
  opacity: 0;
  -webkit-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}

.fade-scroll.appear {
  opacity: 1;
}

.current {
  font-weight: bold;
}

.navigation {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navigation .container {
  width: 90%;
  margin: 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.navigation .container .logo {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navigation .container .logo .ISOlogo {
  margin-left: 20px;
  width: 100%;
}

.navigation .container .logo .ISOlogo img {
  width: 25%;
}

.navigation .container .logo a img {
  width: 100px;
}

.navigation .container .mobile {
  width: 50px;
  margin-left: auto;
  /* ANIMATION */
}

.navigation .container .mobile .btn {
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navigation .container .mobile .btn .btn__burger {
  width: 30px;
  height: 3px;
  background: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navigation .container .mobile .btn .btn__burger::before, .navigation .container .mobile .btn .btn__burger::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  background: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navigation .container .mobile .btn .btn__burger::before {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.navigation .container .mobile .btn .btn__burger::after {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.navigation .container .mobile .btn.open .btn__burger {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navigation .container .mobile .btn.open .btn__burger::before {
  -webkit-transform: rotate(45deg) translate(35px, -35px);
          transform: rotate(45deg) translate(35px, -35px);
}

.navigation .container .mobile .btn.open .btn__burger::after {
  -webkit-transform: rotate(-45deg) translate(35px, 35px);
          transform: rotate(-45deg) translate(35px, 35px);
}

.navigation .container .menu {
  width: 50%;
  margin: 0 auto;
  height: 0px;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navigation .container .menu ul li {
  list-style: none;
  margin: 5px 0;
}

.navigation .container .menu ul li a {
  color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navigation .container .menu ul li a:hover {
  color: #2012c4;
}

.footer {
  color: white;
}

.footer .container {
  background: #152238;
  padding: 50px 0;
  width: 100%;
}

.footer .container .contact-detail {
  width: 90%;
  margin: 0 auto;
}

.footer .container .contact-detail .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .container .contact-detail .detail h3 {
  margin-left: 2rem;
  font-size: 0.8em;
}

@media only screen and (min-width: 770px) {
  .navigation .container .logo {
    width: 50%;
  }
  .navigation .container .logo .ISOlogo {
    margin-left: 20px;
    width: 100%;
  }
  .navigation .container .logo .ISOlogo img {
    width: 13%;
  }
  .navigation .container .mobile {
    display: none;
    width: 0;
  }
  .navigation .container .menu {
    margin: 0;
    overflow: visible;
    height: auto;
  }
  .navigation .container .menu ul {
    width: 90%;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
  .navigation .container .menu ul li {
    width: 100px;
    margin: 0 10px;
  }
  .footer .container .contact-detail {
    width: 90%;
  }
  .footer .container .contact-detail .detail h3 {
    font-size: 1.2em;
  }
}

.wrapper-image {
  position: relative;
  color: white;
}

.wrapper-image img {
  width: 100%;
  display: block;
}

.wrapper-image .wrapper {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  height: 100%;
}

.wrapper-image .wrapper .hero {
  width: 100%;
  text-align: center;
}

.page-title .container {
  padding: 20px 0;
}

.page-title .container .top-accent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-title .container .top-accent .top-1 {
  width: 30%;
  border-bottom: 2px solid red;
}

.page-title .container .top-accent .top-2 {
  width: 70%;
}

.page-title .container .text {
  width: 50%;
  margin: 20px auto;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 2px solid black;
}

.page-title .container .text h2 {
  font-size: 1.5em;
}

.page-title .container .bottom-accent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-title .container .bottom-accent .bot-1 {
  width: 70%;
}

.page-title .container .bottom-accent .bot-2 {
  border-top: 2px solid #2012c4;
  width: 30%;
}

.seafreight {
  margin-top: 50px;
}

.seafreight .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.seafreight .container .left-col {
  width: 100%;
}

.seafreight .container .left-col .wrapper {
  width: 90%;
  margin: 25px auto;
  background: #dcdcdc;
  border-radius: 25px;
  padding: 20px 0;
}

.seafreight .container .left-col .wrapper .title {
  margin: 20px;
}

.seafreight .container .left-col .wrapper .title h2 {
  font-size: 1.5em;
}

.seafreight .container .left-col .wrapper .desc {
  margin: 20px 30px;
}

.seafreight .container .left-col .wrapper .desc ul li {
  margin: 10px 0;
  font-size: 0.8em;
}

.seafreight .container .right-col {
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
  overflow: hidden;
}

.seafreight .container .right-col img {
  width: 100%;
  display: block;
}

.airfreight {
  margin-bottom: 50px;
}

.airfreight .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.airfreight .container .right-col {
  width: 100%;
}

.airfreight .container .right-col .wrapper {
  width: 90%;
  margin: 25px auto;
  background: #dcdcdc;
  border-radius: 25px;
  padding: 20px 0;
}

.airfreight .container .right-col .wrapper .title {
  margin: 20px;
}

.airfreight .container .right-col .wrapper .title h2 {
  font-size: 1.5em;
}

.airfreight .container .right-col .wrapper .desc {
  margin: 20px 30px;
}

.airfreight .container .right-col .wrapper .desc ul li {
  margin: 10px 0;
  font-size: 0.8em;
}

.airfreight .container .left-col {
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
  overflow: hidden;
}

.airfreight .container .left-col img {
  width: 100%;
  display: block;
}

@media only screen and (min-width: 770px) {
  .wrapper-image .wrapper {
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    height: 100%;
  }
  .wrapper-image .wrapper .hero {
    width: 50%;
    text-align: center;
  }
  .wrapper-image .wrapper .hero .brand .text-container h1 {
    font-size: 5em;
  }
  .page-title .container {
    padding: 50px 0;
  }
  .page-title .container .text {
    width: 50%;
    margin: 30px auto;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 2px solid black;
  }
  .page-title .container .text h2 {
    font-size: 2em;
  }
  .seafreight .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .seafreight .container .left-col {
    width: 50%;
  }
  .seafreight .container .left-col .wrapper {
    width: 70%;
    background: #f2f2f2;
    padding: 0;
  }
  .seafreight .container .left-col .wrapper .desc {
    margin: 20px 0;
  }
  .seafreight .container .left-col .wrapper .desc ul li {
    font-size: 1.2em;
  }
  .seafreight .container .right-col {
    width: 50%;
  }
  .airfreight .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .airfreight .container .right-col {
    width: 50%;
  }
  .airfreight .container .right-col .wrapper {
    width: 70%;
    background: #f2f2f2;
    padding: 0;
  }
  .airfreight .container .right-col .wrapper .desc {
    margin: 20px 0;
  }
  .airfreight .container .right-col .wrapper .desc ul li {
    font-size: 1.2em;
  }
  .airfreight .container .left-col {
    width: 50%;
  }
}
/*# sourceMappingURL=freight.css.map */