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


header .topbar-header {
    z-index: 99 !important;
}
header header {
    padding: 15px !important;
}

header header img {
    
    width: 100% !important;
    max-width: 100% !important;
}
header .topbar-header a {
    color: #000;
    font-weight: 500;
}
header .topbar-header a:hover{
	color:#000 !important;
}
section.servicesare-sections .servicesare-rightcol ul.elementor-icon-list-items {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 3px;
    overflow: hidden;
}

section.servicesare-sections .servicesare-rightcol ul.elementor-icon-list-items li.elementor-icon-list-item {
    border: 1px solid #fff;
    display: inline-flex;
    padding: 10px;
    margin: 0 !important;
    width: 33.33%;
}
section.whatwedo-sections .elementor-cta .elementor-cta__content {
    background: #fff !important;
}

footer p.elementor-icon-box-description a, footer p.elementor-icon-box-description a:hover {
    color: #fff;
}
.weserve-listing-cities ul {
    justify-content: space-between;
    margin: 0px !important;
    border: none !important;
    gap: 5px;
	    justify-content: left;
}

.weserve-listing-cities ul li {
        padding: 10px !important;
    margin: 0 !important;
    margin-inline: inherit !important;
    border: 1px solid #000;
    width: calc(20% - 5px);
}

header .topbar-header p.elementor-icon-box-description a:hover {
    color: #fff;
}
section.service-areas-locations .e-con-inner {
    column-count: 4;
    display: block;
    column-gap: 10px;
}

section.service-areas-locations .e-con-inner > .elementor-widget-call-to-action {
    margin-bottom: 10px;
    break-inside: avoid;
}


/*** Responsive Css ****/

@media(max-width:1400px){
	header header a.elementor-button span {
    font-size: 15px;
    white-space: nowrap;
}
	
section.services-listing-list .elementor-element .elementor-element.elementor-widget-call-to-action {width: 31%;}
section.services-listing-list {
    padding-bottom: 50px;
}
	
}

@media(max-width:1200px){
	header header .elementor-widget-theme-site-logo.elementor-widget-image img {
    width: 100px !important;
}
header header .e-con-inner .elementor-menu-toggle svg {
    fill: #fff !important;
}
	header header .e-con-inner {
    margin: 0px !important;
    padding: 0px !important;
}
	section.service-areas-locations .e-con-inner .elementor-element.elementor-widget.elementor-widget-call-to-action {
    width: 100% !important;
}

section.service-areas-locations .e-con-inner .elementor-element.elementor-widget.elementor-widget-call-to-action .elementor-cta h3.elementor-content-item {
    font-size: 24px;
}
	
}

@media(max-width:999px){
	section.whatwedo-sections {
    padding-bottom: 50px;
}
	section.services-listing-list .elementor-element .elementor-element.elementor-widget-call-to-action {
        width: 48%;
    }
}

@media(max-width:768px){
	section.services-listing-list .elementor-element .elementor-element.elementor-widget-call-to-action {
        width: 100%;
    }
	section.welcome-sections {
    padding-top: 50px;
}
	section.service-areas-locations .e-con-inner{
		column-count:2 !important;
	}
}

@media(max-width:592px){
	section.servicesare-sections .servicesare-rightcol ul.elementor-icon-list-items li.elementor-icon-list-item{width:50%;}
	section.service-areas-locations .e-con-inner{
		column-count:1 !important;
	}
}