/*
	Theme Name: Twenty Twenty-Four Child
	Theme URI: https://wordpress.org/themes/twentytwentyfour/
	Author: the WordPress team
	Author URI: https://wordpress.org
	Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
	Requires at least: 6.4
	Tested up to: 6.4
	Requires PHP: 7.0
	Version: 1.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
	Text Domain: twentytwentyfour-child
	Template: twentytwentyfour
*/
.wpcf7-form
 {
    padding: 46px;
    background: #0097b2;
    /* border: #0097b2; */
}
label {
    color: #fff;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    /* background: #f1f1f1; */
    border: none;
    padding: 10px;
    max-width: 100%;
    border: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    box-shadow: 0 1px 2px rgba(0,0,0,.12) inset;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.12) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.12) inset;
    -o-box-shadow: 0 1px 2px rgba(0,0,0,.12) inset;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    background-color: #e1e1e1;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    color: #000;
    border-bottom: 1px solid #fff;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: aqua;
    padding: 14px 25px;
    font-size: 20px;
    color: white;
    background-color: #ffbd59;
    border: none;
    border-radius: 5px;
    font-family: 'Poppins';
    cursor: pointer;

}
/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;
  
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
ul#menu-primary {
    display: none;
}

.desk-hide{
     display:none;
    
}
body{
    background-color:white;
    
}
.elementor-6 .elementor-element.elementor-element-03a64e4 .elementor-image-box-wrapper .elementor-image-box-img {
    width: 100%;
}
.elementor-6 .elementor-element.elementor-element-e698ded .elementor-image-box-wrapper .elementor-image-box-img {
    width: 100%;
}
@media only screen and (max-width:991px){
    .mob-hide{
    display:none;
    
}
   .desk-hide{
     display:block !Important;
    
    
} 
.desk-hide .elementor-widget-wrap{
        justify-content: space-between !Important;
    
}
.elementor-100 .elementor-element.elementor-element-8c031ca nav.hfe-dropdown{   background-color: #ffbd59;
    top: 84px;
 
}
.column {
  float: left;
  width: 100%;
  padding: 10px;
  
}
}
@media only screen and (max-width:768px){
.elementor-100 .elementor-element.elementor-element-8c031ca nav.hfe-dropdown {
    background-color: #ffbd59;
    top: 58px;
}
}