#ecp_logo {
  margin-left: 0.5rem !important;
}
.slider .indicators {
  margin-bottom: 80px !important;
  z-index: 100;
}
.justify {
  text-align: justify;
}
.capitalize{
    text-transform: capitalize !important;
}
.slider .indicators .indicator-item.active {
  background: linear-gradient(
    to left,
    rgb(0, 119, 255),
    rgb(75, 164, 223)
  ) !important;
}
@media (max-width: 600px) {
  #brand_name {
    font-size: 1.4rem !important;
  }
  .m_1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/*-----Testimonial-------*/

.main-gallery {
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  border-top: solid 10px rgb(65, 75, 166);

}

.gallery-cell {
  width: 100%;
}

.testimonial {
  text-align: center;
  max-width: 850px;
  margin: 100px auto 130px auto;
  padding: 0 20px;
}

.testimonial-avatar {
  width: 100px;
  border-radius: 50%;
}

.testimonial-quote {
  display: block;
  font-size: 24px;
  font-weight: 300;
  padding: 10px 0;
}

.testimonial-author {
  display: block;
  font-weight: 800;
  color: rgb(65, 75, 166);
}

.flickity-page-dots {
  bottom: 10% !important;
}

.flickity-page-dots .dot.is-selected {
  background: rgb(65, 75, 166);
}

/* ------testimonial  close-------*/