@charset "utf-8";
/* logistic Common CSS */
body {
  color: #000000;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
}
*, *:focus {
  outline: none;
}
a {
  color: #0a1119;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
a:hover, a:focus {
  color: #5bc6f3;
  text-decoration: none;
}
img {
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
iframe {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  border: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.3;
}
p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #707070;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 28px;
}
video {
  display: block;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  background: #f8f8f8;
}
audio, canvas, progress, video {
  vertical-align: middle;
}
button, button:focus {
  outline: none;
  outline-offset: 0;
}
::selection {
  background: #5bc6f3;
  color: #ffffff;
}
::-webkit-selection {
  background: #5bc6f3;
  color: #ffffff;
}
::-moz-selection {
  background: #5bc6f3;
  color: #ffffff;
}
::-o-selection {
  background: #5bc6f3;
  color: #ffffff;
}
::-ms-selection {
  background: #5bc6f3;
  color: #ffffff;
}
::-webkit-input-placeholder {
  color: #646464 !important;
  opacity: 1;
}
::-moz-placeholder {
  color: #646464 !important;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #646464 !important;
  opacity: 1;
}
:-moz-placeholder {
  color: #646464 !important;
  opacity: 1;
}
/* Font CSS */

/* logistic Form CSS */
.form-group {
  margin-bottom: 17px;
}
.form-control {
  height: 47px;
  padding: 10px 20px;
  background: #f6f6f6;
  color: #707070;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  border: 1px solid transparent;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-control:focus {
  background-color: #f6f6f6;
  color: #707070;
  border-color: #5bc6f3;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
textarea.form-control {
  height: 150px;
  resize: none;
}
input[type="submit"] {
  border: none;
}
select.form-control {
  padding: 10px 80px 10px 25px;
  background-image: url(../images/icon11.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 61px auto;
}
select.form-control::-ms-expand {
  display: none;
}
/* logistic Normal CSS */
.textcenter {
  text-align: center;
}
.textright {
  text-align: right;
}
.logistic-table-wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.logistic-align-wrap {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.logistic-align-wrap.bottom {
  vertical-align: bottom;
}
.logistic-btn {
  display: inline-block;
  min-width: 210px;
  padding: 14px 20px;
  background: #5bc6f4;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  outline: none;
  cursor: pointer;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  letter-spacing: 1px;
}
.logistic-btn span {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0 0 10px;
  height: 8px;
  width: 15px;
  background-image: url(../images/icon2.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 35px auto;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.logistic-btn:hover span, .logistic-blue-btn span:hover {
  background-position: 0 50%;
}
.logistic-btn:hover, .logistic-btn:focus {
  background: #19185c;
  color: #ffffff;
}
.logistic-blue-btn {
  background: #19185c;
}
.logistic-blue-btn span {
  background-image: url(../images/icon10.png);
}
.logistic-blue-btn:hover, .logistic-blue-btn:focus {
  background: #5bc6f4;
}
.logistic-btn-wrap {
  padding-top: 40px;
}
/* Owl Carousel Slider */
.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: unset;
  -moz-user-select: unset;
  -ms-user-select: unset;
  user-select: unset;
}
.owl-carousel .owl-prev, .owl-carousel .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
}
.owl-carousel .owl-dots {
  position: absolute;
  bottom: -36px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}
.owl-carousel button.owl-dot {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  background: #e7e7e6;
  text-indent: -999px;
  cursor: pointer;
  outline: none;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.owl-carousel button.owl-dot.active {
  background: #5bc6f3;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  left: 55px;
  width: 89px;
  height: 89px;
  background: #ffffff;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
  background: #f0605f;
}
.owl-carousel .owl-nav button.owl-prev:hover:after {
  background-position: 100% 50%;
}
.owl-carousel .owl-nav button.owl-prev:after, .owl-carousel .owl-nav button.owl-next:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 19px;
  background-image: url(../images/icon2.png);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 67px auto;
  content: "";
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}
.owl-carousel .owl-nav button.owl-next:after {
  background-image: url(../images/icon3.png);
  background-position: 100% 50%;
}
.owl-carousel .owl-nav button.owl-next:hover:after {
  background-position: 0 50%;
}
.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 55px;
}
.owl-drag .disabled {
  display: none;
}
.slider-no-current {
  display: none;
  padding-top: 46px;
}
.current-no:after {
  content: "/"
}
/* logistic Topbar */
.logistic-topbar {
  border-bottom: 1px solid #e4e4e4;
}
.logistic-topbar ul {
  padding: 0;
  margin: 0;
  color: #6a6a6a;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  list-style: none;
}
.logistic-topbar ul li {
  display: inline-block;
  padding: 4px 15px 3px 0;
  margin-right: 15px;
  border-right: 1px solid #e4e4e4;
}
.logistic-topbar ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.logistic-topbar ul li a {
  color: inherit;
}
.logistic-topbar ul li a:hover {
  color: #5bc6f4;
}
.logistic-topbar ul li i {
  padding-right: 10px;
  color: #5bc6f3;
}
.logistic-social {
  float: right;
}
.logistic-social:before, .logistic-social:after {
  display: table;
  clear: both;
  content: "";
}
.logistic-social a {
  float: left;
  width: 50px;
  height: 50px;
  font-size: 18px;
  text-align: center;
  color: #c8c8c8;
  line-height: 48px;
  border-right: 1px solid #e4e4e4;
}
.logistic-social a:hover {
  background: #5bc6f2;
  color: #ffffff;

}/* Logistic Header */
.logistic-header {
  background: #ffffff;
  position: relative;
  -webkit-transition: background ease .3s, box-shadow ease .3s;
  -ms-transition: background ease .3s, box-shadow ease .3s;
  transition: background ease .3s, box-shadow ease .3s;
}
.is-sticky .logistic-header {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.logistic-header [class*="col-"] {
  position: static;
}
.header-right {
  text-align: right;
}
.logistic-navigation > ul {
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  list-style: none;
}
.logistic-navigation > ul > li {
  display: inline-block;
  padding: 0 16px;
}
.logistic-navigation > ul > li > a {
  display: inline-block;
  padding: 36px 8px;
  position: relative;
}
.logistic-navigation > ul > li:last-child, .logistic-navigation > ul > li:last-child a {
  padding-right: 0;
}
.logistic-navigation > ul > li > a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 4px;
  background: #5bc6f2;
  content: "";
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.logistic-navigation > ul > li > a.mPS2id-highlight {
  color: #5bc6f3;
}
.logistic-navigation > ul > li > a:hover:after, .logistic-navigation > ul > li > a.mPS2id-highlight:after {
  width: 100%;
}
.logistic-toggle {
  display: none;
  vertical-align: middle;
  width: 20px;
  height: 14px;
}
.logistic-toggle .toggle-separator {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  background: #000000;
  position: relative;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.logistic-toggle .toggle-separator:before, .logistic-toggle .toggle-separator:after {
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000000;
  content: "";
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 1;
}
.logistic-toggle .toggle-separator:after {
  top: 6px;
}
.logistic-toggle.active .toggle-separator {
  background: none;
}
.logistic-toggle.active .toggle-separator:before {
  top: -6px;
  -webkit-transform: translateY(7px) rotateZ(-45deg);
  -ms-transform: translateY(7px) rotateZ(-45deg);
  transform: translateY(7px) rotateZ(-45deg)
}
.logistic-toggle.active .toggle-separator:after {
  top: 6px;
  -webkit-transform: translateY(-5px) rotateZ(45deg);
  -ms-transform: translateY(-5px) rotateZ(45deg);
  transform: translateY(-5px) rotateZ(45deg)
}
/* Logistic Banner */
.banner-wrap {
  height: 700px;
  background: url(../images/background1.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  position: relative;
}
.banner-wrap > * {
  position: relative;
  z-index: 1;
}
.banner-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  content: "";
  z-index: 0;
}
.banner-caption {
  max-width: 700px;
  margin: 0 auto;
  text-transform: uppercase;
}
.banner-caption h1 {
  padding-bottom: 32px;
  font-weight: 500;
  font-size: 102px;
  line-height: 94px;
}
.banner-caption h1 span {
  font-size: 75px;
}
.banner-caption h4 {
  padding-bottom: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 1.5px;
}
/* Logistic Transport */
.logistic-transport {
  background: #f8f8f8;
}
.logistic-transport .row {
  margin: 0;
}
.logistic-transport [class*="col-"] {
  padding: 0;
}
.transport-wrap {
  padding: 65px 60px 75px;
  background-color: #19185c;
  background-image: url(../images/background2.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.transport-wrap .logistic-icon {
  padding-bottom: 30px;
}
.transport-wrap h2 {
  padding-bottom: 0;
  font-size: 45px;
}
.transport-wrap h4 {
  padding-bottom: 2px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.5px;
}
.transport-images .logistic-image img {
  width: 100%;
}
.experience {
  height: 100%;
  padding: 30px;
  background: #5bc6f3;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.experience h2 {
  padding-bottom: 6px;
  font-weight: 500;
  font-size: 90px;
  line-height: 90px;
}
.experience h3 {
  padding-bottom: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.5px;
}
.transport-info {
  max-width: 600px;
  padding: 25px 50px;
}
.transport-info ul {
  padding: 10px 0 0;
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  list-style: none;
}
.transport-info ul li {
  padding: 0 0 10px 38px;
  position: relative;
}
.transport-info ul li:before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon4.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 20px auto;
  content: "";
  z-index: 1;
}
.transport-info .logistic-btn-wrap {
  padding-top: 13px;
}
.transport-info .logistic-title {
  margin-bottom: 25px;
  text-align: left;
}
.transport-info .logistic-title:before, .transport-info .logistic-title:after {
  margin: 0;
}
.logistic-title {
  padding-bottom: 15px;
  margin-bottom: 50px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}
.logistic-title:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 295px;
  height: 1px;
  margin: 0 auto;
  background: #e0e0e0;
  content: "";
  z-index: 1;
}
.logistic-title:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 105px;
  height: 5px;
  margin: 0 auto;
  background: #5bc6f2;
  content: "";
  z-index: 1;
}
.logistic-title h2 {
  font-size: 48px;
  line-height: 60px;
}
.logistic-title h4 {
  padding-bottom: 14px;
  color: #707070;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1.5px;
}
/* Logistic Services */
.logistic-services {
  padding: 77px 40px 15px;
}
.services-wrap {
  max-width: 1580px;
  margin: 0 auto;
}
.service-item {
  margin-bottom: 30px;
  color: #ffffff;
  text-align: center;
}
.service-item .logistic-image {
  position: relative;
}
.service-item.logistic-hover .logistic-icon {
  opacity: 1;
  visibility: visible;
}
.service-item.logistic-hover .service-info {
  padding-bottom: 60px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5bc6f3+0,19185c+50,19185c+100&0.9+0,0.9+50,0.9+100 */
  background: -moz-linear-gradient(bottom,  rgba(91,198,243,0.9) 0%, rgba(25,24,92,0.9) 50%, rgba(25,24,92,0.9) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom,  rgba(91,198,243,0.9) 0%,rgba(25,24,92,0.9) 50%,rgba(25,24,92,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top,  rgba(91,198,243,0.9) 0%,rgba(25,24,92,0.9) 50%,rgba(25,24,92,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e65bc6f3', endColorstr='#e619185c',GradientType=0 ); /* IE6-9 */
}
.service-item.logistic-hover .service-info:after {
  height: 5px;
}
.service-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 35px 20px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,19185c+100&0+29,0.9+100 */
  background: -moz-linear-gradient(top,  rgba(30,87,153,0) 0%, rgba(29,69,135,0) 29%, rgba(25,24,92,0.9) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(29,69,135,0) 29%,rgba(25,24,92,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(29,69,135,0) 29%,rgba(25,24,92,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#e619185c',GradientType=0 ); /* IE6-9 */
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 1;
}
.service-info:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #5bc6f3;
  content: "";
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 1;
}
.service-info .logistic-icon {
  opacity: 0;
  visibility: hidden;
  padding-bottom: 25px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.service-info h3 {
  padding-bottom: 25px;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
}
.service-inner-info {
  display: none;
}
.service-inner-info p {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
}
.service-inner-info h4 {
  padding: 11px 0 13px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  position: relative;
}
.service-inner-info h4:before, .service-inner-info h4:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 67px;
  height: 1px;
  margin: 0 auto;
  background: #ffffff;
  content: "";
  z-index: 1;
}
.service-inner-info h4:after {
  top: auto;
  bottom: 0;
}
.service-inner-info h4 span {
  color: #5bc6f3;
}
/* Logistic Clients */
.logistic-clients {
  padding-bottom: 70px;
}
.client-item {
  padding: 15px;
  margin: 10px;
  background: #fbfbfd;
  border: 1px solid #d4d4d4;
  text-align: center;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.client-item.logistic-hover {
  background: #ffffff;
  border-color: #5bc6f3;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.client-item.logistic-hover .logistic-image img {
  opacity: 1;
}
.client-item .logistic-image img {
  opacity: 0.5;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
/* Logistic Map */
.logistic-map {
  height: 500px;
}
.gm-style-iw {
  padding: 5px 10px;
}
.gm-style-iw h4 {
  font-size: 18px;
}
.gm-style-iw p {
  padding-bottom: 5px;
  font-size: 15px;
}
.gm-style-iw h1, .gm-style-iw h2, .gm-style-iw h3, .gm-style-iw h4, .gm-style-iw h5, .gm-style-iw h6 {
  padding-bottom: 0;
}
/* Logistic Contact */
.logistic-contact {
  padding: 80px 0;
}
.contact-now {
  position: relative;
  text-align: center;
  padding: 40px 30px 45px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 0 0 30px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.18);
}
.contact-now .logistic-icon {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 61px;
  height: 61px;
  background: #5bc6f3;
  line-height: 56px;
  z-index: 1;
}
.contact-now form .row {
  margin: 0 -7px;
}
.contact-now form [class*="col-"] {
  padding: 0 7px;
}
.contact-now form .text-center {
  padding-top: 3px;
}
.contact-title {
  padding-bottom: 15px;
}
.contact-title h2 {
  padding-bottom: 7px;
  font-size: 36px;
  text-transform: uppercase;
}
.contact-title p {
  font-size: 16px;
  line-height: 22px;
}
.contact-info {
  padding-left: 60px;
}
.contact-info .logistic-image {
  padding-bottom: 45px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d0cfce;
}
.contact-info .logistic-title {
  margin-bottom: 25px;
  text-align: left;
}
.contact-info .logistic-title h2 {
  font-size: 28px;
  line-height: 34px;
}
.contact-info .logistic-title h4 {
  padding-bottom: 8px;
  font-size: 16px;
}
.contact-info .logistic-title:before {
  display: none;
}
.contact-info .logistic-title:after {
  margin: 0;
  height: 3px;
}
.contact-info ul {
  padding: 0;
  margin: 0;
  color: #707070;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  list-style: none;
}
.contact-info ul li {
  position: relative;
  padding: 0 0 6px 35px;
}
.contact-info ul li:before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 19px;
  height: 14px;
  background-image: url(../images/icon8.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 19px auto;
  content: "";
  z-index: 1;
}
.contact-info ul li span {
  color: #000000;
  font-weight: 700;
}
.contact-info ul li a {
  color: inherit;
}
.contact-info ul li a:hover {
  color: #5bc6f3;
}
/* Logistic Footer */
.logistic-footer {
  padding: 55px 0;
  background-color: #19185c;
  background-image: url(../images/background3.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.logistic-footer .logistic-social {
  float: none;
  text-align: right;
}
.logistic-footer .logistic-social a {
  display: inline-block;
  vertical-align: middle;
  float: none;
  width: 46px;
  height: 46px;
  line-height: 44px;
  margin-left: 6px;
  background: #30306c;
  border-right: none;
}
.logistic-footer .logistic-social a:hover, .logistic-footer .logistic-social a:focus {
  background: #5bc6f3;
}
.social-label {
  display: inline-block;
  vertical-align: middle;
  padding-right: 13px;
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
}
/* Logistic Copyright */
.logistic-copyright {
  padding: 40px 0 45px;
  background: #0e0f3f;
}
.logistic-copyright p {
  padding-bottom: 0;
  font-size: 16px;
  color: #ffffff;
}
.logistic-copyright p a {
  color: #5bc6f3;
}
.logistic-copyright p a:hover {
  opacity: 0.8;
}