@media only screen and (max-width: 1000px){
  .sub-top-bar{
    display: none;
  }
  .site-nav-ul li{
    width: 100%;
  }
  .banner-content-container{
    position: relative;
    top: 0px;
    left: 0px;
  }
  .banner-content{
    transform: skew(0rad);
  }
  .vision-icon-container{
    width: 100%;
    text-align: center;
  }
  .vision-content-container{
    width: 100%;
    text-align: center;
  }
  .footer-logo{
    width: 100%;
  }
  .footer-content{
    width: 100%;
  }
  .footer-ul{
    text-align: left;
    margin: 10px 0px;
  }
  .footer-ul li{
    margin-right: 10px;
  }
  .contact-section{
  background-color: #2e3192;
  }
  .contact-heading{
    color: #fff;
  }
  .contact-icon{
    width: 20%;
  }
  .banner-content{
    font-size: 19px;
  }
  .site-heading{
    font-size: 25px;
  }
  .navbar-brand img{
    max-width: 250px;
  }
}
