@media (min-width:320px) and (max-width:767px){
  .topbar .d-inline-flex {
    display: inline-block !important;
  }
  .links a, .contact-info a {
    padding: 0px 0px;
  }
  .logo-a {
    display: none;
  }
  .carousel-inner h3 {
    font-size: 24px;
  }
  #header-carousel img {
    height: 300px;
  }
  .news-bx {
    padding: 20px !important;
  }
  h2.section-title, h1.section-title {
    font-size: 20px;
  }
  .portfolio-img img {
    height: auto;
}
.Gallery h1 {
  font-size: 20px;
}
.testimonials img {
  display: none;
}
.achievements img {
  height: auto;
}
  }

  @media (min-width:768px) and (max-width:1023px){
    .topbar .d-inline-flex {
      display: inline-block !important;
    }
    .links a, .contact-info a {
      padding: 0px 0px;
    }
    .logo-a {
      display: none;
    }
    .carousel-inner h3 {
      font-size: 24px;
    }
    #header-carousel img {
      height: 300px;
    }
    .news-bx {
      padding: 20px !important;
    }
    h2.section-title, h1.section-title {
      font-size: 20px;
    }
    .portfolio-img img {
      height: 250px;
  }
  .Gallery h1 {
    font-size: 20px;
  }
  .testimonials img {
    display: block;
  }
  .achievements img {
    height: 250px;
  }

    }

    @media (min-width:1024px) and (max-width:1200px){  .nav-link {
      font-size: 11px;
      padding-right: 0 !important;
  }}