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

html,body{
	width:100%;
	overflow-x:hidden;
}

.enquiry-btn {
    border: 1px solid var(--e-global-color-primary);
    padding: 0 10px !important;
}

.elementor-element .ekit-wid-con ul {
    padding: 0 0 0 20px;
}

.ekit-section-parallax-layer {
    display: none;
}

.single-post main {
    margin: 3rem 0;
}

.single-banner {
    position: relative;
    margin-bottom: 2rem;
}

.single-banner::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #000000a8;
}

.single-banner .page-header {
    padding: 4rem 0;
    min-height: 350px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
}

.single-banner .page-header .entry-title {
    text-align: center;
    color: #FFF;
    z-index: 1;
    margin: 0 auto;
}



@media screen and (min-width: 768px){
	.before-after-image .elementskit-image-comparison {
		height: 300px !important;
	}

	.before-after-image .elementskit-image-comparison>img {
		height: 100% !important;
		object-fit: cover;
	}
}