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

.as-head {
  background: linear-gradient(90deg, #04146D, #18407C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.as-icon:hover .as-icon-box span.elementor-icon {
    fill: #ffffff !important;
}
.as-icon:hover .as-icon-box h3 {
    color: #ffffff !important;
}
/* 
.home-icon > a::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    vertical-align: middle;
    background: no-repeat center / contain
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M541 229.16 327.4 43.36c-21.6-18.7-53.2-18.7-74.8 0L35 229.16c-10.7 9.3-12.1 25.1-3.4 36.1s24.3 12.9 35 3.6L96 243.6V464c0 26.5 21.5 48 48 48h96V352h96v160h96c26.5 0 48-21.5 48-48V243.6l29.4 25.3c10.7 9.3 26.3 7.5 35-3.6s7.3-26.8-3.4-36.1z'/%3E%3C/svg%3E");
} */

/* Contact us page css start  */

.pm-form input.wpcf7-form-control.wpcf7-text, .pm-form textarea.wpcf7-form-control.wpcf7-textarea {
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #ffffff !important;
    border-radius: 0px !important;
	padding:20px 10px !important;
}
.pm-form input.wpcf7-form-control.wpcf7-text, .pm-form textarea.wpcf7-form-control.wpcf7-textarea {
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #ffffff !important;
    border-radius: 0px !important;
	padding:25px 10px !important;
	margin-top:10px !important;
}
.pm-form input.wpcf7-form-control.wpcf7-text::placeholder, .pm-form textarea.wpcf7-form-control.wpcf7-textarea::placeholder{
	color:#fff !important;
	font-size:15px !important;
	font-weight:600;
	font-family: "Playfair Display", Sans-serif;
}
.pm-form textarea.wpcf7-form-control.wpcf7-textarea{
	height:150px !important;
}
.pm-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #fff !important;
    border: 0px !important;
    padding: 15px 63px !important;
    color: #18407C!important;
	margin-top:20px !important;
}
/* contact us page css end */

