

.services-carousel {
    padding: 45px 0px 22px 0px;
    background-color: rgba(20, 20, 20, .2);
}

.service-info {
    display: flex;
    flex-direction: column;
    /* height: 400px; */
    justify-content: space-between;
}

.service-box {
    min-height: 250px;
    /* height: 250px; */
    padding: 20px;
    margin: 0px 15px;
    background-color: rgba(236, 236, 236, 0.7);
    border-radius: 10px;
    max-height: 400px;
}

.service-subheader {
    display: flex;
    justify-content: space-evenly;
    padding: 0px 10px;
}

.service-subheader .fi {
    font-size: 30px;
    display: inline;
    color: rgb(20, 20, 20);
    margin-right: 15px;
}

.service-subheader h3 {
    display: inline;
    color: rgb(20, 20, 20);
    font-size: 30px;
}

.service-text {
    font-size: 18px;
    padding: 10px;
}

.owl-nav {
    position: relative;
    top: -180px;
}

.owl-prev {
    position: absolute;
    left: 0px;

}

.owl-next {
    position: absolute;
    right: 0px;

}

.owl-prev,
.owl-next {
    width: 40px !important;
    height: 40px !important;
    border-radius: 100% !important;
    background: rgba(134, 151, 145, .4) !important;
    color: #FFF !important;
    text-decoration: none !important;
    transition: all .3s;
}

.owl-prev:hover,
.owl-next:hover {
    background: rgba(0, 97, 63, 0.6) !important;
    transition: all .3s;
}

.owl-next span {
    position: relative;
    left: 1px;
    top: -2px;
}

.owl-prev span {
    position: relative;
    left: -1px;
    top: -2px;
}

.owl-prev span,
.owl-next span {
    font-size: 40px;
}

.owl-item div {
    pointer-events: auto !important;
}

.service-link {
    color: black;
    text-align: center;
    padding: 20px;
    border: 1px solid rgb(0, 0, 0);
    transition: .6s all;
    background-color: transparent;
    position: relative;
    display: block;
    overflow: hidden;
}

.service-link:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    color: #FFF;
    transition: .6s all;
}

.services-container {
    background-image: url('moving-services-background-image.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.services-header {
    color: #e8ffe8;
    text-align: center;
}



.services-header-container,
.services-wrap,
.services-container {
    background-color: rgba(20, 20, 20, .2);
}

.reviews-wrap {
    text-align: center;
}

@media(max-width: 1225px) {
    .service-subheader .fi {
        font-size: 40px;
    }
}