/*
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;
}
.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: #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);
}
}
.img_anim .elementor-widget-container
{
	position:relative;
	overflow:hidden;
	display: inline-block;
}
.img_anim .elementor-widget-container:after
{
	    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.img_anim .elementor-widget-container:hover:after
{
	
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.box2 .pp-info-box .pp-info-box-icon img
{
    aspect-ratio: 1 / 1.2;
    object-fit: cover;
	transition:500ms ease all;
}
.box2 .pp-info-box:hover .pp-info-box-icon img
{
	transform:scale(1.1);
}
.box2 .pp-info-box 
{
	overflow:hidden;
}
.box2 .pp-info-box-content
{
	    position: absolute;
    bottom: -130px;
    left: 20px;
    right: 20px;
    transition: 500ms ease all;
    min-height: 200px;
}
.box2 .pp-info-box:hover .pp-info-box-content
{
	bottom:20px;
}
.box2 .pp-info-box  .pp-info-box-icon
{
	position:relative;
	    overflow: hidden;
}
.box2 .pp-info-box  .pp-info-box-icon:after
{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:#00000029;
	border-radius:20px;
	content:'';
	opacity:1;
}
.box2 .pp-info-box:hover  .pp-info-box-icon:after
{
	background:#0b3d2c;
	opacity:0.7;
}