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


a {
    color: #0d6efd;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.my-auto{
	margin-top:auto;
	margin-bottom:auto;
}
.green-txt{
    color: #28a745;
}

.price span {
    padding: 9px 18px;
    background: #28a745;
    font-size: 28px !important;
    font-weight: 600;
    border-radius: 5px;
    display: inline-block;
    margin-left: 10px;
}
.contact-info .elementor-icon-box-wrapper {
    align-items: center !important;
}

.contact-info .elementor-icon-box-wrapper a:hover {
    color: #025de4 !important;
}

/* Form CSS */
.nf-before-form-content{
	display:none;
}
.nf-form-cont .nf-field-element input {
    padding: .810rem .96rem !important;
    border-color: #dae1e3 !important;
    font-size: 16px;
    color: #656565;
    border-width: 2px !important;
    background-color: #fff !important;
    font-size: 16px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.nf-form-cont .nf-field-element input::placeholder{
   color: #c4c3c3;
}
.nf-form-cont .field-wrap:not(.submit-wrap, .recaptcha-wrap) .nf-field-element input:focus {
    -webkit-box-shadow: 0 0 5px rgba(128, 189, 255, 0.5);
    box-shadow: 0 0 5px rgba(128, 189, 255, 0.5);
	color: #212529;
    border-color: #86b7fe !important;
    outline: 0;
}
.nf-form-cont .field-wrap:not(.submit-wrap, .recaptcha-wrap) .nf-field-element input {
    padding-left: 44px !important;
}
.nf-form-cont .nf-field-container {
    margin-bottom: 20px;
}
.nf-form-cont input[type="submit"] {
    color: #fff;
    display: block !important;
    width: 100% !important;
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
    font-weight: 500;
    border-radius: .25rem !important;
    border-width: 2px !important;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}
.nf-form-cont input[type="submit"]:hover {
	background-color: #025de4 !important;
    border-color: #025de4 !important;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.nf-form-cont .field-wrap:not(.submit-wrap, .recaptcha-wrap) .nf-field-element::before {
    font-family: 'Font Awesome 6 Free';    
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    position: absolute;
    top: 19px;
    font-size: 18px;
    left: 15px;
	color: #c4c3c3;
}
.nf-form-cont .field-wrap.firstname-wrap .nf-field-element::before{
content: "\f007";
}
.nf-form-cont .field-wrap.email-wrap .nf-field-element::before{
content: "\f0e0";
}
.nf-form-cont .field-wrap.textbox-wrap:not(.submit-wrap, .recaptcha-wrap) .nf-field-element::before{
content: "\24";
	left: 18px;
}
@media (max-width:640px){
	.price span {
		font-size: 22px !important;
	}
}
@media (min-width:480px) and(max-width:767px){
	.domain-txt .elementor-heading-title{
		font-size:2.5rem !important;
	}
}