/* 
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 */
html {
  scroll-behavior: auto; /* Let jQuery control scroll */
}
a.hfe-menu-item.active {
    background: #d98e26;
}

h1,h2,h3,h4,h5,h6{
	line-height:1.3 !important;
}
body,body p, body li{
	line-height:1.2 !important;
}
strong,
.elementor-widget-container p strong {
    font-weight: 600 !important;
}
.elementor-widget-container p:last-child {
    margin: 0px !important;
}
.elementor-widget-container p {
    line-height: 1.5 !important;
}

.icon-btn a.elementor-button.elementor-button-link span.elementor-button-icon {
    background: #000 !important;
    padding: 12px !important;
    border-radius: 8px !important;
}
.icon-btn a.elementor-button.elementor-button-link span.elementor-button-content-wrapper {
    align-items: center !important;	
}
.icon-btn a.elementor-button.elementor-button-link span.elementor-button-content-wrapper .elementor-button-text{
	margin-left:10px;
}
.icon-btn a.elementor-button.elementor-button-link {
    padding-left: 8px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.img_animation{
    visibility: hidden;
    position: relative;  
    overflow: hidden;
}
.word-line {
	overflow: hidden;
}
.fade-up {
	opacity: 0;
}
.word-line style {
	display: none !important;
}
.fade-up,
.fade-up-subhead,
.fade-up-section,
.fade-up-content{
	opacity: 0.8;
	transform: translateY(15px);
	transition: opacity 0.3s ease, transform 0.3s ease;
}
.fade-image {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 0.5s ease, transform 0.5s ease;
}
.e-n-accordion-item .elementor-widget-container ul li {
    list-style: none;
    margin-bottom: 15px;
}
.e-n-accordion-item .elementor-widget-container ul li:last-child {
    margin-bottom: 0px;
}
.e-n-accordion-item .elementor-widget-container ul {
    padding-left: 20px;
}
.image-shadow {
    position: relative;
}
.image-shadow:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
    border-radius: 20px;
    z-index:100;
}
.image-shadow .elementor-widget.elementor-widget-heading {
    position: absolute;
    z-index: 100000;
    bottom: 25px;
    left: 30px;
}
.bullet-para .elementor-icon-box-icon {
    position: relative;
    top: 6px;
}
p.elementor-image-box-description a {
    color: #000;
}
p.elementor-image-box-description a:hover {
    color: #cd8f28;
}
.submit-btn p {
    display: flex;
}
.submit-btn p i {
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 8px;
	height:40px;
	width:40px;
}
.submit-btn p input.wpcf7-submit {
    border: 0px;
    border-radius: 0px;
}
.submit-btn {
    background: #cd8f28;
    display: flex;
    width: fit-content;
    padding: 8px;
    border-radius: 8px;
}
.submit-btn span.wpcf7-spinner {
    position: absolute;
}
.form-group input.form-control {
    height: auto;
}
.form-group {
    margin-bottom: 20px;
}
.form-group textarea {
    resize: none;
    height: 150px;
}
span.hfe-scroll-to-top-button {
    background: transparent;
}
a.elementor-button.elementor-button-link:hover {
    /*background: #000 !important;*/
}
.icon-btn a.elementor-button.elementor-button-link:hover span.elementor-button-icon {
    /*background: #cd8f28 !important;*/
}
.icon-btn a.elementor-button.elementor-button-link:hover span.elementor-button-content-wrapper {  
    border-radius: 8px;
}
.icon-btn a.elementor-button.elementor-button-link span.elementor-button-content-wrapper {
    padding-right: 10px;
}
.icon-btn a.elementor-button.elementor-button-link {
    padding-right: 8px;
}
.submit-btn:hover,.submit-btn:hover input {
    background: #000 !important;
}
.elementor-kit-6 input[type="submit"], 
.submit-btn input {
    background: transparent !important;
}
.submit-btn:hover i {
    background: #cd8f28 !important;
}
#icon-box-two .elementor-image-box-wrapper {
    position: relative;
}
#icon-box-two .elementor-image-box-wrapper figure {
    position: relative;
    /*top: -30px;
    right: 20px;*/
}
@media (max-width: 767px) {
	h1,h2,h3,h4,h5,h6{
		line-height:1.2 !important;
	}	
	.elementor-widget-container p br,
	h1 br,h2 br,h3 br,h4 br,h5 br,h6 br{
		display:none;
	}
	.visible-br-mob h2.elementor-heading-title.elementor-size-default br {
		display: block;
	}
	h3.elementor-image-box-title {
		font-size: 16px !important;
	}
	.bullet-para .elementor-icon-box-wrapper {
		display: flex !important;
	}
	.bullet-para .elementor-icon-box-wrapper .elementor-icon-box-content {
		margin-left: 15px;
	}
	.bullet-para .elementor-icon-box-icon {
		top: 2px;
	}
	.icon-btn a.elementor-button.elementor-button-link span.elementor-button-icon {
		padding: 8px !important;
	}
	.icon-btn a.elementor-button.elementor-button-link {
		padding: 6px !important;
	}
	.icon-btn span.elementor-button-text {
		height: 30px;
		line-height: 30px;
	}
	.image-shadow .elementor-widget.elementor-widget-heading {
		position: initial;
	}
	.image-shadow:before {
		content: none;
	}
	.image-shadow {
		flex-direction: column-reverse !important;
		gap: 15px;
	}
	.image-shadow .elementor-widget.elementor-widget-heading .elementor-heading-title {
		color: #000;
        text-align: center;
	}
	.form-group input.form-control {
		height: 45px;
		line-height: 45px;
	}
	input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
		width: 100% !important;
	}
	.submit-btn p i {
		padding: 6px !important;
		height: 32px;
		width: 32px;
	}
	.submit-btn p input.wpcf7-submit {
		padding: 0px 8px;
		height: 30px;
		line-height: 30px;
	}
	.submit-btn {
		padding: 6px;
	}
	.submit-btn p {
		align-items: center;
	}
	.mobile-icon-grid h3.elementor-image-box-title {
		margin-top: 0px;
		margin-bottom: 10px !important;
	}
	.icongrid-container .elementor-image-box-wrapper {
		display: flex;
		flex-direction: column;
		gap: 10px;
		text-align: center !important;
		align-items: center !important;
		justify-content: center !important;
	}
	.icongrid-container {
		gap: 20px;
	}
	.icongrid-container figure.elementor-image-box-img {
		width: 65px !important;
	}
	.fade-up,.fade-up-subhead,.elementor-heading-title,.fade-up-content,.word-line,.word {
		transform: none !important;
		opacity: 1 !important;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.elementor-element.elementor-element-ae15ee4.e-con-full.e-flex.e-con.e-child {
		width: 40%;
		justify-content: flex-start;
		margin-right: 20px;
	}
	.hfe-nav-menu__toggle.elementor-clickable.hfe-flyout-trigger {
		height: 39px;
		border: 1px solid #cd8f28;
		line-height: 39px;
		display: flex;
		flex-direction: column;
		width: 39px;
	}
}