
/* --------------- Services --------------- */
.marq-mp .main-marq {
  overflow: hidden;
  padding: 25px 0; }

.marq-mp .color-bg {
  background: var(--main-color);
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  margin-top: -30px; }

.marq-mp .gray-bg {
  background: #eee;
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  position: relative;
  z-index: 4; }

.marq-mp .item {
  padding: 0 60px !important;
  position: relative; }
  .marq-mp .item:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .marq-mp .item h5 {
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap; }

.services-mp .sub-head:after {
  background: #fff !important; }

.services-mp .serv-title .tab-title {
  opacity: .3;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; 
  margin-bottom: 40px;
  padding-left: 10px;
      background: -webkit-gradient(linear, left top, right top, from(#fff), to(#444));
      background: -webkit-linear-gradient(left, #fff, #888);
      background: -o-linear-gradient(left, #fff, #888);
      background: linear-gradient(to right, #fff, #888);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
}
  .services-mp .serv-title .tab-title h2 {
    font-size: 120px;
    line-height: 120px;
    margin: 10px 0; }
  .services-mp .serv-title .tab-title.current {
    opacity: 1;
    padding-left: 15px;
    border-left: 2px dotted;
  }

.services-mp .content {
  position: relative; }
  .services-mp .content .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .services-mp .content .item:first-of-type {
      position: static; }
    .services-mp .content .item.current {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
      visibility: visible; }
    .services-mp .content .item .img {
      border-radius: 10px;
      overflow: hidden; }
    .services-mp .content .item .cont {
      margin-top: 30px; }
      .services-mp .content .item .cont span {
        display: block;
        font-size: 14px;
        text-transform: uppercase;
        margin-top: 15px; }