@import url("https://fonts.googleapis.com/css2?family=Artifika&family=Courgette&family=DM+Sans:wght@400;500;700&family=Inria+Sans:wght@400;700&family=Josefin+Slab:wght@300;400;500;600;700&family=Jost:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200&family=Karla:wght@300;400;500;600;700&family=Lato:wght@300;400;700&family=Montserrat:wght@400;500;600;700&family=Open+Sans:wght@400;500;600&family=Poppins:wght@400;500;600&family=Raleway:wght@400;500;600;700&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}

h2,
h3,
h4 {
  font-size: 25px !important;
  font-weight: 700 !important;
}

@media only screen and (max-width: 1190px) {
  h1 {
    font-size: 30px !important;
  }
  .service-box span {
    font-size: 20px;
  }
  .navbar-light .navbar-toggler {
    background: #fff;
  }
  .about-sec .about-img img {
    margin-top: 30px;
  }
  .why_chooe_card {
    min-height: 320px;
  }
  .service-box {
    min-height: 320px !important;
  }
  .industries-img .overlay {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 20px !important;
  }
  .navbar .nav-btn {
    display: inline-block !important;
  }
  .navbar .nav-item {
    padding-left: 0;
  }
  #contact-form {
    width: 100% !important;
  }
  .tab-img {
    display: none;
  }
  .why_chooe_card {
    min-height: auto;
  }
  .service-box {
    min-height: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 25px !important;
  }
  h5 {
    font-size: 18px !important;
  }
  p {
    font-size: 16px !important;
  }
  .banner-title br {
    display: none;
  }
  .card {
    margin-bottom: 20px;
    text-align: center !important;
    min-height: auto !important;
  }
  .about-text {
    text-align: center;
  }
  .about-text p {
    text-align: justify;
  }
  .service-box .services-icon .service-circle {
    padding: 10px !important;
  }
  .data-text_btn {
    text-align: center;
  }
  .copy-right {
    flex-direction: column;
    text-align: center;
  }
  .card-box span {
    font-size: 20px;
  }
  .data-source-title {
    text-align: center;
  }
  .contact-info ul li a {
    font-size: 16px;
  }
  .services-sec .service-box span {
    font-size: 25px;
  }
  .botton_btn {
    display: none;
  }
}/*# sourceMappingURL=media-query.css.map */