.elementor-872 .elementor-element.elementor-element-04b0782{--display:flex;}/* Start custom CSS */.ps-menu .e-n-menu-title.e-anchor.e-current::before, .ps-menu .e-n-menu-title.e-anchor:hover::before {
    content: "";
    position: absolute;
    border-radius: 100px;
    height: 2px;
    padding: 1px;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    background: linear-gradient(90deg, rgba(175,58,225,1) 0%, rgba(43,69,214,1) 100%);
    max-width: 35%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -17px;
    z-index: 1;
    transition: all .3s ease;
}

.ps-menu.elementor-widget-n-menu .e-n-menu-heading{
    row-gap: 30px;
}
.ps-info {
    color: rgba(16, 23, 34, 0.40);
}
.ps-tags .elementor-shortcode {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 18px;
}
.ps-tags .portfolio-tags {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    row-gap: 18px;
}

.ps-tags .portfolio-tags li, .ps-tags a.view-all-tags {
  border: 1px solid #101722;
  border-radius: 25px;
  color: #101722;
  display: inline-flex;
  font-family: "Manrope", Sans-Serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
  line-height: 1.125;
  padding: 10px 16px;
  margin-right: 18px;
  transition: all .3s ease;
}

.ps-tags .portfolio-tags li:hover, .ps-tags a.view-all-tags:hover{
    background-color: #101722;
    color: #fff;
}

.ps-list-con li .elementor-icon-list-text{
  border: 1px solid #101722;
  border-radius: 25px;
  padding: 8px 16px;
}
.ps-menu.elementor-widget-n-menu .e-n-menu-heading{
    row-gap: 00px;
}
.ps-counter .elementor-counter::before {
    content: "";
    border: double 4px transparent;
    border-radius: 80px;
    background-image: linear-gradient(#f2f8ff, #f2f8ff), linear-gradient(90deg, rgba(175,58,225,1) 0%, rgba(43,69,214,1) 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    height: 60px;
    width: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 0;
}
.ps-counter .elementor-counter .elementor-counter-number-wrapper{
    z-index: 1;
}
@media only screen and (max-width: 1024px){
    .ps-menu .e-n-menu-title.e-anchor.e-current::before, .ps-menu .e-n-menu-title.e-anchor:hover::before{
        bottom: 0px;
    }
}

@media only screen and (max-width: 767px){
    .ps-tags .portfolio-tags li, .ps-tags a.view-all-tags{
        font-size: 15px;
    }
    .ps-tags .elementor-shortcode, .ps-tags .portfolio-tags{
        row-gap: 10px;
    }
    .ps-tags .portfolio-tags{
        margin-right: 10px;
    }
}/* End custom CSS */