/* start section navbar */
.home .navbar{
    padding: 7px 47px;
    position: fixed;
    width: 100%;
    z-index: 9999;
    background-color: white;
}
@media screen and (max-width:991px) {
  .home .navbar{
    padding: 7px 20px;
}
  }
  @media screen and (max-width:992px) {
    .home .navbar .btn-contact{
      border: none !important;
      color: black !important;
      padding-left: 0 !important;  
    }
    }
    @media screen and (max-width:992px) {
      .home .navbar .btn-contact:hover{
        background: none !important;
        color:#0056b3!important ;
      }
      }
.home .navbar .btnBar{
  display: block;
  margin-bottom: 5px;
  border-radius: 115px;
  height: 3px;
  background-color: black;
}
.home .navbar-brand{
    font-size: 25px;
    font-weight: bold;
  }
  .home .navbar ul li{
    padding-right: 35px;
      }
  .home .navbar ul li a{
    font-size: 17px;
  }
/* end section navbar */




