p {
  font-size: 14px;
}

@media screen and (max-width: 990px) {
  .contact_block {
    display: none !important;
  }
  .min-vavigation ul li a {
    padding: 31px 10px;
  }
  .logo_hide {
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .grid:nth-child(1) .wrapper_panel_block {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .grid:nth-child(2) .wrapper_panel_block {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .aboutContent h3 {
    font-size: 30px;
  }
}
@media screen and (min-width: 100px) and (max-width: 768px) {
  .navFixed .menu_btn span {
    background-color: #000;
  }
  .min-vavigation {
    padding: 0;
  }
  .min-vavigation ul {
    background-color: #132730 !important;
  }
  .navLogo {
    display: block;
    width: 202px;
    margin-bottom: 30px;
    position: relative;
    left: -9px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.12);
    padding-bottom: 10px;
  }
  .navLogo img {
    width: 100%;
  }
  .contact_block {
    display: flex !important;
    border: none !important;
    padding-left: 0 !important;
    padding-top: 20px !important;
  }
  .contact_block span p:nth-child(2) {
    color: #fff !important;
  }
  .footerMarginNone {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .bannel-sml {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .carousel-item {
    height: 100vh;
  }
  .carousel-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bannerCover aside h1 {
    font-size: 3.9vw;
  }
  .bannerCover aside h3 {
    font-size: 4.9vw;
  }
  .bannerCover aside p {
    display: none !important;
  }
  .bannerCover aside p br {
    display: none;
  }
  .contact_list_block {
    margin-bottom: 10px;
    position: relative;
    padding-left: 21px;
  }
  .contact_list_block h4 {
    margin-bottom: 0;
    padding: 0;
  }
  .footerDiscription p {
    text-align: justify;
    padding: 0;
  }
  .contact_list_block::before {
    content: "";
    display: none !important;
  }
}
@media screen and (max-width: 575px) {
  .bannerCover {
    background: none !important;
  }
  .bannel-sml {
    display: block !important;
  }
  .bannel-lg-to-sm-hide {
    display: none !important;
  }
  #auditing_section {
    padding: 0;
  }
  .wrapper__rows {
    margin-bottom: 0;
  }
  .wrapper_panel_block {
    margin-bottom: 0;
  }
  .services p {
    text-align: justify !important;
  }
  .wrapper__content_block {
    padding: 0;
    padding-top: 15px;
  }
  .aboutContent {
    padding: 0;
  }
  .aboutContent h3 {
    font-size: 25px;
  }
  .bannerCover aside h1 {
    font-size: 6.9vw;
  }
  .bannerCover aside h3 {
    font-size: 4.9vw;
  }
  .bannerCover aside p {
    display: none !important;
  }
  .bannerCover aside p br {
    display: none;
  }
  .carousel button {
    display: none;
  }
}/*# sourceMappingURL=mediaquiry.css.map */