/** Header **/
nav.navbar.navbar-expand-lg.navbar-light.bg-light.outlet-header{
  background: none !important;
}
nav.navbar.sticky-top.navbar-expand-lg.navbar-light.bg-light.outlet-header.sticky{
  background: #ed1d25 !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff !important;
}
/** Breadcrumb **/
.outlet-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3em 0em 0em 0em;
  margin-top: -135px;
  width: 100%;
  height: 470px;
  background-image: linear-gradient(
180deg, #00000090, #00000000), url(../images/breadcrmb5.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  /*background-color: #847c7c;*/
    position: relative;
}
.outlet-breadcrumb:before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: -30px;
    height: 80px;
    background: #fff url(../images/breadcrum-border.png) no-repeat center / 100%;
}
.outlet-breadcrumb h1.outlets-title {
  font-size: 60px;
  color: #fff;
  letter-spacing: 1px;
  background-image: linear-gradient(45deg,transparent, black, transparent);
    width: 50%;
    text-align: center;
}
.col-12.text-center.aniview.slow.animated.fadeInUp.mb-4{
  margin-bottom: 0.6rem !important;
}

/** Branches **/
.table>thead {
    vertical-align: bottom;
    background-color: #ed1c24;
    color: white;
   
}


th.slno {
    width: 4%;
}

th.locationwidth {
    width: 16%;
}

th.addresswidth {
    width: 49%;
}

th.contactwidth {
    width: 10%;
}


.col-12.text-center.aniview.slow.animated.fadeInUp.mb-4 {
    margin-bottom: 0.6rem !important;
    padding-top: 26px;
}
h1.branch-name {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 55px;
    font-weight: 700;
    color: #ed1c24;
    display: block;
}
.title-border {
    width: 20em;
    margin: -3px 0 40px 0px;
    /* display: none; */
}