/* 
Theme Name: SSW Theme
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Orfeostory Theme
Author: Elementor Team
Author URI: https://www.orfeostory.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.reliable .pp-info-box-icon-wrap{
    position: relative;
    display: inline-flex;
}

.reliable .pp-info-box-icon-wrap::before {
    content: '';
    position: absolute;
    inset: -11px -12px;
    border: 1px solid #4CBB17;
    border-radius: 50%;
    /* border-right-color: transparent; */
    border-bottom-color: transparent;
    transform: rotate(-30deg) scale(.8);
    opacity: 0;
    transition: all .4s ease;
    width: 105px;
    height: 105px;
}

.reliable .pp-info-box:hover .pp-info-box-icon-wrap::before{
    opacity: 1;
    transform: rotate(-30deg) scale(1);
}







