/*
Theme Name: 	Stratify Child
Theme URI: 		http://thememascot.net
Description: 	Business Consulting WordPress Theme. You can get more themes from here: https://themeforest.net/user/thememascot/portfolio
Author: 		ThemeMascot Team
Author URI: 	http://themeforest.net/user/thememascot
Version: 		4.0
License: 		GNU General Public License v2 or later
License URI: 	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 	stratify-child
Template: 		stratify
*/
body h1,body h2,body h3,body h4,body h5,body h6{
	font-family: "Object Sans", Sans-serif!important;
	font-weight: 800!important;
}
body .btn{
	padding: 1.2rem 3.2rem!important;
	border-radius: 3rem!important;
	font-size: 14px!important;
}
.elementor-button{
    z-index: 0;
    position: relative;
    overflow: hidden;
}
.elementor-button:hover{
    color:#FFF!important;
}
.elementor-button:before{
    background-color: var(--theme-color2);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition: -webkit-transform 500ms 
cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 500ms 
cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms 
cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms 
cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms 
cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: 
cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: 
cubic-bezier(0.86, 0, 0.07, 1);
}
.elementor-button:hover:before{
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

