* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@media only screen and (max-width: 990px) {
  .navbar-toggler {
    background: #fff !important;
  }
  h1 {
    line-height: 40px;
    font-size: 30px !important;
  }
  h2,
  h3,
  h4 {
    font-size: 25px !important;
  }
  .mobile_view {
    order: 1;
    margin-top: 30px !important;
  }
  .col-flex {
    grid-template-columns: 120px 120px !important;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .map_box {
    width: 100%;
  }
  .inquery-form .captcha-reload {
    padding-left: 2px;
  }
  .contact_bg .inquery-form .captcha-reload {
    padding-left: 2px !important;
  }
  .footer_nav {
    margin-bottom: 30px;
  }
  .btn_col {
    text-align: start !important;
    display: inline-block;
    margin-top: 15px;
  }
  .contact_col {
    padding-top: 30px;
  }
  .about_text h2 {
    line-height: 32px !important;
  }
  .about_text h2 br {
    display: none;
  }
  .container_flex {
    grid-template-columns: auto auto !important;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 600px) {
  h1 {
    line-height: 40px;
    font-size: 22px !important;
    text-align: center;
  }
  .navbar-brand {
    font-size: 20px !important;
  }
  h2,
  h3,
  h4 {
    font-size: 20px !important;
  }
  .swiper-image1,
  .swiper-image2,
  .swiper-image3,
  .swiper-image4 {
    height: 300px;
  }
  .text-container {
    height: 300px;
  }
  .latin_page {
    height: 300px;
  }
  .latin_page .banner_title {
    height: 300px;
  }
  .asia2_banner {
    height: 300px;
  }
  .asia2_banner .banner_title {
    height: 300px;
  }
  .about_page {
    height: 300px;
  }
  .about_page .banner_title {
    height: 300px;
  }
  .contact_page {
    height: 300px;
  }
  .contact_page .banner_title {
    height: 300px;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    background-color: transparent;
    font-size: 25px !important;
  }
  .text-container .banner_btn .know_more {
    background: #FF5003;
    color: #fff;
    padding: 10px 20px;
  }
  .text-container .bannersubtitle {
    font-size: 18px;
    font-weight: 200 !important;
  }
  h2 {
    line-height: normal !important;
  }
  .col-flex {
    text-align: center;
  }
  .inquery-form .captcha-reload {
    padding-left: 10px;
  }
  .contact_bg .inquery-form .captcha-reload {
    padding-left: 15px !important;
  }
  .footer-icons {
    padding-bottom: 10px !important;
  }
  .cpoy-bg .cpoy-right {
    flex-direction: column;
    text-align: center;
  }
  .client-box {
    padding: 25px;
  }
  .contact_bg .col_bg {
    padding: 0;
  }
  .contact_col {
    padding-top: 50px;
  }
  .banner_page {
    height: 300px;
  }
  .banner_page .banner_title {
    height: 300px;
  }
  .container_list .list_number {
    font-weight: 300;
    padding-bottom: 15px;
  }
  .telecom-img img {
    width: 100%;
    height: 100%;
  }
  .footer_bg .footer_nav p {
    font-size: 14px;
  }
  .footer_bg .footer_nav h5 {
    font-size: 16px;
  }
  .footer_bg .footer_nav li {
    font-size: 14px;
  }
  .dropdown-menu .dropdown-item {
    font-size: 14px;
  }
  .dropdown-toggle {
    margin-right: 8px;
  }
  .dropdown-menu .dropdown-item {
    padding: 8px;
    margin-right: 5px;
  }
  .countries_btn {
    text-align: start;
  }
  .col-box {
    height: auto;
  }
}/*# sourceMappingURL=media-query.css.map */