/*
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 */
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;
}
@media(min-width:1200px)
{
.header-1
	{
		    backdrop-filter: blur(6px);
	}
}
.header-1
{
	position:absolute;
	width:100%;
	z-index:5;
	    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.1)));
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1));
    -webkit-backdrop-filter: blur(6px);
    
}

.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: 160px;
    height: 160px;
    margin: 0% auto;
}
.circle_1 .elementor-widget-container h2
{
	position: absolute;
    text-align: center;
    line-height: 172px;
    width: 185px;
    font-size: 50px;
    color: #fff;
	box-shadow:2px 2px 30px #eee;
}
.circle_1 .elementor-widget-container svg
{
	padding-top:0px;
}
.rotate
{
	    animation: rotation 20s infinite linear;
}
@keyframes rotation
{
	0% {
    -webkit-transform: rotate(0deg);
}
	100% {
    -webkit-transform: rotate(359deg);
}
}
.box1 .elementor-widget-wrap
{
	height:304px;
}
.box1:hover .ekit-wid-con .elementskit-info-box-title
{
	color:#fff;
}
.box1 .ekit-wid-con .elementskit-infobox .box-body p
{
	    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box1:hover .ekit-wid-con .elementskit-infobox .box-body p
{
	color:#fff;
	-webkit-line-clamp: 5;
}
.box1 .ekit-wid-con .elementskit-infobox .box-footer
{
	height:0px;
	transition:500ms ease all;
}
.box1:hover .ekit-wid-con .elementskit-infobox .box-footer
{
	height:100%;
}
.box1:hover .ekit-wid-con .elementskit-infobox .elementskit-box-header
{
	opacity:0;
	visibility:hidden;
	height:0px;
}
.box1 .ekit-wid-con .elementskit-infobox .box-body
{
	transition:500ms ease all;
}
.box1:hover .ekit-wid-con .elementskit-infobox .box-body
{
	    -webkit-transform: translate(0, -5x);
    transform: translate(0, -5px);
}
.head-12 span {
    color: rgb(244,78,25);
}
.box00 .elementor-icon {
	position: relative;
	overflow:hidden;
}

.box01 .elementor-icon
{
	display: inline-block;
    font-size: 28px;
    border-radius: 9px;
    margin-right: 35px;
    height: 60px;
    width: 60px;
    line-height: 80px;
    background: #F44E19 !important;
    text-align: center;
    color: #ffffff;
    position: relative;
    z-index: 1;
}
.box01 .elementor-icon:after  {
    position: absolute;
    right: -10%;
    bottom: -10%;
    height: 100%;
    width: 100%;
    content: "";
    background: #F44E19;
    z-index: -1;
    border-radius: 9px;
    opacity: 0.3;
}
.box11 {
	transition: all .5s ease;
}
.box11:hover {
	transform: translateY(-15px);
}
.header_1 .elementskit-navbar-nav .elementskit-submenu-panel>li>a>i {
    transform: rotate(272deg);
}