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




.banner_heading span {
    color: var( --e-global-color-7461008 );
}
.elementor-heading-title strong {
    font-weight: 700;
}
.contact_form {
    display: flex;
    flex-wrap: wrap;
	margin-left: -20px;
}
.contact_form .form_field {
    width: calc(100% - 20px);
    margin-left: 20px;
	margin-bottom: 20px;
}
.contact_form .form_field.half_column {
    width: calc(50% - 20px);
}
.contact_form .form_field label.form_label {
    display: none;
}
.contact_form .form_field p {
    margin: 0;
}
.contact_form .form_field br {
    display: none;
}
.contact_form .form_field .wpcf7-form-control {
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 6px;
    font-size: 14px;
    min-height: 46px;
}
.contact_form .form_field.btn_box {
    margin-bottom: 0;
}
.contact_form input.wpcf7-form-control.wpcf7-submit {
    background: #000;
    border: 2px solid #000;
	border-radius: 0;
    color: #ffffff;
    min-height: auto;
    line-height: 1.1;
}
.contact_form input.wpcf7-form-control.wpcf7-submit:hover {
    background: #f47b23;
    border-color: #f47b23;
}
.about_video .elementor-custom-embed-play {
    background: #ffffff;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.about_video .elementor-custom-embed-play svg {
    margin-right: -4px;
}
.scroll_top .elementor-icon-wrapper, .scroll_top .elementor-icon {
    display: inline-flex;
    cursor: pointer;
}
.review_slider .swiper-slide-inner, .review_slider .swiper-slide .elementskit-single-testimonial-slider {
	height: 100%;
}
.review_slider .swiper-slide {
	height: auto;
}
.our_features .elementor-icon-box-title {
    border-bottom: 1px solid rgba(255,255,255,.5);
    padding-bottom: 15px;
}
@media (max-width: 1024px){
	.elementskit-menu-container svg.elementskit-submenu-indicator {
		border-radius: 0 !important;
		padding: 6px !important;
		width: 25px !important;
		margin-left: auto !important;
	}
}