.t3-header {    position: fixed;
    width: 100%;
    z-index: 999;
    background: #000000;
}
.t3-header {
padding-top:5px!important;
padding-bottom:5px!important;
}
.social-list {
  margin: 0;
  list-style: none;
  padding: 0;
}
.social-list:before,
.social-list:after {
  content: " ";
  display: table;
}
.social-list:after {
  clear: both;
}
.social-list > li {
  display: inline-block;
  float: right;
}
.social-list > li > a {
  /* border-left: 1px solid #000000; */
  color: #ffffff;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  text-align: center;
  width: 32px;
}
.social-list > li > a:hover,
.social-list > li > a:focus,
.social-list > li > a:active {
  color: #003AAD;
}
.sub-heading::before {
background:#003AAD;
}
.sub-heading {
color:#003AAD;
}
.navbar-default .navbar-nav > li > a:before, .navbar-default .navbar-nav > li > span:before {
background:#003AAD;
}
.btn-default.btn-sp:hover::before {
  background: #003AAD;  
}