/*
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;
}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated
{
	padding:0 10px;
}
.ekit-wid-con .ekit_sidebar-textwidget
{
	padding-top:15px !important;
}
 .header-1
{
	position:absolute;
	width:100%;
	z-index:5;
	background:transparent !important;
}
.bdt-prime-slider-skin-general .bdt-prime-slider-desc
{
	margin-top:80px !important;
}
.head_1 .elementor-widget-container
{
	    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #830c2f;
    border-radius: 100%;
    display: inline-block;
    left: -34px;
    top: -39px;
}
.head_1 .elementor-widget-container h2
{
	font-size:18px;
	color:#fff;
	line-height:40px;
}
.circle_1
{
	
    text-align: center;
}
.circle_1 .elementor-widget-container
{
	      width: 185px;
    height: 185px;
    margin: 0% auto;
}
.circle_1 .elementor-widget-container h2
{
	position: absolute;
    text-align: center;
    line-height: 172px;
    width: 185px;
    font-size: 50px;
    color: #fff;
}
.circle_1 .elementor-widget-container svg
{
	padding-top:0px;
	fill:#fff;
}
.rotate
{
	    animation: rotation 20s infinite linear;
}
@keyframes rotation
{
	0% {
    -webkit-transform: rotate(0deg);
}
	100% {
    -webkit-transform: rotate(359deg);
}
}
.box1 .elementor-widget-icon-box.elementor-view-stacked .elementor-icon
{
	background: #fff;
    color: #71b747;
    fill: #71b747;
    box-shadow: 2px 2px 30px #3333332b;
	transition:500ms ease all;
}
.box1:hover .elementor-widget-icon-box.elementor-view-stacked .elementor-icon
{
	    background-image: linear-gradient(to right, #27a02d, #003c03);
	fill:#fff;
	transform:translateY(-10px);
	box-shadow: 2px 2px 30px #26a02c4d;
}
.box1 .elementor-widget-icon-box.elementor-view-stacked .elementor-icon:before
{
	    -webkit-transform: scale(.8);
    -khtml-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    z-index: -1;
    width: 110px;
    height: 110px;
    position: absolute;
    top: -5px;
    left: -5px;
    content: "";
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    border: 2px dotted #71b747;;
    opacity: 0;
}
.box1:hover .elementor-widget-icon-box.elementor-view-stacked .elementor-icon:before
{
	-webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    animation: pxl_spin .6s infinite linear;
    -webkit-animation: pxl_spin .6s infinite linear;
}
@keyframes pxl_spin
{
	0% {
    transform: rotate(0);
}
100% {
    transform: rotate(360deg);
}
}
.box1 .elementor-widget-icon-box.elementor-position-top .elementor-icon-box-wrapper
{
	height:220px;
}
.box1:hover .elementor-widget-icon-box .elementor-icon-box-title
{
	opacity:0;
	background:#F1FFE8;
}
.box1 .elementor-widget-icon-box.elementor-view-stacked .elementor-icon-box-description
{
	opacity:0;
	transition:500ms ease all;
}
.box1:hover .elementor-widget-icon-box.elementor-view-stacked .elementor-icon-box-description
{
	transform: translateY(-88px);
    opacity: 1;
}
.elementor-1419 .elementor-element.elementor-element-22021f6 .pp-wpforms .wpforms-submit-container .wpforms-submit:hover{
	background-color:#71b747!important;
}