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

@media only screen and (max-width: 1199px) {
  ul li {
    padding: 5px 0px 5px 0 !important;
  }
  .aboutus-section .owl-carousel .owl-next {
    left: -7%;
  }
  .service-item {
    min-height: 400px;
  }
  .service-item h3 {
    font-size: 18px;
  }
  .solution-content {
    margin-top: 35px;
  }
  .mission-box {
    min-height: 320px;
  }
  .section_warpper {
    margin-bottom: 25px;
  }
  .about-wrapper {
    margin-top: 8% !important;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 28px !important;
  }
  .offcanvas-end {
    width: 280px !important;
  }
  h2 {
    font-size: 25px !important;
  }
  .aboutus-section {
    height: auto;
  }
  .aboutus-section2 {
    margin-top: 0;
  }
  .aboutus-section .owl-carousel .owl-next {
    left: -4%;
  }
  .aboutus-section .owl-carousel .owl-next,
  .aboutus-section .owl-carousel .owl-prev {
    top: -15%;
  }
  footer .footer-contact-links ul li {
    margin-bottom: 15px;
  }
  footer .footer-contact-links ul li i {
    vertical-align: middle !important;
  }
  #mobile_navbar {
    display: block;
  }
  .top-nav {
    display: none !important;
  }
  .main-nav {
    display: none !important;
  }
  .navbar-brand img {
    height: 70px;
  }
  .offcanvas-title img {
    height: 70px;
  }
  .offcanvas-header {
    align-items: start !important;
  }
  .navbar .offcanvas-body .nav-item .nav-link {
    padding: 10px 15px;
  }
  .navbar .offcanvas-body .nav-item .nav-link.active {
    background-color: rgba(170, 232, 226, 0.2588235294);
    color: #005555;
    border: 1px dotted rgba(0, 85, 85, 0.5333333333);
    display: inline-block;
  }
  .navbar .offcanvas-body .social-media-links {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
  }
  .navbar .offcanvas-body .social-media-links a {
    background-color: #005555;
    color: #fff !important;
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mission-box {
    min-height: 360px;
  }
  .solution-approach-sec ul li:before {
    top: 8px;
  }
  .solution-approach-sec2 ul li:before {
    top: 10px;
  }
}
@media only screen and (max-width: 765px) {
  h1 {
    font-size: 25px !important;
  }
  .mobile_wrapper {
    margin-top: 0 !important;
  }
  .aboutus-section2 .aboutus-content2 {
    margin-left: 0;
  }
  .service-item {
    height: auto;
  }
  .aboutus-section .owl-carousel .owl-next,
  .aboutus-section .owl-carousel .owl-prev {
    top: 105% !important;
  }
  .aboutus-section .owl-carousel .owl-prev {
    left: 35%;
  }
  .aboutus-section .owl-carousel .owl-next {
    left: 50%;
  }
  .service-item {
    margin-top: 20px;
  }
  .aboutus-section2 {
    margin-top: 30px;
  }
  .service-img img {
    height: auto;
    display: block;
    width: 100%;
  }
  footer .footer-links {
    padding: 15px;
  }
  footer .footer-links ul li {
    display: block !important;
  }
  .footer-row {
    flex-direction: column;
  }
  .mission-box {
    height: auto;
    margin-bottom: 20px;
  }
  .service-item {
    min-height: auto !important;
  }
  .aboutus-inner-sec .aboutus-content2 {
    margin-left: 0;
  }
  .solution-content {
    margin-left: 0;
  }
  .solution-approach-sec2 .solution-approach-content {
    margin-left: 0;
    margin-top: 15px;
  }
}/*# sourceMappingURL=media-query.css.map */