/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1440px) {
  .products-carousel .owl-nav button.owl-prev {
    left: -50px;
  }
  .products-carousel .owl-nav button.owl-next {
    right: -55px;
  }
}

@media (max-width: 991px) {
  .header a.logo {
    width: 25%;
  }

  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    /* background: rgba(14, 29, 52, 0.9); */
    background: var(--color-tertiary);
    list-style: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar li {
    position: relative;
    width: 50%;
  }

  .navbar li:has(:not(.get-a-quote)) {
    margin-left: 20px;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover > a {
    color: #fff;
  }

  .header.sticked .navbar a:not(.get-a-quote):before {
    background-color: #fff;
  }

  .navbar .get-a-quote,
  .navbar .get-a-quote:focus {
    background: var(--color-primary);
    padding: 8px 20px;
    border-radius: 15px;
    margin: 15px;
    color: var(--color-tertiary);
  }

  .navbar .get-a-quote:hover,
  .navbar .get-a-quote:focus:hover {
    color: #fff;
    /* background: var(--color-secondary); */
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #19335c;
  }

  .navbar .dropdown > .dropdown-active,
  .navbar .dropdown .dropdown > .dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin-right: 10px;
  }

  .header.sticked .mobile-nav-show {
    color: var(--color-tertiary);
  }

  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(14, 29, 52, 0.8);
    z-index: 9996;
  }

  .hero {
    padding-top: 100px;
  }

  .hero .hero-img {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .breadcrumbs .page-header {
    padding: 140px 0 100px 0;
  }

  .timeline_line {
    left: 30px;
  }

  .timeline_item:nth-child(2n) {
    text-align: left;
  }

  .timeline-card_box,
  .timeline_item:nth-child(2n) .timeline-card_box {
    padding: 0 0 20px;
    order: 0;
  }
  .timeline-card_meta-box {
    display: none;
  }
  .timeline-card_point-box,
  .timeline_item:nth-child(2n) .timeline-card_point-box {
    margin: 0 0 0 8px;
  }
  /* .timeline-card_point {
    height: 50px;
    line-height: 32px;
    width: 50px;
  } */
  .timeline-card_item {
    width: auto;
    margin: 4px 0 0 50px;
  }
  .timeline_item:nth-child(2n + 1) .timeline-card_item,
  .timeline_item:nth-child(2n) .timeline-card_item {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    -o-transform: translateX(200%);
    transform: translateX(200%);
  }
  .timeline_item:nth-child(2n + 1) .timeline-card_arrow {
    right: auto;
    left: 0;
  }
  .timeline-card_title {
    display: block;
    color: #fff;
  }
  .timeline-card_arrow {
    margin-top: 12px;
  }

  .corp-responsibility .content-block .content {
    padding: 1.5rem;
    border-radius: 6px;
  }

  .corp-responsibility .content-block .content h2 {
    display: none;
  }

  /* section.team {
    padding-top: 0;
  } */

  .footer .footer-info {
    margin-bottom: 30px;
  }

  .footer .footer-info .logo img {
    width: 50%;
    margin-right: 0;
  }

  .services
    [data-aos][data-aos][data-aos-delay].aos-animate:not(
      [data-aos-delay="100"]
    ):nth-child(2n) {
    transition-delay: 0.3s;
  }

  .services
    [data-aos][data-aos][data-aos-delay].aos-animate:not(
      [data-aos-delay="100"]
    ):nth-child(2n + 3) {
    transition-delay: 0.1s;
  }

  .services
    [data-aos][data-aos][data-aos-delay="100"].aos-animate:nth-child(2n) {
    transition-delay: 0.3s;
  }

  .other-pages .page:nth-child(3n + 1),
  .other-pages .page:nth-child(3n + 2) {
    padding-bottom: 1.5rem;
  }

  .other-pages .page:nth-child(2n) a.Btn {
    background-color: var(--color-secondary);
    color: #fff;
    box-shadow: 5px 5px 0px var(--color-secondary-light-trans);
  }

  .other-pages .page:nth-child(2n) a.Btn:hover {
    color: transparent;
  }

  .other-pages .page:nth-child(2n) a.Btn:active {
    box-shadow: 2px 2px 0px var(--color-secondary-light-trans);
  }

  .other-pages .page:nth-child(2n) a i {
    color: #fff;
  }

  .products-carousel .owl-nav {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 10px;
    transform: unset;
  }

  .products-carousel .owl-nav button.owl-prev,
  .products-carousel .owl-nav button.owl-next {
    position: relative;
    left: 0;
    right: 0;
  }
}

@media (max-width: 767px) {
  .header a.logo {
    width: 30%;
  }
  .hero .hero-img img {
    width: 70%;
  }

  .products .section-header span {
    font-size: 52px;
  }

  .org-development .section-header span,
  .corp-responsibility .section-header span,
  .faq .section-header span {
    display: none;
  }

  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }

  .timeline-container {
    width: 96%;
  }

  .timeline-card_img {
    height: auto;
    width: auto;
  }

  .footer .footer-info .logo img {
    width: 60%;
  }

  /* .footer .footer-info {
    margin-bottom: 15px;
  } */

  .footer .footer-links,
  .footer .footer-contact {
    margin-top: 0;
  }

  .footer .footer-links.services ul li {
    padding: 10px 0;
  }

  .footer .footer-links ul li:first-child {
    padding-top: 0;
  }

  .services
    [data-aos][data-aos][data-aos-delay].aos-animate:not(
      [data-aos-delay="100"]
    ) {
    transition-delay: 0.1s;
  }

  .other-pages .page a.Btn {
    padding-left: 25px;
  }

  .products .pagination ul li {
    margin: 0;
  }
}

@media (max-width: 640px) {
  .features .features-item + .features-item {
    margin-top: 40px;
  }
  .section-header h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .section-header span {
    font-size: 38px;
  }
}

@media (max-width: 639px) {
  .ag-timeline_title {
    font-size: 60px;
  }

  .timeline-card_info {
    padding: 10px 15px;
  }
  .timeline-card_desc {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .header a.logo {
    width: 40%;
  }

  .products .section-header span {
    font-size: 38px;
  }

  .get-a-quote .php-email-form {
    padding: 20px;
  }
  .hero h2 {
    font-size: 30px;
  }

  .horizontal-pricing .row {
    margin: 0;
  }

  .other-pages .page a.Btn {
    font-size: 1rem;
  }

  .products .pagination ul li a {
    width: 40px;
    height: 40px;
    line-height: 35px;
  }
}

@media (max-width: 425px) {
  .header a.logo {
    width: 50%;
  }

  .breadcrumbs .page-header h2 {
    font-size: 3rem;
  }

  .timeline-card_item {
    margin-left: 25px;
  }

  .footer .footer-info .logo img {
    width: 70%;
  }

  .other-pages .page a.Btn {
    justify-content: center;
    font-size: 1.1rem;
  }

  .other-pages .page a.Btn:hover i {
    opacity: 1;
  }

  .other-pages .page a i,
  .other-pages .page:nth-child(2n) a i {
    opacity: 0;
  }

  .products .pagination ul li a {
    width: 35px;
    height: 35px;
    line-height: 32px;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 375px) {
  .header a.logo {
    width: 60%;
  }

  .products-carousel .section-header span,
  .products .section-header span {
    font-size: 30px;
  }

  .footer .footer-info .logo img {
    width: 100%;
  }

  .other-pages .row {
    flex-direction: column;
    align-items: center;
  }

  .other-pages .page {
    width: 80%;
  }

  .other-pages .page a.Btn {
    justify-content: unset;
    font-size: 1.3rem;
  }

  .other-pages .page:nth-child(2n) a.Btn {
    background-color: var(--color-primary);
    color: var(--color-tertiary);
    box-shadow: 5px 5px 0px var(--color-primary-light-trans);
  }

  .other-pages .page:nth-child(2n) a i {
    color: var(--color-tertiary);
  }

  .other-pages .page a i,
  .other-pages .page:nth-child(2n) a i {
    opacity: 1;
  }

  /* .products .pagination ul li a {
    width: 29px;
    height: 29px;
    line-height: 25px;
    font-size: 12px;
  } */
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 979px) {
  .timeline-container {
    width: 750px;
  }
}

@media (min-width: 980px) and (max-width: 1161px) {
  .timeline-container {
    width: 960px;
  }
}

@media (min-width: 992px) {
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar li:has(:not(.get-a-quote)) {
    margin-left: 25px;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 10px 0 10px 25px; */
    padding: 10px 0;
    font-family: var(--font-primary);
    font-size: 1.1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    white-space: nowrap;
    transition: 0.4s;
  }

  .header.sticked .navbar a,
  .header.sticked .navbar a:focus {
    color: var(--color-tertiary-light-trans);
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover > a {
    color: #fff;
  }

  .header.sticked .navbar a:hover,
  .header.sticked .navbar .active,
  .header.sticked .navbar .active:focus,
  .header.sticked .navbar li:hover > a {
    color: var(--color-secondary);
  }

  .navbar .get-a-quote,
  .navbar .get-a-quote:focus {
    background: var(--color-primary);
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 15px;
    color: var(--color-tertiary);
    border: 1px solid var(--color-primary);
  }

  .header.sticked .navbar .get-a-quote,
  .header.sticked .navbar .get-a-quote:focus {
    background: var(--color-tertiary);
    color: var(--color-primary);
    border: 1px solid var(--color-tertiary);
  }

  .navbar .get-a-quote:hover,
  .navbar .get-a-quote:focus:hover,
  .header.sticked .navbar .get-a-quote:hover,
  .header.sticked .navbar .get-a-quote:focus:hover {
    color: #fff;
    border-color: #fff;
    /* background: var(--color-secondary); */
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    color: var(--color-secondary);
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover > a {
    color: var(--color-primary);
  }

  .navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }

  .corp-responsibility .bg {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  .corp-responsibility .bg-1 {
    background-image: url(../img/services/logistics-service.jpg);
  }

  .corp-responsibility .bg-2 {
    background-image: url(../img/services/cargo-service.jpg);
  }

  .corp-responsibility .bg-3 {
    background-image: url(../img/services/warehousing-service.jpg);
  }

  .corp-responsibility .section-header {
    display: none;
  }

  .corp-responsibility .content-block {
    padding: 0;
    margin: 0;
    max-width: none;
  }

  .testimonials .testimonial-item p {
    width: 80%;
  }
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* .navbar a,
  .navbar a:focus {
    padding-left: 15px;
  } */
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
}

@media (min-width: 1365px) {
  .call-to-action {
    background-attachment: fixed;
  }
}
