#home-services {
    position: relative;
    z-index: 1;
}
.home-services-menu {
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 1;
}
.home-services-menu ul {
    text-align: right;
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,0.5);
    padding: 0;
}
.home-services-menu ul li {
    position: relative;
    padding-right: 1.5em;
    margin-bottom: 2px;
    cursor: pointer;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.home-services-menu ul li.active {
    color: black;
    font-weight: bold;
}
.home-services-menu ul li::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 0.7em;
    height: 0.7em;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 50%;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.home-services-menu ul li.active::after {
    background-color: black;
    border-color: black;
}
.home-services-res-left {
    min-height: 340px;
}
.home-services-res-number {
    float: left;
    text-align: right;
}
.home-services-res-number-cont {
    color: rgba(0,0,0,0.05);
    font-size: 200px;
    line-height: 0.8;
    font-weight: bold;
    padding-left: 30px;
}
.home-services-res-text {
    flex: 1;
    float: left;
}
.home-services-res-text .page-title {
    font-size: 3.35vw;
}
.home-services-res-text p {
    max-width: 565px;
    margin-bottom: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 25px;
    height: 100px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.home-services-res-right {
    position: relative;
    padding-top: 50px;
}
.home-services-res-button {
    padding: 100px 150px 20px;
}
.home-services-res-image {
    padding-top: 25%;
    background-size: cover;
    background-position: center center;
}
#home-services .slick-arrow {
    position: absolute;
    top: auto;
    bottom: 9vw;
    margin: auto;
    background-color: #f7901d;
}
#home-services .slick-arrow.slick-prev::before,
#home-services .slick-arrow.slick-next::before {
    height: 40px;
    width: 40px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
#home-services .slick-prev {
    left: 70px;
}
#home-services .slick-next {
    right: 70px;
}
#home-services .slick-arrow.slick-prev::before {
    background-image: url('https://www.aisolar.com/uploads/images/slide-left.svg');
}
#home-services .slick-arrow.slick-next::before {
    background-image: url('https://www.aisolar.com/uploads/images/slide-right.svg');
}
/*Responsive*/
@media only screen and (max-width:1550px) {
    #home-services .slick-prev {
        left: 50px;
    }
    #home-services .slick-next {
        right: 50px;
    }
}
@media only screen and (max-width:1300px) {
    .home-services-res-number-cont {
        font-size: 130px;
    }
    .home-services-res-button {
        padding: 100px 150px 20px 50px;
    }
    #home-services .slick-prev {
        left: 20px;
    }
    #home-services .slick-next {
        right: 20px;
    }
}
@media only screen and (max-width:1024px) {
    .home-services-menu {
        top: 0;
        width: 100%;
    }
    .home-services-menu ul {
        text-align: left;
    }
    .home-services-menu ul li {
        padding-left: 1.5em;
        padding-right: 0;
    }
    .home-services-menu ul li::after {
        left: 0;
        right: auto;
    }
    .home-services-res-left {
        min-height: auto;
        padding-top: 160px;
    }
    .home-services-res-number-cont {
        padding-left: 20px;
    }
    .home-services-res-right {
        padding-top: 0;
    }
    .home-services-res-button {
        padding: 10px 0 40px 20px;
    }
    #home-services .slick-arrow.slick-prev::before,
    #home-services .slick-arrow.slick-next::before {
        height: 25px;
        width: 25px;
    }
}
@media only screen and (max-width:769px) {
    .home-services-res-number {
        display: none;
    }
    .home-services-res-number-cont {
        font-size: 50px;
    }
    .home-services-res-text {
        padding-left: 40px;
        padding-right: 40px;
    }
    .home-services-res-text .page-title {
        font-size: 25px;
    }
    .home-services-res-text p {
        margin-bottom: 20px;
        line-height: 20px;
        -webkit-line-clamp: 5;
    }
    .home-services-res-image {
        padding-top: 50%;
    }
    #home-services .slick-arrow {
        bottom: 23vw;
    }
}