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

.elementor-item-active {
	font-weight: 600 !important;
}

.moving-quote {
	text-align: center;
}

.moving-quote label,
.request-banner label{
	color:#fff;
	font-size:14px;
}

.buttons-banner p {
	color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2em;
	margin-bottom: 20px;
}

.btn-box a {
	font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0px;
	display: inline-block;
    word-spacing: 0em;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #F1592A;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F1592A;
    border-radius: 6px 6px 6px 6px;
    padding: 14px;
}
.btn-box a:hover{
	background-color: transparent;
	border-color: #F1592A;
	color: #F1592A;
}

.buttons-banner h3 {
	color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
	margin-bottom: 20px;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2em;
}



.request-banner textarea{
	max-height:80px;
}
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{
	border-radius:6px;
	border-color:#fff;
	padding:6px 16px;
}
.request-banner [type=button], .request-banner [type=submit], .request-banner button{
	width:100%;
	border-radius:6px;
	background:#F1592A;
	color:#fff;
/* 	border-color:#68D320; */
	font-weight:600;
}
.elementor-widget-testimonial-carousel .elementor-testimonial__text{
	font-style:normal !important;
}
.contact-form input[type=date], .contact-form input[type=email], .contact-form input[type=number], .contact-form input[type=password], .contact-form input[type=search], .contact-form input[type=tel], .contact-form input[type=text], .contact-form input[type=url], .contact-form select, .contact-form textarea{
	border:1px solid #ccc;
	padding:9px 20px;
}
.contact-form label{
	font-family: "Poppins", Sans-serif;
	padding-bottom:10px;
	color: var(--e-global-color-secondary);
}
.contact-form textarea{
	max-height:120px;
}
.contact-form [type=button], .contact-form [type=submit], .contact-form button{
	font-family: "Poppins", Sans-serif;
	font-size: 17px;
	font-weight: 600;
	text-transform: capitalize;
	font-style: normal;
	text-decoration: none;
	line-height: 1em;
	letter-spacing: 0px;
	word-spacing: 0em;
	fill: #FFFFFF;
	color: #FFFFFF;
	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: 6px 6px 6px 6px;
	padding: 16px 26px 16px 26px;
}


@media only screen and (max-width: 1200px) and (min-width: 1024px)  {
	.elementor-48 .elementor-element.elementor-element-1c9e8e02 .elementor-nav-menu .elementor-item{
		font-size:15px !important;
		margin-left:12px !important;
		margin-right:12px !important;
	}
	.elementor-48 .elementor-element.elementor-element-31b97cb5 img {
		width: 220px !important;
	}
	.elementor-48 .elementor-element.elementor-element-2f64d988 .elementor-button {
		font-size: 15px !important;
		padding: 14px 16px !important;
		margin-left:5px !important;
		margin-right:5px !important;
	}
}
@media only screen and (min-width: 768px) {
	.row{
	display:flex;
	flex-wrap:wrap;
	margin-left:-10px;
	margin-right:-10px;
}
	.col-md-12 {
	width:100%;
	padding-left:10px;
	padding-right:10px;
}
	.col-md-6{
	width:50%;
	padding-left:10px;
	padding-right:10px;
}
}
@media only screen and (max-width: 600px) {
	.request-banner label{
		font-size:13px;
		letter-spacing:-.3px;
	}	
}