    body{
        letter-spacing:2px;
        font-family: 'Open Sans';
    }
    .imgg33{
        height:100px;
        margin-top:-25px; 
    }
    .navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    color: black;
    line-height: 20px;
}
 .navbar-header a .navbar-brand{
    color:#000000;
    text-decoration: none;
}
    .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
    background-color: white;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: white;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 8px;
    background-color: black;
    background-image: none;
    border: 1px solid black;
    border-radius: 4px;
}
     .navbar-nav .b{
      color:black;
        /*margin-top:10px;*/
                margin-bottom:13px;
    margin-top: 13px;
        font-size:18px;
    }
      .nav>li>a:hover {
    text-decoration: none;
    background-color:#155f93 !important;
    color:white;
}

.navbar-nav .active 
{
  background:#155f93;
  color:white;
}
    .img34{
        height:70px;
        margin-right:15px;
        float:right;
        display:none;
    }
    .img35{
        height:70px;
        margin-right:15px;
        /*float:right;*/
    }
/*footer start*/
 .cc{
 	    color:white;
 	     /*background:white;*/
 	     font-size:25px;
 	     margin: 8px;
 	}
  /*footer end*/
  @media(max-width:768px){
      .imgg33{
        height:70px;
        margin-top:-18px;
    }
    .img34{
        height:70px;
        float:left;
        display:block;
    }
    .img35{
        display:none;
    }
    .navbar-brand{
       padding: 15px 0px;
    }
  }