.hero-slider .slide_list{
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.padding-top{
    padding-top: 100px;
}
/* .padding-top-home{
    padding-top: 50px;
} */
/* services_slider */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next{
    color: #fff;
    font-size: 24px;
    margin: 0 20px;
}
p.inner_page{
    color: #000;
}
/* .service_content{
    box-shadow: none
} */
.service_content h3{
    text-align: unset;
    color: #000;
    margin-top: 0;
    margin-bottom: -23px;
    font-weight: 600;
    background: #fff;
    padding: 10px 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    width: 80%;
    -webkit-box-pack: center;
    justify-content: center;
    box-shadow: 6px 7px 7px #aaaaaa;
}
.test-p{
    position: relative;
    font-style: italic;
    line-height: 36px;
    color: rgba(var(--font_colorRGB), 0.8);
}   
.cont-test p{
    font-size: 18px;
}
.cont-test h4{
    font-size: 20px;
}