#header{ 
    padding: 15px 0; 
    background-color: #E40017;  /* paste color code here ------------------ */
    color: #fff;
    min-height: 90px;
    font-family: 'Oswald', sans-serif;
    display: flex;
    align-items: center;
}

#header a{
  text-decoration: none;
  color: #fff;
}
.head-title, .head-subtitle{
  margin: 0;
  padding: 0;
  font-weight: 500;
  line-height: 1;
}

.head-title:hover, .head-subtitle:hover{
  color: #fff;
}

.head-title{
  font-size: 26px;
}

.head-subtitle{
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.2;
}
.flex-head{
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: flex-end;
}

.banner{
  background-image: url(img/banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 480px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.site-title > h2{
  color: #E40017; /* paste color code here for site heading ........................... */
  font-family: 'Oswald', sans-serif;
  font-size: 42px;
  font-weight: 700;
  opacity: 1;
  text-align: center;
}
.section-heading{
  margin: 0 0 30px 0;
  text-align: center;
  color: #E40017; /* paste color code here for site heading ........................... */
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  letter-spacing: 1.5px;
  font-weight: 700;
}
.gallery-img{
  object-fit: cover;
  border-radius: 0px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: 1px solid #E40017;
}
.gallery-img#img1{
  width: calc(100% + 100px);
  height: 320px;
  margin: 60px 0 60px -100px;
}
.add-div2 > div{
  display: flex;
  flex-direction: column;
  background-color: #E40017; /* paste color code here ........................... */
  padding: 60px;
  text-align: center;
  align-items: center;
  z-index: 1;
  height: 440px;
  width: 100%;
  justify-content: center;
}

.gallery-img#img2{
    width: 100%;
    height: 390px;
}

.shop-time > ul{
  padding-left: 20px;
  margin-top: 20px;
  color: #fff;
  margin-bottom: 0;
}
.business-hr{
  color: #fff;
    font-family: 'Oswald', sans-serif;
  font-size: 28px;
  letter-spacing: 1.5px;
  font-weight: 700;
}
.shop-time li{
  margin-top: 5px;
}
.add-div{
  height: 390px;
}
.add-div > div{
  padding: 0px 20px;
  height: 100%;
  display: flex;
  text-align: center;
  z-index: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.open-para{
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}

.contact-btn, .contact-foot-btn{
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 20px 30px;
  background-color: #E40017; /* paste color code here --------------------- */
  color: #fff;
  font-family: 'Oswald', sans-serif;
  border-radius: 2px;
  text-transform: uppercase;
}

.contact-btn:hover, .contact-foot-btn:hover{
  text-decoration: none;
  color: #fff;
}

footer{
  padding: 30px 0;
  border-top: 1px solid #E40017; /* paste color code here ----------------- */
}

.footer-heading{
  color: #393e46;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.foot-text{
  color: #334443;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  list-style: none;
}

.foot-text > li > span{
  min-width: 45px;
  float: left;
}

@media only screen and (max-width: 767px) and (min-width: 320px)  {
  .site-title > h2 {
    font-size: 36px;
  }
  .add-div > div{
    padding: 70px 15px 100px 15px;
    margin: 0px auto 0 auto !important;
  }
  .head-title, .head-subtitle {
    text-align: center;
  }
  .header-link{
    width: 50%;
    display: inline-block;
  }
  .flex-head {
    margin-top: 10px;
  }
  .fh1{
    justify-content: flex-start;
  }
  .gallery-img {
    margin: 0 0 20px 0;
    height: 380px;
    width: 100%;
  }
  .add-div2{
    width: 100%;
  }
  .add-div2 > div {
    padding: 50px 50px;
    margin-left: 0;
    width: 100%;
  }
  footer .row .col-md-4:first-child,footer .row .col-md-4:nth-child(2){
    width: 50%;
  }
  footer .row .col-md-4:last-child{
    margin-top: 30px;
    text-align: center;
  }
  .foot-text > li > span{
    float: none;
    margin-right: 10px;
  }
}