/*
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;
}
.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
{
border-radius: 15% 15% 0 0;	
}
.ekit_menu_responsive_tablet .elementskit-submenu-indicator
{
	border:none !important;
}
.mask_1 img
{
	    -webkit-clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
}
.box1 .pp-info-box .pp-info-box-content
{
	position:absolute;
	bottom:0;
}
.box1 .pp-info-box .pp-info-box-title-container
{
	padding:0 20px 0px 20px;
}
.box1 .pp-info-box .pp-info-box-icon:after
{
	content: '';
    background: #fff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 14%, rgba(0, 0, 0, .6523986303505778) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
	border-radius: 10px;
}
.box1 .pp-info-box:hover .pp-info-box-icon:after
{
	    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 14%, rgba(0, 0, 0, .7980568936558998) 100%);
}
.marquee .elementor-icon-list-items
{
	    height: 280px;
    overflow: hidden;
}
.marquee .elementor-icon-list-items .elementor-icon-list-item
{
	animation: marqueeTop 10s linear infinite;
}
.marquee2 .elementor-icon-list-items .elementor-icon-list-item
{
	animation: marqueeTop 15s linear infinite;
}
.marquee3 .elementor-icon-list-items .elementor-icon-list-item
{
	animation: marqueeTop 13s linear infinite;
}
@keyframes marqueeTop{
  0% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}
.sld-1 img.swiper-slide-image {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 8px;
    border-radius: 8px;
	transition: transform 0.2s;
}
.sld-1 img.swiper-slide-image:hover
{
    transform: translateY(-4px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.scl-1 .elementor-social-icons-wrapper.elementor-grid {
    display: flex;
    flex-direction: column;
}
.header-scrolled {
	position: fixed;	
	width: 100%;
	z-index: 999;
	
}
.sec-88 {
    position: sticky;
    top: 15vh;
}
.gal-1.elementor-widget-image-carousel .swiper .swiper-slide figure img
{
	height:270px;
	object-fit:cover;
	width:100%;
}
.gal-2 .elementor-image-gallery .gallery-item img {
        height: 350px;
    object-fit: cover;
    object-position:  center;
    max-width: 100%;
}
.glry-44 .elementor-image-gallery .gallery-item img {

box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 8px;
transition: transform 0.2s;

}
.glry-44 .elementor-image-gallery .gallery-item img:hover
{
    transform: translateY(-4px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.sidebar-box.widget_block .wp-block-heading {
	font-size: 27px !important;
}
.wp-block-latest-posts.wp-block-latest-posts__list li a {
    font-size: 16px !important;
	color: #000 !important;
}