@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=Plus+Jakarta+Sans:wght@400;500;600;700&family=Poppins:wght@400;500&family=Raleway:wght@400;500;600;700&family=Roboto+Condensed:wght@700&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}

@media only screen and (max-width: 1199px) {
  .navbar .nav-item {
    padding: 0 !important;
  }
  .nav-btn .mobile-btn {
    padding: 8px !important;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 30px !important;
  }
  h2,
  h3,
  h4 {
    font-size: 22px !important;
    font-weight: 500 !important;
  }
  h5 {
    font-size: 18px !important;
  }
  p {
    font-size: 15px !important;
  }
  .upper_navbar .navbar-brand img {
    height: 40px;
  }
  .btn_2 {
    padding: 10px 15px;
  }
  .btn_1 {
    padding: 10px 15px;
  }
  .wrapper-text span {
    font-size: 30px;
  }
  .wrapper_text span {
    font-size: 30px;
  }
  .about_img img {
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .services-img .services-img_title h5 {
    font-size: 18px !important;
    margin-bottom: 25px;
  }
  .business_card .busniss_title h5 {
    font-size: 18px !important;
  }
  .training-img img {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec-wrapper2 .logo_wrapper img {
    height: 30px;
  }
  .footer_nav img {
    height: 40px;
  }
  .contact-bg .contact-form {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 25px !important;
  }
  h2,
  h3,
  h4 {
    font-size: 20px !important;
  }
  h5 {
    font-size: 17px !important;
  }
  p {
    font-size: 14px !important;
  }
  .upper_navbar {
    display: none;
  }
  .mobile_logo {
    display: block;
  }
  .mobile_logo img {
    height: 30px;
  }
  .sec-wrapper2 .logo_wrapper img {
    display: none;
  }
  .about_img img {
    height: auto;
    margin-bottom: 20px;
  }
  .banner {
    height: 80vh;
  }
  .banner .banner-title {
    height: 80vh;
  }
  .sec-wrapper2 {
    background: rgb(173, 231, 146);
    background: linear-gradient(90deg, rgb(173, 231, 146) 100%, rgb(255, 255, 255) 50%);
  }
  .sec-wrapper2 .contact_form {
    width: 100%;
  }
  .copy-right {
    flex-direction: column;
    text-align: center;
    font-size: 14px;
  }
  .training-img img {
    margin-bottom: 15px;
  }
  .about-btn,
  .Learn_btn {
    text-align: center;
  }
  .nav-btn {
    margin: 20px 0;
  }
  .dropdown {
    position: static !important;
    width: 180px !important;
  }
  .footer_nav ul li a {
    font-size: 14px;
  }
  .nav-btn .mobile-btn {
    padding: 10px 15px !important;
  }
  .contact-info ul li a {
    font-size: 14px;
  }
  .contact-info ul li {
    font-size: 14px;
  }
  .products-solution_list ul {
    margin: 0;
    padding: 0;
  }
  .products-solutions_title h2::after {
    left: 46%;
  }
  .products-solutions_title h2::before {
    width: 180px !important;
    left: 25%;
  }
  .solution_text ul li {
    font-size: 14px;
  }
  .eduction_img {
    margin-bottom: 15px;
  }
  .mobile_top {
    order: -1;
  }
}/*# sourceMappingURL=media-query.css.map */