/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * 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.
 */

body{
	background: linear-gradient(269.38deg, #7B7774 22.12%, #888585 40.57%, #898582 54.12%, #8C8783 67.5%, #A8A39D 80.35%, #9E9B99 86.52%, #6A6562 93.76%, #5E585A 99.06%),
linear-gradient(180deg, rgba(0, 0, 0, 0.4) -2.08%, rgba(12, 12, 12, 0.52) 19.08%, rgba(25, 25, 25, 0.71) 41.52%, rgba(44, 44, 44, 0.95) 56.47%, rgba(0, 0, 0, 0.82) 100%);
}
.container{
	max-width: 1440px;
	margin: 0 auto !important;
	padding: 0 40px !important;
}
@media only screen and (max-width: 1280px){
	.container{
		padding: 0 30px !important;
	}
}

@media only screen and (max-width: 768px){
	.container{
		padding: 0 20px !important;
	}
}

.header-sec{
	background: linear-gradient(275.5deg, #7B7774 0.5%, #847F79 7.52%, #656364 15.59%, #726E6D 23.87%, #898582 32.15%, #807A73 41.52%, #8C8783 49.75%, #C3BBB8 66.05%, #ACA39A 75.01%, #847B74 82.91%, #6A6562 92.17%, #5E585A 98.95%) !important;
}
.contact-form form .form-control, .contact-form form .wpcf7-select.form-select{
	font-size: .875rem;
    line-height: 23px;
    background: #ffffff00;
    border-radius: 6px;
    border: 1px solid #20293c;
    padding: .90rem .75rem;
    margin-bottom: 0.75rem;
    color: #ffffff;
    height: 55px;
}
.contact-form form .form-control::placeholder, .contact-form form .wpcf7-select.form-select::placeholder, .contact-form form  teaxtarea::placeholder{
	color: #8a94a8;
}
.contact-form form  textarea.form-control{
	height: 145px ;
    resize: none;
}
.contact-form .form-btn{
	box-shadow: 0 4px 20px #cc9c2440;
    background: #cc9c24;
    width: 100%;
    height: 55px;
    border: none;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
}
.contact-form .form-btn:hover{
	background: #fff;
	color: #eb8a2b;
}
.wp-call-button{
	bottom: 35% !important;
}
.contact-form2 .form-control{
    height: 50px;
    width: 100%;
    background-color: #ffffff0f;
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
    color: #ffffff;
    display: block;
    border: 1px solid #b5b2b259;
}
.contact-form2 .form-control::placeholder{
    color: #fff;
}
.contact-form2 textarea.form-control{
    height: 120px;
    resize: none;
}
.contact-form2 .dscf7-captcha-container {
    width: 240px;
    background: #3e3d3d;
}
.contact-form2 .dscf7-captcha-container span.dscf7_lt{
    color: #fff;
}
.contact-form2 .dscf7-captcha-container span.dscf7_lt .dscf7_refresh_captcha img{
	filter: invert(1);
}
a:active, a:hover {
    color: #ffffff;
}
.contact-form2 .form-btn {
    background-color: transparent;
    border: 1px solid #eb8a2b !important;
    border-radius: 3px;
    color: #eb8a2b !important;
}
.contact-form2 .form-btn:hover{
	background-color: #eb8a2b !important;
	color: #fff !important;
}