/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/



/* CUSTOM HEADER */
.c-menu .sub-menu.parent-has-template{
	left: -75px !important;
    margin-top: 8px!important;
}
.c-menu .sub-menu.parent-has-template:before{
    content: "";
    position: absolute;
	top: -24px;
    left: calc(50% - 45px);
    border-top: 10px solid transparent;
    border-bottom: 15px solid #f5fdff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    z-index: 1;
}
.c-menu .menu-item-937.parent-has-child:hover{
	border-right: 4px solid #51a4c6;
}
.c-menu .sub-menu.elementor-nav-menu--dropdown{
	top: -270px !important;
    min-width: 19em!important;
    padding: 111px 0px!important;
    z-index: -1!important;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
	box-shadow: none !important;
}
.c-menu .sub-menu.elementor-nav-menu--dropdown li a{
	padding-left: 35px !important;
	padding-right: 20px!important;
}



/* SERVICES */
.c-services:hover figure img{
	border: 3px solid #fff;
    border-radius: 100%;
    box-shadow: 2px 7px 10px 0px rgb(51 85 100 / 35%);
	transition: all 0.3s ease;
}
.c-services:hover h3 a{
	color: #2678A3;
}
.services-btn {
	color: #FFFFFF;
	background-color: #97B17B;
	border-radius: 50px;
	padding: 8px 24px !important;
}
.services-btn:hover {
	background-color: #333;
	color: #FFFFFF !important;
}



/* QUOTE FORM */
.quote-sec{
	overflow: hidden;
}
.quote-form{
	position: relative;
}
.quote-form .elementor-field-group .elementor-field-textual::placeholder {
    opacity: 1;
}
.quote-form .elementor-field-group .elementor-select-wrapper::before {
    color: #666 !important;
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	text-shadow: none;
}
.quote-form:after{
	background-image: url(http://yvonnet23.sg-host.com/wp-content/uploads/2021/04/leaf_corner-1.png);
    background-size: 100%;
    top: -128px;
    right: -176px;
    position: absolute;
    width: 583px;
    height: 524px;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}
.banner-slider .elementor{
	width: 100%;
}
.get-q .elementor-button{
	margin-top: 30px;
}
.qoute-list:hover .more-btn a{
	color: #FFFFFF !important;
    background-color: #52A4C6 !important;
}
.qoute-list:hover .get-btn a{
	color: #FFFFFF !important;
    background-color: #97B17B !important;
}
.qoute-list:hover h2{
	font-weight: 500 !important;
}






/* MEDIA CSS */
@media (max-width: 767px){
	.quote-form:after {
		top: -168px;
		right: -120px;
		width: 400px;
	}
}