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

/** Button **/ 

.page-id-353 #contact-button-header {
	display: none !important;
}

.elementor-button span.elementor-button-icon.elementor-align-icon-left {
    padding: 10px 12px;
    border: 2px solid #5A9A48;
} 

.elementor-button span.elementor-button-text {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
 
#home-testimonial i.eicon-chevron-left::before,
#home-testimonial i.eicon-chevron-right::before {
padding: 10px 12px;
    border: 2px solid #5A9A48;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	
}

#home-testimonial i.eicon-chevron-left::before {
	content: "\f060";
}

#home-testimonial i.eicon-chevron-right::before { 
	 content: "\f061";
}

#home-testimonial .elementor-swiper-button.elementor-swiper-button-prev {
    left: 17% !important;
    transform: translateY(-50%);
    top: 100%;
}
#home-testimonial .elementor-swiper-button.elementor-swiper-button-next {
    right: 65% !important;
    transform: translateY(-50%);
    top: 100%;
}


/** Form ***/
.custom-row.row.custom-full {
	display: block;
}
.custom-row.row {
    display: flex;
}

.row.custom-row .col-md-6 p {
    margin-bottom: 0;
}

.row.custom-row .col-md-12 p {
    margin-bottom: 0;

}

.row.custom-row .col-md-12 {
		  width: 97.9%;
    margin-right: 0px;
}

.custom-row.row.custom-full .col-md-12.submit-btn {
    text-align: right;
    margin-top: 10px;
}

.custom-row.row label {
    display: none;  
} 


.custom-row.row .col-md-6 {
    width: 48.5%;
    margin-right: 5px;
}

.custom-row.row .col-md-4 {
    width: 32%;
    margin-right: 5px;
}

span.wpcf7-spinner {
	display: none !important;
}

.col-md-4.submit-btn p {
	margin-bottom: 0 !important;
}

.col-md-4.submit-btn { 
    text-align: right; 
	margin-top: 23px;
	margin: auto;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    width: 100%;
	background: transparent;
    border-bottom: 1.9px solid #fff !important;
    border-radius: 0px;
    padding: 0.5rem 1rem;
    transition: all .3s;
    font-size: 16px;
    padding: 10px 20px 15px 0px;
    border: 0;
	color:#fff;
}
.wpcf7 form.sent .wpcf7-response-output {
	color:#fff;
}
/* input.wpcf7-form-control.has-spinner.wpcf7-submit::before {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: block;
    position: absolute;
} */

/* .wpcf7-submit {
font-family: FontAwesome !important;
}  

.wpcf7-form-control{
font-family: FontAwesome !important;
}
  */
/* .wpcf7-submit::first-letter {
  font-family: "Font Awesome 5 Free";
  float:right;
  font-weight:900;
  margin: 0 0 0 5px
} */

.wpcf7-submit i.fas.fa-arrow-right {
    padding: 10px 12px;
    border: 2px solid #5A9A48;
    margin-right: 10px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 100px;
}

.col-md-12.submit-btn {
    margin-top: 50px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #1F91E5;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #1F91E5;
}

[type=button], [type=submit], button {
	display: inline-block;
    line-height: 1;
    background-color: #69727d;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;
	    color: var(--e-global-color-accent );
    background-color: var(--e-global-color-primary );
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-primary );
    border-radius: 50px 50px 50px 50px;
	    font-family: var(--e-global-typography-accent-font-family ), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight );
}

@media screen and (max-width: 767px) {
		#home-testimonial .elementor-swiper-button.elementor-swiper-button-prev {
			left: 10% !important
		}

		#home-testimonial .elementor-swiper-button.elementor-swiper-button-next {
			right: 55% !important;
		}
	}

@media screen and (min-width: 768px) and (max-width: 1024px) {
		#home-testimonial .elementor-swiper-button.elementor-swiper-button-prev {
			left: 5% !important;
			top: 80%;
		}
	
		#home-testimonial .elementor-swiper-button.elementor-swiper-button-next {
			right: 80% !important;
			top: 80%;
		}
	}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
		#home-testimonial .elementor-swiper-button.elementor-swiper-button-prev {
			left: 5% !important;
			top: 100%;
		} 
	 
		#home-testimonial .elementor-swiper-button.elementor-swiper-button-next {
			right: 10% !important;
			top: 100%;
		}
	}