/*
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;
}
.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
{
	    animation: rotation 20s infinite linear;
}
@keyframes rotation
{
	0% {
    -webkit-transform: rotate(0deg);
}
	100% {
    -webkit-transform: rotate(359deg);
}
}
.btn-1 .elementor-button
{
	position:relative;
	overflow:hidden;
}
.btn-1 .elementor-button:before
{
	position: absolute;
    top: 0;
    left: 0%;
    content: "";
    width: 50.5%;
    height: 0%;
    z-index: 0;
    transition: .5s ease all;
}
.btn-1 .elementor-button:after
{
	position: absolute;
    bottom: 0;
    right: 0%;
    content: "";
    width: 50.5%;
    height: 0%;
    visibility: hidden;
    opacity: 0;
    z-index: 0;
     transition: .5s ease all;
}
.btn-1 .elementor-button:before, .btn-1 .elementor-button:after
{
	background:#830c2f;
}
.btn-1 .elementor-button:hover:before, .btn-1 .elementor-button:hover:after
{
	    height: 100%;
    visibility: visible;
    opacity: 1;
}
.btn-1 .elementor-button span
{
	position:relative;
	z-index:1;
}
.box1 .qodef-qi-interactive-banner .qodef-m-image
{
	position:relative;
}
.box1 .qodef-qi-interactive-banner .qodef-m-image:before
{
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:#333;
	opacity:0.38;
}
.box2 .pp-info-box .pp-info-box-icon-wrap
{
	    width: 72px;
    height: 72px;
    box-shadow: 2px 2px 20px #eee;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
    line-height: 66px;
    border-radius: 10px;
}
.box2 .pp-info-box:hover .pp-info-box-icon-wrap
{
	background:#830c2f;
}
.box2 .pp-info-box
{
	position:relative;
	transition:500ms ease all;
	box-shadow: 2px 2px 17px #33333312;
}
.box2 .pp-info-box:hover
{
	position:relative;
	transform:translateY(-15px);
}
.box2 .swiper-wrapper
{
	padding:20px 0;
}
.box2 .swiper-container-wrap .swiper-pagination-bullet
{
	width: 25px;
}
@media only screen and (max-width: 680px)
{
	.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation
	{
		flex-direction: row;
	}
}
.el-service-card {
	margin: 15px;
	overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 1px 5px rgb(0 0 0 / 15%);
}
.service-thumb  {
	position: relative;
	height:230px;
}
.service-shape-wrap {
  transform: skew(-20deg, 0deg);
  width: 200px;
  height: 200px;
  position: absolute;
  right: 20px;
  bottom: 0;
  overflow: hidden;
}
.service-shape {
  background-color: #9B7733;
  border-radius: 2px;
  position: absolute;
  width: 80px;
  height: 180px;
  left: 80px;
  bottom: 0;
  transition: all 300ms cubic-bezier(.165, .85, .45, 1);
    transition-delay: 0s;
  transition-delay: .1s;
}
.service-shape::before {
  background-color: #222;
  border-radius: 2px;
  content: "";
  width: 80px;
  height: 140px;
  position: absolute;
  right: 60px;
  bottom: 0;
  opacity: 0.95;
  transition: all 300ms cubic-bezier(.165, .85, .45, 1);
    transition-delay: 0s;
  transition-delay: .2s;
}
.service-shape::after {
  background-color: #222;
  border-radius: 2px;
  content: "";
  width: 40px;
  height: 120px;
  position: absolute;
  right: -20px;
  bottom: 0;
  opacity: 0.95;
  transition: all 300ms cubic-bezier(.165, .85, .45, 1);
    transition-delay: 0s;
  transition-delay: .3s;
}
.service-car {
position: absolute;
  right: -30px;
  bottom: -30px;
  max-width: 230px;
  transition: all .3s cubic-bezier(.165, .85, .45, 1);
}
.service-thumb .service-img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.el-service-card:hover .service-car {
  bottom: -35px;
  right: 0;
}
.el-service-card:hover .service-shape::before {
  height: 160px;
}
.el-service-card:hover .service-shape::after {
  height: 140px;

}
.el-service-card:hover .service-shape {
  height: 200px;
}
.fix-book-button{
	position: fixed;
    right: -60px;
    bottom: 240px;
    transform: rotate(90deg);
}
.flash .elementor-icon-box-icon .elementor-icon {
    position: relative;
}

.flash .elementor-icon-box-icon .elementor-icon:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%) translateY(-50%);
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    z-index: 0;
    animation: pulse-border 1.5s ease-out infinite;
}

@keyframes pulse-border {
    0% {
        transform: translate(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
