/* =====================================
    NAVBAR MEDIA QUERIES.
===================================== */
@media screen and (max-width: 991px) {
  .navbar {
    top: 10px;
  }
  .navbar-nav {
    padding: 20px;
    background-color: #fff;
  }
  .navbar .container {
    padding: 0px;
    border-radius: 0px;
  }
  .navbar-collapse .navbar-nav .nav-link {
    color: #000;
    border-bottom: 1px solid rgb(221, 221, 221, 0.6);
    line-height: 2;
    margin-left: 0px;
    font-size: 13px;
  }
  .navbar-collapse .navbar-nav .last-link-item {
    border-bottom: none;
  }
  .navbar-collapse .navbar-nav .contact-link {
    font-size: 13px;
    padding: 0px;
    border-bottom: none;
  }
  .navbar.fixed-top .navbar-nav {
    background: transparent;
  }
  .navbar.fixed-top .navbar-nav .nav-link {
    border-bottom: 1px solid rgb(221, 221, 221, 0.2);
    line-height: 2;
    margin-left: 0px;
    font-size: 13px !important;
    color: #fff;
  }
  .navbar.fixed-top .navbar-collapse .navbar-nav .last-link-item {
    border-bottom: none;
  }
  .navbar .dropdown-menu {
    padding: 0;
    background-color: #fff;
    border: none;
  }
  .navbar .dropdown-menu .dropdown-item {
    position: relative;
    padding: 10px 20px;
    color: var(--headline-color);
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    border-bottom: 1px solid rgb(221, 221, 221, 0.2);
    transition: color 0.2s ease-in;
  }
  .navbar.fixed-top .dropdown-menu .dropdown-item {
    background-color: #000;
    color: #fff;
  }
  .navbar.fixed-top .navbar-dark .navbar-nav .nav-link:focus,
  .navbar.fixed-top .navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
  }
  .navbar .navbar-brand {
    width: 150px;
    margin-left: 10px;
  }
  .dropdown-menu {
    border: none;
    border-radius: 0rem;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .navbar.fixed-top {
    background-color: #fff;
  }
}

@media screen and (min-width: 992px) {
  .banner {
    padding: 0 150px;
  }
  .banner h1 {
    font-size: 5rem;
  }
  .banner p {
    font-size: 2rem;
  }
  .navbar-dark .navbar-nav .nav-link {
    padding: 23px 15px;
  }
  .navbar-dark .navbar-nav .nav-link:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  .dropdown-menu {
    min-width: 200px;
    -webkit-animation: dropdown-animation 0.4s;
    animation: dropdown-animation 0.4s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
  }
}

@media (max-width: 767px) {
  .navbar .navbar-brand {
    margin-top: 0px;
  }
  .navbar .navbar-brand {
    width: 140px;
  }
  .navbar .container {
    background-color: transparent;
  }
  .navbar {
    background-color: transparent;
  }
}

@-webkit-keyframes navbar-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes navbar-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes dropdown-animation {
  0% {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
  }
  75% {
    -webkit-transform: scaleY(1.1);
    -ms-transform: scaleY(1.1);
    transform: scaleY(1.1);
  }
  100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes dropdown-animation {
  0% {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
  }
  75% {
    -webkit-transform: scaleY(1.1);
    -ms-transform: scaleY(1.1);
    transform: scaleY(1.1);
  }
  100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
}
/* =====================================
    MEDIA QUERIES.
===================================== */

@media (max-width: 1700px) {
  .ws-right-content {
    margin: 0px;
    width: 80%;
  }
  .wsa-content {
    width: 100%;
  }
}

@media (max-width: 1400px) {
  .hero-slider .flickity-prev-next-button {
    display: none;
  }
  .ws-right-content {
    margin: 0px;
    width: 95%;
    padding-right: 30px;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 95%;
  }
  .hero-slider .flickity-page-dots {
    display: none;
  }
  .slider-caption h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .home-about .ha-span-section {
    display: block !important;
  }
  .home-about .ha-span-section .ha-inner-bottom {
    margin-top: 15px;
  }
  .image-badge {
    background-color: #fff;
    position: absolute;
    bottom: 15px;
    left: 15px;
    margin-left: 0px;
  }
  .wsa-right {
    height: 100% !important;
  }
  .wsa-content {
    position: relative;
    top: auto;
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    padding: 70px 30px 50px;
    width: 70%;
  }
}

@media (max-width: 1199px) {
  .hb-banner .spacing-lg {
    margin-top: 25px;
  }
}

@media (max-width: 991px) {
  .pages-hero {
    height: 350px;
  }
  .grid-four-col .grid-sizer,
  .grid-four-col .grid-box {
    width: 50%;
  }
  .top-header {
    display: none;
  }
  .ws-flyer {
    margin-top: auto;
  }
  .call-to-action {
    height: 100%;
    padding: 2rem 1.8rem 1.8rem;
  }
  .call-left,
  .call-right {
    float: none;
    padding: 0rem;
    text-align: center;
  }
  .call-right {
    margin-top: 10px;
  }
  .call-button {
    margin-top: 15px;
  }
  .ca-left-side p {
    margin: 5px 0px;
  }
  .slider-caption h1 {
    font-size: 45px;
    line-height: 55px;
    width: 90%;
  }
  .experience-badge {
    width: 60%;
    left: 0px;
  }
  .services-title-right {
    margin-top: 10px;
  }
  .wide-section-parallax {
    height: 300px;
  }
  .ws-flyer p {
    margin: 25px 0px;
  }
  .left-line {
    display: none;
  }
  .pricing-table {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  .why-us-content-layer {
    padding: 30px;
  }
  .why-us-content {
    margin: 0px;
    position: relative;
    top: auto;
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  hr.footer-divider {
    border-top: 1px solid rgba(18, 50, 84, 0.6);
    margin: 30px 0px 40px;
  }
  .top-footer {
    margin-bottom: 60px;
  }
  .home-about-alt .hb-banner {
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0px;
    margin-top: 30px;
    border-right: none;
  }
  .ws-info-right-layer {
    height: 100%;
    -webkit-box-shadow: 0 0 11px 0 rgba(6, 22, 58, 0.14);
    -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, 0.14);
    box-shadow: 0 0 11px 0 rgba(6, 22, 58, 0.14);
    margin-top: 0px;
    margin-left: 0px;
    background-color: #fff;
    position: relative;
  }
  .ws-right-content {
    margin: 0px;
    position: relative;
    top: auto;
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    padding: 60px 30px;
    width: 100%;
  }
  .ws-img-left-layer {
    height: 400px;
  }
  .counter-layer {
    padding: 50px 0px 50px;
    margin-top: 0px;
  }
  .blog-t-caption {
    margin: 0px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .fooler-left-col {
    padding-right: 0px;
  }
  .front-box {
    padding: 40px 60px;
  }
  .about-info-banner {
    margin-left: 0px;
  }
  .img-lg-line {
    display: none;
  }
  .wsa-center {
    height: 100%;
    padding: 30px 0px 40px;
  }
  .wsa-center-content {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0%, 0%);
    text-align: center;
    padding: 0px;
  }
  .wsa-left {
    height: 450px;
  }
  .services-layer {
    padding: 70px 0px;
  }
  .services-left-layer {
    position: relative;
    padding: 0px;
    padding-right: 0px;
  }
  .ws-about-layer {
    display: none;
  }
  .ws-about-layer {
    background-color: #000;
    position: relative;
    height: 650px;
    margin-top: 0px;
  }
  .counter-bar {
    z-index: 1;
    position: relative;
    margin-top: 0px;
    padding: 50px 0px;
    background-color: #000;
  }
  .about-alt-info {
    padding-right: 15px;
  }
  .ws-right-layer {
    height: 100%;
    margin-top: 0px;
    margin-left: 0px;
    position: relative;
    z-index: 1;
  }
  .service-list {
    padding: 60px 0px 70px;
    margin-top: 0px;
  }
  .grid-sizer,
  .grid-box {
    width: 49%;
  }
  .aside-left {
    padding-right: 0px;
  }
  .spacing-md-center {
    margin: 15px 0px;
  }
  .aside-right {
    padding-left: 0px;
  }
  .wi-left-layer {
    margin: 0px;
    position: relative;
    top: auto;
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    padding-right: 0%;
  }
  .wide-info-section {
    background-color: #fff;
    background-image: none;
    padding: 50px 0px 80px;
    background-color: var(--background-color);
  }
  .wi-parallax {
    height: 400px;
    margin-left: 0px;
  }
  .front-box-layer {
    margin-top: 5rem;
  }
}

@media (max-width: 767px) {
  .section-title {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .home-slider {
    width: 100%;
    height: 100vh;
  }
  .hero-slider {
    width: 100%;
    height: 100vh;
  }
  .error-page-content {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    transform: translate(0%, 0%);
    text-align: center;
    color: #fff;
    padding: 0rem 5rem;
  }
  .error-page-content {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    transform: translate(0%, 0%);
    text-align: center;
    color: #fff;
    padding: 0rem 5rem;
  }
  .pages-title h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .slider-caption h1 {
    font-size: 35px;
    line-height: 45px;
  }
  .slider-caption .subtitle {
    font-size: 14px;
  }
  .slider-caption p {
    font-size: 16px;
    line-height: 28px;
    margin: 15px 0px;
  }
  .slider-caption .subtitle {
    font-size: 16px;
    letter-spacing: 5px;
  }
  .experience-badge {
    width: 70%;
  }
  .left-badge {
    width: 30%;
  }
  .right-badge {
    width: 70%;
  }
  .ws-content {
    margin-top: -120px;
  }
  .ws-flyer {
    padding: 50px;
  }
  .ws-why-us {
    padding: 40px 0px;
  }
  .news-card {
    margin: 10px;
    -webkit-box-shadow: 0 0 11px 0 rgba(6, 22, 58, 0.14);
    -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, 0.14);
    box-shadow: 0 0 11px 0 rgba(6, 22, 58, 0.14);
    padding: 30px;
  }
  .front-box {
    padding: 40px 60px 45px;
  }
  .about-info-banner {
    padding: 0px;
    border-right: none;
    background-color: #fff;
  }
  .ib-box-last {
    margin-top: 30px;
  }
  .wsa-content {
    position: relative;
    top: auto;
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    padding: 70px 30px 50px;
    width: 100%;
  }
  .video-content .popup-youtube {
    margin-bottom: 60px;
  }
  .video-img-bg {
    height: 400px;
  }
  .video-content {
    position: relative;
    top: 40%;
    left: auto;
    transform: translate(0%, 0%);
    text-align: center;
    padding: 0px 80px;
  }
  .blog-caption {
    margin-top: 0px;
    padding: 30px 80px 30px 30px;
    width: 100%;
  }
  .all-news .news-card {
    margin-bottom: 25px;
  }
  .blockquote h4 {
    font-size: 18px;
    line-height: 28px;
  }
  .contact-right-layer {
    padding: 30px;
  }
  .service-box {
    margin: 10px 0px;
  }
}

@media (max-width: 576px) {
  .section-title {
    width: 90%;
  }
  .grid-four-col .grid-sizer,
  .grid-four-col .grid-box {
    width: 100%;
  }
  .error-page-content {
    position: absolute;
    padding: 0rem 3rem;
  }
  .error-page-content h1 {
    font-size: 6rem;
  }
  .slider-caption p {
    width: 85%;
  }
  .experience-badge {
    width: 100%;
    bottom: 30px;
  }
  .left-badge .counter {
    font-size: 40px;
  }
  .left-badge {
    background-color: var(--secundary-color);
    float: left;
    width: 25%;
    height: 118px;
    position: relative;
    text-align: center;
    padding: 40px 20px;
  }
  .right-badge {
    background-color: #fff;
    float: right;
    width: 75%;
    padding: 20px;
  }
  .ws-flyer {
    padding: 40px 30px;
  }
  .pricing-table {
    max-width: 380px;
  }
  .team-card {
    margin: 0px;
  }
  .bnf-caption {
    margin: 0px;
    position: relative;
    bottom: auto;
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    text-align: center;
    width: 100%;
    z-index: 1;
    padding: 0px 50px;
    background-color: #fff;
    padding: 35px 25px;
  }
  .bnf-caption h3 {
    color: #000;
    font-weight: 600;
  }
  .bnf-caption p {
    color: var(--paragraph-color);
  }
  .blog-t-caption {
    margin: 0px;
    position: relative;
    top: auto;
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    padding: 30px 20px;
    background-color: #fff;
  }
  .about-logistic .ha-span-section {
    display: block !important;
  }
  .about-logistic .ha-span-section .ha-inner-bottom {
    margin-top: 15px;
  }
  .all-service-option {
    padding: 0px 50px;
  }
  .image-badge {
    background-color: #fff;
    position: relative;
    bottom: auto;
    left: auto;
    margin-left: 0px;
    max-width: 100%;
    margin-top: 50px;
  }
  .video-content {
    position: relative;
    top: 40%;
    left: auto;
    transform: translate(0%, 0%);
    text-align: center;
  }
  .video-content {
    padding: 0px 60px;
  }
  .call-action-wrapper {
    padding: 50px 20px;
  }
  .grid-sizer,
  .grid-box {
    width: 100%;
  }
  .filter {
    background-color: #fff;
  }
  .filter li {
    font-size: 13px;
    padding: 5px 25px;
    margin: 0px;
  }
  .post-social-bar {
    display: none;
  }
  .blog-caption {
    margin-top: 0px;
    padding: 30px;
    width: 100%;
  }
  .post-title h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
    width: 90%;
    color: #fff;
  }
  .blockquote h4 {
    font-size: 16px;
    line-height: 26px;
  }
  .comment-box .media {
    display: block !important;
  }
  .comment-box .media-body {
    margin-top: 25px;
  }
}

@media (max-width: 480px) {
  .section-title {
    width: 95%;
  }
  .slider-caption p {
    width: 90%;
  }
  .front-box {
    padding: 40px;
  }
  .experience-banner {
    position: absolute;
    bottom: 30px;
    padding: 25px 15px 20px;
  }
  .experience-banner .counter {
    font-size: 45px;
    margin-right: 15px;
  }
  .filter li {
    padding: 5px 15px;
  }
  .post-title h1 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
    width: 90%;
    color: #fff;
  }
  .post-title p {
    padding-right: 30px;
  }
  .blog-caption p {
    margin: 20px 0px 25px;
  }
}

@media (max-width: 380px) {
  .experience-banner .media {
    display: block !important;
  }
  .experience-banner .media-body {
    margin-top: 15px;
  }
  .experience-badge {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: absolute;
    bottom: 0px;
  }
  .left-badge {
    float: none;
    padding: 20px;
    height: auto;
  }
  .right-badge {
    float: none;
    padding: 15px;
  }
}

/* =====================================
    EXTRA
===================================== */

@media (max-width: 768px) {
  .service-parallax .container {
      flex-direction: column;
  }

  .service-parallax .section-title,
  .service-parallax .all-service-option {
      width: 100%;
      text-align: center;
      margin-left: 0;
  }

  .service-parallax .services-carousel {
      width: 100%;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .service-parallax .container {
      flex-direction: column;
  }

  .service-parallax .section-title,
  .service-parallax .all-service-option {
      width: 100%;
      text-align: center;
      margin-left: 0;
  }

  .service-parallax .services-carousel {
      width: 100%;
  }
}