/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.4
	Stable tag: 3.4.4
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/


.process_section .elementskit-infobox{
	height:350px;
}
.popup_form input{
	border-style: solid;
    border-color: #D48126;
	background-color: #F4F4F4;
	padding: 0px 0px 0px 10px;
    width: 100%;
    height: 46px;
    color: #050505;
	margin-bottom:30px
}
.popup_form textarea{
	border-style: solid;
    border-color: #D48126;
	background-color: #F4F4F4;
	padding: 0px 0px 0px 10px;
    width: 100%;
    height: 86px;
    color: #050505;
	margin-bottom:30px
}
.popup_form .wpcf7-spinner {
    display: none;
}
.header_section {
	position:absolute !important;
}

.header_section:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0;
    background: #fff;
    transition: .5s ease;
}
.header_section:hover:before{
	height:100%;
}
.elementor-counter-title{
	text-align:center;
	font-weight:500 !important;
}
.service_section:hover .elementskit-single-image-accordion{
	transform:scale(1.1);
}
.elementor-flip-box__layer__overlay{
	padding:0px !important;
}
.ekit-wid-con .elementskit-profile-image-card:hover::before {
   display:none;
}
.tab_section .elementor-tab-title{
	background:#fff;
	border-bottom:1px #ddd solid;
}
.tab_section .elementor-tab-content {
    padding: 0px 20px 20px 20px;
}
.tab_section .gallery-item{
	padding:5px;
}
.testimonial_button p{
	display:inline-block;
}
.testimonial_button a {
    background-image: linear-gradient(180deg, #AC682E 0%, #DFA431 100%);
    padding: 6px 12px;
    display: inline-block;
    color: #fff;
}
.wpcf7 input[type="file"] {
    cursor: pointer;
    padding-top: 6px !important;
}
.career_section label{
	width:100%;
}
.career_section br{
	display:none;
}
.menu_section .elementor-nav-menu--main .elementor-item {
    font-size: 15px !important;
}
.header_btn .elementor-button {
   font-size: 15px !important;
}
.rating_section i{
	color:#DFA431;
}
.faq_section{
	border-left:1px #fff solid;
}
.side-menu {
    position: fixed !important;
}
@media (max-width:1240px){
	.menu_section .elementor-nav-menu--main .elementor-item {
    font-size: 11px !important;
}
}
@media (max-width:1024px){
.faq_section{
	border-left:0px;
}
.process_section p{
    font-size: 14px !important;
		font-weight: 400 !important;
	line-height:24px !important;
}
	.process_section_head .elementor-heading-title {
    font-size: 20px !important;
}
	.team_section p{
		 font-size: 14px !important;
		font-weight: 500;
	line-height:24px !important;
	}
	.elementor-flip-box__image{
		width:150px;
	}
	.location_heading h3{
		font-size: 20px !important;
	}
	.testimonial_content .elementskit-author-des {
    font-size: 16px !important;
}
	.book_form input{
		margin-bottom:0px !important;
	}
	.popup_form .book_form input{
		margin-bottom:15px !important;
	}
}
@media (max-width:767px){
.side-menu {
    position: sticky !important;
}
.side-menu.sticky{
		position:fixed !important;
	}
}