.services-wrap {
  width: 100%;
  position: relative;
  padding-top: 250px !important;
  padding-bottom: 40px !important;
  overflow: hidden;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--black);
  background-size: cover;
}
.services-title-left,
.services-title-right {
  padding: 0 15px;
}
.services-title-left {
  width: 60%;
}
.services-title-right {
  width: 40%;
}
.services-title-right-wrap-btn {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 1;
  animation: scrolldownBigCat 0.8s running alternate infinite;
  color: #fff;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  margin: auto;
}
.services-title-right-wrap-btn:hover {
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.services-title-right-wrap-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
}
.services-title-left-header {
  margin-bottom: 20px;
}
.services-title-left-header-title > h1 {
  font-size: 37px;
  line-height: 45px;
  color: var(--white);
}
.services-title-left-header-desc {
  font-size: 18px;
  line-height: 25px;
  margin: 10px 0 30px;
  color: var(--white-1);
}
.services-list-wrap {
  padding-bottom: 80px;
  padding-top: 80px;
}
.services-box {
  min-height: 500px;
}
.services-box > .row {
  margin: 0 -15px;
}
.services-list-item {
  padding: 0 15px;
}
.services-list-item:nth-child(5n + 3), .services-list-item:nth-child(5n + 5) {
  max-width: 25%;
  width: calc(25% - 0.5px);
  flex: 0 0 25%;
}
.services-list-item:nth-child(5n + 1), .services-list-item:nth-child(5n + 2), .services-list-item:nth-child(5n + 4) {
  max-width: 50%;
  width: calc(50% - 0.5px);
  flex: 0 0 50%;
}
.services-list-item:hover .services-list-item-img {
  transform: translate(-50%, -50%) scale(1.15);
}
.services-list-item:hover .frameshadow {
  opacity: 0.4;
}
.services-list-item:hover .cont {
  transform: translateY(-160%);
  transition: all 0.5s;
}
.services-list-item:hover .button {
  transform: translateY(-110%);
  transition: all 0.5s;
}
.services-list-item-frame {
  overflow: hidden;
  position: relative;
  height: 262px;
  margin: 0 -10px 10px;
  z-index: 1;
  background: var(--white-6);
}
.services-list-item-img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.03);
  -ms-transform: translate(-50%, -50%) scale(1.03);
  -o-transform: translate(-50%, -50%) scale(1.03);
  transform: translate(-50%, -50%) scale(1.03);
  transition: transform 0.3s;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -o-transition: transform 1s;
  max-width: none;
  display: block;
}
.services-list-item-frame > .small-shadow {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background: url(/upload/medialibrary/7b7/rryaegyrfngewa4isaoh3rvw1wbz2zyq.png) repeat-x left bottom;
}
.services-list-item-frame > .frameshadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--black);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.services-list-item-text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  color: var(--white);
}
.services-list-item-text .cont {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 25px;
  transition: all 0.5s;
  transform: translate(0, 0)
}
.services-list-item-text .name-bold {
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}
.services-list-item-text .comment {
  font-size: 15px;
  line-height: 19px;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.services-list-item-text > .button {
  width: 100%;
  position: absolute;
  bottom: -100px;
  padding: 25px;
  transition: all 0.5s;
}
.services-list-item-text > .button > .btn-2 {
  color: var(--white);
  padding: 19px 40px;
}
