*
{
	margin:0px;
	padding:0px;
}
@font-face {
    font-family:'Arial';
    src: url('Arial.eot');
	src: url('Arial.eot?#iefix') format('embedded-opentype'), url('Arial.woff2') format('woff2'), url('Arial.woff') format('woff'), url('Arial.svg#Arial') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-02DC;
}
.wp_left
{
	float:left;
	width:100%;
}
.section_wrapper
{
	padding:100px 0px;
}
.bgcolor-2 {
    background: #f7f8fa;
}
.colored-line
{
    background: #00ab66;	
	height: 1px;
    width: 70px;
    margin: auto;
    margin-bottom: 10px;
	margin-top:10px;
}
body {
    background: #fff;
    font-family:'Arial';
    font-size: 16px;
    color: #727272;
    line-height: 25px;
    overflow-x: hidden!important;
    margin: auto!important;
}
p {
    margin-top: 0;
    margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
    font-family:'Arial';
    color: #323232;
    margin-bottom: 0;
    margin-top: 0;
}
.header_wrapper {
    position: relative;
    padding: 10px 0px;
    z-index: 9999;
}
.intro_section
{
	position:relative;
	padding:20px 0px 0px 0px;
}
img.logo {
    max-height: 120px;
    width: auto;
    float: left;
}
.social-navigation
{
	margin:0px;
}
.social-navigation>li {
    float: left;
    position: relative;
    display: block;
}
.social-navigation>li>a {
    font-size: 20px;
    padding: 0;
    padding-left: 0px;
    padding-top: 0px;
    color: #fff;
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    display: block;
    line-height: 48px;
    margin-left: 10px;
}
.social-navigation>li>a>i
{
	color:#252525;
}
.social-navigation>li>a:hover
{
	background: #00ab66;
}
.blog_banner
{
	padding:45px 0px 30px 0px;
}
.home_banner , .cta_section , .blog_banner
{
	background-image:url(../images/bg-image-2.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	background-attachment:fixed;
	position:relative;
}
.home_banner:before , .cta_section:before , .blog_banner:before
{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
	top:0;
	left:0;
}
.blog_banner .container
{
	position:relative;
	z-index:9;
}
.intro_content
{
	margin:50px 0px 50px 0px;
}
.intro_content h2 {
	font-size: 3rem;
    line-height: 4rem;
    font-weight: 500;
	color:#fff;
	text-align:left;
}
.intro_content ul {
    margin-top: 40px;
    margin-bottom: 20px;
}
.intro_content ul li
{
	position:relative;
	color: rgba(255,255,255,0.8);
    font-size: 18px;
    line-height: 32px;
	list-style-type:none;
	padding-left:47px;
	margin:25px 0px;
}
.intro_content ul li i
{
	width:32px;
	height:32px;
	background:#00ab66;
	color:#fff;
	text-align:center;
	line-height:32px;
	position:absolute;
	left:0px;
	top:0px;
}
.registeration_form_wrapper
{
	padding-top:60px;
}
.registeration_form {
    background: rgba(0,0,0,0.5);
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    max-width: 390px;
    margin:0px auto;
    padding-bottom: 30px;
	    -webkit-box-shadow: 0 0 60px white;
    -moz-box-shadow: 0 0 60px white;
    box-shadow: 0 0 60px white;
}
.registeration_form .colored-line
{
	margin-top:0px;
}
.registeration_form h3
{
	 color: #fff;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 1.5rem;
    line-height: 2.375rem;
    font-weight: 600;
	text-align:center;
}
.registeration_form input[type="text"], .registeration_form input[type="email"], .registeration_form textarea {
    width: 100%;
    margin-bottom: 15px;
    line-height:30px;
    background: #000;
    border-radius: 3px;
    font-size: 16px;
    padding: 6px 12px;
    outline: none;
    color: rgba(255,255,255,0.75);
    border-top: 1px solid rgba(0,171,102,0.4);
    border-bottom: 1px solid rgba(0,171,102,0.4);
    border-right: 1px solid rgba(0,171,102,0.4);
    border-left: 3px solid #00ab66;
	max-height:90px;
}
.registeration_form input[type="submit"] {
    font-family:'Arial';
	font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 15px 30px;
    border: 0;
    line-height: inherit;
    -webkit-transition: all ease .25s;
    transition: all ease .25s;
	background: #00ab66;
    color: #fff;
	outline:none;
	display:block;
	margin:0px auto;
	margin-bottom:0px;
	margin-top:5px;
	cursor:pointer;
}
.registeration_form p.small
{
	text-align:center;
}
.earning_section 
{
	text-align:center;
}
.section_wrapper h1 , h1 {
    font-size: 2.813rem;
    line-height: 3.75rem;
    font-weight: 500;
}
.section_wrapper h2 , h2
{
	text-align:center;
	font-size: 2rem;
    line-height: 3.125rem;
    font-weight: 500;
}
.section_wrapper h3 , h3 {
	font-size: 1.35rem;
    line-height: 2.375rem;
    font-weight: 600;
}
.section_wrapper h4 , h4 {
	font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 600;
}
.section_wrapper .subtitle {
	font-family:'Arial';
	font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 600;
	color: #fff;
}
.earning_content_section 
{
	margin-top:30px;
}
.earning_content_section p , .earning_content_section table
{
	text-align:left;
}
.boiler_information_section
{
	text-align:center;
}
.features_section
{
    margin-top:25px;
}
.feature_content {
    margin-top: 40px;
    margin-bottom: 35px;
}
.feature_content i {
    font-size: 50px;
    margin-bottom: 30px;
    color: #00ab66;
}
.feature_content p , .feature_content ol li , .feature_content ul li
{
	text-align:left;
}
.feature_content ol , .feature_content ul
{
	margin-left:18px;
}
.feature_content ol li , .feature_content ul li
{
	margin-bottom:10px;
}
.feature_content h4
{
	margin:0px 0px 10px 0px;
}
.img-thumbnail
{
	padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;	
}
.about_section h2
{
	text-align:left;
}
.about_section p
{
	margin-top:35px;
}
.about_section iframe
{
	max-width:535px;
}
.cta_section
{
	padding:125px 0px;
}
.cta_section .container
{
	position:relative;
	text-align:center;
}
.cta_section h4 {
    color: #fff;
}
.cta_section h2 {
    color: #fff;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 40px;
}
.standard-button {
	background: #00ab66;
    color: #fff;
    font-family:'Arial';
	font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 15px 30px;
    border: 0;
    margin: 5px;
    line-height: inherit;
    -webkit-transition: all ease .25s;
    transition: all ease .25s;
}
.contact_section
{
	padding:75px 0px;
}
.contact_section h3
{
	text-align:center;
	margin-bottom:10px;
}
.area_section
{
	text-align:center;
	padding-bottom:50px;
}
.area_section ul
{
	display:block;
	margin:20px 0px 0px 0px;
}
.area_section ul li
{
	list-style-type:none;
	display:inline-block;
}
.area_section ul li a {
    font-size: 11px;
    border-right: 1px solid #727272;
    margin-right: 2px;
    padding-right: 4px;
    float: left;
    line-height: 10px;
}
.area_section ul li:last-child a
{
	border:0px;
	padding-right:0px;
	margin-right:0px;
}
.partner_section
{
	text-align:center;
}
.outgoing-link
{
	margin-top:20px;
	display:block;
}
.footer_section
{
	padding:75px 0px;
	text-align:center;
}
.social-icons
{
	text-align:center;
	margin:20px 0px;
}
.social-icons li
{
	list-style-type:none;
	display:inline-block;
}
.social-icons li a
{
    width: 25px;
    height: 25px;
    background: #919191;
    display: block;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
    line-height: 27px;
	margin:0px 2px;
}
.social-icons li:hover a
{
	 background: #00ab66;
}
.copyright
{
	margin:15px 0px;
}
.footer_menu
{
	margin:0px 0px 10px 0px;
}
.footer_menu li
{
	list-style-type:none;
	display:inline-block;
}
.footer_menu li a {
    border-right: 1px solid #727272;
    margin-right: 2px;
    padding-right: 5px;
    float: left;
    line-height: 14px;
}
.footer_menu li:last-child a
{
	border:0px;
	padding-right:0px;
	margin-right:0px;
}
.fixed_navbar
{
	position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
	padding:5px 0px;
    min-height: 75px;
    background: #fff;
    -webkit-backface-visibility: hidden;
    border: 0;
    -webkit-box-shadow: 0 2px 8px 0 rgb(50 50 50 / 8%);
    box-shadow: 0 2px 8px 0 rgb(50 50 50 / 8%);
	top:-75px;
	opacity:0;
	 transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
}
.fixed_navbar.sticky
{
	top:0px;
	opacity:1;
}
.main_menu
{
	display:block;
	margin:0px;
}
.main_menu li
{
	list-style-type:none;
	display:inline-block;
	float:left;
}
.main_menu li a {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-family:'Arial';
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #323232;
	text-decoration:none;
}
.main_menu li a:hover , .main_menu li a.active
{
	color:#00ab66;
	text-decoration:none;
}
.wpcf7-not-valid-tip {
    font-size: 12px !important;
    margin-top: -12px !important;
    line-height: 15px !important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0px !important;
    padding: 0px !important;
    border: 0px !important;
    text-align: center !important;
    color: rgb(255 255 255 / 66%) !important;
    font-size: 14px !important;
    margin-bottom: 20px !important;
}
.wpcf7-spinner
{
	display:none !important;
}
.inner_page_section , .inner_page_section h2 , .inner_page_section h3 , .inner_page_section h4
{
	text-align:left;
}
.inner_page_section p
{
	text-align:left;
	margin-bottom:15px;
}
.sitemap_list
{
	float:left;
	margin:30px 0px 0px 0px;
}
.sitemap_list li
{
	list-style-type:none;
	display:block;
	margin-bottom:5px;
}
body.single-post .post_content_section img.alignright
{
	float:right;
	margin:0px 0px 10px 10px;
}

body.single-post .post_content_section img.alignleft
{
	float:left;
	margin:0px 10px 10px 0px;
}
.post_content_section h2 , .post_content_section h3 , .post_content_section h4 , .post_content_section h5 , .post_content_section h6
{
	text-align:left;
}
.post_content_section ul , .post_content_section ol
 {
    margin-left: 17px;
}
.blog_banner {
    text-align: center;
    margin-top: 130px;
}
.blog_banner h1 , .blog_banner p {
    color: #fff;
    margin-bottom: 10px;
}
.blog_banner ul
{
	display:block;
}
.blog_banner ul li {
    position: relative;
    list-style-type: none;
    display: inline-block;
    padding: 0px 5px;
    color: #fff;
    margin-right: 8px;
}
.blog_banner ul li:after {
    position: absolute;
    content: '/';
    right: -6px;
    top: 0;
}
.blog_banner ul li:last-child:after
{
	display:none;
}
.blog_banner ul li a
{
	color:#fff;
	display:block;
}
body.single-post .fixed_navbar , body.blog .fixed_navbar , body.archive .fixed_navbar
{
	opacity:1 !important;
	top:0px !important;
}
body.admin-bar .fixed_navbar
{
	top:32px !important;
}
.blog_content_wrapper {
    border: 3px solid rgb(0 171 102 / 10%);
    margin-bottom: 50px;
}
.blog_content_wrapper .feature_image {
    padding: 10px;
    text-align: center;
}
.blog_content_wrapper .post_content {
    padding: 20px 40px 0 40px;
	text-align:center;
}
.blog_content_wrapper .post_content h2 , .blog_content_wrapper .post_content h2 a
{
	color:#000;
	text-align:center !important;
	text-decoration:none !important;
}
.meta-author, .meta-date, .meta-category {
    display: inline-block;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    background: #f7f8fa;
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px;
    margin-top: 20px;
    max-width: 100%;
}
.meta-author i, .meta-date i, .meta-category i
{
	color:#00ab66;
}
.meta-author a, .meta-date a, .meta-category a
{
	color:#727272;
	text-decoration:none;
}
.sidebar .widget h2  , .sidebar .widget h3{
    border-bottom: 3px solid #f7f8fa;
    margin-bottom: 20px;
    padding-bottom: 10px;
	font-size: 1.5rem;
    line-height: 2.375rem;
    font-weight: 600;
}
.sidebar .widget ul li
{
	margin-bottom:5px;
}
.sidebar .widget a.call_btn
{
	margin-bottom:20px !important;
}
.sidebar .widget input[type="text"], .sidebar .widget input[type="email"], .sidebar .widget textarea  {
    width: 100%;
    margin-bottom: 15px;
    line-height:30px;
    background: #fff;
    border-radius: 3px;
    font-size: 16px;
    padding: 6px 12px;
    outline: none;
    color: rgba(255,255,255,0.75);
    border-top: 1px solid rgba(0,171,102,0.4);
    border-bottom: 1px solid rgba(0,171,102,0.4);
    border-right: 1px solid rgba(0,171,102,0.4);
    border-left: 3px solid #00ab66;
	max-height:90px;
}
.sidebar .widget input[type="submit"] {
    font-family: 'Arial';
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 15px 30px;
    border: 0;
    line-height: inherit;
    -webkit-transition: all ease .25s;
    transition: all ease .25s;
    background: #00ab66;
    color: #fff;
    outline: none;
    display: block;
    cursor: pointer;
}
.social-navigation>li>a.call_btn, a.call_btn {
    width: auto;
    border-radius: 7px;
    text-align: center;
    padding: 0px 10px;
    color: #fff;
    background: red;
    text-decoration: none;
    min-height: 25px;
    float: left;
    font-size: 20px;
    padding: 10px 25px;
    height: auto;
    line-height: 25px;
}
.social-navigation>li>a.call_btn i , a.call_btn i
{
	color:#fff;
	margin-right:5px;
}
.intro_section a.call_btn {
    padding: 18px 40px;
}
.intro_section .registeration_form_wrapper a.call_btn {
    display: block;
    margin: 0px auto;
    float: none;
    width: max-content;
}
.fixed_navbar.sticky img.logo {
    max-height: 90px;
    width: auto;
    float: left;
}
#articles .blog_content_wrapper .post_content {
    padding: 10px 20px 20px 20px;
    text-align: center;
}
.customer_review_box
{
	border:3px solid #f7f8fa;
	padding:20px;
	background:#fff;
	margin:30px 0px 0px 0px;
}
.customer_review_box h5
{
	font-size:16px;
}
.you_video_wrapper , .sight_img_box
{
	margin:30px 0px 0px 0px;
}
#articles .blog_content_wrapper .post_content h3
{
	min-height:76px;
}