/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.3
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
*/
.servicesgallery-caption{
	transform:rotate(-90deg);
}
.servicesgallery-caption p{
		width:500px!important;

}
.servicesgallery-image:hover .servicesgallery-title{
	opacity:0;
	transition:all ease 0.5s;	
}
.servicesgallery-image:hover .servicesgallery-caption{
	opacity:0;
		transition:all ease-out 0.5s;	

}
.servicesgallery-image:hover .servicesgallery-icon{
right:35%;
}

.servicesgallery-icon{
	transition:all ease 0.5s;
    position: absolute;
  	top: 50%;
	right:-35%;
	font-size: 40px;
 	padding: 10px;
  	text-decoration: none;
	z-index: 10;
}	
.servicesgallery-icon svg{
    fill: #fff;
}
.servicesgallery-caption{
	    position: absolute;
    top: 60%;
  left: -35%;
}
@media (max-width:540px){
	.servicesgallery-caption{
		top:45%;
	}
}