/* 
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 */
h1, h2, h3, h4, h5, h6, ul li, ol li , label {
	 font-family: "Playfair" !important;
}
h2{
	 color: black !important;
	font-weight: 500 !important;
font-size: 44px !important;
}
h1{
	font-weight:600 !important;
	font-size: 60px !important;
	color: #fff !important;
}
.button a {
    padding: 16px 37px;
    border-radius: 51px;
    border: 1px solid white;
    background-color: transparent !important;
	Font-weight: 700 !important;
	
}
.button a:hover {
    color: #000000;
    background-color: #ffffff !important;
}
.buttontwo a {
    padding: 16px 37px;
    border-radius: 51px;
    border: 1px solid black;
    background-color: transparent !important;
	Font-weight: 700 !important;
	color: black !important;
	
}
.buttontwo a:hover {
    color: #ffffff !important;
    background-color: #000000 !important;
}
.buttonthree a {
    padding: 16px 37px;
    border-radius: 51px;
    border: 1px solid #CF1C19;
    background-color: transparent !important;
	Font-weight: 700 !important;
	color: #CF1C19  !important;
	text-decoration: none;
}
.buttonthree a:hover {
    color: #ffffff !important;
    background-color: #CF1C19 !important;
}
.buttonfour a {
    padding: 16px 37px;
    border-radius: 51px;
    
    background-color: #CF1C19 !important;
	Font-weight: 700 !important;
	color: #ffff  !important;
	text-decoration: none;
}

p{
	color: black !important;
	font-weight:300 !important;
font-size: 18px !important;
	 
}
p, button, a, span {
	font-family: "inter", sans-serif !important;
}
.footer p{
	color: white !important;
}
.footer h3{
	color: white !important;
	 font-family: "inter", sans-serif !important;
}
.inter {

	 font-family: "inter", sans-serif !important;
}
.form input,select,textarea {
    background: #F7F7F7 !important;
}
.form input,select,textarea {
    border-radius: 7px !important;
    border: unset !important;
    background: #F7F7F7 !important;
}
.form input{
	 height: 50px !important;
}
.form input::placeholder,
.form textarea::placeholder {
    opacity: 1 !important;
    color: black !important;
	font-size: 16px !important;
    font-weight: 400 !important;
}
.form select {
	    height: 50px !important;
    color: black !important;
    font-size: 16px !important;
    font-weight: 300 !important;
}
.form button {
    width: 230px !important;
    height: 49px !important;
    color: #fff !important;
    border-radius: 69px !important;
    
    background-color: #CF1C19!important;
}
.form .wpforms-submit-container {
    text-align: right;
}
.form .wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 6px 0;
    position: relative;
}
div#wpforms-460-field_8-container,div#wpforms-460-field_12-container,div#wpforms-460-field_1-container {
    padding: 0px;
}
.contact-form input,textarea {
	  background: #F7F7F7 !important;
    border-radius: 7px !important;
    border: unset !important;
    background: #F7F7F7 !important;
}
.contact-form  input{
	 height: 50px !important;
}
.contact-form input::placeholder,
.contact-form  textarea::placeholder {
    opacity: 1 !important;
    color: black !important;
	font-size: 16px !important;
    font-weight: 300 !important;
}
.contact-form  button {
    width: 100% !important;
    height: 49px !important;
    color: #fff !important;
	background-color: #344835 !important;
	border-radius: 7px !important;
}
.contact-form .wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 3px 0 !important;
    position: relative;
}
.contact-form div.wpforms-container .wpforms-form  .wpforms-layout-column {
    padding: 0 6px !important;
    word-break: break-word;
}
.sticky-btn {
    position: fixed;
    top: -2px;
    left: 0px;
    z-index: 998 !important;
    background-color: #CF1C19 !important;
    padding: 6px !important;
}
.sticky {
    position: fixed;
    top: 0;
    right: 0;
    width: 85%;
    z-index: 997 !important;
    background-color: #CF1C19 !important;
    border: none !important;
}
div#cf-overlay-1 {
    display: none !important;
}