.home-services {
    position: relative;
    padding: 148px 0 0;
}
.home-services-bg {
    position: absolute;
    right: 0;
    bottom: -80px;
    left: 0;
    margin: auto;
    text-align: center;
    z-index: -1;
}


.services-carousel.owl-carousel {
    display: flex;
    align-items: center;
}
.services-carousel.owl-carousel .owl-nav .owl-prev,
.services-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 48px;
    height: 48px;
    background-color: #F25334;
    overflow: hidden;
    transition: all 500ms ease;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M0.00047095 24.0601C0.000469814 11.0767 12.4473 1.44505 23.8118 0.548945C36.7997 0.548676 47.623 11.0767 47.623 24.0601C47.623 37.0434 42.2114 47.7688 20.5648 47.7689C6.49446 46.8726 0.000472085 37.0434 0.00047095 24.0601Z"/></svg>');
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M0.00047095 24.0601C0.000469814 11.0767 12.4473 1.44505 23.8118 0.548945C36.7997 0.548676 47.623 11.0767 47.623 24.0601C47.623 37.0434 42.2114 47.7688 20.5648 47.7689C6.49446 46.8726 0.000472085 37.0434 0.00047095 24.0601Z"/></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;
    stroke: #ffffff;
}
.services-carousel.owl-carousel .owl-nav .owl-prev {
    left: -15px;
    background-color: #FFAA23;
}
.services-carousel.owl-carousel .owl-nav .owl-next {
    right: -15px;
    background-color: #2390ff;
}
