.list-all ul,
.list-all ol {
  padding: 0;
  margin: 0;
  font-weight: normal;
  color: #403F46;
  letter-spacing: 0;
  text-align: left;
  margin: 0 0 1.5rem 1.25rem;
  padding: 0;
}

.list-all ul li,
.list-all ol li {
  position: relative;
  padding-bottom: 0.5rem;
  line-height: 1.7;
}

.list-all ul {
  list-style: none;
  margin-left: 0;
}

.list-all ul li {
  font-size: 1rem;
  position: relative;
  padding-left: 20px;
}

.list-all ul li:last-child {
  padding-bottom: 0;
}

.list-all ul li:before {
  content: "";
  background-color: #403F46;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 11px;
  top: 0.62rem;
}

.list-all ol {
  margin-left: 1rem;
}

.list-all ol li {
  padding-left: 5px;
}

.history {
  padding: 80px 0;
  overflow: hidden;
}

.history .history-years-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.history .history-years-list li {
  padding: 30px 0;
  position: relative;
  -webkit-transform: translate3d(0, 90px, 0);
          transform: translate3d(0, 90px, 0);
  -webkit-animation: slideIn 1s ease forwards;
          animation: slideIn 1s ease forwards;
  opacity: .2;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.history .history-years-list li .history-year {
  color: #000000;
  font-family: 'SangBleu Versailles';
  font-size: 80px;
  font-size: 5rem;
  line-height: 1;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

.history .history-years-list li .history-data {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all .3s ease .2s;
  transition: all .3s ease .2s;
  visibility: hidden;
  will-change: opacity;
}

.history .history-years-list li:last-child {
  margin-bottom: 0;
}

.history .history-years-list li:last-child .history-year {
  margin-bottom: -100%;
}

.history .history-years-list li:last-child .history-data {
  position: relative;
}

.history .history-years-list li.active {
  opacity: 1;
  z-index: 2;
}

.history .history-years-list li.active .history-year {
  color: #000000;
  -webkit-transform: translate3d(50px, 0, 0);
          transform: translate3d(50px, 0, 0);
}

.history .history-years-list li.active .history-data {
  visibility: visible;
  height: auto;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .history .history-years-list li {
    opacity: 1;
  }
  .history .history-years-list li .history-year {
    display: none;
  }
  .history .history-years-list li .history-data {
    visibility: visible;
    height: auto;
    opacity: 1;
    position: relative;
  }
}

.history .year {
  display: none;
}

@media screen and (max-width: 767px) {
  .history .year {
    display: block;
    font-weight: 600;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.history .industries-img {
  margin-bottom: 35px;
  width: 100%;
  height: auto;
}

.history .history-item {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #F7F7F8;
}

.history .history-item:last-child {
  margin-bottom: 0;
}

.history .history-item .count {
  color: #76757b;
  margin-bottom: 5px;
}

.history .history-item p {
  color: #403F46;
}

.history .history-item .logos {
  margin-top: 40px;
}

.history .history-item .logos img {
  max-height: 100px;
  margin-right: 20px;
  max-width: 200px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .history .history-item .logos img {
    max-width: 130px;
  }
}

@media (max-width: 767px) {
  .history {
    padding: 50px 0 20px;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translate3d(0, 90px, 0);
            transform: translate3d(0, 90px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes slideIn {
  0% {
    -webkit-transform: translate3d(0, 90px, 0);
            transform: translate3d(0, 90px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

.industries .industries-heading {
  margin-bottom: 80px;
}

.industries .industries-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 250px;
}

.industries .industries-list li {
  color: #EAEAEA;
  font-family: 'SangBleu Versailles';
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.industries .industries-list li:not(:last-child) {
  margin-bottom: 40px;
}

.industries .industries-list li.active {
  font-size: 40px;
  font-size: 2.5rem;
  color: #000000;
  padding-left: 17px;
}

.industries .industries-item-warppper:not(:last-child) {
  margin-bottom: 50px;
  border-bottom: 1px solid #F7F7F8;
}

.industries .industries-item-warppper .industries-img {
  margin-bottom: 35px;
  width: 100%;
  height: auto;
}

.industries .industries-item-warppper .industry {
  display: none;
}

.industries .action-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .industries {
    padding: 40px 0;
  }
  .industries .industries-heading {
    margin-bottom: 40px;
  }
  .industries .industries-item-warppper:not(:last-child) {
    margin-bottom: 30px;
  }
  .industries .industries-item-warppper .industries-img {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .industries {
    padding: 40px 0;
  }
  .industries .industries-list-warpper {
    display: none;
  }
  .industries .industries-item-warppper:not(:last-child) {
    margin-bottom: 30px;
  }
  .industries .industries-item-warppper .industries-img {
    margin-bottom: 25px;
  }
  .industries .industries-item-warppper .industry {
    display: block;
    text-align: center;
    color: #000000;
    font-family: 'SangBleu Versailles';
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 20px;
  }
}

.widget_industry-listing-widget .history .history-years-list li {
  padding: 0 0px 80px 0;
}

@media screen and (max-width: 767px) {
  .widget_industry-listing-widget .history .history-years-list li {
    padding: 30px 0;
  }
}

.widget_industry-listing-widget .history .history-years-list li .history-year {
  font-size: 64px;
  font-size: 4rem;
  padding-right: 50px;
  line-height: 1.4;
}

.widget_industry-listing-widget .history .history-years-list li .history-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.widget_industry-listing-widget .history .history-years-list li .history-data .item-wrapper {
  width: 75%;
  max-width: 450px;
}

.widget_industry-listing-widget .history .history-years-list li .history-data .item-wrapper img {
  max-height: 300px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
}

.widget_industry-listing-widget .history .history-years-list li .history-data .item-wrapper p {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .widget_industry-listing-widget .history .history-years-list li .history-data .item-wrapper {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  .widget_industry-listing-widget .history .history-years-list li .history-year {
    font-size: 48px;
    font-size: 3rem;
  }
}
/*# sourceMappingURL=history.css.map */