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


/*
 * Custom Icon And Linking (Footer )
 * */

.contactIcons .elementor-icon-box-wrapper{
	align-items: center;
}
.contactIcons a.elementor-icon::after {
    content: '';
    position: absolute;
    width: 100%;
    background: #00000000;
    height: 100%;
    top: 0;
    left: 0;
}
.contactIcons .elementor-icon-box-icon {
    margin: 0 !important;
    border: 1px solid #dfff;
    padding: 20px;
    border-radius: 100px;
    margin-right: 20px !important;
	width: 60px;
    height: 60px;
}
.contactIcons.Pop .elementor-icon-box-icon {
	border: 1px solid #081822;
}
h3.elementor-icon-box-title {
    margin: 0;
}
.content-team a{
	color:#fff;
	text-decoration:none;
	transition:all 0.6s ease;
}
.content-team a:hover{
	color:#081822
}
marquee.marqee h2 span, marquee.marqee h2 {
    color: #fff; font-weight: 600;
}


.gform-theme--foundation .gfield .ginput_password, .gform-theme--foundation .gfield input, .gform-theme--foundation .gfield select, .gform-theme--foundation .gfield textarea {
    background-color: transparent !important;
    border: 1.5px solid #ddd !important;
    border-radius: 8px !important;
    padding: 6px 20px !important;
    height: auto !important;
    color: #fff !important;
}
.gform-theme--foundation .gfield .ginput_password::placeholder, 
.gform-theme--foundation .gfield input::placeholder, 
.gform-theme--foundation .gfield select::placeholder, 
.gform-theme--foundation .gfield textarea::placeholder 
	{
		  color: #ffffff75 !important;
	}
.gform-body.gform_body input:focus,.gform-body.gform_body textarea:focus {
    outline: 0;
    box-shadow: 0 0 0 transparent;
}
	
.gform-theme--foundation .gfield textarea{
	height:100px !important;
}
.gform-theme--foundation .gform_fields{
	row-gap: 15px !important;
}
.gform-footer input[type="submit"] {
    background-color: #fff !important;
    color: #081822 !important;
    border-radius: 100px !important;
    padding: 15px 30px !important;
    height: auto !important;
	border:1px solid #081822 !important;
	transition:all 0.6s ease;
}
.gform-footer input[type="submit"]:hover{
	background-color:transparent !important;
	color: #fff !important;
	border:1px solid #FFF !important;
}

div#gform_confirmation_message_2 {
    color: #fff;
    border: 1px solid;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 20px;
	 display: inline-block;
}
div#gform_confirmation_message_1 {
    font-size: 14px;
    color: #fff;
    border: 1px solid;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 20px;
}
/*
 * Newsletter Form
 * */
.gform_wrapper  p.gform_required_legend {
    display: none !important;
}
#gform_2 label.gfield_label.gform-field-label {
    color: #fff;
    font-family: "NeueMontreal", sans-serif;
    font-size: 20px;
}

#gform_2 input[type="email"]{
	border:0 !important;
	border-radius:0 !important;
	border-bottom:1px solid #fff !important;
	padding: 10px 0 !important;
}
#gform_2 .gform-footer.gform_footer.top_label {
    position: absolute;
    bottom: 0px;
    right: 0;
    height: 50px;
    width: 20px;
    z-index: 9;
	margin:0 !important;
}
#gform_2 .gform-footer.gform_footer.top_label input[type="submit"] {
    position: relative !important;
    font-size: 0 !important;
    padding: 0 0 !important;
    height: 50px !important;
    width: 20px !important;
    border-radius: 0 !important;
    display:block;
    background-color:transparent !important;
    border:0 !important;
    z-index: 2;
}
#gform_2 .gform-footer.gform_footer.top_label input[type="submit"]:hover{
	border:0 !important;
	
}
#gform_2 .gform-footer.gform_footer.top_label::after{
	content:'\f061';
	font-family: "Font Awesome 6 Pro";
	position:absolute;
	height: 100%;
	width:100%;
	top: 30%;
	left: 6px;
	z-index: 0;
	color:#fff;
	font-size: 14px;
}
div#gform_2_validation_container {
    display: none;
}

#gform_2  .gfield {
    display: flex;
    flex-direction: column;
}

#gform_2  .gfield label {
    order: 1;
}

#gform_2  .gfield > div {
    order: 3;
}

#gform_2  .gfield > div.validation_message {
    order: 2;
}

#gform_2 input[type="email"]::placeholder{
	color:#fff !important;
}



@media (max-width:600px){
	marquee.marqee h2 span {
		color: #fff;
		font-size: 18px;
	}
}
