/*$primary: #ce2629;*/
/* font include */
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:wght@400;700&display=swap");
/* @mixin box-shadow(...) {
    -webkit-box-shadow: $arguments;
    -moz-box-shadow: $arguments;
    box-shadow: $arguments; 
    }*/
/* example
input{
.placeholder({color:green})
}   */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
  line-height: 1.2;
  margin: 0 0 15px;
  font-weight: 700; }

h1 {
  font-size: 55px; }

h2 {
  font-size: 42px; }

h3 {
  font-size: 35px; }

h4 {
  font-size: 30px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 14px; }

a {
  outline: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: black; }
  a:hover {
    text-decoration: none;
    color: #ee0d08; }

p {
  margin: 0 0 15px; }

textarea,
input,
button,
.btn {
  outline: none;
  box-shadow: none;
  padding: 10px 30px; }

.form-control .placeholder-text {
  color: black; }

img,
svg {
  max-width: 100%; }

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  margin: 0;
  -webkit-tap-highlight-color: transparent; }

body {
  color: black;
  background-color: white;
  position: relative;
  font-size: 16px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  text-align: left;
  word-break: break-word;
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  padding-top: 100px; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none; }

input[type="radio"] {
  cursor: pointer;
  margin-top: 0; }

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  display: none; }

input::-webkit-contacts-auto-fill-button,
input::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0; }

.form-control {
  border-width: 0 0 1px 0;
  border-color: #8f95a0;
  border-radius: 0;
  padding: 0;
  font-weight: 600;
  color: black; }
  .form-control:focus {
    box-shadow: none;
    border-color: black; }

label {
  font-weight: 600;
  color: black; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: black; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: black; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: black; }

:-moz-placeholder {
  /* Firefox 18- */
  color: black; }

#mapCanvas {
  width: 100%;
  height: 450px; }

button.gm-ui-hover-effect {
  outline: none; }

.gm-style .gm-style-iw-c {
  max-width: 300px !important; }

.gm-style .info_content h3 {
  font-size: 20px; }

/*viewport start*/
@media screen and (min-width: 1921px) {
  html,
  body {
    font-size: 0.7287870901vw; }

  .container {
    padding: 0 0.7808433108vw; }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 0.7808433108vw; }

  h1 {
    font-size: 2.8630921395vw; }

  h2 {
    font-size: 2.1863612702vw; }

  h3 {
    font-size: 1.8219677251vw; }

  h4 {
    font-size: 1.5616866216vw; }

  h5 {
    font-size: 1.0411244144vw; }

  h6 {
    font-size: 0.7287870901vw; } }
/*loader*/
@-webkit-keyframes spinBack {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(-720deg);
    transform: rotate(-720deg); } }
@keyframes spinBack {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(-720deg);
    transform: rotate(-720deg); } }
@-webkit-keyframes spinBack {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(-720deg);
    transform: rotate(-720deg); } }
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.btn.btn-primary,
.btn[type=submit]:not(:disabled) {
  background-color: #ee0d08;
  border-color: #ee0d08;
  border-radius: 0;
  min-width: 100px;
  color: white;
  padding: 15px 30px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .btn.btn-primary img,
  .btn[type=submit]:not(:disabled) img {
    margin: 0 10px 0 10px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary:not(:disabled):not(.disabled):active,
  .btn[type=submit]:not(:disabled):hover,
  .btn[type=submit]:not(:disabled):focus,
  .btn[type=submit]:not(:disabled):active,
  .btn[type=submit]:not(:disabled):not(:disabled):not(.disabled):active {
    background-color: #1c3e72;
    border-color: #1c3e72;
    color: white;
    box-shadow: none; }
    .btn.btn-primary:hover img, .btn.btn-primary:focus img, .btn.btn-primary:active img, .btn.btn-primary:not(:disabled):not(.disabled):active img,
    .btn[type=submit]:not(:disabled):hover img,
    .btn[type=submit]:not(:disabled):focus img,
    .btn[type=submit]:not(:disabled):active img,
    .btn[type=submit]:not(:disabled):not(:disabled):not(.disabled):active img {
      margin: 0 0 0 20px; }

.container {
  max-width: 1170px; }

.loader-wrapper {
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  z-index: 99; }
  .loader-wrapper .reverse-spinner {
    position: relative;
    height: 80px;
    width: 80px;
    border: 4px solid transparent;
    border-top-color: #ee0d08;
    border-left-color: #ee0d08;
    border-radius: 50%;
    -webkit-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite; }
    .loader-wrapper .reverse-spinner:before {
      position: absolute;
      top: 15px;
      left: 15px;
      right: 15px;
      bottom: 15px;
      content: "";
      border: 4px solid transparent;
      border-top-color: #1c3e72;
      border-left-color: #1c3e72;
      border-radius: 50%;
      -webkit-animation: spinBack 1.5s linear infinite;
      animation: spinBack 1.5s linear infinite; }

/* Header */
.header-sticky header.header {
  /*background: rgba(0,0,0,0.75);
  -webkit-backdrop-filter: blur(24px);
  -moz-backdrop-filter: blur(24px);
  -o-backdrop-filter: blur(24px);
  -ms-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);*/ }
  .header-sticky header.header .navbar-brand img {
    width: 102px; }

header.header {
  background-color: white;
  position: fixed;
  width: 100%;
  z-index: 9;
  top: 0;
  left: 0;
  min-height: 60px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  border-bottom: 1px solid #eeeeee;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  header.header nav.navbar {
    padding: 0; }
  header.header .logo {
    display: flex;
    margin-right: 30px; }
    header.header .logo img {
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      width: 120px; }
  header.header .navbar-brand {
    border-right: 1px solid white;
    padding-right: 25px;
    margin-right: 25px; }
    header.header .navbar-brand:last-child {
      border: none;
      padding-right: 0;
      margin-right: 0; }
  header.header .navbar .container-fluid {
    padding: 0; }
  header.header .navbar-nav li {
    padding: 12px 3px;
    position: relative; }
    header.header .navbar-nav li a {
      font-size: 16px;
      color: black;
      font-weight: 400;
      display: block;
      margin: 0 28px; }
    header.header .navbar-nav li:last-child a {
      margin-right: 0; }
    header.header .navbar-nav li:hover:after {
      content: "";
      width: 50px;
      height: 2px;
      background: white;
      display: block;
      bottom: 0;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto; }
    header.header .navbar-nav li.current-menu-item a {
      color: #ee0d08; }
  header.header .navbar-brand {
    position: relative; }
    header.header .navbar-brand img {
      z-index: 1;
      position: relative; }
  header.header .menu-btn {
    display: none;
    border: none;
    outline: none;
    background: transparent;
    position: absolute;
    left: 20px;
    top: 5px;
    height: 50px;
    width: 34px;
    padding: 0;
    z-index: 99999; }
    header.header .menu-btn span {
      height: 1px;
      width: 34px;
      background-color: #ee0d08;
      display: block;
      margin: 8px 0; }
  header.header .search-wrap {
    position: relative; }
    header.header .search-wrap.open-search .search-box {
      display: block; }
    header.header .search-wrap.open-search .icon {
      display: none; }
    header.header .search-wrap.open-search .icon-search span {
      display: block; }
    header.header .search-wrap .icon-search {
      width: 30px;
      height: 30px; }
      header.header .search-wrap .icon-search a {
        display: block; }
      header.header .search-wrap .icon-search span {
        width: 30px;
        height: 1px;
        background: red;
        display: block;
        transform: rotate(45deg);
        display: none; }
        header.header .search-wrap .icon-search span:last-child {
          transform: rotate(-45deg); }
    header.header .search-wrap .search-box {
      display: none;
      position: absolute;
      bottom: -60px;
      right: 0;
      width: 250px; }
      header.header .search-wrap .search-box input {
        font-weight: 400; }
        header.header .search-wrap .search-box input.form-control {
          width: 100%;
          padding: 8px 45px 8px 8px;
          border: 1px solid #cccccc; }
      header.header .search-wrap .search-box .btn {
        position: absolute;
        top: 0;
        right: 0;
        background-color: transparent;
        padding: 0;
        width: 40px;
        height: 40px;
        min-width: inherit;
        border: none; }

.open-menu .collapse:not(.show) {
  display: block; }

/* /Header */
/* Banner */
.home .banner-wrapper {
  position: relative; }
  .home .banner-wrapper .banner {
    position: relative; }
    .home .banner-wrapper .banner .banner-img {
      position: relative;
      height: 80vh;
      min-height: 500px;
      background-position: center;
      background-size: cover; }
      .home .banner-wrapper .banner .banner-img:before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        display: block;
        position: absolute; }
      .home .banner-wrapper .banner .banner-img img {
        width: 100%; }
    .home .banner-wrapper .banner .container {
      margin: 0 auto;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .home .banner-wrapper .banner .banner-item {
      position: relative; }
    .home .banner-wrapper .banner .banner-content {
      position: absolute;
      top: 50%;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      color: white;
      max-width: 625px; }
      .home .banner-wrapper .banner .banner-content h1 {
        color: white;
        text-transform: uppercase; }
      .home .banner-wrapper .banner .banner-content p {
        text-transform: uppercase;
        font-size: 19px; }
      .home .banner-wrapper .banner .banner-content .btn {
        margin: 20px 0;
        display: inline-flex;
        align-items: baseline; }
    .home .banner-wrapper .banner .slick-arrow {
      position: absolute;
      z-index: 1;
      top: 50%;
      transform: translateY(-50%);
      background-color: transparent;
      border: none;
      background-repeat: no-repeat;
      background-size: cover;
      width: 80px;
      height: 81px;
      text-indent: -200px;
      overflow: hidden;
      outline: none; }
      .home .banner-wrapper .banner .slick-arrow.slick-prev {
        background-image: url(../images/arrow-left.png);
        left: 0; }
      .home .banner-wrapper .banner .slick-arrow.slick-next {
        background-image: url(../images/arrow-right.png);
        right: 0; }
    .home .banner-wrapper .banner .slick-dots {
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      bottom: 0; }
      .home .banner-wrapper .banner .slick-dots li.slick-active button {
        background-color: white; }
      .home .banner-wrapper .banner .slick-dots li button {
        background-color: white; }
  .home .banner-wrapper .banner-bottom-label {
    text-align: center;
    margin: -90px 0 80px;
    position: relative; }
    .home .banner-wrapper .banner-bottom-label h4 {
      color: white;
      font-size: 30px;
      text-transform: uppercase; }

.slick-dots {
  text-align: center;
  margin: 40px 0;
  padding-left: 0; }
  .slick-dots li {
    display: inline-block;
    padding: 5px; }
    .slick-dots li.slick-active button {
      opacity: 1;
      width: 22px;
      background-color: #1c3e72; }
    .slick-dots li button {
      background-color: #1c3e72;
      border: none;
      text-indent: -50px;
      overflow: hidden;
      border-radius: 100px;
      width: 10px;
      height: 10px;
      opacity: 0.5;
      padding: 0; }
      .slick-dots li button:focus {
        outline: none; }

[type=submit]:not(:disabled) {
  background-color: black;
  border-color: black;
  border-radius: 0;
  min-width: 100px;
  color: white; }
  [type=submit]:not(:disabled):hover {
    background-color: white;
    border-color: black;
    color: black;
    box-shadow: none; }

.mobile {
  display: none; }

.scroll-top {
  position: fixed;
  right: 15px;
  bottom: 60px;
  opacity: 0; }

.header-sticky .scroll-top {
  opacity: 1; }

.intro-section .container {
  max-width: 1440px; }
.intro-section .slick-slide {
  padding: 15px 20px 40px; }
  .intro-section .slick-slide img {
    margin: 0 auto 8px; }
.intro-section .row > .col,
.intro-section .row > [class*="col-"] {
  margin-bottom: 20px; }
.intro-section .card {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
  border: 1px solid white;
  height: 100%;
  text-align: center;
  padding: 15px;
  border-radius: 20px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }
  .intro-section .card:hover {
    border-color: #ee0d08;
    transform: scale(1.1) !important; }
  .intro-section .card .card-icon {
    margin-bottom: 10px; }
  .intro-section .card .count-number-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px; }
    .intro-section .card .count-number-wrap span {
      color: #ee0d08;
      font-size: 40px; }
  .intro-section .card h3 {
    font-size: 40px;
    color: #ee0d08;
    margin-bottom: 0; }
  .intro-section .card p {
    font-size: 19px; }
.intro-section .intro-section-before {
  padding: 0 0 0 20px; }

.heading {
  text-align: center;
  margin: 70px 0; }

.think-logistics {
  position: relative; }
  .think-logistics .think-logistics-before {
    position: absolute;
    width: 170px;
    height: 150px;
    top: -10px;
    right: 20px; }
  .think-logistics .container {
    max-width: 1420px; }
  .think-logistics .card {
    margin-bottom: 30px;
    position: relative;
    border-radius: 0;
    border: none;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    overflow: hidden; }
    .think-logistics .card:hover .img-box {
      transform: scale(1.1); }
    .think-logistics .card .img-box {
      min-height: 350px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      -webkit-transition: 2s;
      -moz-transition: 2s;
      -o-transition: 2s;
      transition: 2s; }
    .think-logistics .card .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: white;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, #f8f8f8 100%);
      display: flex;
      flex-direction: column;
      justify-content: end;
      padding: 40px 40px 20px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .think-logistics .card .overlay:hover {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, #f8f8f8 100%); }
      .think-logistics .card .overlay h4 {
        font-size: 24px;
        color: #ee0d08; }

.services-we-provide {
  position: relative;
  margin: 60px 0; }
  .services-we-provide .services-we-provide-before {
    position: absolute;
    top: 0;
    right: 0px; }
  .services-we-provide .services-we-provide-slider .services-we-provide-item {
    padding: 0 15px;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .services-we-provide .services-we-provide-slider .services-we-provide-item:hover .services-we-provide-item-img {
      /*opacity: 0.5;*/ }
      .services-we-provide .services-we-provide-slider .services-we-provide-item:hover .services-we-provide-item-img img {
        transform: scale(1.2); }
    .services-we-provide .services-we-provide-slider .services-we-provide-item .services-we-provide-item-img {
      box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
      overflow: hidden; }
      .services-we-provide .services-we-provide-slider .services-we-provide-item .services-we-provide-item-img img {
        -webkit-transition: 2s;
        -moz-transition: 2s;
        -o-transition: 2s;
        transition: 2s; }
    .services-we-provide .services-we-provide-slider .services-we-provide-item .services-we-provide-item-desc-wrap {
      margin-bottom: 20px; }
    .services-we-provide .services-we-provide-slider .services-we-provide-item .services-we-provide-item-desc {
      display: flex;
      margin: 30px 0 5px;
      padding-left: 40px;
      position: relative; }
      .services-we-provide .services-we-provide-slider .services-we-provide-item .services-we-provide-item-desc span.vertical {
        transform: rotate(-90deg);
        position: absolute;
        left: 0;
        top: 0;
        color: #ee0d08; }

.what-we-do {
  position: relative;
  padding: 10px 0; }
  .what-we-do .what-we-do-before {
    position: absolute;
    top: 0;
    right: 50px; }
    .what-we-do .what-we-do-before img {
      transform: rotate(35deg); }
  .what-we-do .what-we-do-after {
    position: absolute;
    bottom: 0;
    left: 50px; }
    .what-we-do .what-we-do-after img {
      transform: rotate(-45deg); }
  .what-we-do .slick-slide {
    padding: 10px 20px 40px; }
    .what-we-do .slick-slide img {
      margin: 0 auto 8px; }
  .what-we-do .row > .col,
  .what-we-do .row > [class*="col-"] {
    margin-bottom: 30px; }
  .what-we-do .card {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    border: 1px solid white;
    height: 100%;
    text-align: center;
    padding: 15px;
    border-radius: 20px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .what-we-do .card:hover {
      border-color: #ee0d08;
      transform: scale(1.1) !important; }
    .what-we-do .card .card-icon {
      margin-bottom: 10px; }
    .what-we-do .card h3 {
      font-size: 24px;
      color: #ee0d08; }
  .what-we-do .intro-section-before {
    padding: 0 0 0 20px; }

footer {
  margin-top: 50px; }
  footer.footer .footer-top {
    background: #f2f2f2;
    padding: 70px 0; }
    footer.footer .footer-top .footer-logo {
      margin-bottom: 30px; }
    footer.footer .footer-top ul {
      list-style: none;
      padding-left: 0; }
      footer.footer .footer-top ul li {
        margin: 15px 0;
        position: relative;
        padding-left: 20px; }
        footer.footer .footer-top ul li:before {
          content: "";
          width: 6px;
          height: 6px;
          background-color: #ee0d08;
          position: absolute;
          top: 10px;
          left: 0; }
  footer.footer .footer-bottom {
    padding: 15px 0; }
    footer.footer .footer-bottom .social-icon {
      text-align: right; }
      footer.footer .footer-bottom .social-icon ul {
        list-style: none;
        margin-bottom: 0; }
        footer.footer .footer-bottom .social-icon ul li {
          display: inline-block; }
  footer .media {
    margin-bottom: 15px; }

/* About page */
.banner-wrapper .inner-banner .banner-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative; }
  .banner-wrapper .inner-banner .banner-img:before {
    background: white;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.5) 0%, rgba(235, 37, 42, 0.7) 100%);
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
    position: absolute; }
  .banner-wrapper .inner-banner .banner-img img {
    width: 100%; }
.banner-wrapper .inner-banner .container {
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.banner-wrapper .inner-banner .banner-item {
  position: relative; }
.banner-wrapper .inner-banner .banner-content {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  color: white;
  max-width: 100%;
  z-index: 2; }
  .banner-wrapper .inner-banner .banner-content h1 {
    font-size: 70px;
    color: white;
    text-transform: uppercase; }

.about-intro {
  margin: 80px 0 40px; }
  .about-intro .about-intro-after {
    text-align: right;
    padding-right: 20px;
    margin: -100px 0 0 0; }

.tab-wrap {
  margin: 30px 0; }
  .tab-wrap .nav-tabs {
    border: none; }
    .tab-wrap .nav-tabs .nav-link {
      border: none;
      font-weight: 700;
      font-size: 20px;
      color: #8d8d8d;
      border-bottom: 4px solid transparent; }
      .tab-wrap .nav-tabs .nav-link.active {
        color: #ee0d08;
        border-bottom-color: #ee0d08; }
  .tab-wrap .tab-content {
    margin: 20px 0 0; }

.mission-vision {
  margin: 40px 0 80px; }
  .mission-vision .mission-vision-img {
    text-align: right; }
    .mission-vision .mission-vision-img img {
      box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; }

.leading-way {
  padding-top: 50px; }

.about-map {
  margin: 40px 0; }
  .about-map .map-img {
    margin: 70px 0;
    position: relative; }
    .about-map .map-img .tooltips button {
      position: absolute;
      padding: 0;
      width: 45px;
      height: 45px;
      opacity: 0; }
      .about-map .map-img .tooltips button:nth-child(1) {
        top: 33.5%;
        left: 67%; }
      .about-map .map-img .tooltips button:nth-child(2) {
        top: 44.5%;
        left: 73%; }
      .about-map .map-img .tooltips button:nth-child(3) {
        top: 32.3%;
        left: 57.2%; }
      .about-map .map-img .tooltips button:nth-child(4) {
        top: 13%;
        left: 44.5%; }
      .about-map .map-img .tooltips button:nth-child(5) {
        top: 22%;
        left: 18%; }

.about-map-before img {
  transform: rotate(-45deg); }

/* /About page */
.partners-clients {
  margin: 60px 0; }
  .partners-clients h2 {
    margin-bottom: 40px; }
  .partners-clients .clients-logo {
    border: 1px solid #dddddd;
    margin-bottom: 30px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    flex-grow: 1; }
    .partners-clients .clients-logo:before {
      content: '';
      position: absolute;
      width: calc(100% + 4px);
      height: calc(100% + 4px);
      top: calc(2px/-1);
      left: calc(2px/-1);
      background: linear-gradient(to right, #ee0d08 0%, #ee0d08 100%), linear-gradient(to top, #ee0d08 50%, transparent 50%), linear-gradient(to top, #ee0d08 50%, transparent 50%), linear-gradient(to right, #ee0d08 0%, #ee0d08 100%), linear-gradient(to left, #ee0d08 0%, #ee0d08 100%);
      background-size: 100% 2px, 2px 200%, 2px 200%, 0% 2px, 0% 2px;
      background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
      background-repeat: no-repeat, no-repeat;
      transition: transform 0.3s ease-in-out, background-position 0.3s ease-in-out, background-size 0.3s ease-in-out;
      transform: scaleX(0) rotate(0deg);
      transition-delay: 0.6s, 0.3s, 0s; }
    .partners-clients .clients-logo:hover:before {
      background-size: 200% 2px, 2px 400%, 2px 400%, 55% 2px, 55% 2px;
      background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
      transform: scaleX(1) rotate(0deg);
      transition-delay: 0s, 0.3s, 0.6s; }

.progress-container {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 1px;
  background-color: #eeeeee;
  z-index: 10; }
  .progress-container .progress-bar-inner {
    height: 1px;
    background-color: #ee0d08;
    width: 0; }

.warehouse-capabilities .row > .col,
.warehouse-capabilities .row > [class*="col-"] {
  margin-bottom: 30px; }
.warehouse-capabilities .card {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
  border: 1px solid white;
  height: 100%;
  text-align: center;
  padding: 15px;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .warehouse-capabilities .card:hover {
    border-color: #ee0d08;
    transform: scale(1.1) !important; }
  .warehouse-capabilities .card .card-icon {
    margin-bottom: 10px; }
  .warehouse-capabilities .card h3 {
    font-size: 24px;
    color: #ee0d08; }

.intro-section .capabilities-intro-section {
  margin-top: -100px;
  z-index: 2;
  position: relative; }
  .intro-section .capabilities-intro-section .container {
    max-width: 1170px; }
  .intro-section .capabilities-intro-section .capabilities-intro-section-slider .slick-slide {
    padding: 10px 20px 40px; }
    .intro-section .capabilities-intro-section .capabilities-intro-section-slider .slick-slide .card {
      box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
      border: 1px solid white;
      height: 100%;
      text-align: center;
      padding: 15px;
      border-radius: 6px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .intro-section .capabilities-intro-section .capabilities-intro-section-slider .slick-slide .card:hover {
        border-color: #ee0d08;
        transform: scale(1.1) !important; }
      .intro-section .capabilities-intro-section .capabilities-intro-section-slider .slick-slide .card .card-icon {
        margin-bottom: 10px; }
      .intro-section .capabilities-intro-section .capabilities-intro-section-slider .slick-slide .card p {
        font-size: 20px; }

.network-coverage {
  margin-top: -50px;
  font-size: 18px; }
  .network-coverage ul {
    list-style: none;
    padding-left: 0; }
    .network-coverage ul li {
      position: relative;
      padding-left: 20px;
      margin: 15px 0; }
      .network-coverage ul li:before {
        content: "";
        width: 6px;
        height: 6px;
        background-color: #ee0d08;
        position: absolute;
        top: 10px;
        left: 0; }
  .network-coverage .network-coverage-before img {
    transform: rotate(-45deg); }

.text-color-primary {
  color: #ee0d08; }

.warehouse-capabilities {
  position: relative;
  padding-top: 40px; }
  .warehouse-capabilities .warehouse-capabilities-before {
    position: absolute;
    top: 0px;
    right: 0; }
  .warehouse-capabilities .card h5 {
    color: #1c3e72;
    font-size: 16px;
    position: relative; }
    .warehouse-capabilities .card h5:before {
      content: "";
      width: 80px;
      height: 2px;
      background-color: #ee0d08;
      margin: 0 auto 15px;
      display: block; }

.capabilities .capabilities-item {
  position: relative;
  padding: 215px 0;
  overflow: hidden;
  margin: 80px 0; }
  .capabilities .capabilities-item .capabilities-item-content {
    margin: 0 0 0 38%;
    position: relative;
    width: 62%;
    background-color: #f1f3f5ed;
    padding: 30px 8% 30px 30px;
    z-index: 1;
    font-size: 18px; }
  .capabilities .capabilities-item .capabilities-item-img {
    top: 0;
    right: auto;
    left: 0;
    position: absolute;
    width: auto;
    height: 100%; }
.capabilities .capabilities-item:nth-child(2n) {
  position: relative;
  padding: 215px 0; }
  .capabilities .capabilities-item:nth-child(2n) .capabilities-item-content {
    margin: 0 30% 0 0;
    position: relative;
    width: 62%;
    background-color: #f1f3f5ed;
    padding: 30px 30px 30px 8%;
    z-index: 1; }
  .capabilities .capabilities-item:nth-child(2n) .capabilities-item-img {
    top: 0;
    right: 0;
    left: auto;
    position: absolute;
    width: auto;
    height: 100%; }

.gallery .row > .col,
.gallery .row > [class*="col-"] {
  padding: 2px;
  overflow: hidden; }
  .gallery .row > .col:hover .gallery-item,
  .gallery .row > [class*="col-"]:hover .gallery-item {
    /*transform: scale(0.95);
    opacity: 0.5;*/ }
.gallery .row .col-md-6 .gallery-item {
  padding-bottom: 49.8%; }
.gallery .gallery-item {
  position: relative;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  width: 100%;
  overflow: hidden;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }
  .gallery .gallery-item:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    opacity: 0;
    display: block;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s; }
  .gallery .gallery-item:after {
    content: "";
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background-image: url(../images/plus-circle-f.svg);
    background-repeat: no-repeat;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    pointer-events: none; }
  .gallery .gallery-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .gallery .gallery-item:hover:before, .gallery .gallery-item:hover:after {
    opacity: 1; }
.gallery img {
  width: 100%; }

.services .services-item {
  display: flex;
  align-items: center;
  background-color: #f9f9f9; }
  .services .services-item:nth-child(2n) {
    flex-direction: row-reverse;
    background-color: #ee0d08; }
    .services .services-item:nth-child(2n) .services-item-content {
      padding: 40px 100px 40px 15%; }
      .services .services-item:nth-child(2n) .services-item-content * {
        color: white; }
  .services .services-item .services-item-img {
    width: 25%;
    min-height: 480px;
    background-position: center;
    background-size: cover;
    flex: 0 0 25%;
    min-width: 480px; }
  .services .services-item .services-item-content {
    padding: 40px 15% 40px 100px;
    font-size: 18px; }

.services-tab.tab-wrap {
  position: relative; }
  .services-tab.tab-wrap .nav-tabs {
    margin-bottom: 40px; }
    .services-tab.tab-wrap .nav-tabs .nav-link {
      font-weight: normal; }
  .services-tab.tab-wrap .tab-wrap-before {
    position: absolute;
    left: 0;
    bottom: 20%; }
  .services-tab.tab-wrap .tab-wrap-after {
    margin-top: -80px;
    text-align: right; }
  .services-tab.tab-wrap .tab-content {
    border-top: 1px solid #dddddd;
    margin-top: 0;
    padding-top: 40px; }
  .services-tab.tab-wrap .tabe-left {
    padding-right: 20px; }
    .services-tab.tab-wrap .tabe-left .desc {
      font-size: 18px;
      line-height: 1.7;
      border-top: 1px solid #dddddd;
      padding-top: 20px;
      margin-top: 20px; }

.collaboration .collaboration-after {
  margin-top: -80px;
  text-align: right; }

.error-page {
  padding: 5% 0; }
  .error-page h1 {
    font-size: 200px; }

.mid-container {
  padding: 30px 0; }

.contact-page {
  margin-top: 30px; }
  .contact-page .contact-form {
    margin-bottom: 30px;
    padding-left: 20px; }

/* Responsive CSS */
@media screen and (max-width: 1440px) {
  /*body {
      padding-top: 60px;
  }
  header {
      &.header {
          .navbar-brand {
              img {
                  max-height: 50px;
              }
          }
      }
  }*/
  .home .banner-wrapper .banner .banner-content {
    left: 90px; }
  .home .banner-wrapper .banner .slick-arrow {
    width: 50px;
    height: 60px; }
    .home .banner-wrapper .banner .slick-arrow img {
      background-size: cover; }

  .services-tab.tab-wrap .tab-wrap-before {
    max-width: 100px;
    bottom: -90px; }
  .services-tab.tab-wrap .tab-wrap-after img {
    max-width: 100px; }

  .collaboration-after img {
    max-width: 100px; } }
/* 1440 end */
@media screen and (max-width: 1279px) {
  h1 {
    font-size: 45px; }

  h2 {
    font-size: 35px; }

  h3 {
    font-size: 30px; }

  h4 {
    font-size: 24px; }

  h5 {
    font-size: 18px; }

  h6 {
    font-size: 14px; }

  .banner-wrapper .inner-banner .banner-content h1 {
    font-size: 45px; }

  .capabilities .capabilities-item {
    padding: 0;
    margin: 0 0 20px; }
    .capabilities .capabilities-item .capabilities-item-img {
      position: static; }
    .capabilities .capabilities-item .capabilities-item-content {
      margin: 0;
      width: 100%;
      background-color: #f1f3f5;
      padding: 40px;
      font-size: 16px; }
  .capabilities .capabilities-item:nth-child(2n) {
    padding: 0;
    margin: 0 0 20px; }
    .capabilities .capabilities-item:nth-child(2n) .capabilities-item-img {
      position: static; }
    .capabilities .capabilities-item:nth-child(2n) .capabilities-item-content {
      margin: 0;
      width: 100%;
      padding: 40px; }

  .services .services-item .services-item-content {
    padding: 40px;
    font-size: 16px; }
  .services .services-item:nth-child(2) .services-item-content {
    padding: 40px;
    font-size: 16px; } }
/* 1279 end */
@media screen and (max-width: 991px) {
  header.header .menu-btn {
    display: block; }
  header.header .logo {
    margin: 0 auto; }
  header.header .navbar-collapse {
    position: absolute;
    top: 59px;
    background: white;
    width: calc(100% + 30px);
    left: -15px;
    padding: 10px; }

  .open-menu header.header .menu-btn span {
    transform: rotate(45deg);
    margin: 8px 0 -4px 0; }
    .open-menu header.header .menu-btn span:nth-child(2) {
      opacity: 0; }
    .open-menu header.header .menu-btn span:nth-child(3) {
      transform: rotate(-45deg);
      margin: 0; }

  .partners-clients .row > .col,
  .partners-clients .row > [class*="col-"] {
    padding: 0 5px; }
    .partners-clients .row > .col .clients-logo,
    .partners-clients .row > [class*="col-"] .clients-logo {
      margin-bottom: 10px; }

  .tab-wrap .nav-tabs {
    margin-bottom: 20px; }
    .tab-wrap .nav-tabs .nav-link {
      font-size: 14px;
      padding: 10px; }

  .services-tab.tab-wrap .nav-tabs {
    margin-bottom: 20px; }
    .services-tab.tab-wrap .nav-tabs .nav-link {
      font-size: 14px;
      padding: 10px; }

  .home .banner-wrapper .banner .slick-dots {
    position: static; }
    .home .banner-wrapper .banner .slick-dots li.slick-active button {
      background-color: #1c3e72; }
    .home .banner-wrapper .banner .slick-dots li button {
      background-color: #1c3e72; } }
/* 991 end */
@media screen and (max-width: 820px) {
  body {
    padding-top: 78px; }

  .services .services-item {
    display: block;
    max-width: 480px;
    margin: 30px auto; }

  header.header .logo img {
    max-width: 90px; } }
/* 820 end */
@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px; }

  h2 {
    font-size: 28px; }

  h3 {
    font-size: 24px; }

  h4 {
    font-size: 20px; }

  h5 {
    font-size: 18px; }

  h6 {
    font-size: 16px; }

  .desktop {
    display: none; }

  .mobile {
    display: block; }

  .scroll-top {
    max-width: 40px; }

  .home .banner-wrapper .banner {
    background: #eeeeee;
    padding-bottom: 80px;
    text-align: center; }
    .home .banner-wrapper .banner .slick-arrow {
      top: 30%; }
    .home .banner-wrapper .banner .container {
      position: static; }
    .home .banner-wrapper .banner .banner-img {
      height: auto;
      min-height: inherit; }
      .home .banner-wrapper .banner .banner-img:before {
        display: none; }
    .home .banner-wrapper .banner .banner-content {
      position: static;
      top: auto;
      transform: inherit;
      margin: 20px auto 0; }
      .home .banner-wrapper .banner .banner-content h1, .home .banner-wrapper .banner .banner-content p {
        color: black; }
  .home .banner-wrapper .banner-bottom-label {
    margin: -60px auto 60px; }
    .home .banner-wrapper .banner-bottom-label h4 {
      color: black;
      font-size: 20px; }

  .intro-section .slick-slide {
    padding: 10px 10px 30px; }

  .what-we-do .what-we-do-after {
    max-width: 75px; }

  .services-we-provide .services-we-provide-before {
    max-width: 100px;
    margin-top: -60px; }

  .think-logistics .think-logistics-before {
    max-width: 75px;
    margin-top: -60px; }

  .what-we-do .what-we-do-before {
    max-width: 75px;
    right: 20px; }

  .network-coverage .network-coverage-before img {
    max-width: 100px; }

  .warehouse-capabilities .warehouse-capabilities-before img,
  .warehouse-capabilities .warehouse-capabilities-after img {
    max-width: 100px; }

  footer.footer .footer-top {
    padding: 40px 0; }
  footer.footer .footer-logo img {
    max-width: 67px; }

  .banner-wrapper .inner-banner .container {
    position: static; }
  .banner-wrapper .inner-banner .banner-img {
    height: auto;
    min-height: inherit; }
  .banner-wrapper .inner-banner .banner-content h1 {
    font-size: 30px; }

  .about-intro {
    margin: 40px 0; }
    .about-intro .about-intro-after {
      margin: 0; }
      .about-intro .about-intro-after img {
        max-width: 70px; }

  .mission-vision {
    margin: 40px 0; }

  .about-map-before {
    max-width: 80px; }

  .about-map-after img {
    max-width: 80px;
    margin: 0 0 auto; }

  .leading-way {
    padding: 0 0 50px;
    text-align: center; }
    .leading-way .media {
      display: block;
      text-align: center;
      padding: 0 10%; }
      .leading-way .media img {
        margin: 0 0 15px 0 !important; }

  .about-map {
    margin: 0; }
    .about-map .map-img {
      margin: 40px 0; }

  .partners-clients {
    margin: 40px 0; }

  .about-map .map-img .tooltips button {
    width: 22px;
    height: 26px; }

  .intro-section .capabilities-intro-section-slider .slick-slide {
    padding: 10px 10px 30px; }

  .collaboration .collaboration-after {
    margin-top: 20px; }

  .error-page h1 {
    font-size: 100px; }

  .contact-page .row {
    flex-direction: column-reverse; }
  .contact-page .contact-form {
    margin-bottom: 30px;
    padding-left: 0; } }
/* 767 end */
@media screen and (max-width: 640px) {
  .services {
    padding: 0 15px; } }
/* 640 end */
@media screen and (max-width: 575px) {
  .services .services-item {
    max-width: 350px;
    margin: 30px auto;
    padding: 15px; }
    .services .services-item:nth-child(2) .services-item-content {
      padding: 20px 0; }
    .services .services-item .services-item-content {
      padding: 20px 0; }
    .services .services-item .services-item-img {
      min-height: 320px;
      min-width: 320px;
      margin: 0 auto; } }
/* 575 end */
/*viewport start*/
@media screen and (min-width: 1921px) {
  .class {
    min-height: 20.8224882874vw;
    padding-bottom: 2.0822488287vw; } }
/*1921 end*/
