/*
Theme Name: Understrap
Theme URI: https://understrap.com
Author: Howard Development &amp; Consulting
Author URI: https://howarddc.com
GitHub Theme URI: https://github.com/understrap/understrap
Description: The renowned WordPress starter theme framework that combined Underscores and Bootstrap. Trusted by more than 100,000 developers for building handcrafted, custom WordPress sites.
Version: 1.2.4
Requires at least: 5.0
Tested up to: 6.1
Requires PHP: 5.2
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: understrap
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, translation-ready, block-styles, wide-blocks, editor-style, threaded-comments, accessibility-ready

Understrap WordPress Theme, (C) 2021 Howard Development & Consulting, LLC
Understrap is distributed under the terms of the GNU GPL.

Resource Licenses:
Understrap is based on Underscores https://underscores.me/, (C) Automattic, Inc.
Font Awesome: https://fontawesome.com/v4.7/license/ (Font: SIL OFL 1.1, (S)CSS: MIT)
Bootstrap: https://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (MIT)
WP Bootstrap Navwalker by Edward McIntyre & William Patton: https://github.com/twittem/wp-bootstrap-navwalker (GNU GPLv3)
*/

/*
Do not modify the parent Understrap theme. Instead, download a copy of the Understrap Child starter theme and do all your development within the child theme.
Full developer documentation: https://docs.understrap.com
*/
.bannerheading .elementor-heading-title {
	font-size: 64px;
	line-height: 120%;
}
.bannersubheading p {
	margin: 0;
	font-size: 32px;
	line-height: 150%;
}
.banner_form {
	background: #000;
	padding: 50px 32px 24px;
	border-radius: 0px;
}
.banner_form .form-control {
	height: 50px !important;
	background: #ffffff29 !important;
	color: #fff !important;
	border: 1px solid #646161 !important;
	border-radius:0 !important;
}
.banner_form .wpcf7-form-control.wpcf7-submit.has-spinner.form-control {
	background: #fff !important;
	color: #000 !important;
	border: 0 !important;
	font-size: 20px !important;
	height: 44px !important;
}
.wpcf7 .wpcf7-form .banner_form p {
	margin-bottom: 2rem;
}

.wpcf7 .wpcf7-form .banner_form .btfna p {
	margin-bottom: 1rem;
}
.form_head {
	font-size: 48px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	margin-bottom: 24px;
}
.heading .elementor-heading-title {
	font-size: 48px;
	line-height: 120%;
}
.subheading .elementor-heading-title {
	font-size: 32px;
	line-height: 120%;
	font-weight: 400 !important;
}
.para, .para p {
	font-size: 18px;
	line-height: 150%;
	margin: 0;
}
.services_sec_block .elementor-image-box-wrapper {
	position: relative;
	box-shadow: 0 0 10px 1px #eee6e6;
	overflow: hidden;
}
.services_sec_block .elementor-image-box-wrapper .elementor-image-box-title {
	margin: 0;
	font-size: 32px;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 24px 16px;
	background: #fff;
	font-weight: 400 !important;
}
.services_sec_block .elementor-image-box-img img {
	transition: 0.5s;
	height: 550px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.services_sec_block .elementor-image-box-wrapper:hover .elementor-image-box-img img {
	transform: scale(1.1);
}
.gallery .gallery-spacing-custom .elementor-image-gallery .gallery-item img {
	margin: 0 auto;
	aspect-ratio: 2 / 2;
	border-radius: 50%;
	object-position: center;
	transition: 0.5s;
}
.gallery .gallery-spacing-custom .elementor-image-gallery .gallery-item img:hover {
	transform: scale(1.1);
}
.gallery .gallery-spacing-custom .elementor-image-gallery .gallery-icon {
	padding: 0;
	overflow: hidden;
	border-radius: 50%;
}
.gallery {
	margin: 0;
}
.desireblock .elementor-image-box-title {
	font-size: 24px;
	line-height: 120%;
}
.desireblock .elementor-image-box-description {
	font-size: 18px;
	line-height: 150%;
}
.desireblock .elementor-image-box-wrapper .elementor-image-box-img {
	display: flex;
	justify-content: center;
}
.gallery {
	overflow: hidden;
}
.contact_detail .elementor-icon-box-title a {
	text-decoration: none;
	font-weight: 600;
	font-size:20px
}
a:hover{
	text-decoration:none!important
}
.contact_detail .elementor-icon-box-description{
		font-weight: 400;
	font-size:18px
}
.ehf-header #masthead {
	position: sticky;
	top: 0;
}
/* p{
	margin:0px !important;
} */
/* Start Responsive */

@media (max-width: 1600px) {
.bannerheading .elementor-heading-title {
	font-size: 58px;
}
.bannersubheading p {
	font-size: 28px;
}
.form_head {
	font-size: 44px;
}
.heading .elementor-heading-title {
	font-size: 44px;
}
.subheading .elementor-heading-title {
	font-size: 28px;
}
.para, .para p {
	font-size: 18px;
}
.services_sec_block .elementor-image-box-wrapper .elementor-image-box-title {
	font-size: 28px;
	padding: 20px 16px;
}
.desireblock .elementor-image-box-title {
	font-size: 22px;
}
}


@media (max-width: 1455px) {
.bannerheading .elementor-heading-title {
	font-size: 50px;
}
.bannersubheading p {
	font-size: 24px;
}
.form_head {
	font-size: 40px;
}
.heading .elementor-heading-title {
	font-size: 40px;
}
.subheading .elementor-heading-title {
	font-size: 24px;
}
.para, .para p {
	font-size: 18px;
}
.services_sec_block .elementor-image-box-wrapper .elementor-image-box-title {
	font-size: 24px;
	padding: 20px 16px;
}
.desireblock .elementor-image-box-title {
	font-size: 22px;
}
}


@media (max-width: 1366px) {
.bannerheading .elementor-heading-title {
	font-size: 44px;
}
.bannersubheading p {
	font-size: 22px;
}
.form_head {
	font-size: 36px;
}
.heading .elementor-heading-title {
	font-size: 36px;
}
.subheading .elementor-heading-title {
	font-size: 22px;
}
.para, .para p {
	font-size: 18px;
}
.services_sec_block .elementor-image-box-wrapper .elementor-image-box-title {
	font-size: 22px;
	padding: 20px 16px;
}
.desireblock .elementor-image-box-title {
	font-size: 22px;
}
}


@media (max-width: 1299px) {
.bannerheading .elementor-heading-title {
	font-size: 40px;
}
.bannersubheading p {
	font-size: 22px;
}
.form_head {
	font-size: 32px;
}
.heading .elementor-heading-title {
	font-size: 32px;
}
.subheading .elementor-heading-title {
	font-size: 22px;
}
.para, .para p {
	font-size: 18px;
}
.services_sec_block .elementor-image-box-wrapper .elementor-image-box-title {
	font-size: 22px;
	padding: 20px 16px;
}
.desireblock .elementor-image-box-title {
	font-size: 22px;
}
}

@media (max-width: 1024px) {
.lefthead .hfe-nav-menu__align-right {
	display: block !important;
}
}



@media (max-width: 991px) {
.bannerheading .elementor-heading-title {
	font-size: 36px;
}
.bannersubheading p {
	font-size: 20px;
}
.form_head {
	font-size: 28px;
}
.heading .elementor-heading-title {
	font-size: 28px;
}
.subheading .elementor-heading-title {
	font-size: 20px;
}
.para, .para p {
	font-size: 18px;
}
.services_sec_block .elementor-image-box-wrapper .elementor-image-box-title {
	font-size: 20px;
	padding: 20px 16px;
}
.desireblock .elementor-image-box-title {
	font-size: 20px;
}
}


@media (max-width: 767px) {
.bannerheading .elementor-heading-title {
	font-size: 32px;
}
.bannersubheading p {
	font-size: 18px;
}
.form_head {
	font-size: 24px;
}
.heading .elementor-heading-title {
	font-size: 24px;
}
.subheading .elementor-heading-title {
	font-size: 18px;
}
.para, .para p {
	font-size: 16px;
}
.services_sec_block .elementor-image-box-wrapper .elementor-image-box-title {
	font-size: 18px;
	padding: 10px 10px;
}
.desireblock .elementor-image-box-title {
	font-size: 18px;
}
.services_sec_block .elementor-image-box-img img {
	height: auto;
}
.lefthead {
	position: absolute;
	right: 0;
	top: 8px;
}
.lefthead .hfe-nav-menu {
	top: 24px;
}
.footnav .hfe-menu-item {
	display: flex !important;
	justify-content: center !important;
}
}

@media (max-width: 576px) {
 .banner_form {
	padding: 30px 20px 24px;
}
	.banner_form p {
	margin-bottom: 20px !important;
}
	.banner_form .btfna p {
	margin-bottom: 0px !important;
}
}