/* 
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
*/

/*
    Add your custom styles here
*/

.top-header {
    position: absolute;
    width: 100%;
    z-index: 9999;
}

.cntctDetail li.elementor-icon-list-item a:hover span {
    color: #CE376E;
    text-decoration: underline;
}

.hmeslide .elementor-image-box-content {
    padding: 10px 28px 26px;
}

span.red {
    color: #cd366b;
}

span.purple {
    color: var(--e-global-color-accent);
}

input#form-field-email {
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}

.scrolled-header {
    background: var(--e-global-color-17b943d) !important;
}



.scrolled-header .e-con-inner {
    padding-top: 0px;
    padding-bottom: 0px;
}

body.home.page .top-header {
    background-color: #FFFFFF85;
}

span.elementor-testimonial__name {
    margin-top: 30px;
}

.rightCOl {
	max-width: 650px;
	margin-right: auto;
}

.leftCOl {
	max-width: 650px;
	margin-left: auto;
}

.elementor-widget-text-editor strong {
    color: var(--e-global-color-primary);
    font-weight: 600;
}




/* START MEDIA QUIRES */

@media screen and ( min-width: 1025px ) {
	
ul#menu-1-2940aca {
    display: contents;
}
	
/* 	.scrolled-header ul li a {
    color: black !important;
}
	
	.scrolled-header a.elementor-item.elementor-item-active {
    color: #F6BE14 !important;
}
	
	.scrolled-header ul li a:hover {
    color: #F6BE14 !important;
} */
	
}

@media screen and ( max-width: 1024px ){
	.brRMV br {
    display: none;
}
}

@media screen and ( max-width: 768px ){
	
	.sngFrm .elementor-widget-container {
    background: none !important;
}
	
	.titleBanner .elementor-heading-title {
    color: white !important;
}
}