@media (max-width: 1120px) {
    .navbar-brand span {
    font-size: 2.5rem;
    text-shadow: 1px 1px #666666;
  }
  }

@media (max-width: 992px) {

  .custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
    color: #993399;
  }
}

@media (max-width: 768px) {
  .hero_area {
    display:block;   /* to ensure firefox displays background image */
    background-position: top left;
    background-image: url(../images/hero-bg-small.jpg);   
    height: auto;
  }

  .slider_section {
    padding: 45px 0;
  }

  .info_section .col-md-3 {
    display: flex;
    justify-content: center;
  }

  .info_section .info_container .info_contact {
    padding: 25px 0;
  }

/*  .item_section .item_container .box {
  width: 350px;
  }  */
  
  .item_section .item_container .box .img-box img {
  width: 350px;
/*  height: auto;   */
  max-height: 467px;     /* max height is 1.3333 x 350px to maintain 4:3 aspect ratio  - 30 09 2020 */
  }

  .navbar-brand span {
    font-size: 2.5rem;
    text-shadow: 1px 1px #666666;
  }
  
     .navbar-brand img {
      width: 50px;
      margin-right: 5px;
      content: url(../images/BI_logo.png);
/* img style for small logo */
}

@media (max-width: 576px) {
  .slider_section .detail_box {
    text-align: center;
  }

  .slider_section .detail_box h1 {
    font-size: 4rem;
  }
}

@media (max-width: 480px) {

  .client_section .carousel-control-prev,
  .client_section .carousel-control-next {
    display: none;
  }
  
.heading_container h2 {
  font-size: 2.0rem;
  }  
}

@media (max-width: 420px) {
  .slider_section .detail_box h1 {
    font-size: 3rem;
  }

  .slider_section .detail_box h2 {
    font-size: 1.8rem;
  }

  .heading_container h2::before {
    display: none;
  }
  
  .navbar-brand span {
    font-size: 1.5rem;
    text-shadow: 1px 1px #666666;
  }
  
  .footer_section p {;
  font-size: 0.6rem;
  }
  
  
}
  
@media (max-width: 360px) {}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

