/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 23 2022 | 22:38:39 */
.services-head:hover:after{
  content: "";
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0;
    z-index: 9;
    background-size: contain;
    width: 100%;
    height: 5px;
    background-image: url(../wp-content/uploads/2021/06/divider.png);
    background-repeat: repeat-x;
    opacity: 0;
    transition: all .5s ease-in-out;
    background-repeat: repeat-x!important;
    animation: animatedBackground 2s linear infinite;
    -ms-animation: animatedBackground 2s linear infinite;
    -moz-animation: animatedBackground 2s linear infinite;
    -webkit-animation: animatedBackground 2s linear infinite;
}
.custom-services:hover:before {
    content: "";
    position: absolute;
    left: 198px;
    bottom: 0;
    background-color: transparent;
    width: 31%;
    border-top: 74px solid transparent;
    border-bottom: 0px solid transparent;
    /* border-left: 70px solid transparent; */
    border-left: 30px;
    border-right: 85px solid yellow;
}