/*
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;
}
.home .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:#00b384;
    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: #830c2f;
}
.circle_1 .elementor-widget-container svg
{
	padding-top:0px;
}
.rotate
{
	    animation: rotation 20s infinite linear;
}
@keyframes rotation
{
	0% {
    -webkit-transform: rotate(0deg);
}
	100% {
    -webkit-transform: rotate(359deg);
}
}
.btn-1 .elementor-button
{
	position:relative;
	overflow:hidden;
}
.btn-1 .elementor-button:before
{
	position: absolute;
    top: 0;
    left: 0%;
    content: "";
    width: 50.5%;
    height: 0%;
    z-index: 0;
    transition: .5s ease all;
}
.btn-1 .elementor-button:after
{
	position: absolute;
    bottom: 0;
    right: 0%;
    content: "";
    width: 50.5%;
    height: 0%;
    visibility: hidden;
    opacity: 0;
    z-index: 0;
     transition: .5s ease all;
}
.btn-1 .elementor-button:before, .btn-1 .elementor-button:after
{
	background:#830c2f;
}
.btn-1 .elementor-button:hover:before, .btn-1 .elementor-button:hover:after
{
	    height: 100%;
    visibility: visible;
    opacity: 1;
}
.btn-1 .elementor-button span
{
	position:relative;
	z-index:1;
}
.box1 .elementor-image-box-wrapper .elementor-image-box-img
{
	overflow:hidden;
	transition:.5s ease all;
	border-radius:10px;
}
.box1 .elementor-image-box-wrapper:hover .elementor-image-box-img img
{
	transform:scale(1.1);
}
.box2 .pp-info-box .pp-info-box-icon-wrap
{
	    width: 72px;
    height: 72px;
    box-shadow: 2px 2px 20px #eee;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
    line-height: 66px;
    border-radius: 10px;
}
.box2 .pp-info-box:hover .pp-info-box-icon-wrap
{
	background:#830c2f;
}
.box2 .pp-info-box
{
	position:relative;
	transition:500ms ease all;
	box-shadow: 2px 2px 17px #33333312;
}
.box2 .pp-info-box:hover
{
	position:relative;
	transform:translateY(-15px);
}
.box2 .swiper-wrapper
{
	padding:20px 0;
}
.box2 .swiper-container-wrap .swiper-pagination-bullet
{
	width: 25px;
}