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


.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: #b69344;
    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:  #b69344;
    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;
}

.system_box_inner {
	transform: translateY(148px);
	opacity:0;
	transition:1s;
}
.system_box:hover .system_box_inner {
	    transform: translateY(0px);
	opacity:1;
	transition:1s;
}
.system_box .system_box_inner {
	transition:1s;
}

  @media only screen and (min-width: 1300px) and (max-width: 1600px) {
	  body {
		  zoom:0.67;
	  }
	  
	  .hero_section .e-con-inner {
		          padding: 200px 0px 80px 0px !important;
	  }

}
