@media (max-width: 991px) {
  .menu-open {
    display: block;
  }
  .main-footer {
    padding: 3em 0px;
  }
  .main-footer .hide-on-desktop {
    display: block;
    margin-bottom: 2.5em;
  }
  .main-footer .hide-on-mobile {
    display: none !important;
  }
  .main-nav-wrapper .top-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main-nav-wrapper .top-bar .r-part {
    display: none;
  }
  .main-nav-wrapper .main-nav .menu-btn {
    display: block;
  }
  .main-nav .m-part {
    display: none;
  }
  .main-footer .footer-inner .ft-row.grid-2 {
    margin-top: 3em;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
  .main-footer .ft-logo {
    max-width: 100% !important;
  }
  .lg-swiper-container {
    margin-top: 7em;
  }
  .lg-swiper-container > img {
    width: 120px;
    transform: translateY(-120%);
  }
  .meet-container {
    grid-template-columns: 1fr;
  }
  .srv-grid {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .srv-grid .srv-card:nth-child(2) {
    margin-top: 0;
  }
  .srv-grid .srv-card::after {
    display: none;
  }
  .pr-swiper .swiper-slide {
    align-items: flex-start;
  }
  .fq-img {
    margin-bottom: 1.5em;
  }
  .ab-img {
    margin-bottom: 1.5em;
  }
  .count-container.style-2 {
    transform: translateX(0px);
  }
  .con-line {
    font-size: 30px;
  }
  .ft-links {
    margin-bottom: 2em !important;
  }
  .main-footer .ft-logo {
    margin: 0 auto;
    display: block;
    max-width: 200px !important;
  }
  .ft-para {
    text-align: center;
    margin-bottom: 2.3em !important;
  }
}
@media (max-width: 500px) {
  .main-nav-wrapper .main-nav .head-logo {
    width: 120px;
  }
  .ico-sec {
    padding-bottom: 4em !important;
  }
  .count-container.style-2 .count-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 400px) {
  .main-footer .ft-logo {
    width: 100%;
  }
  .main-nav-wrapper .main-nav {
    padding: 1em 1em;
  }
  .main-nav .main-btn {
    padding: 5px 15px;
  }
  .main-header .banner-con h1 {
    font-size: 55px;
  }
  .main-header .banner-con::after {
    transform: translateX(15%) translateY(-40%);
    width: 120px;
    height: 120px;
    left: 0;
  }
  .main-btn {
    padding: 7px 18px;
  }
  .btn-flex {
    gap: 5px;
  }
  .meet-container .meet-wrap {
    padding: 1.5em 1em;
  }
  .meet-container .meet-wrap h3 {
    font-size: 28px;
  }
  .meet-container .meet-wrap p {
    font-size: 23px;
    margin-bottom: 5px;
  }
  .meet-container .meet-wrap img {
    width: 24px;
  }
  .sec-head {
    font-size: 32px;
  }
  .port-head-con::after {
    transform: translateX(0%) translateY(-30%);
    width: 200px;
    height: 130px;
  }
  .count-container.style-2 {
    flex-direction: column;
    max-width: 100%;
  }
  .count-container.style-2 .count-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 1.2em;
  }
  .count-container.style-2 .count-wrap:after {
    display: none;
  }
  .con-line {
    font-size: 22px;
  }
  .con-line .in-wrap input {
    margin: 0px !important;
  }
  .test-con::after {
    display: none;
  }
  .port-card .port-con {
    transform: translateY(0px);
  }
  .port-card .port-con .port-head, .port-card .port-con .port-btm, .port-card .port-con .port-btm p, .port-card .port-con .port-btm img {
    transform: translateY(0px);
    opacity: 1;
  }
  .port-sec {
    padding: 3em 0px;
  }
}/*# sourceMappingURL=res.css.map */