.echron-banner-gal {
  background: url(../img/banner.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 60vh;
  z-index: 0;
}
.echron-gallery .echron-h1 {
  text-transform: uppercase;
  margin-bottom: 25px;
}
.echron-gallery p{
    color: #969696;
    font-size: 16px;
}
/* ********************tab********************* */
/* ********************tab********************* */
/* ********************tab********************* */
.echron-gal-tab {
  margin-bottom: 25px;
}
.echron-gal-tab .nav-tabs {
  border: none;
  justify-content:center;
}
.echron-gal-tab .nav-tabs .nav-link {
  color: #000;
  margin: 15px;
  border-radius: 10px;
  border: none;
  font-size: 18px;
  padding: 10px 20px;
  position: relative;
  background: none;
}
.echron-gal-tab .nav-tabs .nav-link.active::before {
  content: "";
  position: absolute;
  height: 2px;
  transform: translate(-50%, -50%);
  width: 95%;
  top: 44px;
  margin-left: 52px;
  background: linear-gradient(90deg, #ffe366 0%, #ffd51e 100%);
}
.echron-gal-tab .nav-tabs .nav-link.active:last-child::before {
    width: 90%;
    margin-left: 70px;
}

/* ******************gallery******************* */
/* ******************gallery******************* */
/* ******************gallery******************* */
.echron-gallery {
  display: block;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.echron-gallery ul {
  width: 100%;
  float: left;
}
.echron-gallery li {
  margin-bottom: 15px;
}
.echron-gallery .tab-content.new li {
  margin: 0;
}
.echron-gallery .col-md-6 {
  width: 49.9%;
}
.echron-gallery h5 {
  font-size: 27px;
  text-align: left;
  margin-bottom: 10px;
  color: #ffff;
  font-weight: 500;
  position: relative;
}

.echron-gallery .fancybox {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #666;
}

.echron-gallery .fancybox::before {
  content: '';
  background-image: url(https://gaubaevspareparts.com/assets/image/zoom.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 1;
  width: 30px;
  height: 30px;
  bottom: -50%;
  left: 50%;
  transform: translate(-50%, 50%);
  transition: all .5s ease;
  cursor: pointer;
  background-size: 100%;
}

.echron-gallery .fancybox:hover:before {
  bottom: 50%;
}

.echron-gallery img {
  width: 100%;
  /* height: 250px;
  object-fit: cover; */
  text-align: center;
  margin-bottom: -5px;
}

.echron-gallery .fancybox:hover img {
  opacity: 0.5;
}

/*responsive-mobile-screen*/
@media (max-width: 767px) {
  .echron-gallery .col-md-6 {
    width: 100%;
  }
}
























	


