/* 
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
*/
.tandc-page_content p a{
	text-transform: lowercase;
}

.ylw-hdng span {
	color: #C99121 !important;
}

.bldng-tool-col:hover .dwnld-btn svg path {
	fill: #fff !important;
}

.dwnld-btn a:focus svg path {
	fill: #fff !important;
}

.bldng-tool-col:hover .dwnld-btn a.elementor-button.elementor-button-link.elementor-size-sm {
	background: #192F4D !important;
}

.bldng-tool-col:hover .dwnld-btn span.elementor-button-text {
	color: #fff !important;
}

.bldng-tool-col:hover .bldng-icon-bx svg path {
	fill: #C99121 !important;
}

/* --- 02-02-26 --- */
.mail-frm .gfield{
	position: relative;
}

.mail-frm .gform-loader{
	position: absolute !important;
	right: 20px;
}

.mail-frm .gfield_validation_message{
	position: absolute;
	bottom: -3px;
	left: 30px;
	font-size: 10px;
}

.mail-frm .gform-body .gform_fields {
	width: 100% !important;
	position: relative;
}

.mail-frm #field_1_2 {
	width: 46% !important;
	position: relative;
}

.mail-frm #field_1_1 {
	width: 46% !important;
}

.mail-frm #field_submit {
	width: 30% !important;
	display: flex;
	justify-content: flex-end;
}

.mail-frm #field_1_2::after {
	content: '';
	width: 1px;
	height: 70%;
	right: -10px;
	top: 10px;
	background-color: #192f4d68;
	position: absolute;
}

/* --- 02-02-26 --- */

.mail-frm input:not([type="submit"]) {
	background: #FFFFFF !important;
	border: 1px solid #FFFFFF !important;
	border-radius: 10px !important;
	font-family: "Poppins", Sans-serif !important;
	font-weight: 400 !important;
	font-size: 18px !important;
	line-height: 30px !important;
	color: #5B6063 !important;
	padding: 30px !important;
}

.mail-frm input:not([type="submit"])::place-holder {
	font-family: "Poppins", Sans-serif !important;
	font-weight: 400 !important;
	font-size: 18px !important;
	line-height: 30px !important;
	color: #5B6063 !important;
}

.mail-frm div#gform_fields_1 {
	/* width: 610px; */
	background: #fff;
	justify-content: space-between;
	display: flex;
	border-radius: 10px;
	padding: 3px;
}

.mail-frm input[type="submit"] {
	background: #192F4D !important;
	/*border: 1px solid #FFFFFF !important;*/
	border-radius: 10px !important;
	font-family: "Roboto", Sans-serif !important;
	font-weight: 400 !important;
	font-size: 20px !important;
	line-height: 30px !important;
	color: #fff !important;
	padding: 15px 35px !important;
}

.mail-frm input[type="submit"]:hover {
	background: #C99121 !important;
	border-color: #C99121 !important;
	color: #fff !important;
}

.mail-frm input:not([type="submit"]):focus {
	outline: none !important;
}

.mail-frm input[type="submit"]:focus {
	outline: none !important;
}

.get-in-tch-frm input:not([type="submit"]) {
	background: #FFFFFF !important;
	border: 1px solid #D2D8E5 !important;
	border-radius: 10px !important;
	font-family: "Poppins", Sans-serif !important;
	font-weight: 400 !important;
	font-size: 18px !important;
	line-height: 30px !important;
	color: #5B6063 !important;
	padding: 30px 20px !important;
}

.get-in-tch-frm input:not([type="submit"]):focus {
	outline: none !important;
	box-shadow: 10px 14px 34px rgba(32, 60, 126, 0.1);
}

.get-in-tch-frm input:not([type="submit"])::placeholder {
	font-family: "Open Sans", Sans-serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 28px !important;
	color: #5B6063 !important;
	text-transform: capitalize !important;
}

.get-in-tch-frm select {
	background: url(./images/select-arrow.png) no-repeat 98% #FFFFFF !important;
	border: 1px solid #D2D8E5 !important;
	border-radius: 10px !important;
	font-family: "Poppins", Sans-serif !important;
	font-weight: 400 !important;
	font-size: 18px !important;
	line-height: 30px !important;
	color: #5B6063 !important;
	height: 60px !important;
	align-items: center;
	padding: 0 20px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.get-in-tch-frm select:focus {
	outline: none !important;
	box-shadow: 10px 14px 34px rgba(32, 60, 126, 0.1);
}

.get-in-tch-frm textarea {
	border: 1px solid #D2D8E5 !important;
	border-radius: 10px !important;
	font-family: "Open Sans", Sans-serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 28px !important;
	color: #5B6063 !important;
	padding: 20px !important;
	height: 156px !important;
	resize: none !important;
}

.get-in-tch-frm textarea::placeholder {
	font-family: "Open Sans", Sans-serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 28px !important;
	color: #5B6063 !important;
}

.get-in-tch-frm textarea:focus {
	outline: none !important;
	box-shadow: 10px 14px 34px rgba(32, 60, 126, 0.1);
}

.get-in-tch-frm input[type="submit"] {
	background: #192F4D !important;
	border: 1px solid #192F4D !important;
	border-radius: 10px !important;
	font-family: "Roboto", Sans-serif !important;
	font-weight: 400 !important;
	font-size: 20px !important;
	line-height: 30px !important;
	color: #fff !important;
	padding: 15px 35px !important;
}

.get-in-tch-frm input[type="submit"]:hover {
	background: transparent !important;
	color: #192F4D !important;
}

.get-in-tch-frm .gform-footer.gform_footer.top_label {
	justify-content: center;
}

.ftr-phn-icn-bx span {
	display: flex;
	column-gap: 5px;
}

.ftr-phn-icn-bx .elementor-icon-list-text a{
	text-transform: lowercase;
}

div#gform_fields_2 {
	column-gap: 30px !important;
	row-gap: 30px !important;
}

/* div#validation_message_1_1 {
	display: none !important;
} */

.gform_confirmation_message {
	color: #C99121 !important;
	font-weight: 600 !important;
}

.get-in-tch-frm .gform_confirmation_message {
	text-align: center;
	margin-top: 20px;
}

.get-in-tch-frm input[type="submit"]:focus {
	outline: none !important;
}

@media(max-width:1200px) {
	.mail-frm div#gform_fields_1 {
		width: 100%;
	}

	/* --- 02-02-26 --- */

	.mail-frm #field_1_2 {
		width: 35% !important;
	}

	.mail-frm #field_1_1 {
		width: 35% !important;
	}

	.mail-frm #field_submit {
		width: 30% !important;
	}

	/* --- 02-02-26 --- */

}

@media(max-width:1086px) {

	/* --- 02-02-26 --- */
	.mail-frm #field_1_2 {
		width: 32% !important;
	}

	.mail-frm #field_1_1 {
		width: 32% !important;
	}

	.mail-frm #field_submit {
		width: 30% !important;
	}

	.mail-frm input:not([type="submit"]) {
		font-size: 16px !important;
	}

	.mail-frm input[type="submit"] {
		font-size: 17px !important;
		pad: 12px 25px !important;
	}

	/* --- 02-02-26 --- */
}

@media(max-width:1024px) {

	/* --- 02-02-26 --- */
	.mail-frm #field_1_2 {
		width: 47% !important;
	}

	.mail-frm #field_1_1 {
		width: 47% !important;
	}

	.mail-frm #field_submit {
		width: 30% !important;
	}

	/* --- 02-02-26 --- */
}

@media (max-width: 767px) {
	.mail-frm div#gform_fields_1 {
		display: block;
	}

	.mail-frm input[type="submit"] {
		width: 100% !important;
	}

	.get-in-tch-frm input:not([type="submit"]) {
		padding: 28px 18px !important;
	}

	div#gform_fields_2 {
		column-gap: 20px !important;
		row-gap: 20px !important;
	}

	.get-in-tch-frm input:not([type="submit"])::placeholder {
		font-size: 16px !important;
		line-height: 26px !important;
	}

	.get-in-tch-frm textarea::placeholder {
		font-size: 16px !important;
		line-height: 26px !important;
	}

	.get-in-tch-frm select {
		font-size: 16px !important;
		line-height: 26px !important;
	}

	.get-in-tch-frm textarea {
		padding: 15px 20px !important;
	}

	.mail-frm input:not([type="submit"]) {
		text-align: center;
	}

	/* --- 02-02-26 --- */
	.mail-frm #field_1_2 {
		width: 100% !important;
	}

	.mail-frm #field_1_1 {
		width: 100% !important;
	}

	.mail-frm #field_submit {
		width: 100% !important;
	}

	.mail-frm #field_1_2::after {
		bottom: 0;
		width: 100%;
		height: 1px;
		top: auto;
		right: 0;
		left: 0;
	}

	.mail-frm .gfield_validation_message{
		opacity: 0;
	}

	/* --- 02-02-26 --- */

}