/** 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/breadcrmb-outlets.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 **/
h1.branch-name {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 55px;
    font-weight: 700;
    color: #ed1c24;
    display: block;
}
.locations{
	padding: 60px 0px;
	width:87%;
	margin: auto;;
}
/*.locations .row{
	column-gap: 21px;
}*/
.title-border{
  width: 19em !important;
}
.column.outlets-column {
  	box-shadow: 0px 0px 3px #68666647;
    padding:22px 15px;
    position: relative;
    font-size: 14px;
    margin: 5px;
}
.column.outlets-column:hover {
  	box-shadow: 0px 0px 3px #ffbd2385;
}
.column.outlets-column:before,.column.outlets-column:after{
  position: absolute;
	content: '';
	width: 0px;
	height: 2px;
	background-color:#ed1c24;
	top: 0px;
	left: 0px;
	transition: 0.9s;
}
.column.outlets-column:after{
	top: auto;
	left: auto;
	bottom: -2px;
	right: 0;
	height: 2px;
}
.column.outlets-column:hover:after,.column.outlets-column:hover:before{
	width: 50px;
}
/*.locations .branch-title{
	text-align: center;
}*/
.locations h2{
	display: inline-block;
  font-weight: 500;
  position: relative;
  font-size: 20px;
}
.locations h4:before,.locations h4:after {
	position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #ffbd23;
  bottom: -14px;
  left: 0px;
}
.locations h4:after {
  bottom: -15px;
  width: 40%;
  border-bottom: 4px solid #ffbd23;
}
.locations h4,.locations .branch-images{
	margin-bottom: 30px;
}
.branch-address,.branch-contact-num,.branch-mapbtn {
  display: flex;
}
.branch-address p,.branch-contact-num p,.branch-mapbtn p {
  margin: 0;
}
.locations .branch-address{
	margin-bottom: 15px;
}
.locations .branch-mapbtn{
	margin-bottom: 10px;
}
.locations .branch-mapbtn a.links {
    font-weight: 600;
}
.locations .outlets-row1 a.links {
    /*font-size: 1rem;*/
    color: #212529;
    text-decoration: none;
}
.locations .outlets-row1 i{
  padding-top: 4px;
  width: 18px;
	font-size: 1rem;
	color: #ffbd23;
}
.locations .branch-images img.branch_main_img{
	width: 100%;
}

		/**** popup **/
.modals {
  display: none;
  position: fixed;
  z-index: 99999;
  padding-top:0px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

/* Modal Content */
.modal-contents {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 800px;
  position: relative;
  margin-top: 80px;
}

/* The Close Button */
.closes {
  color: #aaaaaa;
  font-size:37px;
  font-weight: bold;
  position: absolute;
  right: 0px;
  top: -20px;
}

.closes:hover,
.closes:focus {
  color: red;
  text-decoration: none;
  cursor: pointer;
}



/*** Carousel ***/
button.carousel-control-prev,button.carousel-control-next{
    opacity: 0;
  }
  .carousel.slide:hover button.carousel-control-prev,.carousel.slide:hover button.carousel-control-next{
    opacity: 1;
    width: 10%;
  }
  button.carousel-control-prev span,button.carousel-control-next span{
    background-color: #ed1d25;
    width: 30px;
    height: 30px;
    background-size: 65% 100%;
  }
  
@media (min-width: 767px){
  .popup-modalbox-outlets .modal-dialog {
    max-width: 800px;
  }
}


/*** Responsive ***/

@media (min-width: 992px) and (max-width: 1199.98px){
  .locations{
    width: 90%;
  }
  .outlet-breadcrumb{
    height: 380px;
  }
  .outlet-breadcrumb h1.outlets-title{
    font-size: 55px;
  }
  h2.branch-name{
    font-size: 50px;
  }
  .navbar-light .navbar-nav .nav-link{
    padding: 8px !important;
  }
}

@media (max-width: 767.95px){
    .outlet-breadcrumb:before {
        height: 50px;
        background: #fff url(../images/breadcrum-border.png) no-repeat center / cover;
    }
    .outlet-breadcrumb {
        height: 175px;
        margin-top: 5px;
        padding: 0px;
    }
    section.container.landscape {
        background-position: right center;
    }
    .col-7 {
        width: 100%;
    }
    section.container.landscape h2, section.container.landscape p {
        color: #232323;
    }
    .items-icon span {
        font-size: 16px;
    }
    .main1 .btn {
        min-width: 90px;
        font-size: 15px;
        padding: 2px 15px;
        margin-bottom: 5px;
    }
    .carousel-caption h5 {
        font-size: 16px;
        color: red;
        font-weight: 600;
    }
    .carousel-control-next, .carousel-control-prev {
        width: 30px;
        height: 30px;
    }
    .carousel-caption {
        width: 80%;
        left: 10%;
    }
    .outlet-breadcrumb h1.outlets-title {
        font-size: 30px;
    }
    .outlet-breadcrumb {
        height: 175px;
        margin-top: 5px;
        padding: 0px;
    }
    h2.branch-name {
        font-size: 26px;
    }
    .column.outlets-column {
        min-width: 96%;
    }
    .column.outlets-column {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .locations h4 {
        font-size: 24px;
    }
    .carousel.slide button.carousel-control-prev, .carousel.slide button.carousel-control-next {
        top: 44%;
    }
    .locations .outlets-row1 i {
        font-size: 18px;
    }
}


@media (max-width: 575.98px){
  h1.breadcrumb-title {
    font-size: 26px;
  }
  .outlet-breadcrumb {
        height: 175px;
        margin-top: 5px;
        padding: 0px;
    }
  .navbar-brand img{
    max-width: 80%;
  }
  section.container.our-story .row{
    padding-top: 0px;
  }
  h2.heading {
    font-size: 26px !important  ;
  }
  .title-border {
    width: 12em !important;
  }
  section.container.pt-0.orign .col-6.pe-5 {
    padding-top: 0em;
  }
  section.container.landscape .row, section.container.why-us .row{
    padding-bottom: 1em ;
  }
  section.container.keeping-items .row .row .col-6{
      flex: 1 0 100%;
  }

}