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

.e--pointer-underline .elementor-item:after {
	width: 5px !important;
	left: 50% !important;
	border-radius: 100px;
	transform: translateX(-50%);
}
.heading_icon .elementor-heading-title:before{
	content: url(https://pixawebs.com/project/ukcoofed/wp-content/uploads/2023/06/title-icon.svg);
    margin-right: -28px;
}

.elementor-button-wrapper:hover .elementor-button-icon path:first-child {
    fill: #0b4332;
}
.elementor-button-wrapper:hover .elementor-button-icon path:nth-child(2) {
    fill: #fff;
}

#counter_section .elementor-counter-number-wrapper {
    background: #0b4332;   
    padding: 20px;
    border-radius: 100px;
    width: 80%;
    margin: 15px auto;
}
#counter_section .elementor-counter-number-wrapper:hover{
	background: #fff;
    color: #0b4332;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.14);
}
#products {
	    overflow: hidden;
}

#pro_img img{
	    background: #fff;
}
@media only screen and (max-width: 767px) {
	#products {
		background-image: linear-gradient(180deg,#FFFFFF 1%,#F15C261A 100%);
	}
}