body{
    background-color: white;
}
#head-bg{
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("../../images/bg/cockerel2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.services .icon-box {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    padding: 70px 20px 80px 20px;
    transition: all ease-in-out 0.3s;
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
    border-radius: 50px;
}

.services #cows {
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgb(255, 255, 255)), url("../../images/samples/cows.jpg");
}

.services #milks {
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgb(255, 255, 255)), url("../../images/samples/milks.jpg");
}

.services #veterinary {
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgb(255, 255, 255)), url("../../images/samples/veterinary.jpg");
}

.services #feed {
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgb(255, 255, 255)), url("../../images/samples/feed.jpg");
}

.services #pregnant {
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgb(255, 255, 255)), url("../../images/samples/pregnant.jpg");
}

.services #report {
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgb(255, 255, 255)), url("../../images/samples/report.jpg");
}

.services #finance {
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgb(255, 255, 255)), url("../../images/samples/finance.jpg");
}

.services #groups {
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgb(255, 255, 255)), url("../../images/samples/groups.jpg");
}

.services .icon-box h4 {
    font-weight: 600;
    margin: 10px 0 15px 0;
    font-size: 22px;
}

.services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.services .icon-box:hover {
    transition: 0.5s;
    box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.4);

}

#feedback{
    padding: 60px;
    background: linear-gradient(to right, rgba(29, 151, 108, 0.5), rgba(147, 249, 185, 0.5));
    text-align: center;
}
