/*
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: #444;
  
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000; 
}
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: #830c2f;
}
.circle_1 .elementor-widget-container svg
{
	padding-top:0px;
}
.rotate .e-text-path
{
	    animation: rotation 20s infinite linear;
}
@keyframes rotation
{
	0% {
    -webkit-transform: rotate(0deg);
}
	100% {
    -webkit-transform: rotate(359deg);
}
}
.elementor-section .elementor-container
{
/* 	z-index:2; */
}
.elementor-element-7dfe8d2
{
	    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.elementor-element-7dfe8d2 .elementor-container
{
	 z-index: 1;
}
.elementor-element-7dfe8d2 .elementor-container, .elementor-element-7dfe8d2 .elementor-widget-wrap, .elementor-element-7dfe8d2 .elementor-widget-html
{
	height:100%
}
.elementor-element-7dfe8d2 .line
{
	    width: 1px;
    height: 100%;
    background: #ffffff21;
   
    position: absolute;
}
.elementor-element-7dfe8d2 .line2
{
	margin-left:25%;
}
.elementor-element-7dfe8d2 .line3
{
	margin-left:50%;
}
.elementor-element-7dfe8d2 .line4
{
	margin-left:75%;
}
.elementor-widget-video .elementor-wrapper video
{
border-radius: 15px;	
}

/* --------------- new css---------------------- */
.btn-1 .elementor-button-wrapper:after
{
	border-bottom: 3px solid #fff;
    bottom: 9px;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    width: calc(100% - 27px);
}
.btn-1.black .elementor-button-wrapper:after
{
	border-bottom: 3px solid #000;
}
.btn-1 .elementor-button
{
	background-image: linear-gradient(135deg, transparent calc(50% - 1.5px), #fff 0, #fff calc(50% + 1.5px), transparent 0);
	overflow:hidden;
	background-position: bottom right;
    background-size: 28px 28px;
    background-repeat: no-repeat;
}
.btn-1.black .elementor-button
{
	background-image: linear-gradient(135deg, transparent calc(50% - 1.5px), #000 0, #000 calc(50% + 1.5px), transparent 0);
}
.btn-1 .elementor-button:after
{
	content: "";
    position: absolute;
    top: 0px;
    right: 0;
    width: 32px;
    height: calc(100% - 35px);
    background-repeat: no-repeat;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}
.btn-1.black .elementor-button:after
{
	border-top: 3px solid #000;
    border-right: 3px solid #000;
}
.btn-1 .elementor-button:before
{
	    content: "";
    position: absolute;
        bottom: 9px;
    right: -2px;
	width: 21px;
    height: 21px;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    background-color: #fff;
    transition: all 0.3s;
}
.btn-1.black .elementor-button:before
{
	background-color: #69727d;
}
.btn-1 .elementor-button:hover:before
{
	width: 27px;
    height: 27px;
}
/* @media(min-width:1200px)
{
.dot-plus .elementor-widget-wrap:after
{
	--size: 15px;
  --color: #b58c67;

  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background: var(--color);
  position: relative;
  animation: shadow-pulse 1.5s infinite;
  content:'';
	    position: absolute;
    bottom: -7px;
    z-index: 2;
    right: -8px;
}
}
@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(173, 10, 10, 0.6);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(173, 10, 10, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(173, 10, 10, 0);
  }
} */
.brd-radius .elementor-background-video-container, .brd-radius .elementor-motion-effects-container

{
	border-radius:20px;
}
.my_form_1 .elementor-field-group .elementor-field-textual
{
	padding-left:0;
}
.dot-plus .elementor-widget-wrap
{
	position:relative;
	transition:500ms ease all !important;
	overflow:hidden;
}
.dot-plus .elementor-widget-wrap:hover
{
	transform:translateY(-20px);
	    box-shadow: 2px 2px 40px 5px rgb(4 71 138 / 23%) !important;
}
.dot-plus .elementor-widget-wrap:after
{
	position:absolute;
	content:'';
	left:0;
	right:0;
	top:100%;
	bottom:0;
	background:#eef7ff;
	transition:500ms ease all;
}
.dot-plus .elementor-widget-wrap:hover:after
{
	top:0;
}
.sticky
{
	position:sticky;
	top:50px;
}