/*
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 */
::-webkit-scrollbar
{
 width: 8px;
}


/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 0px;
            background-color: #fff;
            border: 1px solid #cacaca;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #212121;
  
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #212121; 
}
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;
	
}
.header-1:after
{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	content:'';
	background:#ffffff1a;
	backdrop-filter: blur(30px) saturate(100%);
}
.header-1 .qodef-m-icon, .qodef-qi-button.qodef-type--icon-boxed .qodef-m-icon
{
	border-radius: 7px;
}
.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;
}

.elementor-section .elementor-container
{
/* 	z-index:2; */
}

.bdrs .elementor-motion-effects-container
{
	border-radius:20px;
}
.box2 .ekit-wid-con .elementskit-infobox .btn-wraper, .box2 .ekit-wid-con .elementskit-infobox .box-footer
{
	position:unset;
}
.box2 .ekit-wid-con .elementskit-btn i
{
	transform:rotate(-45deg);
	transition:500ms ease all;
}
.box22 .elementor-widget-wrap:hover .box2 .ekit-wid-con .elementskit-btn i
{
	transform:rotate(0deg);
}
.image-anim a
{
	display:block;
	position:relative;
	
}
.image-anim a: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;
}
.image-anim a:hover:after
{
	    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.box22 .ekit-wid-con .elementskit-infobox
{
	overflow:unset;
}
.box22 .ekit-wid-con .elementskit-infobox .elementskit-box-header
{
	display:none;
}
.box22 .ekit-wid-con .elementskit-btn
{
	    position: absolute;
    right: 0;
    top: 0px;
    transform: rotate(-40deg);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    transition: 500ms  ease all;
    text-align: center;
    display: flex;
    justify-content: center;
}
.box22:hover .ekit-wid-con .elementskit-btn
{
	transform: rotate(0deg);
}
.ekit-wid-con .elementskit-infobox
{
	
}
.box22 .image-anim
{
	border-radius:20px;
	overflow:hidden;
}
.box22 .image-anim a img
{
	position:relative;
	transition:500ms ease all;
	border-radius:20px;
	height: 170px;
    object-fit: cover;
	
}
.box22:hover .image-anim a img
{
	transform:scale(1.1);
}
.box22 .elementor-widget-text-editor
{
	min-height:116px;
}
.footer-box:after
{
	    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
h2.elementor-heading-title mark
{
	    background: #fafafa;
    color: #6FAF4F;
}
h3.elementor-heading-title mark
{
	background:#6FAF4F;
	color:#fff;
}
.box1:hover .elementor-widget-icon-box .elementor-icon-box-content h3
{
	color:#fff;
}
.box1:hover .elementor-widget-icon-box .elementor-icon-box-description
{
	color:#fff;
}
.box1:hover .elementor-widget-icon-box .elementor-icon
{
	    color: #fff !important;
	    fill: #fff !important;
}
.box1:hover .elementor-widget-qi_addons_for_elementor_button .qodef-qi-button
{
	color:#fff !important;
}
.pos-fix {
    position: sticky;
    top: 40px;
}