.t_p {
    margin-right: 10px !important;
    width: 30.5% !important;
    float: left;
}

.t_p1 {
    margin-right: 10px !important;
    width: 65% !important;
    float: left;
}
.navbar-static-top {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  background: #2e3434;
  color: #bfbfbf;
}
.navbar-right li a {
  color: #bfbfbf !important;
  line-height: 50px;
  padding: 0px 20px;
}
.navbar-right li a:hover {
  color: #65dcc4 !important;
  background: transparent;
}
.navbar-right li a .fa {
  margin-right: 5px;
}
.navbar-brand {
  font-size: 30px;
  line-height: 50px;
  padding: 0px 18px;
  margin-bottom: 3px;
  border-bottom: 1px solid #3e4444;
}
@media (max-width: 768px) {
  .navbar-brand {
    border-bottom: 1px solid transparent;
  }
}
.navbar-brand:hover {
    color: #65dcc4 !important;
}
.navbar-brand .fa {
    margin-right: 15px;
    font-size: 50px;
}


.navbar-header {
  position: fixed;
  top: 0px;
  right: 10px;
  z-index: 9999;
}

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.navbar-fixed-top {
  border: 0;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: #2e3434;
    border-right: 1px solid #eee;
  }
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: 220px !important;

  }
}
nav {
  overflow-x: hidden;
  overflow-y: hidden;
  transition: all ease-in-out .3s;
  z-index: 9999;
}
.bs-navbar-collapse {
  top: 50px;
  bottom: 0px;
  height: auto !important;
  width: 0px;
  position: fixed;
  padding: 0px !important;
  background: #2e3434;
  float: left;
  z-index: 9999;
}
.navbar-collapse.in {
  display: block;
  overflow: auto; !important;
  width: 100% !important;
  max-width: 220px;
}
.nav-sidebar {
  margin-bottom: 20px;
}
.nav-sidebar > li > a {
  padding: 10px 20px;
  color: #bfbfbf;
  text-transform: capitalize;
  font-size: 17px;
  font-family: calibri;
  transition: .1s;
  border-left: 5px solid transparent;
}
.nav-sidebar > li {
  border-bottom: 1px solid #3e4444;
}
.nav-sidebar > li {
  border-bottom: 1px solid black;
}
.nav-sidebar li a:hover {
  background: #111;
  color: #fff;
  border-left: 5px solid #fff;
  transition: all ease-in-out .2s;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  background: #000;
  color: #fff;
  border-left: 5px solid #fff;
  padding: 10px 15px;
}
.navbar-toggle {
  border-color: #fff;
  border-radius: 0px;
}
.navbar-toggle:hover {
  background-color: #66B6A6;
}
.icon-bar {
  background-color: #fff;
  background: #fff;
}
.nav-sidebar li a .fa {
  width: 30px;
  font-size: 17px;
  color: #fff;
}
