/*
Theme Name:  SANWI Naturecure
Theme URI:   https://sanwinaturecure.com
Version:     1.0
Description: A child theme created for our site SANWI Naturecure.
Author:      CGxperts
Author URI:  https://cgxperts.com
Template:    Divi
*/

/*- Add any CSS custom code for this child theme below this line -*/
div#cir-bg:before {
    content: "";
    background: #e5e5e5;
    position: absolute;
    top: 20px;
    left: 36%;
    width: 66px;
    height: 66px;
    border-radius: 50%;
}
div#cir-bg:hover:before{
	content: "";
    background: #48487f4d;
    position: absolute;
    top: 20px;
    left: 36%;
    width: 66px;
    height: 66px;
    border-radius: 50%;
	transform:rotate(180deg);
	transition:.4s;
}





