/*
Theme Name: Custom Theme
Author: Sudip Bhowmick
Author URI: https://sudipbhowmick.in
Description: custom theme
Screenshot: screenshot.png
Version: 1.0
*/
.legacy-box p.elementor-image-box-description {
    padding-top: 10px;
}                   
         button.slick-arrow {
    position: absolute;
    left: 90%;
    top: -30px;
 background-color: #000;
    padding: 20px;
}
.slick-next:before,.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    left: 5px;
    top: 6px;
    position: absolute;
    opacity: .75;
    margin-right: 20px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
                                                           