/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1757404762
Updated: 2025-09-09 07:59:22

*/

.cs-section {
    position: relative;
    height: 650px;
    padding-top: 50px;
    overflow: hidden;
}

.parallax-img img{
    position: absolute;
    transition: transform 0.1s ease-out;
    will-change: transform;
}

.cs-gallery-grid .gallery {
    display: grid;
    grid-template-columns: 30% 40% 30%;
    gap: 15px;
}
.cs-gallery-grid .gallery figure.gallery-item {
    width: 100%;
    max-width: 100%;
}
.cs-gallery-grid .gallery figure.gallery-item img {
    aspect-ratio: 2 / 2;
    object-fit: cover;
	transition: .5s ease all;
}
.cs-gallery-grid .gallery figure.gallery-item {
    overflow: hidden;
	    height: 300px;
}

.cs-gallery-grid .gallery figure.gallery-item:hover img {
	transform: scale(1.1);
}

.cs-form form.wpcf7-form .cs-form-field p {
    margin: 0;
}
.cs-form form.wpcf7-form .cs-form-field label {
    width: 100%;
    display: block;
}
.cs-form form.wpcf7-form .cs-form-field label span.wpcf7-form-control-wrap {
    display: block;
}
.cs-form form.wpcf7-form .cs-form-field .wpcf7-form-control {
    border: 1px solid #e9e9e9 !important;
    resize: none;
    padding: 12px 15px;
    outline: 0 !important;
    box-shadow: none !important;
    background: rgba(255,255,255,0.6);
}
.cs-form-field + .cs-form-field {
    margin-top: 20px;
}
.form-action p {
    margin: 10px 0 0;
}
.form-action input.wpcf7-form-control.wpcf7-submit {
    background: var( --e-global-color-primary );
    color: #fff;
    border: 0;
    box-shadow: none;
    outline: 0;
    font-size: 20px;
    font-weight: 400;
    font-family: 'DM SANS';
    text-transform: uppercase;
    padding: 20px 40px 20px 40px;
}
.form-action {
    display: flex;
    justify-content: left;
    position: relative;
	text-align: left;
}
.form-action span.wpcf7-spinner {
    position: absolute;
    bottom: 17px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}
.form-action p {
    position: relative;
}
.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -13px;
    font-size: 14px;
    font-weight: 400;
    left: 3px;
}
header#masthead {
    position: sticky !important;
    top: 0;
/*     background: #f9f5ed; */
	transition: .4s ease all;
}
/* header#masthead {
    background: linear-gradient(#00000040 60%, #00000000);
} */

header#masthead #hfe-flyout-content-id-be9cb0d ul.sub-menu.sub-menu-open {
    padding: 10px;
}
header#masthead {
    position: sticky !important;
    top: 0;
}
.page-id-1834 header#masthead {
    background: #FBF8F0;
}
header#masthead.scrolled {
    background: #f5f1e5;
}
.scrolled a.hfe-menu-item {
    color: #291f01 !important;
}
nav.hfe-nav-menu__layout-horizontal {
    width: 100% !important;
}
.cs-notfound h1 {
	font-size: 72px;
	margin: 0 0 20px;
}
.cs-notfound p{
	font-size: 18px;
	margin-bottom: 30px;
	display: block;
}
.cs-notfound a{
	background: #c1a13a;
	font-family: "Cinzel", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    padding: 20px 40px 20px 40px;
	border-radius: 3px;
    color: #fff;
	display: table;
	margin: 0 auto;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.form-action input.wpcf7-form-control.wpcf7-submit:hover,
.cs-btn a:hover{
	opacity: .8;
}
/* web*/
.cus_slider button.slick-arrow {
    background: transparent !important;
    font-size: 0 !important;
    border: 0px !important;
    position: relative;
}
ul.slick-dots{
	    list-style: none;
	margin:0;
	padding;0;
	display:flex;
	gap:5px;
	justify-content:center;
}
/* ul.slick-dots li {
	width: 12px;
	height:12px;
	border-radius:50%;
	background-color:#c1a13a4d;
}
ul.slick-dots li.slick-active{
	background-color:#c1a13a;
	width: 12px;
	height:12px;
}*/
/* ul.slick-dots li button {
	display:none;
}  */
ul.slick-dots {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 5px;
}
ul.slick-dots li{
    border: 2px solid #fff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
 ul.slick-dots li.slick-active{
    border: 2px solid #c1a13a;
}
ul.slick-dots li button{
    width: 12px;
    height: 12px;
    background-color: #c1a13a;
    border-radius: 50%;
    font-size: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-shadow: none;;
}
ul.slick-dots li button:hover{
	    background-color: #c1a13a;
}
ul.slick-dots li.slick-active button{
    background-color: #c1a13a;
}
ul.slick-dots {
    padding: 20px 0 0 0;
}
.cus_services:hover {
    transform: translateY(-10px);
}
.slick-track{
	display:flex !important;
	align-items:stretch;
}
.cus_slider .slick-slide {
    margin: 0 10px;
}
.slick-slide {
    height: unset !important;
    box-shadow: none !important;
    border: 1px solid #eee;
}
.single_slider .slick-slide {
    margin: 0 10px;
}
.cus_faq .e-n-accordion-item-title-text {
    font-size: 20px !important;
    font-weight: 500;
}
.cus_faq .e-n-accordion-item-title {
    border: 1px solid transparent !important;
}
.cus_faq .e-n-accordion-item {
    margin: 20px 0;
    border-radius: 8px !important;
    border: 1px solid #eee;
}
.cus_faq .e-n-accordion-item .e-flex.e-con.e-child {
    border: 1px solid transparent;
    padding-top: 10px;
}
.cus_icon {
    position: absolute;
    right: -70px;
    top: 50%;
	z-index:2;
}
.cs-form textarea.wpcf7-form-control.wpcf7-textarea {
    height: 120px;
}

.cus_sliders {
    overflow-x: scroll;
    display: flex;
    flex-wrap: nowrap;
    justify-content:unset;
}

.cus_sliders > .elementor-element {
    min-width: 340px;
}
.cus_sliders::-webkit-scrollbar {
  width: 10px;              
}

.cus_sliders::-webkit-scrollbar-track {
  background: #eee;        
  border-radius: 10px;
}

.cus_sliders::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #007bff, #00bfff);
  border-radius: 10px;
}

.cus_sliders::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #0066cc, #00aaff);
}


.cus_sliders {
  scrollbar-width: thin;              
  scrollbar-color: #C1A13A #eee;   
	    padding-bottom: 20px;
}
span.hfe-menu-toggle.sub-arrow.hfe-menu-child-0, span.hfe-menu-toggle.sub-arrow {
    border: 0px dotted #ffffff00 !important;
}
.cus_img_width img {
    width: 100%;
    max-width: 100% !important;
    position: initial !important;
}
.cus_img_width a#bbblink.ruvtbul {
    height: auto !important;
}
.cus_img_width a#bbblink.ruvtbul:hover img {
    margin-left: 0;
}
.cus_texas .cus_services .cus_texas_hover{
	display:none;
}
.cus_texas .cus_services:hover .cus_texas_hover {
	display:block;
	transition: all 0.8s ease;
}
.cus_services:hover {
    background: #c1a13a !important;
    transition: all 0.8s ease;
}
.cus_images_filter img {
	filter: brightness(81%) sepia(68%) saturate(94%) hue-rotate(0deg);
}
.form-action input.wpcf7-form-control.wpcf7-submit {
	border-radius: 0px;
}
/* web*/
@media all and (max-width: 1200px){
	.cs-gallery-grid .gallery figure.gallery-item {
    height: 250px;
}
}
@media all and (max-width: 991px){
	.cs-gallery-grid .gallery figure.gallery-item {
    height: 210px;
}
	.cs-mobile-button a.elementor-button {
		width: 48px;
		height: 48px;
		padding: 0 !important;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.hfe-nav-menu-icon {
		padding: 0;
	}
	.hfe-nav-menu-icon svg {
		width: 28px;
		height: auto !important;
	}
}
@media all and (max-width: 767px){
	.cus_texas .cus_services .cus_texas_hover{
	display:block;
}
		.cs-gallery-grid .gallery figure.gallery-item {
    height: 300px;
}
	.cs-gallery-grid .gallery {
		display: grid;
		grid-template-columns: 1fr;
		gap: 15px;
	}
	.cs-section {
		position: relative;
		height: 490px;
		padding-top: 0;
	}
	.cs-img-3 .parallax-img img {
		width: 90% !important;
		height: 270px !important;
		object-fit: cover !important;
		object-position: center center !important;
		display: block;
		margin: 0 auto;
		right: 0;
		top: -250px;
	}
	.cs-notfound p{
		font-size: 16px;
	}
}

