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

.page-header .entry-title{
	display:none !important;
}
	/* Service Cards CSS */
  .service-main:hover{
    background: #133D09 !important;
    transition: 0.5s ease-in-out;
}
.service-main:hover .service-img{
   border:1px solid #fff !important;
   transition: 0.5s ease-in-out;
}
.service-main:hover .service-title h6{
    color: #fff !important;
    transition: 0.5s ease-in-out;
}
.service-main:hover .service-text{
    color: #fff !important;
    transition: 0.5s ease-in-out;
}
.service-main:hover .service-button .elementor-button-text{
     color: #fff !important;
    transition: 0.5s ease-in-out;
}
.brown-icon-txt-remove::before{
    display: none;
}
.txt-before::before{
     content: "";
    background: url(./images/after-icon.png);
    height: 5px;
    width: 55px;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
}
.accor-text a{
  color:#E1C1A3 !important;
}
.accor-text a:hover{
  text-decoration: underline !important;
}
.service-main .elementor-widget-text-editor p{
	    transition: 0.5s ease-in-out;
}
.service-main:hover .elementor-widget-text-editor p {
    color: #fff;
}
.dollar:hover{
	background:#353929 !important;
}