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

/* CenterPoint hero animated grid lines */
.centerpoint-hero .text-bg-bx {
	overflow: visible;
}

.centerpoint-hero .text-bg-bx .cp-text-box-lines-widget {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	max-width: none !important;
	height: 100% !important;
	z-index: 4;
	pointer-events: none;
}

.centerpoint-hero .text-bg-bx .cp-text-box-lines-widget > .elementor-widget-container,
.centerpoint-hero .cp-text-box-lines {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: visible;
	pointer-events: none;
}

.centerpoint-hero .cp-box-line {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #283C42;
	opacity: 0;
	transform: scaleX(0);
	transform-origin: left center;
	will-change: transform;
	animation: cp-box-line-draw 1.2s cubic-bezier(.65, 0, .35, 1) forwards;
}

.centerpoint-hero .cp-box-line-top-outer {
	top: -12px;
	animation-delay: .08s;
}

.centerpoint-hero .cp-box-line-top-inner {
	top: 0;
	animation-delay: .18s;
}

.centerpoint-hero .cp-box-line-bottom-inner {
	bottom: 0;
	animation-delay: .28s;
}

.centerpoint-hero .cp-box-line-bottom-outer {
	bottom: -12px;
	animation-delay: .38s;
}

@keyframes cp-box-line-draw {
	from {
		opacity: 1;
		transform: scaleX(0);
	}

	to {
		opacity: 1;
		transform: scaleX(1);
	}
}

@media (prefers-reduced-motion: reduce) {
	.centerpoint-hero .cp-box-line {
		animation: none;
		opacity: 1;
		transform: none;
	}
}

/* CenterPoint hero animated side lines */
.centerpoint-hero .banner-cont-bx {
	overflow: visible;
}

.centerpoint-hero .banner-cont-bx .cp-banner-side-lines-widget {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	max-width: none !important;
	height: 100% !important;
	z-index: 4;
	pointer-events: none;
}

.centerpoint-hero .banner-cont-bx .cp-banner-side-lines-widget > .elementor-widget-container,
.centerpoint-hero .cp-banner-side-lines {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: visible;
	pointer-events: none;
}

.centerpoint-hero .cp-side-line {
	position: absolute;
	top: 0;
	display: block;
	width: 2px;
	height: 100%;
	background-color: #283C42;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: center top;
	will-change: transform;
	animation: cp-side-line-draw 1.2s cubic-bezier(.65, 0, .35, 1) forwards;
}

.centerpoint-hero .cp-side-line-left-outer {
	left: -11px;
	animation-delay: .48s;
}

.centerpoint-hero .cp-side-line-left-inner {
	left: -0px;
	animation-delay: .58s;
}

.centerpoint-hero .cp-banner-side-lines::before,
.centerpoint-hero .cp-banner-side-lines::after {
	content: "";
	position: absolute;
	top: 0;
	display: block;
	width: 2px;
	height: 100%;
	background-color: #283C42;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: center top;
	will-change: transform;
	animation: cp-side-line-draw 1.2s cubic-bezier(.65, 0, .35, 1) forwards;
}

.centerpoint-hero .cp-banner-side-lines::before {
	right: 10px;
	animation-delay: .68s;
}

.centerpoint-hero .cp-banner-side-lines::after {
	right: 0;
	animation-delay: .78s;
}

.lead-form .gfield_label,
.lead-form .gform-field-label {
	margin-bottom: 7px !important;
	font-family: "Goudy Old Style", sans-serif !important;
	font-size: 22px !important;
	font-weight: 400 !important;
	line-height: 32px !important;
	color: #000;
}

.lead-form .gfield_label > .gfield_required,
.lead-form .gform-field-label > .gfield_required {
	display: inline-flex;
	align-items: flex-start;
	margin-left: 6px !important;
	font-family: "Goudy Old Style", sans-serif !important;
	font-size: 28px !important;
	font-weight: 400 !important;
	line-height: 32px !important;
	vertical-align: top;
	color: #000 !important;
	margin-left: 0 !important;
}

.lead-form .gfield_required .gfield_required_custom {
	font: inherit !important;
	line-height: inherit !important;
	color: #000 !important;
}

.lead-form input:not([type="checkbox"]) ,
.lead-form textarea,
.lead-form select{
	width: 100% !important;
	height: 50px !important;
	padding: 14px 20px !important;
	border: 1px solid #a9aaab !important;
	border-radius: 0 !important;
	background-color: #fff !important;
	box-shadow: none !important;
	font-family: "Goudy Old Style", sans-serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 32px !important;
	color: #000 !important;
}

.lead-form input::placeholder,
.lead-form textarea::placeholder{
	color: rgba(0, 0, 0, 0.4) !important;
	opacity: 1;
}

.lead-form .gform-footer {
	margin: 36px 0 0 !important;
	padding: 0 !important;
}

.lead-form .gform_button,
.lead-form input[type="submit"] {
	width: 100% !important;
	min-height: 52px !important;
	margin: 0 !important;
	padding: 15px 24px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background-color: #283c42 !important;
	box-shadow: 0 14px 24px rgba(0, 0, 0, 0.15) !important;
	font-family: "Goudy Old Style", sans-serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 22px !important;
	text-align: center;
	text-transform: uppercase;
	color: #fff !important;
	transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.lead-form .gform_button:hover,
.lead-form .gform_button:focus-visible,
.lead-form input[type="submit"]:hover,
.lead-form input[type="submit"]:focus-visible {
	background-color: #fff !important;
	box-shadow: inset 0 0 0 1px #283c42 !important;
	color: #283c42 !important;
}

.lead-form .gform_validation_errors,
.lead-form .gfield_description {
	display: none !important;
}
.lead-form .gform_button.gform-has-spinner {
    color: transparent !important;
}
.lead-form .gfield_error input,
.lead-form .gfield_error .gfield_required{
	border-color: #d63638 !important;
	color: #d63638 !important;
}

.lead-form .gfield_error input::placeholder{
	color: #d63638 !important;
	opacity: 1;
}

.lead-form .gform_required_legend{
	display: none;
}

.lead-form .gform_wrapper {
	width: 100%;
	max-width: 911px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Goudy Old Style", sans-serif;
}

.lead-form .gform_title {
	display: none;
}

.lead-form .gform_fields {
	column-gap: 21px !important;
	row-gap: 19px !important;
}

@keyframes cp-side-line-draw {
	from {
		opacity: 1;
		transform: scaleY(0);
	}

	to {
		opacity: 1;
		transform: scaleY(1);
	}
}

@media (prefers-reduced-motion: reduce) {
	.centerpoint-hero .cp-side-line,
	.centerpoint-hero .cp-banner-side-lines::before,
	.centerpoint-hero .cp-banner-side-lines::after {
		animation: none;
		opacity: 1;
		transform: none;
	}
}

/* Future section animated double-line frame */
.future-line-bx {
	position: relative;
	overflow: hidden;
}

.future-line-bx .cp-future-lines-widget {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	max-width: none !important;
	height: 100% !important;
	z-index: 4;
	pointer-events: none;
}

.future-line-bx .cp-future-lines-widget > .elementor-widget-container,
.future-line-bx .cp-future-line-frame {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.future-line-bx .cp-future-line {
	position: absolute;
	display: block;
	background-color: #283C42;
	opacity: 0;
	will-change: transform;
}

.future-line-bx .cp-future-line-horizontal {
	left: 0;
	width: 100%;
	height: 2px;
	transform: scaleX(0);
	transform-origin: left center;
}

.future-line-bx .cp-future-line-vertical {
	top: 0;
	width: 2px;
	height: 100%;
	transform: scaleY(0);
	transform-origin: center top;

}

.future-line-bx.is-line-visible .cp-future-line-horizontal {
	animation: cp-box-line-draw 1.2s cubic-bezier(.65, 0, .35, 1) forwards;
}

.future-line-bx.is-line-visible .cp-future-line-vertical {
	animation: cp-side-line-draw 1.2s cubic-bezier(.65, 0, .35, 1) forwards;
}

.future-line-bx .cp-future-line-top-outer {
	top: 0;
	transform-origin: left center;
}

.future-line-bx .cp-future-line-top-inner {
	top: 11px;
	transform-origin: left center;
}

.future-line-bx .cp-future-line-bottom-inner {
	bottom: 11px;
	transform-origin: right center;
}

.future-line-bx .cp-future-line-bottom-outer {
	bottom: 0;
	transform-origin: right center;
}

.future-line-bx .cp-future-line-left-outer {
	left: 0;
	transform-origin: center top;
}

.future-line-bx .cp-future-line-left-inner {
	left: 11px;
	transform-origin: center top;
}

.future-line-bx .cp-future-line-right-inner {
	right: 11px;
	transform-origin: center bottom;
}

.future-line-bx .cp-future-line-right-outer {
	right: 0;
	transform-origin: center bottom;
}

@media (prefers-reduced-motion: reduce) {
	.future-line-bx .cp-future-line {
		animation: none;
		opacity: 1;
		transform: none;
	}
}

/* CenterPoint hero portrait shadow */
.banner-bx-img img {
	filter: drop-shadow(30px 4px 30px rgba(0, 0, 0, 0.5));
}

/* Floating assessment button */
.schedule-float-btn {
	position: fixed !important;
	top: 50%;
	right: 25px;
	left: auto;
	width: auto !important;
	transform: translate(50%, -50%) rotate(-90deg);
	transform-origin: center;
	z-index: 9999 !important;
}

.schedule-float-btn.is-footer-near {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

/* About Us */
.impact-icon-bx .elementor-icon-box-wrapper .elementor-icon-box-icon {
    margin-top: -64px;
}
/* About Us */

/* Conatct Us */
.lead-form.contcat-frm .gform_wrapper{
	max-width: 100%;
}
.lead-form.contcat-frm input:not([type="checkbox"]),
.lead-form.contcat-frm.program-frm select{
	height: 60px !important;
}
.lead-form.contcat-frm textarea{
	height: 137px !important;
}
.lead-form.contcat-frm .gform-footer {
    margin: 22px 0 0 !important;
    justify-content: center;
}
.lead-form.contcat-frm .gform_button{
	width: 100%;
	max-width: 180px;
}
/* Contact Us */

/* Responsive */


@media (max-width: 1024px) {

    .schedule-float-btn {
        top: auto;
        right: 0;
        bottom: 0;
        transform: none;
    }

    .centerpoint-hero .cp-side-line-left-inner {
        left: 20px;
    }

    .centerpoint-hero .cp-side-line-left-outer {
        left: 10px;
    }

    .centerpoint-hero .cp-banner-side-lines::before {
        right: 20px;
    }

    .centerpoint-hero .cp-banner-side-lines::after {
        right: 10px;
    }

    .elementor-location-header
    .leave-msg-btn:not(.is-in-toggle-menu) {
        display: none;
    }

    .elementor-location-header .leave-msg-toggle-item {
        display: flex;
        justify-content: center;
        list-style: none;
        padding: 20px;
    }

    .elementor-location-header
    .leave-msg-toggle-item .leave-msg-btn {
        width: 100% !important;
        max-width: 100%;
    }

    .elementor-location-header
    .leave-msg-toggle-item .elementor-button {
        display: flex !important;
        width: 100% !important;
    }

    /* Both conditional header menus */
    .elementor-location-header
    .cp-mobile-menu
    .elementor-nav-menu--dropdown.elementor-nav-menu__container {
        display: grid !important;
        grid-template-rows: 0fr;
        max-height: none !important;
        overflow: hidden;
        transform: none !important;
        background-color: transparent !important;
        transition:
            grid-template-rows 0.4s cubic-bezier(.4, 0, .2, 1)
            !important;
        will-change: grid-template-rows;
    }

    .elementor-location-header
    .cp-mobile-menu
    .elementor-nav-menu--dropdown.elementor-nav-menu__container[aria-hidden="false"] {
        grid-template-rows: 1fr;
    }

    .elementor-location-header
    .cp-mobile-menu
    .elementor-nav-menu--dropdown > .elementor-nav-menu {
        width: calc(100% - 40px);
        min-height: 0;
        margin-right: 20px;
        margin-left: 20px;
        overflow: hidden;
        background-color: var(--e-global-color-accent) !important;
    }

    .elementor-location-header
    .cp-mobile-menu
    .elementor-nav-menu--dropdown .elementor-item {
        color: var(--e-global-color-56ac443) !important;
        fill: var(--e-global-color-56ac443) !important;
    }

    .elementor-location-header
    .cp-mobile-menu
    .elementor-nav-menu--dropdown .elementor-item:hover,
    .elementor-location-header
    .cp-mobile-menu
    .elementor-nav-menu--dropdown .elementor-item:focus {
        background-color: var(--e-global-color-9c981bc) !important;
        color: var(--e-global-color-text) !important;
    }

    .elementor-location-header
    .leave-msg-toggle-item .elementor-button {
        background-color: var(--e-global-color-9c981bc) !important;
        color: var(--e-global-color-text) !important;
    }

    .impact-icon-bx
    .elementor-icon-box-wrapper
    .elementor-icon-box-icon {
        margin-top: -42px;
    }
}

@media (max-width: 767px) {
	.schedule-float-btn {
		right: 0;
		left: 0;
		width: 100% !important;
	}

	.schedule-float-btn > .e-con-inner,
	.schedule-float-btn .elementor-widget-button,
	.schedule-float-btn .elementor-button {
		width: 100% !important;
		max-width: none !important;
	}
		.lead-form .gform-footer {
		margin: 20px 0 0 !important;
	}

	.lead-form .gfield_label,
	.lead-form .gform-field-label {
		margin-bottom: 5px !important;
		font-size: 18px !important;
		line-height: 27px !important;
	}

	.lead-form .gform_fields {
		row-gap: 15px !important;
	}
	.lead-form .gfield_label > .gfield_required, .lead-form .gform-field-label > .gfield_required {
		margin-left: 3px !important;
		font-size: 23px !important;
		line-height: 0 !important;
		vertical-align: unset;
	}
	.lead-form.contcat-frm input {
		height: 48px !important;
	}
	.lead-form.contcat-frm textarea {
		height: 110px !important;
	}
}



@media (max-width: 640px) {
	.lead-form .gform_fields {
		column-gap: unset !important;
	}
}
/* Responsive */
