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

@font-face {
    font-family: 'canterburyregular';
    src: url('font/canterbury.ttf') format('ttf'),
         url('font/canterbury-webfont.woff2') format('woff2'),
         url('font/canterbury-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'hurme_geometric_sans_1regular';
    src: url('font/hurmegeometricsans1-webfont.woff2') format('woff2'),
         url('font/hurmegeometricsans1-webfont.woff') format('woff'),
         url('font/hurmegeometricsans1-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'hurme_geometric_sans_1bold';
    src: url('font/hurmegeometricsans1-bold-webfont.woff2') format('woff2'),
         url('font/hurmegeometricsans1-bold-webfont.woff') format('woff'),
         url('font/hurmegeometricsans1-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

::-webkit-scrollbar
{
 width: 8px;
}


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

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #777; 
}

body
{
	 font-family: 'hurme_geometric_sans_1regular';
}
h1,h2,h3,h4
{
	font-family: 'canterburyregular';
}
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;
}
.header-scrolled
{
	position:fixed;
	width:100%;
	z-index:5;
	background:#000 !important;
}
.elementskit-navbar-nav-default .elementskit-navbar-nav>li:before
{
	content: '';
        position: absolute;
        left: 0;
        bottom: 100%;
        width: 1px;
        height: 10px;
        background: 0 0;
        transition: all .5s ease;
}
.elementskit-navbar-nav-default .elementskit-navbar-nav>li:hover:before, .elementskit-navbar-nav-default .elementskit-navbar-nav>li.active:before
{
	bottom: 0;
        background: #00ba7d;
}
.elementskit-navbar-nav-default .elementskit-navbar-nav>li:after
{
	content: '';
        position: absolute;
        left: 100%;
        bottom: 0;
        width: 10px;
        height: 1px;
        background: 0 0;
        transition: all .5s ease;
}
.elementskit-navbar-nav-default .elementskit-navbar-nav>li:hover:after, .elementskit-navbar-nav-default .elementskit-navbar-nav>li.active:after
{
	        left: 0;
        background: #00ba7d;
}
.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;
}

.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%;
}
.my_video.elementor-widget-video .elementor-wrapper video
{
border-radius: 100%;
}
.my_events .pp-info-box .pp-info-box-icon img
{
	aspect-ratio:1/1;
	object-fit:cover;
}
.pubs-1 .qodef-qi-interactive-banner .qodef-m-image:after
{
	    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /* max-height: 250px; */
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgb(0 0 0 / 81%));
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
    z-index: 0;
}
.my_div.elementor-widget-image-box .elementor-image-box-wrapper
{
	display: flex;
	        flex-direction: row;
        text-align: start;
}
.my_div .elementor-image-box-content
{
	margin-left:10px;
}
.elementor-field-group .elementor-field-textual
{
	height:54px;
}
.elementor-field-group textarea.elementor-field-textual
{
	height:120px;
}
.box1 .elementor-widget-wrap
{
	position:relative;
	transition:500ms ease all;
}
.box1 .elementor-widget-wrap:hover
{
	transform:translateY(-20px);
}
.box1 .elementor-image-box-img
{
	background:#A37E4B;
}