/*
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
*/

/* .main_header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #ffffff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
} */
.hero_section form label {
    width: 100% !important;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.5px;
    color: #000000;
}
.hero_section form label input{
	border-radius:5px !important;
}
input:focus-visible {
	outline:0px;
}
select:focus-visible {
	outline:0px;
}
.hero_section form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #1E58A9;
    color: #fff;
    border: 0px solid;
    width: 32%;
    border-radius: 5px;
}

.hero_section form p input[type="submit"] {
    text-align: center !important;
    width: 100% !important;
	max-width:35% !important;
    margin: 0 auto !important;
    display: block !important;
}

.hero_section form p span.wpcf7-spinner {
    position: absolute;
}


.contact_section form label {
 width: 100% !important;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.5px;
    color: #000000;
}
.contact_section form label input{
	border-radius:5px !important;
}
.contact_section form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #1E58A9;
    color: #fff;
    border: 0px solid;
    width: 32%;
    border-radius: 5px;
}
.contact_section form p input[type="submit"] {
    text-align: center !important;
    width: 100% !important;
	max-width:35% !important;
    margin: 0 auto !important;
    display: block !important;
}

.contact_section form p span.wpcf7-spinner {
    position: absolute;
}

.project_gallery_section .gallery-item .gallery-icon.landscape img {
	height: 246px;
    display: block;
	object-fit:cover;
}
.project_gallery_section .gallery-item .gallery-icon.portrait img {
	height: 246px;
    display: block;
	object-fit:cover;
}


  @media only screen and (min-width: 1300px) and (max-width: 1600px) {
	  body {
		  zoom:0.67;
	  }
/* 	  .elementor-66 .elementor-element.elementor-element-ae78fd8 {
		min-height: 154vh;
		} */
	  
	  .hero_section .e-con-inner {
		          padding: 200px 0px 80px 0px !important;
	  }

}
