.onovo-section-full {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
  
  .onovo-section-full > div {
    position: relative;
  }
  
  .onovo-section-bg {
    background-color: #FAFAFA;
  }

  .gap-bottom-140 {
    padding-bottom: 140px;
  }

  .onovo-subtitle-1 {
    margin: 0 0 20px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
  }

  /* hovers */
.onovo-hover-1::before,
.onovo-hover-2::before,
.onovo-hover-3::before {
  margin: 0;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  transform: scale(0);
  -webkit-transform: scale(0);
  background: #D8FF36;
  pointer-events: none;
}

.onovo-hover-2::before {
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
}

.onovo-hover-3::before {
  margin: -400px 0 0 -400px;
  left: 50%;
  top: 50%;
  width: 800px;
  height: 800px;
}

.onovo-hover-1:hover::before,
.onovo-hover-2:hover::before,
.onovo-hover-3:hover::before {
  transform: scale(1);
  -webkit-transform: scale(1);
}

.onovo-hover-black::before {
  background: #000 !important;
}

.onovo-hover-black-30::before {
  background: rgba(0, 0, 0, 0.3) !important;
}

.onovo-hover-btn > .arrow::after,
.onovo-hover-btn > i::after {
  margin: 0;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  transform: scale(0);
  -webkit-transform: scale(0);
  background: #D8FF36;
  transform-origin: center center;
}

.onovo-hover-btn::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background: #000;
  border-radius: 66px;
  -webkit-border-radius: 66px;
}

.onovo-hover-btn::after {
  margin: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: transform 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  background: #D8FF36;
  transform-origin: bottom center;
  z-index: 1;
}

.onovo-hover-btn:hover::after {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform-origin: top center;
}

.onovo-hover-btn:hover > .arrow::after,
.onovo-hover-btn:hover > i::after {
  transform: scale(1);
  -webkit-transform: scale(1);
}

.onovo-hover-label {
  position: relative;
}

.onovo-hover-label .label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  z-index: 2;
  opacity: 0;
  transform: translateY(8px) scale(0.8);
  -webkit-transform: translateY(6px) scale(0.8);
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
}

.onovo-hover-label:hover .label {
  opacity: 1;
  transform: translateY(0) scale(1);
  -webkit-transform: translateY(0) scale(1);
}



/*---
	8.1 Portfolio Showcase
---*/
.onovo-showcase {
    position: relative;
  }
  
  .onovo-showcase .img-circle {
    position: absolute;
    top: 0;
    right: 200px;
    width: 420px;
    height: 420px;
    background: #D8FF36;
    border-radius: 100%;
    transform: scale(1);
    transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
    pointer-events: none;
  }
  
  .onovo-showcase-items {
    max-width: 634px;
  }
  
  .onovo-showcase-item {
    border-top: 1px solid #D3D3D3;
    display: flex;
    align-items: center;
  }
  
  .onovo-showcase-item:first-child {
    border-top: none;
  }
  
  .onovo-showcase-item .category,
  .onovo-showcase-item .title a {
    padding: 10px 0;
    line-height: 1.2;
  }
  
  .onovo-showcase-item .category {
    width: 80px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
  }
  
  .onovo-showcase-item .category span {
    display: block;
  }
  
  .onovo-showcase-item .title {
    margin: 0;
    width: calc(100% - 155px);
    font-size: 18px;
    font-weight: 700;
  }
  
  .onovo-showcase-item .title a {
    display: block;
    color: #999;
    transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  }

  .onovo-showcase-item .title p {
    display: block;
    color: #999;
    transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  }
  
  .onovo-showcase-item.hover .title a {
    color: #000;
  }

  .onovo-showcase-item.hover .title p {
    color: #000;
  }
  
  .onovo-showcase-item .image {
    position: absolute;
    overflow: hidden;
    top: 40px;
    right: 160px;
    width: 480px;
    height: 370px;
    opacity: 0;
    transform: translate(-30%, -10%) rotate(-30deg) scale(0.3);
    -webkit-transform: translate(-30%, -10%) rotate(-30deg) scale(0.3);
    transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
    pointer-events: none;
  }
  
  .onovo-showcase-item .image .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    filter: blur(15px);
    transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  }
  
  .onovo-showcase-item.hover .image {
    opacity: 1;
    transform: translate(0, 0) rotate(-2deg) scale(1);
    -webkit-transform: translate(0, 0) rotate(20deg) scale(1);
    z-index: 2;
  }
  
  .onovo-showcase-item.hover .image .img {
    filter: blur(0px);
  }
  
  .onovo-project-info {
    position: relative;
    background: #000;
    padding: 50px;
  }
  
  .onovo-project-info::before {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border: 1px solid #fff;
    pointer-events: none;
  }
  
  .onovo-project-info > ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .onovo-project-info > ul > li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #3E3E3E;
  }
  
  .onovo-project-info > ul > li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  
  .onovo-project-info > ul > li strong {
    color: #D8FF36;
  }
  
  @media (min-width: 1025px) {
    .onovo-filter.filter--default ul li button.item--active {
      background: none !important;
    }
  }
  @media (max-width: 1024px) {
    .onovo-showcase .img-circle {
      display: none;
    }
    .onovo-showcase-items {
      max-width: 100%;
    }
    .onovo-showcase-item {
      flex-wrap: wrap;
      padding-bottom: 30px;
      padding-top: 30px;
    }
    .onovo-showcase-item:first-child {
      padding-top: 0;
    }
    .onovo-showcase-item .category {
      padding: 0 0 10px 0;
      width: 100%;
      order: 2;
    }
    .onovo-showcase-item .category a {
      color: #999;
    }
    .onovo-showcase-item .title {
      margin: 0;
      width: 100%;
      order: 2;
    }
    .onovo-showcase-item .title a {
      padding: 0;
      color: #000;
    }
    .onovo-showcase-item .image {
      margin-bottom: 30px;
      position: relative;
      top: 0;
      right: auto;
      left: 0;
      width: 100%;
      height: 420px;
      order: 1;
      opacity: 1;
      transform: none;
      -webkit-transform: none;
      pointer-events: auto;
    }
    .onovo-showcase-item.hover .image {
      opacity: 1;
      transform: none;
      -webkit-transform: none;
    }
    .onovo-showcase-item .image .img {
      filter: none;
    }
    .onovo-showcase-item.hover .image .img {
      filter: none;
    }
    .onovo-filter-container {
      margin-bottom: 30px;
      text-align: left;
    }
    .onovo-filter {
      position: relative;
      overflow: auto;
    }
    .onovo-filter ul {
      white-space: nowrap;
    }
    .onovo-filter ul li {
      margin: 0 30px 15px 0;
      display: inline-block;
      vertical-align: top;
    }
    .onovo-filter.filter--default {
      margin-bottom: 0;
    }
    .onovo-filter.filter--default::before,
    .onovo-filter.filter--default .onovo-filter-nav-active {
      display: none;
    }
    .onovo-filter.filter--default ul li button {
      border-radius: 85px;
      -webkit-border-radius: 85px;
    }
    .onovo-filter.filter--default ul li button.item--active {
      background: #D8FF36;
    }
    .onovo-portfolio-item-list {
      display: block;
    }
    .onovo-portfolio-item-list .image {
      margin-bottom: 0;
      width: 100%;
    }
    .onovo-portfolio-item-list .desc {
      padding-bottom: 0;
      width: 100%;
    }
  }
  @media (max-width: 767px) {
    .onovo-showcase-item .image {
      height: 280px;
    }
    .onovo-portfolio-item {
      margin-bottom: 40px;
    }
    .onovo-portfolio-item-list .onovo-text > div > ul li {
      font-size: 16px;
    }
    .onovo-portfolio-item-list .title {
      margin: 0 0 20px 0;
      font-size: 26px;
    }
    .onovo-portfolio .onovo-loadmore {
      margin: 15px 0 0 0;
    }
  }

  .circle-btn-black {
    width: 40px;
    height: 40px;
    background-color: black;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
}

/*buttons*/
a.onovo-lnk,
span.onovo-lnk,
.onovo-lnk a {
  position: relative;
}

a.onovo-lnk::after,
span.onovo-lnk::after,
.onovo-lnk a::after,
a.onovo-lnk.lnk--revert::after,
span.onovo-lnk.lnk--revert::after,
.onovo-lnk.lnk--revert a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: transform 0.4s ease-out;
  -webkit-transition: transform 0.4s ease-out;
  transform-origin: bottom right;
}

a.onovo-lnk.lnk--white::after,
span.onovo-lnk.lnk--white::after,
.onovo-lnk.lnk--white a::after {
  background: #fff;
}

a.onovo-lnk.lnk--active::after,
span.onovo-lnk.lnk--active::after,
.onovo-lnk.lnk--active a::after {
  background: #D8FF36;
}

a.onovo-lnk.lnk--revert::after,
span.onovo-lnk.lnk--revert::after,
.onovo-lnk.lnk--revert a::after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform-origin: bottom left;
}

a.onovo-lnk:hover::after,
span.onovo-lnk:hover::after,
.onovo-lnk a:hover::after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform-origin: bottom left;
}

a.onovo-lnk.lnk--revert:hover::after,
span.onovo-lnk.lnk--revert:hover::after,
.onovo-lnk.lnk--revert a:hover::after {
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform-origin: bottom right;
}

a.onovo-btn,
.onovo-btn,
button[type=submit],
input[type=submit],
a.onovo-btn-circle,
.onovo-btn-circle {
  padding: 0 0px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  height: 66px;
  line-height: 66px;
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  border: none;
  box-shadow: none !important;
  text-align: center;
  background: transparent;
  border-radius: 66px;
  -webkit-border-radius: 66px;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
}

button[type=submit],
input[type=submit] {
  background: #000;
  border-radius: 66px;
  -webkit-border-radius: 66px;
}

button[type=submit].onovo-btn,
input[type=submit].onovo-btn {
  background: transparent;
}

a.onovo-btn.btn--large,
.onovo-btn.btn--large {
  padding: 0 40px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  height: 100px;
  line-height: 100px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
}

a.onovo-btn-circle,
.onovo-btn-circle {
  padding: 0;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border: 1px solid #3E3E3E;
  border-radius: 100px;
  -webkit-border-radius: 100px;
}

.onovo-btn.btn--border {
  color: #000;
}

.onovo-btn.btn--border.btn--white {
  color: #fff;
}

.onovo-btn.btn--full {
  width: 100%;
}

.onovo-btn.btn--white::before {
  background: #fff;
  border-radius: 100px;
  -webkit-border-radius: 100px;
}

.onovo-btn.btn--border::before {
  background: transparent;
  border: 1px solid #000;
}

.onovo-btn.btn--border.btn--white::before {
  background: transparent;
  border: 1px solid #fff;
}

.onovo-btn.btn--border::after {
  background: #000;
}

.onovo-btn.btn--border.btn--color::after {
  background: #D8FF36;
}

.onovo-btn.btn--white::after {
  background: #000;
}

a.onovo-btn.btn--active,
.onovo-btn.btn--active {
  color: #000;
}

.onovo-btn.btn--active::before {
  background: #D8FF36;
}

.onovo-btn.btn--active::after {
  background: #fff;
}

a.onovo-btn:hover,
.onovo-btn:hover {
  color: #000;
  text-decoration: none;
}

a.onovo-btn.btn--white:hover,
.onovo-btn.btn--white:hover,
a.onovo-btn.btn--border:hover,
.onovo-btn.btn--border:hover {
  color: #fff;
}

a.onovo-btn.btn--border.btn--color:hover,
.onovo-btn.btn--border.btn--color:hover {
  color: #000;
}

.onovo-btn .arrow,
.onovo-head-btn .arrow,
.onovo-btn.btn--icon i,
.onovo-btn-circle .arrow {
  margin: 0 10px 0 -10px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  text-align: center;
  transform: scale(0.87);
  -webkit-transform: scale(0.87);
  transition: transform 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: transform 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  z-index: 2;
}

.onovo-head-btn .arrow {
  margin: 0 0 0 10px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  transform: scale(1);
  -webkit-transform: scale(1);
}

.onovo-btn-circle .arrow {
  margin: 0;
  width: 100px;
  height: 100px;
  border-radius: 100px;
}

.onovo-btn .arrow::before,
.onovo-head-btn .arrow::before {
  content: "";
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  top: 1px;
  background: #D8FF36;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
}

.onovo-head-btn .arrow::before {
  background: #000 !important;
}

.onovo-btn.btn--border .arrow::before,
.onovo-btn.btn--border i {
  background: #000;
}

.onovo-btn.btn--border.btn--white .arrow::before,
.onovo-btn.btn--border.btn--white i {
  background: #fff;
}

.onovo-btn:hover .arrow,
.onovo-head-btn:hover .arrow,
.onovo-btn.btn--icon:hover i,
.onovo-btn-circle:hover .arrow {
  transform: scale(1);
  -webkit-transform: scale(1);
}

.onovo-btn.btn--large.btn--icon i {
  margin: 0 23px 0 -20px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 60px;
  font-size: 24px;
}

.onovo-btn.btn--icon.btn--white i,
.onovo-btn.btn--icon.btn--border i {
  background: #000;
  color: #fff;
}

.onovo-btn.btn--icon.btn--border.btn--white i {
  background: #fff;
  color: #000;
}

.onovo-btn.btn--icon.btn--white:hover i,
.onovo-btn.btn--icon.btn--border:hover i {
  color: #000;
}

.onovo-btn.btn--icon.btn--border.btn--white:hover i {
  color: #fff;
}

.onovo-btn.btn--icon i::before {
  position: relative;
  z-index: 2;
}

.onovo-btn .arrow::after {
  background: #000;
}

.onovo-btn.btn--border .arrow::after,
.onovo-btn.btn--border i::after {
  background: #D8FF36;
}

.onovo-btn.btn--border.btn--white .arrow::after,
.onovo-btn.btn--border.btn--white i::after {
  background: #000;
}

.onovo-btn .arrow span,
.onovo-head-btn .arrow span,
.onovo-btn-circle .arrow span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.onovo-btn .arrow span::before,
.onovo-btn .arrow span::after,
.onovo-head-btn .arrow span::before,
.onovo-head-btn .arrow span::after,
.onovo-btn-circle .arrow span::before,
.onovo-btn-circle .arrow span::after {
  margin: -2px 0 0 -6px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 13px;
  height: 3px;
  background: #000;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
}

.onovo-btn.btn--border .arrow span::before,
.onovo-btn.btn--border .arrow span::after {
  background: #fff;
}

.onovo-btn.btn--border.btn--white .arrow span::before,
.onovo-btn.btn--border.btn--white .arrow span::after {
  background: #000;
}

.onovo-btn .arrow span::after,
.onovo-head-btn .arrow span::after,
.onovo-btn-circle .arrow span::after {
  content: "";
  width: 3px;
  height: 13px;
  margin: -7px 0 0 -1px;
}

.onovo-btn:hover .arrow span::before,
.onovo-btn:hover .arrow span::after,
.onovo-head-btn:hover .arrow span::before,
.onovo-head-btn:hover .arrow span::after {
  background: #fff;
}

.onovo-btn-circle:hover .arrow span::before,
.onovo-btn-circle:hover .arrow span::after,
.onovo-btn.btn--border:hover .arrow span::before,
.onovo-btn.btn--border:hover .arrow span::after {
  background: #000;
}

.onovo-btn.btn--border.btn--white:hover .arrow span::before,
.onovo-btn.btn--border.btn--white:hover .arrow span::after {
  background: #fff;
}

.onovo-btn > span,
button > span,
.onovo-head-btn span {
  position: relative;
  display: inline-block;
  z-index: 2;
}

/* socials */
.onovo-social-1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}

.onovo-social-1 ul li {
  margin-right: 4px;
  display: inline-block;
  vertical-align: top;
}

.onovo-social-1.social--minimal ul li {
  margin-right: 0;
}

.onovo-social-1 ul li a {
  position: relative;
  display: flex;
  width: 70px;
  height: 70px;
  border: 1px solid #3E3E3E;
  border-radius: 70px;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  color: #666;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
}

.onovo-social-1.social--minimal ul li a {
  width: 40px;
  height: 40px;
  border: none;
  font-size: 18px;
  color: #000;
}

.onovo-social-1 ul li a::before {
  background: #000;
}

.onovo--social--dark .onovo-social-1 ul li a::before {
  background: #282828;
}

.onovo-social-1 ul li a i,
.onovo-social-1 ul li a span {
  position: relative;
  z-index: 2;
}

.onovo-social-1 ul li a:hover {
  color: #fff;
  border-color: #000;
}

.onovo--social--dark .onovo-social-1 ul li a:hover {
  border-color: #282828;
}

.onovo-social-2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}

.onovo-social-2 ul li {
  margin-right: 4px;
  display: inline-block;
  vertical-align: top;
}

.onovo-social-2 ul li a {
  position: relative;
  display: flex;
  width: 56px;
  height: 56px;
  border: 1px solid #fff;
  border-radius: 56px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
}

.onovo-social-2 ul li a::before,
.onovo-social-active ul li a::before {
  background: #D8FF36;
}

.onovo-social-2 ul li a i,
.onovo-social-2 ul li a span {
  position: relative;
  z-index: 2;
}

.onovo-social-2 ul li a:hover,
.onovo-social-active ul li a:hover {
  color: #000;
  border-color: #D8FF36;
}

/*---
	5.3 Services-4
---*/
.onovo-services-showcase {
    position: relative;
  }
  
  .onovo-services-showcase .items {
    margin: 40px 0;
  }
  
  .onovo-services-showcase .items ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .onovo-services-showcase .items .title {
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 26px;
    font-weight: 700;
  }
  
  .onovo-services-showcase .items .title a {
    width: 100%;
    display: flex;
    align-items: center;
  }
  
  .onovo-services-showcase .items .num,
  .onovo-services-showcase .items .name {
    padding: 17px 0;
    line-height: 1.2;
    display: block;
  }
  
  .onovo-services-showcase .items .num {
    width: 50px;
    font-size: 15px;
    color: #555;
    text-transform: uppercase;
  }
  
  .onovo-services-showcase .items .name {
    width: calc(100% - 50px);
    color: #999;
    transition: all 0.2s cubic-bezier(0.3, 0, 0.3, 1);
    -webkit-transition: all 0.2s cubic-bezier(0.3, 0, 0.3, 1);
  }
  
  .onovo-services-showcase .items .hover .name {
    color: #000;
  }
  
  .onovo-services-showcase .items .hover .onovo-lnk::after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform-origin: bottom left;
  }
  
  .onovo-services-showcase .items .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 628px;
    height: 422px;
    pointer-events: none;
  }
  
  .onovo-services-showcase .items .image .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: clip-path 0.4s cubic-bezier(0.3, 0, 0.3, 1);
    -webkit-transition: clip-path 0.4s cubic-bezier(0.3, 0, 0.3, 1);
    z-index: 1;
  }
  
  .onovo-services-showcase .items .img-circle {
    content: "";
    position: absolute;
    top: 90px;
    left: 28%;
    width: 366px;
    height: 366px;
    background: #D8FF36;
    border-radius: 100%;
    transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
    pointer-events: none;
  }
  
  .onovo-services-showcase .items .hover .image .img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transition-delay: 0.4s;
  }
  
  @media (max-width: 1024px) {
    .onovo-service-grid-item {
      padding: 30px;
      max-width: 400px;
      min-height: 400px;
    }
    .onovo-service-item-inner {
      padding-left: 40px;
      padding-right: 40px;
    }
    .onovo-services-showcase .items {
      margin: 30px 0;
    }
    .onovo-services-showcase .items .img-circle {
      display: none;
    }
    .onovo-services-showcase .items ul li {
      margin-bottom: 30px;
    }
    .onovo-services-showcase .items .image {
      position: relative;
      left: 0;
      top: 0;
      width: 100%;
      height: 420px;
      pointer-events: auto;
    }
    .onovo-services-showcase .items .image .img {
      clip-path: none;
    }
    .onovo-services-showcase .items .name {
      color: #000;
    }
    .onovo-service-item {
      max-width: 100%;
    }
  }
  @media (max-width: 767px) {
    .onovo-service-grid-item {
      padding: 15px;
      max-width: 340px;
      min-height: 340px;
    }
    .onovo-service-item-inner .title {
      font-size: 26px;
    }
    .onovo-service-item-inner .list ul li {
      margin: 10px 0 0 0;
    }
    .onovo-services-showcase .items ul li {
      margin-bottom: 20px;
    }
    .onovo-services-showcase .items .image {
      height: 280px;
    }
    .onovo-service-item-list-inner {
      padding: 0;
    }
    .onovo-service-item-list .image {
      position: relative;
      margin-bottom: 20px;
      top: 0;
      left: 0;
      right: auto;
    }
    .onovo-service-item-list .num {
      margin-right: 5px;
      position: relative;
      left: 0;
      top: 5px;
      font-size: 14px;
      display: inline-block;
      vertical-align: top;
    }
    .onovo-service-item-list .title {
      margin: 0;
      display: inline-block;
      vertical-align: top;
      max-width: 270px;
    }
  }
  