/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A lightweight and minimalist WordPress theme for Elementor page builder.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.8.1.1697003956
Updated: 2023-10-11 05:59:16

*/




/* button animation css */
.btnbb:hover .btn-text,.btnbb:hover .btn-arrow {
	border-color:#0CB6DC!important;
	color:#0CB6DC!important;
	stroke:#0CB6DC!important;
}
.btnbb:hover .btn-arrow path {
	stroke:#0CB6DC!important;
}
a.btn-cover {
    display: inline-block;
}
.btn-text {
    background: #0CB6DC;
    float: left;
	border:1px solid #0CB6DC;
	box-sizing:border-box;
    color: #fff;
  	width: auto;
    padding: 0 20px;
	text-align:center;
	height:49px;
	line-height:49px;
    border-radius: 49px;
	font-family: "poppins" ;
	font-size:16px;
	font-weight:400;
}
.btn-arrow {
    background: #0CB6DC;
    float: right;
	height:49px;
	border:1px solid #0CB6DC;
	box-sizing:border-box;
	width:49px;
	display:flex;
	align-items:center;justify-content:center;
    border-radius: 49px;
}

/**BTN WHITE**/

.btnwhite .btn-text{
	background-color: #fff!important;
    border-color: #fff!important;
    color: #41A9B7!important;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
.btnwhite .btn-arrow {
	background-color: #fff!important;
    border-color: #fff!important;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
.btnwhite .btn-arrow path {
	stroke:#41A9B7!important;
	
}

.btnwhite:hover .btn-text,.btnwhite:hover .btn-arrow {
	background-color: #41A9B7!important;
	border-color:#41A9B7!important;
	color:#ffffff!important;
}
.btnwhite:hover .btn-arrow path {
	stroke:#ffffff!important;
}

/**BTN WHITE END**/

/**BTN GREEN**/

.btngreen .btn-text{
	background-color: #41A9B7!important;
    border-color: #41A9B7!important;
    color: #ffffff!important;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
.btngreen .btn-arrow {
	background-color: #41A9B7!important;
    border-color: #41A9B7!important;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
.btngreen .btn-arrow path {
	stroke:#ffffff!important;
	
}

.btngreen:hover .btn-text,.btngreen:hover .btn-arrow {
	background-color: #ffffff!important;
	border-color:#41A9B7!important;
	color:#41A9B7!important;
}
.btngreen:hover .btn-arrow path {
	stroke:#41A9B7!important;
}

/**BTN GREEN END**/


.full-mega-menu{
	position:fixed!important;
	top:0px;
	left:0px;
	right:0px;bottom:0px;
	display:none;
	z-index:3;
}
.hamburg,.menu-close{
	cursor:pointer;
}

.pulseBtn a {
background:#0b63bb;
color:#fff;
border:1px solid #0b63bb;
padding:1rem 2rem;
border-radius:2rem;
font-size:1rem;
box-shadow: 0 0 0 0 rgba(88, 120, 243, 0.4);
-moz-animation: puls 2s infinite;
-webkit-animation: puls 2s infinite;
animation: puls 2s infinite;
}

@keyframes puls {
    0% {
        box-shadow: 0 0 0 0 rgba(88, 120, 243, 1);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(88, 120, 243, 0);
    }
    100% {
        box-shadow: 0 0 0 50px rgba(88, 120, 243, 0);
    }
}