/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.wpforms-container input[type=date], .wpforms-container input[type=datetime], .wpforms-container input[type=datetime-local], .wpforms-container input[type=email], .wpforms-container input[type=month], .wpforms-container input[type=number], .wpforms-container input[type=password], .wpforms-container input[type=range], .wpforms-container input[type=search], .wpforms-container input[type=tel], .wpforms-container input[type=text], .wpforms-container input[type=time], .wpforms-container input[type=url], .wpforms-container input[type=week], .wpforms-container select, .wpforms-container textarea, .wp-core-ui div.wpforms-container input[type=date], .wp-core-ui div.wpforms-container input[type=datetime], .wp-core-ui div.wpforms-container input[type=datetime-local], .wp-core-ui div.wpforms-container input[type=email], .wp-core-ui div.wpforms-container input[type=month], .wp-core-ui div.wpforms-container input[type=number], .wp-core-ui div.wpforms-container input[type=password], .wp-core-ui div.wpforms-container input[type=range], .wp-core-ui div.wpforms-container input[type=search], .wp-core-ui div.wpforms-container input[type=tel], .wp-core-ui div.wpforms-container input[type=text], .wp-core-ui div.wpforms-container input[type=time], .wp-core-ui div.wpforms-container input[type=url], .wp-core-ui div.wpforms-container input[type=week], .wp-core-ui div.wpforms-container select, .wp-core-ui div.wpforms-container textarea {
    padding: 15px !important;
    height: auto !important;
}
.m-b-0, .m-b-0 p{
	margin-bottom:0;
}
.rank-math-breadcrumb a{
	color:#fff;
}
.rank-math-breadcrumb a:first-child{
	color:#00FFFF
}
.flex-div {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.flex-div > div{
	flex:1;
}
#wpforms-885{
margin-top:0;
}
.color-black{
color:#000;
}
.font-normal{
font-weight:normal;
}
.maluka-child:hover img{
    transform: scale(1.1);
    -webkit-transition: all 200ms 
linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms 
linear;
}
.maluka-child img{
    -webkit-transition: all 200ms 
linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms 
linear;
}
.maluka-child  .elementor-widget-image{
    overflow:hidden;
}
.maluka-child:hover >div:last-child{
    border-bottom:5px solid #2BA9A2;
    /* border-radius:6px; */
}
.maluka-child > div:last-child{
    border-bottom:5px solid transparent;

}
.maluka-child .elementor-button-link:hover{
    background-color: #2BA9A2!important;
}

 .wpforms-container .wpforms-form textarea{
 min-height:200px;
 }