
.contact-info .contact-info-item {
  background: #ffecd6;
  padding: 20px;
  border-radius: 5px;
  height: 100px;
}
.equal-height-col
{
  display: -webkit-flex;
  display: flex;
}
.equal-height-inner
{
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
}
.photo-gallery img {
  margin-top: 20px;
}
.bp-list
{
  background-color: #ffecd6;
  padding: 25px;
  border-radius: 5px;
}
.carousel-control i
{
  position: relative;
  top: 50%;
}
.bp-slider
{
  width: 100%;
}
.text-justify
{
  text-align: justify !important;
}
.navbar-main .navbar-brand > img {
    width: auto;
    height: 70px;
    margin-top: -10px;
    float: left;
}
.navbar-main .navbar-brand > span {
    float: left;
    font-size: 35px;
    margin-left: 10px;
}
.navbar-main .navbar-brand > span:last-child {
    float: left;
    font-size: 25px;
    margin-top: 18px;
    margin-left: 10px;
    color: #d42e28;
}
.navbar-main.stiky .navbar-brand > img {
    width: auto;
    height: 50px;
}
.navbar-main.stiky .navbar-brand > span {
    float: left;
    font-size: 25px;
    margin-left: 10px;
}
.navbar-main.stiky .navbar-brand > span:last-child {
    float: left;
    font-size: 15px;
    margin-top: 2px;
    margin-left: 10px;
    color: #d42e28;
}
.ftex, .ftex a {
    font-size: 12px;
    color: #bfbfbf;
}

/* gallery */
.photo-gallery {
    color:#313437;
    background-color:#fff;
  }
  
  .photo-gallery p {
    color:#7d8285;
  }
  
  .photo-gallery h2 {
    font-weight:bold;
    margin-bottom:40px;
    padding-top:40px;
    color:inherit;
  }
  /* home slider */

/* home slider */
  @media (max-width:767px) {
    .photo-gallery h2 {
      margin-bottom:25px;
      padding-top:25px;
      font-size:24px;
    }
    .slick-slide img {
      width: 95%;
  }
  }
  
  .photo-gallery .photos {
    padding-bottom:20px;
  }
  
  .photo-gallery .item {
    padding-bottom:30px;
  }
  .photo-gallery img
  {
    width: 100%;
  }
  @media (max-width:425px) {
    .contact-info .contact-info-item {
      height: auto;

    }
  }
 
  /* gallery */
  @media screen and (max-width: 425px) and (min-width: 320px) 
  {
  .slick-slide img {
    width: 95%;
  }
  }
  @media screen and (max-width: 999px) and (min-width: 426px) 
  {
  .slick-slide img {
    width: 95%;
  }
}
