/**
 * Cardio Responsive CSS
*/
@media screen and (max-width: 1650px) {
  .transport-info {
    max-width: 800px;
  }
}

@media screen and (max-width: 1599px) {
  .service-info .logistic-icon {
    padding-bottom: 15px;
  }
  .service-info h3 {
    padding-bottom: 20px;
    font-size: 22px;
  }
  .service-item.logistic-hover .service-info {
    padding-bottom: 20px;
  }
  .experience h2 {
    font-size: 60px;
    line-height: 65px;
  }
}

@media screen and (max-width: 1450px) {
  .transport-info {
    max-width: none;
  }
  .logistic-title h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .logistic-title h2 br {
    display: none;
  }
  .logistic-services {
    padding-left: 30px;
    padding-right: 30px;
  }
  .service-info {
    padding-left: 25px;
    padding-right: 25px;
  }
  .service-info h3 {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .service-info h3 br {
    display: none;
  }
  .service-inner-info p {
    font-size: 14px;
    line-height: 18px;
  }
}

@media screen and (max-width: 1350px) {
  .service-info {
    padding: 25px 15px 10px;
  }
  .service-info h3 {
    font-size: 18px;
  }
  .service-inner-info h4 {
    font-size: 14px;
  }
  .logistic-title h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .logistic-title h4 {
    padding-bottom: 5px;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media screen and (min-width:1270px) {
  .container {
    padding: 0;
  }
}

@media screen and (max-width: 1270px) {
  .logistic-services {
    padding-left: 25px;
    padding-right: 25px;
  }
  .service-info h3 {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1199px) {
  .logistic-navigation > ul {
    font-size: 18px;
  }
  .logistic-navigation > ul > li {
    padding: 0 10px;
  }
  .banner-wrap {
    height: 600px;
  }
  .banner-caption h1 {
    padding-bottom: 20px;
    font-size: 80px;
    line-height: 80px;
  }
  .banner-caption h1 span {
    font-size: 55px;
  }
  .logistic-btn-wrap {
    padding-top: 20px;
  }
  .transport-info {
    padding: 50px;
  }
  .logistic-map {
    height: 400px;
  }
  .contact-info {
    padding-left: 0;
  }
  .contact-title p br {
    display: none;
  }
  .service-info h3 {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 991px) {
  .logistic-header {
    padding: 20px 0;
  }
  .logistic-logo img {
    width: 250px;
  }
  .logistic-navigation {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-width: 690px;
    max-height: 50vh;
    margin: 0 auto;
    background: #ffffff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    text-align: left;
    -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);
    z-index: 2;
  }
  .logistic-navigation > ul {
    font-size: 15px;
  }
  .logistic-navigation > ul > li {
    display: block;
    padding: 0;
  }
  .logistic-navigation > ul > li > a {
    padding: 13px 20px;
    display: block;
    border-bottom: 1px solid #e2e2e2;
  }
  .logistic-navigation > ul > li > a:after {
    display: none;
  }
  .logistic-toggle {
    display: inline-block;
  }
  .banner-wrap {
    height: 500px;
  }
  .banner-caption h1 {
    font-size: 65px;
    line-height: 70px;
  }
  .banner-caption h1 span {
    font-size: 50px;
  }
  .banner-caption h4 {
    font-size: 20px;
  }
  .transport-wrap h2 {
    font-size: 40px;
  }
  .experience h2 {
    font-size: 50px;
    line-height: 55px;
  }
  .experience h3, .transport-wrap h4 {
    font-size: 22px;
  }
  .service-item {
    max-width: 371px;
    margin: 0 auto 30px;
  }
  .logistic-map {
    height: 300px;
  }
  .contact-info {
    padding-top: 50px;
  }
  .contact-info .logistic-image {
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
  .footer-logo img {
    width: 250px;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
  textarea.form-control {
    height: 120px;
  }
  .logistic-topbar {
    padding: 20px;
    border-bottom: none;
  }
  .logistic-topbar .container {
    padding: 0;
  }
  .logistic-topbar .textright {
    text-align: left;
  }
  .logistic-topbar .logistic-social {
    padding-top: 10px;
  }
  .logistic-topbar .logistic-social a {
    width: 46px;
    height: 46px;
    background: #30306c;
    color: #ffffff;
    line-height: 44px;
  }
  .logistic-topbar .logistic-social a:hover, .logistic-topbar .logistic-social a:focus {
    background: #5bc6f3;
  }
  .logistic-logo img {
    width: 230px;
  }
  .logistic-navigation {
    max-width: 510px;
  }
  .logistic-navigation > ul {
    font-size: 14px;
  }
  .logistic-topbar ul li {
    padding: 0 0 8px;
    display: block;
    border-right: none;
  }
  .logistic-social {
    float: none;
  }
  .logistic-social a {
    display: inline-block;
    float: none;
    margin-right: 6px;
    border-right: none;
  }
  .banner-wrap {
    height: auto;
    padding: 50px 0;
  }
  .banner-caption h1 {
    padding-bottom: 8px;
    font-size: 45px;
    line-height: 50px;
  }
  .banner-caption h1 span {
    font-size: 36px;
  }
  .banner-caption h4 {
    font-size: 18px;
    letter-spacing: 0.5px;
  }
  .logistic-btn {
    min-width: 180px;
  }
  .logistic-btn span {
    margin-left: 5px;
  }
  .transport-wrap {
    padding: 30px;
  }
  .transport-wrap .logistic-icon {
    padding-bottom: 15px;
  }
  .transport-wrap h2 {
    font-size: 30px;
  }
  .experience h3, .transport-wrap h4 {
    font-size: 18px;
  }
  .experience h2 {
    font-size: 40px;
    line-height: 45px;
  }
  .transport-info {
    padding: 40px 30px 50px;
  }
  .transport-info .logistic-title {
    margin-bottom: 15px;
  }
  .logistic-title {
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .logistic-title h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .logistic-title h4 {
    font-size: 16px;
  }
  .transport-info ul {
    padding-top: 5px;
    font-size: 16px;
  }
  .transport-info ul li {
    padding: 0 0 8px 30px;
  }
  .logistic-services {
    padding: 50px 20px 15px;
  }
  .service-item {
    margin-bottom: 25px;
  }
  .service-inner-info h4 {
    padding: 5px 0;
    margin-bottom: 10px;
    line-height: 22px;
  }
  .owl-carousel .owl-dots {
    bottom: -25px;
  }
  .logistic-map {
    height: 250px;
  }
  .logistic-contact {
    padding: 50px 0 40px;
  }
  .contact-title h2 {
    font-size: 26px;
  }
  .contact-info .logistic-image {
    padding-bottom: 25px;
    margin-bottom: 15px;
  }
  .contact-info ul {
    font-size: 16px;
  }
  .contact-info ul li {
    padding-left: 30px;
  }
  .contact-info .logistic-title {
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .contact-info .logistic-title h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .contact-now {
    padding: 30px;
  }
  .logistic-footer {
    padding: 50px 0;
    text-align: center;
  }
  .logistic-footer .logistic-social {
    text-align: center;
  }
  .social-label {
    padding-right: 10px;
    font-size: 18px;
  }
  .footer-logo {
    padding-bottom: 25px;
  }
  .logistic-copyright {
    padding: 30px 0;
    text-align: center;
  }
  .logistic-copyright .textright {
    padding-top: 10px;
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .logistic-navigation {
    max-width: none;
  }
  .banner-caption h1 {
    font-size: 40px;
    line-height: 45px;
  }
  .banner-caption h1 span {
    font-size: 30px;
  }
  .experience h3, .transport-wrap h4 {
    font-size: 16px;
  }
  .transport-wrap h2 {
    font-size: 26px;
  }
  .experience h2 {
    font-size: 35px;
    line-height: 42px;
  }
  .transport-info, .contact-now {
    padding-left: 20px;
    padding-right: 20px;
  }
  .logistic-title h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .contact-now .logistic-icon {
    width: 46px;
    height: 46px;
    line-height: 42px;
  }
  .contact-now .logistic-icon img {
    width: 25px;
  }
}

@media screen and (max-width: 479px) {
  .banner-caption h1 {
    font-size: 34px;
    line-height: 40px;
  }
  .banner-caption h1 span {
    font-size: 24px;
  }
  .banner-caption h4 {
    font-size: 16px;
  }
  .transport-wrap h2 {
    font-size: 24px;
  }
  .logistic-title:before {
    width: 200px;
  }
  .contact-now form .text-center {
    padding-top: 0;
  }
  .contact-now input[type="submit"] {
    min-width: 100%;
  }
  .contact-title h2 {
    font-size: 24px;
  }
  .contact-info .logistic-title h2 {
    font-size: 22px;
  }
  .logistic-copyright p {
    font-size: 15px;
  }
  .logistic-footer .logistic-social a {
    margin-left: 0;
  }
  .logistic-title h4, .contact-info .logistic-title h4 {
    font-size: 15px;
  }
  .contact-info .logistic-title h4 {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 359px) {
  .banner-caption h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .logistic-title h2, .contact-info .logistic-title h2 {
    font-size: 20px;
  }
  .contact-title h2 {
    font-size: 22px;
  }
}