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

/* 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: 15% 15% 0 0;	
}
.box2 .pp-info-box .pp-info-box-content
{
	position: absolute;
    bottom: 40px;
    left: 30px;
    right: 30px;
}
.box2 .pp-info-box .pp-info-box-icon-wrap:after
{
	    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 390px;
    background-image: linear-gradient(180deg, rgb(0 0 0 / 0%), rgb(0 0 0));
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
    z-index: 0;
}
.line2 .elementor-widget-container p:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 0;
    background-color: #fff;
    left: 0;
    top: 0;
    transition: .3s linear;
}
.line2 .elementor-widget-container p:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, .15);
    left: 0;
    top: 0;
}
.line2 .elementor-widget-container :hover:before {
    width: 100%;
}

.line1 .elementor-heading-title {
       position: relative
}
.line1 .elementor-heading-title:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: rgb(255, 255, 255);
    top: 50%;
    left: -13px;
    transform: translateY(-50%);
}
.ti-widget.ti-goog .ti-header-write-btn-container .ti-header-write-btn {
	background-color: #111 !important;
	border-radius: 0px !important;
	border: none !important;
	font-size: 15px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
}

.box12 .elementor-icon-box-icon .elementor-icon
{
	position:relative;
}
.box12:hover .elementor-icon-box-icon .elementor-icon
{
	fill:#fff !important;
	color:#fff !important;
}
.box12 .elementor-icon-box-icon .elementor-icon:before
{
	    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.box12:hover .elementor-icon-box-icon .elementor-icon:before
{
transform: scale(1);
    background-color: #000;
}
.box12:hover .elementor-icon-box-icon .elementor-icon i
{
	color:#fff !important;
	fill:#fff !important;
	z-index: 2;
	
}




