/**
 * Theme Name:     Light House
 * Author:         Brainstorm Force
 * Template:       astra
 * Text Domain:	   light-house
 * Description:    Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
 */
.hero-banner-section{
	position:relative;
}
.hero-banner-section:after {
    position: absolute;
    content: '';
    background: linear-gradient(to right, #f1f2f2, #f1f2f2, #f1f2f291);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.left-content h2{
	line-height:1.1;
	font-size:45px;
/* 	margin: 30px 0 30px; */
}
.left-content h3{
	line-height:1.1;
	font-size:35px;
	margin: 0 0 30px;
}
.left-content h4{
	line-height:1.1;
	font-size:30px;
	margin: 0 0 30px;
}
.left-content h5{
	line-height:1.1;
	font-size:25px;
	margin: 0 0 30px;
}
.left-content h6{
	line-height:1.1;
	font-size:20px;
	margin: 0 0 30px;
}

.left-content h2 b,
.left-content h3 b,
.left-content h4 b,
.left-content h5 b,
.left-content h6 b{
	font-weight:400;
}

.left-content ul {
    list-style: none;
    padding: 0;
    margin: 1.75em 0;
}
.left-content ol {
    padding: 0;
    margin: 0 0 20px;
	    list-style-position: inside;
}
.left-content ul li {
    position: relative;
    padding-left: 30px;
}
/* .left-content ul li:after {
    position: absolute;
    content: '';
    background: #e89053;
    width: 10px;
    height: 10px;
    left: 0;
    top: 10px;
    border-radius: 50px;
} */

.left-content p {
    margin-bottom: 1.75em;
    margin-top: 1.75em;
}
@media only screen and (max-width: 768px){
	.e-n-accordion-item-title .e-n-accordion-item-title-header .e-n-accordion-item-title-text{
		line-height: normal !important;
	}
}