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

@media only screen and (max-width: 1200px) {
  h1,
  h2 {
    font-size: 30px !important;
  }
  h2 {
    font-size: 28px !important;
  }
  .navbar .navbar-brand img {
    height: 60px !important;
  }
  .navbar .nav-item .nav-link {
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 991px) {
  .img_order {
    order: 1;
    margin-top: 15px !important;
  }
  .card__box {
    flex-wrap: wrap;
  }
  .sec-bg .contact-form {
    width: 100%;
  }
  .navbar .nav-item .nav-link {
    display: inline-block;
  }
}
@media only screen and (max-width: 928px) {
  h2 {
    font-size: 25px !important;
  }
  h5 {
    font-size: 20px !important;
  }
  .banner_content .banner_title {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .banner_content .banner_title h1 {
    border-right: none;
    border-bottom: 4px solid #fff;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .banner_content .banner_title span br {
    display: none;
  }
  .footer_sec .footer_line {
    border-left: none;
    padding-left: 15px !important;
  }
  .footer_sec .footer-nav ul {
    padding-left: 15px !important;
  }
  .button-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100% !important;
  }
  a.button {
    width: 49%;
    display: inline-block;
    font-size: 14px;
    margin: 10px 0 !important;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  p {
    text-align: justify;
  }
  h3 {
    font-size: 18px !important;
  }
  h1 {
    font-size: 28px !important;
  }
  h2 {
    font-size: 20px !important;
  }
  .global_data__title {
    padding-top: 15px;
  }
  .global_data__title h2 br {
    display: none;
  }
  .footerBottom_bg .copy-right {
    flex-direction: column;
  }
  .footerBottom_bg .copy-right p {
    text-align: center !important;
  }
  .about-text {
    padding-top: 15px;
  }
  .services-card {
    margin: 12px 0;
    height: auto !important;
  }
  .card_box_title p {
    text-align: center !important;
  }
  .sec-bg .contact-form {
    margin-top: 25px;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 20px !important;
    color: #ffb540;
    font-weight: bold;
    background-color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    line-height: 0;
    align-items: center;
    padding: 15px !important;
    justify-content: center;
  }
  .mask_img img {
    width: 100%;
  }
  a.button {
    width: 100%;
  }
}
@media only screen and (max-width: 462px) {
  .card__box {
    flex-wrap: wrap;
    gap: 20px;
  }
  .card__box .card__box1 {
    width: auto;
  }
  .card__box .card__box1:nth-child(1) {
    margin-top: 0px;
  }
  .card__box .card__box1:nth-child(2) {
    margin-bottom: 0px;
  }
  .card__box .card__box1:nth-child(3) {
    margin-top: 0px;
  }
  .card__box .card__box1:nth-child(4) {
    margin-bottom: 0px;
  }
  .card__box .card_box_title {
    top: 100px !important;
  }
}/*# sourceMappingURL=media-query.css.map */