@media (max-width: 991px) {
  .container {
    max-width: 960px !important;
  }
  .navbar-list {
    display: none !important;
  }
  .navbar {
    display: flex !important;
    flex-wrap: nowrap !important;
  }
  .navbar-icons {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .solution-section {
    margin-left: 5%;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 720px !important;
  }
  .row {
    gap: 20px;
  }
  .hero-section {
    height: 380px !important;
  }
  .hero-section .carousel img {
    height: 380px !important;
  }
  .footer .navigation ul {
    display: block;
  }
  .footer .navigation ul li a::after {
    display: none;
  }
  .services-solutions .solution-section {
    margin: 7rem auto !important;
    width: 90%;
  }
  .services-solutions .solution-section:first-child {
    margin-top: 0 !important;
  }
  .contact-section .px-5 {
    padding: 15px !important;
  }
  .track-cards .card-column {
    max-width: 80% !important;
  }
  .carousel-control-prev,
  .carousel-control-next {
    bottom: -80% !important;
  }
  .carousel-control-prev {
    left: 35% !important;
  }
  .carousel-control-next {
    right: 40% !important;
  }
  .services-section .service-links {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    width: 80%;
    transform: unset !important;
    margin: auto;
    margin-top: -30px;
    padding: 5px 0px 5px 0px;
  }
  .services-section .service-links li.active a::before, .services-section .service-links li:hover a::before {
    width: 100% !important;
    left: unset;
    right: 10%;
  }
  .industry-sectors {
    margin-top: 12rem !important;
  }
  .industry-sectors .industry-content {
    flex: 0 0 95%;
    max-width: 95%;
    margin: auto;
  }
  .industry-sectors .owl_slider {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px !important;
  }
  .news-section img {
    height: 400px !important;
  }
  .news-section .carousel-control-prev,
  .news-section .carousel-control-next {
    bottom: -15% !important;
  }
  .main-solution-section {
    margin-top: 6rem !important;
  }
  .main-solution-section .row {
    gap: 5rem;
  }
  .main-solution-section .solution-section {
    margin: 20px;
  }
  .main-solution-section .solution-content {
    position: relative !important;
    bottom: unset !important;
    right: unset !important;
    margin: auto;
    margin-top: -20px;
    width: 70% !important;
  }
  .mobile-app {
    margin: auto !important;
    margin-top: 8rem !important;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 540px !important;
  }
  .pages-hero-section {
    height: 106px;
  }
  .carousel-control-prev {
    left: 30% !important;
  }
  .carousel-control-next {
    right: 35% !important;
  }
  .owl-carousel .owl-prev {
    left: 30% !important;
  }
  .owl-carousel .owl-next {
    right: 30% !important;
  }
  .main-solution-section .solution-content {
    width: 90% !important;
  }
  .custom-table th, .custom-table td {
    padding: 0.4rem;
    font-size: 12px;
  }
  .custom-table .btn {
    padding: 3px 6px;
    font-size: 11px;
  }
}
@media (max-width: 400px) {
  .navbar {
    padding: 0px 25px !important;
  }
  .navbar .navbar-icons {
    display: flex;
  }
  .navbar .navbar-icons i {
    font-size: 16px;
  }
  .carousel-control-prev {
    left: 25% !important;
  }
  .carousel-control-next {
    right: 30% !important;
  }
  .mobile-app {
    margin-top: 10rem;
  }
}
@media (max-width: 767px) {
  [dir=rtl] .carousel-control-prev {
    left: unset !important;
    right: 35% !important;
  }
  [dir=rtl] .carousel-control-next {
    right: unset !important;
    left: 40% !important;
  }
  [dir=rtl] .services-section .service-links li.active a::before, [dir=rtl] .services-section .service-links li:hover a::before {
    left: 10%;
    right: unset;
  }
}
@media (max-width: 576px) {
  [dir=rtl] .carousel-control-prev {
    left: unset !important;
    right: 30% !important;
  }
  [dir=rtl] .carousel-control-next {
    right: unset !important;
    left: 35% !important;
  }
  [dir=rtl] .owl-carousel .owl-prev {
    left: unset !important;
    right: 30% !important;
  }
  [dir=rtl] .owl-carousel .owl-next {
    right: unset !important;
    left: 30% !important;
  }
}
@media (max-width: 400px) {
  [dir=rtl] .carousel-control-prev {
    left: unset !important;
    right: 25% !important;
  }
  [dir=rtl] .carousel-control-next {
    right: unset !important;
    left: 30% !important;
  }
}/*# sourceMappingURL=responsive.css.map */