/*
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
*/

@font-face {
    font-family: 'eczarregular';
    src: url('fonts/eczar-regular-webfont.eot');
    src: url('fonts/eczar-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/eczar-regular-webfont.woff2') format('woff2'),
         url('fonts/eczar-regular-webfont.woff') format('woff'),
         url('fonts/eczar-regular-webfont.ttf') format('truetype'),
         url('fonts/eczar-regular-webfont.svg#eczarregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* 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;
}
h1,h2,h3,h4
{
	font-family: 'eczarregular';
	font-weight:400;
}
.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: #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
{

}
.pulse {
    -webkit-animation: pulse 2.5s ease-in-out infinite;
    animation: pulse 2.5s ease-in-out infinite;
}
@keyframes pulse
{
	0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
	50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}
	100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}
.shake-y
{
	-webkit-animation: shakeY 2.5s ease-in-out infinite;
    animation: shakeY 2.5s ease-in-out infinite;
}
@keyframes shakeY
{
	0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
	50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
	100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
}
.box1 .elementor-widget-wrap
{
	position:relative;
}
.box1 .elementor-widget-wrap:before, .box1 .elementor-widget-wrap:after
{
	    content: "";
    background: radial-gradient(circle, rgb(50, 52, 59) 32%, rgb(110, 99, 93) 99%);
    position: absolute;
    z-index: 0;
    bottom: -2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2px;
    width: 75%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.box1 .elementor-widget-wrap:after
{
	    top: -2px;
}
.box1 .elementor-widget-wrap:hover:after, .box1 .elementor-widget-wrap:hover:before
{
	-webkit-transform: translateX(-50%) scaleX(0);
    -ms-transform: translateX(-50%) scaleX(0);
    transform: translateX(-50%) scaleX(0);
}
.box1 .elementor-widget-icon-box:before, .box1 .elementor-widget-icon-box:after
{
	content: "";
    background: radial-gradient(circle, rgb(50, 52, 59) 32%, rgb(110, 99, 93) 99%);
    position: absolute;
    z-index: 2;
    top: 0;
    left: -42px;
    height: 250px;
    width: 2px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.box1 .elementor-widget-icon-box:after
{
	right: -42px;
    bottom: 0;
    left: auto;
}
.box1 .elementor-widget-icon-box:hover:before, .box1 .elementor-widget-icon-box:hover:after
{
	    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}
.box2 .qodef-qi-interactive-banner.qodef-layout--from-bottom .qodef-m-movement
{
	    background: #34363c;
    padding: 25px;
}
.box2 .qodef-qi-interactive-banner.qodef-layout--from-bottom:hover .qodef-m-movement
{
	background:#13805f;
}
.box2 .qodef-qi-interactive-banner.qodef-layout--from-bottom .qodef-m-content-inner:after
{
	background: #13805f;
    content: '';
    width: 70%;
    height: 4px;
    display: block;
    z-index: 2;
    position: relative;
	transition:1s ease all;
}
.box2 .qodef-qi-interactive-banner.qodef-layout--from-bottom:hover .qodef-m-content-inner:after
{
	width:100%
}
/* --------------------------------New CSS------------------------ */
.box1 figure.elementor-image-box-img
{
	    background: #cc0000;
    padding: 15px;
}
.box2 .pp-info-box-content
{
	    position: absolute;
    bottom: 20px;
    left: 20px;
}
.box2 .pp-info-box-footer
{
	border-top: 1px solid #ffffff29;
    padding-top: 12px;
    margin-top: 18px;
}
.box2 .pp-info-box-icon-wrap:after
{
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(360deg, #000000c7 7.28%, #f2f6ff00 58.8%, #e4f7ff00 109.26%);
    border-radius: 15px;
}
.box2  .pp-info-box-icon-wrap
{
	position:relative;
	overflow:hidden;
	 border-radius: 15px;
	transition:500ms ease all;
}
.box2  .pp-info-box-icon-wrap .pp-icon img
{
	transition:500ms ease all;
}
.box2  .pp-info-box-icon-wrap:hover .pp-icon img
{
	transform:scale(1.1);
}
.box3 .elementor-image-box-img
{
	      width: 50px;
    height: 66px;
    background: #f4f4f4;
    border-radius: 10px;
    padding-top: 11px;
    position: relative;
    top: 5px;

}
.foot2:before
{
	position: absolute;
    content: "";
    top: auto;
    bottom: 0;
    left: -28px;
    width: 30px;
    height: 30px;
    background: radial-gradient(circle 30px at top left, #0000 98%, #a09b37);
}
.foot2:after
{
	position: absolute;
    content: "";
    bottom: 0;
    right: -28px;
    width: 30px;
    height: 30px;
    background: radial-gradient(circle 30px at top right, #0000 98%, #a09b37);
}
.arw-1 .elementor-swiper-button.elementor-swiper-button-next, .arw-1 .elementor-swiper-button.elementor-swiper-button-prev {
    background: #cc0000;
    padding: 7px;
    color: #fff;
}
/* Image zoom hover for blocks with class "zoom-hover" */
.zoom-hover {
  display: inline-block;   /* keeps layout stable */
  overflow: hidden;        /* hide overflow when image scales */
  border-radius: 6px;      /* optional */
}

.zoom-hover img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.45s cubic-bezier(.2,.8,.2,1); /* smooth */
  transform-origin: center center;
}

@media (hover: hover) {
  .zoom-hover:hover img {
    transform: scale(1.17); /* adjust zoom level */
    cursor: pointer;
  }
}

/* Disable/limit zoom on touch devices */
@media (hover: none) {
  .zoom-hover img { transform: none; transition: none; }
}
.amount
{
	color:inherit !important;
}
.bg_1 {
    background-image: linear-gradient(105deg, #F8F0FF 7.28%, #F2F6FF 58.8%, #E4F7FF 109.26%);
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image
{
	border-radius: 20px;
}
.woocommerce div.product.owp-tabs-layout-vertical .woocommerce-tabs .panel
{
	 padding: 0 20px !important;
}
.woocommerce div.product .woocommerce-tabs .panel h2:first-child
{
	font-size:25px !important;
}
.sidebar-box.widget_block .wp-block-heading
{
	font-size: 25px !important;
    border-bottom: 1px solid #eee;
    line-height: 1.4 !important;
    letter-spacing: 0 !important;
    margin-bottom: 20px;
}
.sidebar-box
{
	margin-bottom:20px !important
}
.wc-block-product-categories-list li
{
	padding:10px 0;
	border-bottom:1px dashed #eee;
}
.wc-block-product-categories-list li a
{
	color:#000;
	font-size:17px;
}
.wc-block-product-categories-list li a:hover
{
	color:#a39939
}
.woocommerce ul.products li.product .button
{
	padding: 11px 23px !important;
    font-size: 15px !important;
}
.crsl-1 .swiper-slide .swiper-slide-inner img {
	width: 100%;
}