/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
a:hover, a:focus
{
	outline:0 !important;
}

p:last-child
{
	margin-bottom:0;
}
.btn-2 .elementor-button-link
{
	position:relative;
	overflow:hidden;
}
.btn-2 .elementor-button-link:before
{
	
position: absolute;
    top: 110px;
    left: -50px;
    right: -50px;
    height: 170px;
    content: "";
    background: var(--thm-black);
    -webkit-transform: translateY(-55px);
    transform: translateY(-55px);
    border-radius: 50%;
    webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    z-index: 1;
}

.btn-2 .elementor-button-link:before
{
    background: #012759!important;
    background-color: #012759!important;
}
.btn-2 .elementor-button:hover:before {
    top: 0%;
    left: -70px;
    right: -70px;
}
.btn-2 .elementor-button-link:hover
{
	color:#fff;
}
.btn-2 .elementor-button-link span 
{
	position:relative;
	z-index:5;
}
.box-2
{
	transition: all 500ms ease-in;
}
.box-2:hover
{
	 
    transform: scale(1.05);
}
