/*HOME*/

/*Slideshow*/
.sp-slider-outer-stage {
    height:100% !important;
}

.sppb-slide .sppb-btn-custom {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0px);
    border-radius: 500px;
    background: #252c60 !important;
    padding: 15px 30px !important;
}
@media (max-width:991px){
    .sppb-slide .sppb-btn-custom {
        bottom: 15px;
        padding: 10px 22px !important;
        font-size:14px !important;
    }
}
@media (max-width:600px){
    .sppb-slide .sppb-btn-custom {
        bottom: 10px;
        padding: 8px 20px !important;
        font-size:12px !important;
    }
}

.home-icons-dashboard img {
    width: 60px;
}

.home-icons-group h5.sppb-addon-title {
    margin-top: 10px;
    font-size: 18px;
}

@media screen and (max-width:600px){
section#sp-main-body {
    padding-top: 60px;
}

.home-icons-group img {
    width: 35px;
}

.home-icons-group h5.sppb-addon-title {
    margin-top: 10px;
    font-size: 14px;
}}



.home-video .sppb-addon-video-local-video-wrap {
    padding-top: 60%;
}
.home-video video.sppb-addon-video-local-source {
    height: fit-content;
    border-radius: 20px;
}