/* 
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#masthead {
    height: 0 !important;
    z-index: 9999;
    position: relative;
}
section#banner-sec h2 {
    position: relative;
    z-index: 1;
}
section#banner-sec h2:before {
    content: "";
    background: url("/wp-content/uploads/2024/09/Group-3-1.png") no-repeat;
    width: 100%;
    height: 260px;
    position: absolute;
    bottom: -41px;
    left: 28px;
    z-index: -2;
}
section#service-sec .elementor-image-box-wrapper h3 {
    font-family: 'Libre Baskerville' !important;
    font-style: italic !important;
    font-size: 18px !important;
    letter-spacing: 1.6px;
    color: #AAAAAA;
    border: 1px solid #B58C3C;
    padding: 16px 0;
    transition: 500ms all ease-in-out;
}
section#service-sec .elementor-image-box-wrapper:hover h3 {
    background-color: #B58C3C;
    color: #181818;
}
section#cta-sec a {
    background: #181818 !important;
}
section#get-sec button {
    background: #A57B2C !important;
    box-shadow: none !important;
}
section#get-sec button:hover {
    background: #E8D283 !important;
}
div#gallery-sec a img {
    height: 500px !important;
    object-fit: cover;
}
section#gallery-inner img {
    height: 500px !important;
    object-fit: cover;
}
footer.elementor-slideshow__footer.elementor-lightbox-prevent-close .elementor-slideshow__title {
    display: none !important;!I;!;
}
div#respond {
    color: #fff !important;
}
.setMarquee span {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 16px !important;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0px;
    justify-content: space-evenly;
    font-size: 1.6em;
	text-transform: capitalize;
}
.setMarquee label {
    display: inline-block;
    width: 50px;
    height: 2px;
    background: #fff;
    margin: 0px 0%;
}
.setMarquee {
    height: 50px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
	background-color: #ff0000;
}
/* nested div inside the container */
.setMarquee div {
    display: flex;
    width: 200%;
    position: absolute;
    overflow: hidden;
    animation: marquee 12s linear infinite;
    top: 4px;
    left: 0px;
    bottom: 0;
}
/* span with text */
.setMarquee span {
    float: left;
    width: 84%;
}
/* keyframe */
@keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}
body a {
    pointer-events: none !important;
}

@media only screen and (max-width: 1000px) {
	section#banner-sec h2:before {
    	left: -53px !important;
    	bottom: -11px !important;
    	width: 436px !important;
    	background-size: cover !important;
    	height: 230px !important;
  	}
	.setMarquee span {
		font-size: 14px !important;
		width: 100% !important;
	}
	.setMarquee {
		height: 64px !important;
	}
}