.breadcrumbs-list {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  visibility: hidden;
}
.breadcrumbs-list > span {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
}
.breadcrumbs-list > span a {
  color: #fff;
  transition: color 0.3s;
}
.breadcrumbs-list > span span.breadcrumb_last {
  color: #fff;
}

@media (min-width: 1200px) {
  .breadcrumbs {
    padding: 0 20px;
  }
  .breadcrumbs .breadcrumbs-holder {
    height: 240px;
    padding: 30px 0;
  }
  .breadcrumbs-list > span {
    font-size: 12px;
  } 
  .lineline{
    background-color: #41709d;
    height: 1px;
    width: 95%; 
  }
}
@media (min-width: 1600px) {
  .breadcrumbs {
    padding: 0 40px;
  }
  .breadcrumbs .breadcrumbs-holder {
    height: 320px;
    padding: 40px 0;
  }
  .breadcrumbs-list > span {
    font-size: 13px;
  }
}
.banner_group {
  position: relative;
  width: 100%;
  vertical-align: middle;
  background-color: #fff;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  z-index: 9;
}
.banner_group.parallax {
  background-attachment: fixed;
}
.banner_group:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.banner_group .banner-holder {
  display: flex;
  align-items: flex-end;
  height: 250px;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .banner_group .banner-holder {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .banner_group {
    padding: 0 20px;
  }
  .banner_group .banner-holder {
    height: 256px;
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1600px) {
  .banner_group {
    padding: 0 40px;
  }
  .banner_group .banner-holder {
    height: 410px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
} 
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.section-media > .aspect-square {
  aspect-ratio: unset;
}

.project-progress li {
  border-left-style: none;
  background-color: transparent;
}

.progress-images .swiper-button-next:after, .progress-images .swiper-button-prev:after {
  content: unset;
}