/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Creative Solutions Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-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.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.1.1734436441
Updated: 2024-12-17 11:54:01

*/

.site-name-col .site-name{
	margin-left: -30px;
}
.site-name p{
	font-size:1.7rem;
	margin-bottom:0;
}
.site-name a, .site-name a:hover{
	color:#085DB4;
}
.banner-text-col h1 , .banner-text-col p{
	display:none;
}

.elementor-heading-title {
	line-height: 1.2;
}

.grid-no-padding-around{
	padding:0;
}

.custom-footer p , .contact-info-header p{
	margin-bottom:0;
}

/* Start contact form styles */
.contact-us-section .contact-send-btn{
	background:#201C24 !important;
	color:#fff;
    padding: 0.5em 1.33em !important;
    height: auto !important;
	min-height:40px;
    font-size: 1.2rem !important;
	border-radius:7px !important;
}
.contact-us-section .contact-send-btn:hover{
	background:var(--primary) !important;
	border:2px solid #fff !important;
}
.contact-us-section .contact-send-btn:active{
	outline:none !important; 
}
.contact-us-section .contact-form-fields input ,  .contact-us-section .contact-form-fields textarea{
	border-radius:7px !important;
    border-color: #fff !important;
}
/* End contact form styles */

/* Start responsive styles */
@media (min-width: 1024px){
	html{
		font-size:100%;
	}
}
@media (min-width: 1400px){
	html{
		font-size:115%;
	}
}

@media (min-width: 1650px){
	html{
		font-size:135%;
	}
	.hero-carousel-row{
		margin-top:-450px !important;
	}
}
@media (min-width: 1800px){
	html{
		font-size:140%;
	}
}
@media (max-width: 1023px){
	html{
		font-size:97%;
	}
}

@media (max-width: 767px){
	html{
		font-size:93%;
	}
	.custom-header .e-con-inner{
		padding-left:20px;
		padding-right:20px;
		width:100%;
	}
	.header-logo img{
		max-width: 40px !important;
	}
	.site-name p{
		font-size:1.2rem;
	}
}
@media (max-width: 480px){
	html{
		font-size:90%;
	}
	.custom-header .e-con-full{
		padding-top:5px;
		padding-bottom:5px;
	}
}