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

a {
  text-decoration: none !important;
}

@media only screen and (max-width: 1199px) {
  .navbar .nav-item {
    padding-right: 10px;
  }
  .card {
    min-height: 470px;
    position: relative;
  }
  .card p {
    font-size: 14px !important;
  }
  .card a {
    position: absolute;
    bottom: 20px;
  }
  .client-box {
    min-height: 370px;
  }
  .client-box h5 {
    font-weight: 600;
  }
  .choose-box {
    min-height: 260px;
  }
  .team-box {
    height: 240px;
  }
  .team-box .team-content {
    padding: 15px;
  }
  .team-box .team-content img {
    height: 180px;
    padding: 10px;
  }
  .team-box .team-content p {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 30px !important;
  }
  h2,
  h3,
  h4 {
    font-size: 20px !important;
  }
  h5 {
    font-size: 16px !important;
  }
  .text_wrapper {
    margin: 50px 0;
  }
  .our-client .c-flex {
    flex-direction: column;
    text-align: center;
  }
  .our-client .c-flex img {
    text-align: center;
    height: 100px;
  }
  .about-btn {
    margin-bottom: 20px;
  }
  .approach-icon .c-row .c-icons {
    flex-direction: column;
  }
  .card_box {
    min-height: auto !important;
  }
  .card_box p {
    margin-bottom: 45px;
  }
  .client-box {
    text-align: center;
    min-height: 430px;
  }
  .client-box p {
    font-size: 14px !important;
  }
  .client-box span {
    font-size: 15px;
  }
  .client-box .client-info {
    flex-direction: column;
    -moz-column-gap: 20px;
         column-gap: 20px;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .client-box .client-info h5 {
    font-weight: 600;
  }
  .client-box .client-info img {
    text-align: center;
  }
  .contact-info h2 {
    text-align: start !important;
  }
  .contact-info .contact-info-btn {
    text-align: start;
  }
  .contact-info .contact-icon {
    align-items: start;
    justify-content: start;
    flex-direction: column;
  }
  .social-icons i {
    margin: 0 20px;
  }
  .footer-text {
    margin-bottom: 25px;
  }
  .copy-right {
    text-align: center;
    flex-direction: column;
    font-size: 14px;
  }
  .navbar > .container,
  .navbar > .container-fluid,
  .navbar > .container-lg,
  .navbar > .container-md,
  .navbar > .container-sm,
  .navbar > .container-xl,
  .navbar > .container-xxl {
    margin-bottom: 25px;
  }
  .about_img {
    margin-top: 55px;
  }
  .choose_box {
    min-height: auto;
  }
  .services_content_img {
    margin-top: 120px;
  }
  .services_img {
    margin-top: 55px;
  }
  .solutions-content {
    text-align: start;
  }
  .team-box {
    height: auto;
  }
  .contact-text ul li {
    font-size: 16px;
  }
  .contact-text ul li a {
    font-size: 16px;
  }
  .contact-form_1 {
    width: 100%;
  }
}
@media only screen and (max-width: 710px) {
  h1 {
    font-size: 25px !important;
  }
  .about-img {
    text-align: center;
  }
  .approach-icon .c-row {
    flex-wrap: wrap;
  }
  .approach-icon .c-row .c-icons {
    width: 40%;
  }
  .content-color {
    text-align: justify;
  }
  .client-box {
    min-height: auto;
  }
  .card {
    min-height: auto;
    position: static;
  }
  .card a {
    position: static;
  }
  .why-choose-img img {
    margin-top: 25px;
  }
  .contact-info {
    margin-top: 25px;
  }
  .contact-info h2 {
    text-align: center !important;
  }
  .contact-info .contact-info-btn {
    text-align: center;
  }
  .contact-info .contact-icon {
    align-items: center;
  }
  .about-title h2 {
    text-align: center;
  }
  .about-btn {
    text-align: center;
  }
  .about_img {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .about-content {
    text-align: center;
  }
  .what_do_text {
    text-align: center !important;
  }
  .what_do_text h2 {
    text-align: center;
  }
  .approach-text {
    text-align: center;
  }
  .services_content_img {
    margin-top: 0px;
  }
  .services_img {
    margin-top: 0px;
  }
  .mobile_img {
    order: -1;
  }
  .team-content {
    flex-direction: column;
    text-align: center;
  }
  .team-content img {
    height: auto;
    width: 100%;
    -o-object-position: top;
       object-position: top;
  }
  .team-content p {
    margin-top: 10px;
  }
  .contact-form_1 {
    margin-top: 25px;
  }
  .contact-form_1 .captcha-reload {
    padding-left: 15px;
  }
  .inquiry-form .captcha-reload {
    padding-left: 14px;
  }
}/*# sourceMappingURL=media-query.css.map */