.navbar-header {  
  padding: 0px;
  text-align: center;
  width: 100%;
}
.navbar-inner {
    width: 100%;
    height: 100px;
    background-color: #013a6b;
    border-bottom: 1pt solid transparent;
    border-color: #013a7a;
    box-shadow: none;
}
.sn-logo {
  float: right;
}
.sn-logo1 {
  width: 45px;
  height: 57px;
  position: absolute;
  left: 50%;
  margin-left: -165px !important;  /* 50% of your logo width */
  margin-top: 5px;
  display: block;
}
.sn-head-d1 {
  width: 250px;
  height: 22px;
  position: absolute;
  left: 50%;
  margin-left: -100px !important;  /* 50% of your logo width */
  margin-top: 22px;
  display: block;
  opacity: 0.8;
}
@media (min-width: 992px) {
  .navbar-inner {
    height: 120px;
  }
  .navbar-header {  
    padding: 0px;  
  }
  .sn-logo1 {
    width: 60px;
    height: 72px;
    position: relative;
    left: 50%;
    margin-left: -10px !important;  /* 50% of your logo width */
    margin-top: 10px;
  }
  .sn-head-d1 {
    width: 300px;
    height: 30px;
    position: relative;
    left: 50%;
    margin-left: -80px !important;  /* 50% of your logo width */
    margin-top: 30px;
}
}