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

a:focus-visible {border:none !important; box-shadow:none !important;}

header.sticky-header {
	overflow:inherit !important;
	--header-height: 100px;
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	background-color: transparent;
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
}

header.sticky-header.elementor-sticky--effects {
	background-color: #303F3C;
}

header.sticky-header > .elementor-container {
	min-height: var(--header-height);
	transition: min-height var(--transition);
}

header.sticky-header.elementor-sticky--effects > .elementor-container {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}

header.sticky-header .logo img {
	transition: transform var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
	transform: scale(.8);
}

.contact-form .elementor-form .elementor-button>span {
    justify-content: start;
}

.contact-form textarea {border:1px solid !important; margin:30px 0 !important;}
.contact-form label {width:100% !important;}
.contact-form textarea, .contact-form input {max-width:70% !important;}

.page-id-216 header, .page-id-214 header {background:#303F3C;}

.parallaxsection{
	position: fixed;
	top:100px;
	left:0;
	width: 100%;
	height: 100%;
}

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
  
}
 
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
 
}
 
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
	.why-float{
		position:inherit !important;
		right:0 !important;
		left:0 !important;
		top:0 !important;
	}
}
 
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
 
}


/*to make it better on mobile devices*/
@media (max-width: 767px) {
	.home-2-column {max-width:100% !important; margin-right:0 !important; margin-left:0 !important;}
	.parallaxsection{
		top:0;
	}
}