.service01-home-banner{
    position: relative;
}
.service01-bannerwrap{
    position: relative;
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
}
.service01-bannerwrap .bannerbg{
    position: absolute;
    inset: 0;
    overflow: hidden;
}
.service01-bannerwrap .bannerbg::before{
    content: '';
    position: absolute;
    inset: 0;
    max-width: 80%;
    background: linear-gradient(to right,  rgba(0,0,0,0.8) 0%,rgba(255,255,255,0) 100%);
}
.service01-bannerwrap .bannerbg img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service01-banner-contents{
    position: relative;
    z-index: 2;
}
.service01-bannerwrap h1{
    color: #fff;
    margin-bottom: 35px;
}
.service01-bannerwrap h5{
    color: #fff;
    margin-bottom: 38px;
    font-weight: 500;
}
.service01-tobottom{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: max-content;
    margin: 0 auto;
    padding: 5px;
    margin-bottom: 30px;
    z-index: 5;
}
.service01-tobottom img{
    display: block;
    max-width: 25px;
}
.service01-bannerslider .slick-dots{
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.service01-bannerslider .slick-dots li{
    margin: 4px 0;
    line-height: 0;
}
.service01-bannerslider .slick-dots li button{
    font-size: 0;
    width: 14px;
    height: 14px;
    border: 0;
    background-color: transparent;
    border-radius: 50%;
    position: relative;
}
.service01-bannerslider .slick-dots li button:before{
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
}
.service01-bannerslider .slick-dots li.slick-active button{
    border: 2px solid #fff;
}


@media (max-width: 1199px) {
    .service01-bannerwrap{
        height: 700px;
        padding-top: 50px;
    }
}
@media (max-width: 991px) {
    .service01-bannerwrap{
        height: 600px;
        padding-top: 70px;
    }
}
@media (max-width: 767px) {
    .service01-bannerwrap{
        height: auto;
        padding: 140px 0;
    }
    .service01-bannerwrap h1{
        margin-bottom: 17px;
    }
    .service01-bannerwrap h5{
        margin-bottom: 30px;
    }
    .service01-tobottom{
        margin-bottom: 20px;
    }
    .service01-tobottom img{
        max-width: 20px;
    }
    .service01-bannerslider .slick-dots{
        right: 15px;
    }
}