/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/


/* GENERAL CSS */



/* HEADER CSS */



/* HOMEPAGE CSS */
#services .elementor-image-box-img img {
    width: 100%;
}
#services .elementor-image-box-content {
    padding: 0px 20px 20px 20px;
}
#services .elementor-widget-image-box {
    height: 430px;
}
#contact .elementor-icon-box-description a {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
#contact .elementor-icon-box-description a:hover {
    color: #aeca2e;
}

/* INNER PAGE CSS */



/* FOOTER CSS */
.footer-sec .wpcf7 {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 0px 16px 0px #aaaaaaab;
}
.footer-sec .wpcf7 input, .footer-sec .wpcf7 select, .footer-sec .wpcf7 textarea {
    border: none;
    background-color: #f4f2f6;
    color: #a3a3a3;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Poppins';
    margin: 0 0 10px;
    padding: 15px 20px;
    border-radius: 6px;
}
.footer-sec .wpcf7 p {
    margin: 0;
}
.footer-sec .wpcf7 textarea {
    height: 160px;
}
.footer-sec .wpcf7 .in p {
    display: flex;
    justify-content: space-between;
}
.footer-sec .wpcf7 .in p span {
    width: 49%;
}
.footer-sec span.wpcf7-spinner {
    display: none;
}
.footer-sec .wpcf7-submit {
    background-color: #aeca2e !important;
    width: 100%;
    color: #fff !important;
    font-size: 18px !important;
}
.footer-sec .wpcf7-submit:hover {
    background-color: #1543a0 !important;
}
.footer-sec span.wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: -10px;
}


/* MEDIA QUERY CSS */
@media only screen and (max-width: 1366px) {
	#services .elementor-widget-image-box {
		height: 400px;
	}	
}
@media only screen and (max-width: 1024px) {
	
}
@media only screen and (max-width: 768px) {
	#services .elementor-widget-image-box {
		height: 350px;
	}
	#services .elementor-image-box-content {
		padding: 0px 10px 10px 10px;
	}	
	.footer-sec .wpcf7 {
		padding: 20px;
	}
	.footer-sec .wpcf7 input, .footer-sec .wpcf7 select, .footer-sec .wpcf7 textarea {
		font-size: 14px;
		padding: 10px 15px;
	}
}
@media only screen and (max-width: 570px) {
	.footer-sec .wpcf7 .in p {
		flex-wrap: wrap;
	}
	.footer-sec .wpcf7 .in p span {
		width: 100%;
	}
}


