/* 
Theme Name: Your New Site
Theme URI: https://github.com/elementor/hello-theme/
Description: Welcome to your new site
Author: Rooftop Twenty Two
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
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
*/



a.elementor-button.elementor-button-link .elementor-button-icon, .casestudy-btn {
    position: relative;
    transition: all 0.3s ease !important;
}
a.elementor-button.elementor-button-link:hover .elementor-button-icon, .casestudy-btn:hover {
    transform: rotate(45deg); 
}

.elementor-form .elementor-button:after{
	transition: all 0.3s ease !important;
}
.elementor-form .elementor-button:after:hover{
	 transform: rotate(45deg); 
}

.playbtn {
    position: relative;
    transition: all 0.3s !important;
}
.playbtn:hover{
    transform: translatey(-2px);
}

.elementor-swiper-button-prev{
transform: translate(0, -100%) !important;
	 position: relative;
    transition: all 0.3s ease !important;
}
.elementor-swiper-button-prev:hover{
	transform: translate(0, -104%) !important;
}

.elementor-swiper-button-next{
transform: translate(100%, -100%) !important;
	 position: relative;
    transition: all 0.3s ease !important;
}
.elementor-swiper-button-next:hover{
	transform: translate(100%, -104%) !important;
}