body {
	font-family: CerebriSans;
	outline: 0;
	position: relative;
	font-size: 14px;
	text-rendering: optimizelegibility;
	word-wrap: break-word;
	font-smooth: always;
	letter-spacing: normal;
	font-weight: regular;
	webkit-font-smoothing: antialiased;
	background-size: cover;
	color: #000
}
aside, div, footer, header, input, label, li, section, ul, ul li {
	box-sizing: border-box
}
h1, h2, h3 {
	font-family: CerebriSans;
	padding: 0;
	margin: 0;
	font-weight: 700
}
h1, h2 {
	width: 100%;
	font-size: 48px;
	padding: 0;
	margin: 0;
	color: #000;
	font-weight: 700
}
h1 span, h2 span {
	color: #519f1a
}
li, ul, ul li {
	list-style-type: none
}
ol, ul {
	padding: 0;
	margin: 0
}
a, a:active, a:focus, a:hover {
	text-decoration: none;
	outline: 0;
	transition: ease-in .3s
}
input:focus, select:focus {
	outline: 0
}
select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none
}
select::-ms-expand {
display:none
}
.container {
	max-width: 1200px
}
header .container{ max-width:1360px;}
.align_center{ align-items:center;}
header {
	width: 100%; position:absolute;
	color: #000;
	padding: 0 0; z-index:9999;
	border-bottom: solid 0 #f1f1f1
}
header a:last-child {
	border: none
}
header .logo_area {
	padding: 10px 0
}
header .logo_area img {
	max-width: 100%;
	width: auto; max-height:90px;
}
.displ_nn {
	display: none
}
nav {
	width: 100%;
	float: left;
	height: auto;
	font-size: 15px;
	text-transform: none;
	font-weight: 500;
	letter-spacing: .5px;
	padding: 0 0;
	position: relative; text-transform:uppercase;
	display:flex; align-items:center; justify-content:end;
}
nav ul {
	padding: 0;
	margin: 0 0 0;
	width: 100%;
	float: left;
	text-align: center;
	letter-spacing: .5px;
	display: flex;
	align-items: center;
	justify-content: flex-start
}
nav ul li {
	width: auto;
	display: inline;
	position: relative;
	margin: 0 0
}
nav ul li.menu-item-has-children::before{ content:"\f107"; font-family:"Font Awesome 5 Pro"; position:absolute; right:-3px; top:13px; color:#fff; }
nav ul li.menu-item-has-children:hover::before{ transform:rotate(180deg); top:11px;}


nav ul li a {
	width: auto;
	padding: 0 15px;
	display: inline-block;
	color: #fff;
	line-height: 45px
}
nav ul li:hover a {
	color: #fff
}
nav ul li ul.drop1_list, nav ul li ul.sub-menu {
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 999;
	width: 250px;
	top:40px;
	box-shadow: 0 0 8px 0 #999;
	left: 0;
	transform: scale(1, .5);
	-webkit-transform: scale(1, .5);
	-moz-transform: scale(1, .5);
	transform-origin: top;
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease;
	display: block;
	text-align: center
}
nav ul li ul.drop1_list li, nav ul li ul.sub-menu li {
	display: inline;
	position: relative;
	padding: 0;
	margin: 0
}
nav ul li ul.drop1_list li:last-child a, nav ul li ul.sub-menu li:last-child a {
	border-bottom: 0 solid #ffefee
}
nav ul li ul.drop1_list li a, nav ul li ul.sub-menu li a {
	display: block;
	padding: 15px 15px;
	color: #000;
	text-transform: inherit;
	text-align: left;
	background-color: #fff;
	border-bottom: 1px solid #e5e6e7;
	border-radius: 0;
	font-size: 14px; text-transform:none;
	line-height: 18px
}
nav ul li ul.drop1_list li:hover a, nav ul li ul.sub-menu li:hover a {
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	background-color: #d77100;
	color: #fff
}
nav ul li:hover ul.drop1_list, nav ul li:hover ul.sub-menu {
	opacity: 1;
	visibility: visible;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1)
}
.mobile_nav {
	width: 100%;
	float: right;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0 5px;
	cursor: pointer;
	display: none;
	top: 0
}
.nav_right {
	right: -15px;
	z-index: 500;
	background: #fff;
	-webkit-animation: menu .7s;
	animation: menu .7s;
	top: 45px;
	min-width: 305px
}
.hide_nav {
	display: none
}
@keyframes menu {
0% {
opacity:.6;
right:-320px
}
100% {
opacity:1;
right:-15px
}
}
@-webkit-keyframes menu {
0% {
opacity:.6;
right:-320px
}
100% {
opacity:1;
right:-15px
}
}
.call_email {
	width: auto;
	float: right;
	text-align: left;
	margin: 0px 0 0;
	display: flex;
	flex-flow: row wrap;
	align-items: center
}
.call_email li {
	width: auto;
	display: flex;
	padding: 0 0px;
	vertical-align: top;
	display: flex;
	flex-flow: row;
	align-items: center; margin:0 5px 0 0;
	
}
.call_email li a{ background:#519f1a; color:#fff; border-radius:5px; padding:0 15px; }
.call_email li a i{ font-size:20px; transform:rotate(90deg)}
.call_email li:last-child a{ background:#d77100;}
.call_email li:last-child {
	margin-right: 0;
	border: none
}
.top_banner {
	width: 100%;
	float: left;
	position: relative
}
.top_banner img {
	width: 100%;
	height: auto
}
.top_banner .banner_text {
	width: 100%;
	position: absolute; height:100%;
	left: 0;
	top: 0;
	text-align: center; display:flex; align-content:center; justify-content:center; flex-flow:wrap;
	color: #fff; z-index:1000;
}
.top_banner .banner_text label, .top_banner .banner_text div.top_label {
	font-size: 18px;
	font-weight: 700;.top_banner .banner_text
	color: #fff; margin:0; background:#519f1a;
	letter-spacing: 4px;
	text-transform: uppercase; width: auto;
    display: inline-block;
    padding: 10px 25px; margin:0 0 15px;
}

.top_banner .banner_text h1, .top_banner .banner_text h2 {
	font-size: 48px;
	font-weight: 700; color:#fff; text-transform: uppercase;
	letter-spacing: .5px; margin:0 0 5px;
}
.top_banner .banner_text p {
	width: 100%;
	float: left;
	font-size: 20px;
	font-weight: 400;
	margin: 0px 0 0px 0;
	color: #fff
}

.inner_bnr .banner_text h1{ font-size:32px;}
.inner_bnr .banner_text ol{ width:100%; float:left; display:flex; align-items:center; justify-content:center; margin:15px 0;}
.inner_bnr .banner_text ol li {
    width: auto;
    display: inline-block;
    font-size: 18px;
    margin: 0 30px 0 0;
    padding: 0;
    color: #fff;
    position: relative
}
.cta_page{ width:100%; float:left; border-top:solid 1px #ccc; text-align:center; margin:15px 0 30px; padding:25px 0 0;}
.cta_page a{ display:inline-block; text-transform:uppercase; padding:12px 30px; border-radius:8px; background:#d77100; color:#fff; font-weight:700; font-size:18px; }
.cta_page a:hover{ background:#519f1a;}

.inner_bnr .banner_text ol li a {
    color: #fff;
    position: relative; padding:0 !important;
}
.inner_bnr .banner_text ol li:before {
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    left: -10px;
    top: 2px;
    color: #fff
}

.inner_bnr .banner_text ol li:first-child:before {
    display: none
}

.inner_bnr .banner_text ol li:last-child a {
    color: #fff
}

.top_banner .banner_text a:hover {
	background: #333
}
.top_banner .carousel-indicators {
	bottom: 40px
}
.top_banner .carousel-indicators li {
	width: 22px;
	height: 22px;
	position: relative;
	margin: 0 10px;
	border-radius: 50%;
	border: solid 1px #0299d8;
	cursor: pointer
}
.top_banner .carousel-indicators li.active {
	background: #0299d8
}
.top_banner .inner_text_bnr {
	top: 15%;
	letter-spacing: .5px
}
.top_banner .inner_text_bnr h1 {
	color: #046ad3;
	margin: 0 0 10px
}
.top_banner .inner_text_bnr p {
	font-size: 18px;
	line-height: 28px;
	font-weight: 300
}
.top_banner .inner_text_bnr button {
	width: auto;
	display: inline-block;
	border-radius: 25px;
	cursor: pointer;
	border: none;
	text-transform: uppercase;
	background: #046ad3;
	color: #fff;
	padding: 12px 25px;
	letter-spacing: .5px;
	transition: ease-in .3s
}
.top_banner .inner_text_bnr button:hover {
	background: #0299d8
}
.inner_bnr {
	width: 100%;
	float: left;
	min-height: 300px;
	text-align: center;
	padding: 0px 0 0; position:relative;
}
.inner_bnr::after{ background:url('https://digitalcheckpoint.com/demo/cr-solar/wp-content/uploads/2023/07/curve_shape.png') no-repeat; content:''; position:absolute; width:100%; height:100%; background-position:bottom; z-index:10; left:0; top:0; background-size:100%;}

.inner_bnr img{ max-height:420px; object-fit:cover; min-height:420px;}
.inner_bnr label {
	font-size: 48px;
	color: #fff;.top_banner .banner_text h1, .top_banner .banner_text h2
	font-weight: 500
}
.inds_area{ width:100%; float:left; background:#d77100; color:#fff;}
.inds_area h2{ color:#fff;}
.inds_area ul.list_srvc{width:100%; float:left; display:flex; flex-flow:row wrap; align-items:center;  }
.inds_area ul.list_srvc li{border-right:solid 1px #e39c4d; flex:1;}
.inds_area ul.list_srvc li a{ padding:20px 0px; color:#fff; display:block; text-align:center; }
.inds_area ul.list_srvc li:last-child{ border:none;}
.inds_area ul.list_srvc li a h3{ font-size:16px; text-transform:uppercase;}
.who_we_are {
	width: 100%;
	float: left;
	margin: 0 0;
	background: #fff;
	color: #000;
	padding: 60px 0;
	text-align: center
}
.who_we_are label {
	font-size: 14px;
	font-weight: 700;
	color: #b5b5b5;
	letter-spacing: 4px;
	text-transform: uppercase
}
.who_we_are h2 {
	letter-spacing: .5px; font-size:48px;
	margin: 0 0 15px
}
.who_we_are p{ font-size:20px; line-height:32px; margin:0 0 0px;}
.who_we_are ul {
	width: 100%;
	float: left;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between;
	margin: 0px 0
}
.who_we_are ul li {
	flex: 0 0 50%;
	margin: 0px 0% 25px;
	border: solid 0px #e6ede3;     padding: 0px0px;
	text-align: center;
	transition: ease-in .3s; 
}
.who_we_are ul.cat_area li {
	padding: 0
}
.who_we_are ul.cat_area li figure {
	padding: 0; overflow:hidden;
	margin: 0;
}
.who_we_are ul.cat_area li .content_dtls {
	padding: 15px 0px;
	width: 100%;
	float: left
}
.who_we_are ul li h3 {
	width: 100%;
	float: left;
	font-size: 18px; text-transform:uppercase;
	color: #333;
	font-weight: 600;
	margin: 0 0 10px
}

.who_we_are ul li h3 a {
	color: #333
}
.who_we_are ul li figure {
	margin: 10px 0 25px; overflow:hidden;  width:205px; height:205px; border-radius:50%; display:inline-block; background:#ebebea; line-height:205px;
}
.who_we_are ul li:nth-child(2) figure {background:#b8edfd;}
.who_we_are ul li:nth-child(3) figure {background:#cce3e9;}
.who_we_are ul li:nth-child(4) figure {background:#ebebeb;}
.txt_left{ text-align:left;}



.who_we_are ul li figure img {
	max-width: 100%; transition:ease-in .3s;
}
.who_we_are ul li:hover img{ transform:scale(1.1);}
.type_of_solar ul li{ flex:0 0 48%;}
.type_of_solar ul li figure{ position:relative;}
.type_of_solar ul li figure .head_area{ position:absolute; width:50%; right:0; bottom:0; }
.type_of_solar ul li figure .head_area a{ width:100%; background:#d77100; font-size:24px; font-weight:600; padding:25px; line-height:25px; display:flex; align-items:center; justify-content:space-between; color:#fff; text-transform:uppercase;}
.type_of_solar ul li:hover .head_area a{ background:#519f1a;}
.who_we_are ul li p {
	font-size: 15px;
	line-height: 24px;
	letter-spacing: .5px;
	margin: 0 0 20px;
	font-weight: 300
}
.who_we_are ul li a.read_more {
	color: #519f1a;
	font-weight: 700
}
.who_we_are ul li a.read_more:hover {
	color: #333
}
.who_we_are ul li a.read_more i {
	vertical-align: middle;
	margin-left: 5px
}
.who_we_are a.request_call {
	width: auto;
	display: inline-block;
	line-height: 60px;
	border-radius: 3px;
	padding: 0 30px;
	background: #d77100;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: .5px
}
.who_we_are a.request_call:hover {
	background: #333
}
.world_map_area {
	width: 100%;
	float: left;
	background: #1b4a9e url(../images/globus_bg.png) no-repeat center center;
	color: #fff;
	padding: 60px 0;
	text-align: center;
	color: #fff
}
.world_map_area .contact_form ul li { text-align:left;}
.world_map_area h2 {
	color: #fff
}
.world_map_area .email_us {
	width: 100%;
	float: left;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	margin: 45px 0 0
}
.world_map_area .contact_form ul li  input {
	width: 95%;
	height: 50px;
	border-radius: 3px;
	border: none;
	flex: auto;
	font-weight: 700;
	color: #000;
	font-size: 20px;
	padding: 0 15px;
	margin: 5px
}
.world_map_area .contact_form  button, .world_map_area .contact_form input[type=submit] {
	width: auto;
	border-radius: 3px;
	flex: auto; margin:5px auto;
	font-weight: 600;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}
.why_choose_us {
	width: 100%;
	float: left;
	background: #fff;
	padding: 60px 0
}
.why_choose_us label {
	width: 100%;
	float: left;
	font-size: 14px;
	font-weight: 700;
	color: #519f1a; text-transform:uppercase;
	letter-spacing: 4px
}
.why_choose_us h2 {
	width: 100%;
	float: left;
	text-align: left;
	position: relative;
	padding: 0 0 0; font-size:36px;
	margin: 0 0 15px;
	letter-spacing: .5px;
	color: #000;
	font-weight: 700
}
.why_choose_us p {
	width: 100%;
	color: #000;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	text-align: left;
	margin: 0 0 20px;
	float: left
}
.why_choose_us .rt_txt {
	width: 100%;
	float: left;
	padding-left: 30px
}
.why_choose_us figure {
	width: 100%;
	float: left;
	margin: 0 0 15px;
	text-align: center;
	overflow: hidden
}
.why_choose_us figure img {
	max-width: auto;
	width: 100%
}
.why_choose_us a.request_call {
	width: auto;
	display: inline-block;
	line-height: 60px;
	border-radius: 3px;
	padding: 0 30px;
	background: #d77100;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: .5px;
	margin: 15px 0 0
}
.why_choose_us a.request_call:hover {
	background: #333
}
.infographic_area {
	width: 100%;
	float: left;
	text-align: center; background:url(https://digitalcheckpoint.com/demo/cr-solar/wp-content/uploads/2023/05/why_bg.jpg) no-repeat center; background-size:cover;
	padding: 50px 0 50px; background-attachment:fixed; color:#fff; text-align:center;
}
.infographic_area label {
	font-size: 14px;
	font-weight: 700;
	color: #519f1a;
	letter-spacing: 4px;
	text-transform: uppercase
}
.infographic_area h2 {
	letter-spacing: .5px; font-size:48px; color:#fff;
	margin: 0 0 15px
}
.infographic_area p{ font-size:20px; line-height:32px; margin:0 0 0px;}
.infographic_area a.cta {
	width: auto;
	display: inline-block;
	line-height: 60px;
	border-radius: 3px;
	padding: 0 30px;
	background: #d77100;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: .5px;
	margin: 15px 0 0
}
.align_center{ align-items:center;}
.infographic_area a.cta:hover {
	background: #519f1a
}
.infographic_area ul {
	width: 100%;
	float: left;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between;
	margin: 0 0
}
.infographic_area ul li {
	flex: 0 0 24%;
	border: solid 0 #e6ede3; background:rgba(81,159,26,.2);
	padding: 30px; border-radius:10px;
	text-align: center;
	transition: ease-in .3s; color:#fff;
	margin: 15px 0
}
.infographic_area ul li:hover{ background:#d77100;}
.infographic_area ul li h4 {
	width: 100%;
	float: left;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	margin:10px 0 0
}
.testi_area {
	width: 100%;
	float: left;
	background: #f5f5f5;
	color: #000;
	padding: 50px 0;
	text-align: center
}
.testi_area label {
	width: 100%;
	float: left;
	font-size: 14px;
	font-weight: 700;
	color: #333;
	letter-spacing: 4px;
	text-transform: uppercase
}
.testi_area h2 {
	text-align: center;
	margin: 0 0 30px;
	font-size: 42px
}
.testi_area p {
	font-size: 18px;
	text-align: center
}
.testi_box {
	width: 100%;
	float: left;
	background: #fff;
	padding: 30px 30px 50px;
	border-radius: 3px;
	box-shadow: 0 0 10px 0 #ccc
}
.testi_box .top {
	width: 100%;
	float: left;
	display: flex;
	flex-flow: row;
	align-items: center
}
.testi_box .top figure {
	flex: 0 0 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden
}
.testi_box .top figure img {
	width: 100%
}
.testi_box .top .rt_dtls {
	text-align: left;
	padding: 0 0 0 25px
}
.testi_box .top .rt_dtls .rating {
	color: #ffb944;
	margin: 0 0 10px
}
.testi_box .top .rt_dtls h3 {
	font-size: 18px;
	margin: 0;
	font-size: 20px
}
.testi_box .top .rt_dtls h3 span {
	font-weight: 400;
	font-size: 16px
}
.testi_box .bot_dtls {
	width: 100%;
	float: left;
	text-align: left;
	padding: 25px 0 0
}
.testi_box .bot_dtls p {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 18px;
	line-height: 30px
}
.all_srvc figure img {
	max-width: 100%;
	transition: ease-in .3s
}
.item:hover img {
	transform: scale(1.1)
}
.client_area {
	width: 100%;
	float: left;
	text-align: center;
	padding: 50px 0
}
.client_area h2 {
	margin: 0 0 25px
}
.client_area ul.client_list{ width:100%; float:left; display:flex; flex-flow:row wrap; align-items:center; justify-content:center;}
.client_area ul.client_list li { margin:10px; 
}
.client_area ul.client_list li img {
	max-width: 100%; max-height:120px; 
}
.scrollup {	display: none;	position: fixed;bottom: 4em;right: 15px;	width: 45px;	height: 45px;background: transparent linear-gradient(
180deg, #258CFF 0%, #455FFF 47%, #652BFF 100%) 0% 0% no-repeat padding-box;	color: #fff;line-height: 45px;	font-family: fontawesome; border-radius:50%;	transition: ease-in .3s all;z-index: 999;	text-align: center;	font-size: 20px}
.scrollup:hover { background:#ccc; color:#652BFF;}

footer {
	width: 100%;
	float: left;
	min-height: 300px;
	background: #1c1c1f;
	padding: 50px 0 0 0;
	color: #000
}
.foot_logo{ width:100%; float:left; display:flex; flex-flow:row wrap; align-items:center; justify-content:center; margin:0 0 30px;}
.foot_logo img{ max-height:90px; width:auto; max-width:100%; height:auto}
.foot_logo aside{ flex:1;     margin: 15px;
    background: #f1f1f1;
    text-align: center;
    padding: 15px;
    border-radius: 20px;}
.foot_logo aside figure{ margin:0 !important;}
footer h3 {
	width: 100%;
	float: left;
	font-size: 18px;
	text-transform: none;
	font-weight: 600;
	letter-spacing: .5px;
	margin: 0 0 15px 0;
	color: #fff;
	text-align: left
}
footer h4 {
	width: 100%;
	float: left;
	font-size: 16px;
	text-transform: none;
	font-weight: 600;
	letter-spacing: .5px;
	margin: 0 0 2px 0;
	color: #fff;
	text-align: left
}
footer .address_detials {
	width: 100%;
	float: left;
	color: #fff;
	border-top: solid 1px #333;
	padding: 15px 0
}
footer .address_detials ul {
	width: 100%;
	float: left;
	margin: 0 0 0;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between
}
footer .address_detials ul li {
	padding: 0 0;
	margin: 0;
	list-style: none;
	line-height: 16px;
	font-size: 14px;
	color: #fff;
	flex: 1;
	display: flex;
	align-items: center
}
footer .address_detials ul li figure {
	margin: 0;
	font-size: 24px;
	color: #519f1a
}
footer .address_detials ul li .rt_dtls {
	padding: 0 0 0 10px
}
footer .address_detials ul li p {
	margin: 0;
	font-size: 14px
}
footer .address_detials ul li a {
	font-size: 14px;
	color: #fff
}
footer .address_detials ul li i {
	font-size: 18px;
	display: inline-block;
	width: 25px;
	float: left
}
footer .address_detials ul li span {
	width: auto;
	float: left
}
.footer address_detials ul li:before {
	display: none
}
footer .menu, footer .resource {
	width: 100%;
	float: left;
	height: auto;
	padding: 0 0 20px 0
}
.secure_icon {
	width: 100%;
	float: left;
	height: auto;
	padding: 0 0 20px 10px
}
.secure_icon li {
	width: auto;
	display: inline-block;
	padding: 0 15px 0 0;
	margin: 0 0 20px
}
.border_right {
	border-right: solid 1px #333;
	margin-bottom: 30px
}
footer .menu li, footer .resource li {
	width: 100%;
	float: left;
	padding: 0;
	letter-spacing: .5px;
	font-size: 14px
}
footer .menu li a, footer .resource li a {
	color: #fff;
	width: 100%;
	display: inline-block;
	padding: 6px 0 6px 0;
	transition: ease-in .3s
}
footer .menu li a, footer .resource li a:hover {
	color: #519f1a
}
.social-icon {
	width: 100%;
	float: left;
	text-align: right;
	margin: 0 0 0
}
.social-icon li {
	width: auto;
	display: inline-block;
	margin: 0 2px
}
.social-icon li a {
	border: 0 solid #fff;
	padding: 0;
	text-align: center;
	margin: 0 15px 0 0;
	display: block;
	line-height: 38px;
	color: #fff;
	vertical-align: middle;
	transition: .3s;
	font-size: 18px
}
.social-icon li a:hover {
	color: #519f1a
}
footer .last_footer {
	border-top: solid 1px #333;
	color: #fff;
	padding: 20px 0
}
footer .last_footer a {
	color: #fff;
	padding: 0 10px
}
footer .last_footer p {
	padding: 0 0;
	text-align: center;
	width: 100%;
	float: left;
	margin: 0;
	letter-spacing: .5px;
	margin: 0
}

.faq_area_home {
	width: 100%;
	float: left;
	margin: 0 0;
	padding: 60px 0
}
.faq_area_home h2 {
	text-align: center;
	font-size: 42px;
	margin: 0 0 20px
}
.faq_area_home #accordion {
	width: 100%;
	float: left;
	font-size: 18px;
	float: none;
	letter-spacing: .5px;
	line-height: 27px;
	text-align: justify
}
.faq_area_home h3 {
	width: 100%;
	float: none;
	position: relative;
	font-size: 22px;
	border-bottom: solid 1px #f1f1f1;
	color: #333;
	font-weight: 700;
	letter-spacing: .5px;
	padding: 15px 20px 15px 0;
	cursor: pointer;
	margin: 0
}
.faq_area_home h3::after {
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	content: "\f077";
	right: 0;
	top: 16px
}
.faq_area_home .collapse, .faq_area_home p {
	font-size: 18px;
	float: none;
	letter-spacing: .5px;
	line-height: 27px;
	text-align: justify;
	border-bottom: solid 1px #f1f1f1;
	padding: 5px 0 10px;
	color: #000;
	margin: 0
}
.faq_area_home h3.collapsed::after {
	content: "\f078"
}
.inner_page_area {
	width: 100%;
	float: left;
	padding: 50px 0
}
.content_page_area{ width:100%; float:left; padding:50px 0; text-align:left}

.content_area {
	width: 100%;
	float: left; text-align:left;
}
.content_area h2, .content_area h3 {
	width: 100%;
	float: left;
	font-size: 28px;
	margin: 0 0 5px;
	color: #519f1a; text-align:left;
}
.content_area p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
	letter-spacing: .5px;
	text-align: left;
	margin: 10px 0 25px; color:#000;
}
.content_area ol, .content_area ul {
	width: 100%;
	float: left;
	padding: 0 0 0 20px; margin:0 0 20px;
	}
	
.content_area ol li, .content_area ul li {
	    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
	width: 100%;
	float: left;
	letter-spacing: .5px;
	list-style-type: circle;
	margin: 4px 0;  
	color: #000;
	text-align: left;
}
.contact_form {
	width: 100%;
	float: left
}
.contact_form h2 {
	width: 100%;
	float: left;
	font-size: 32px;
	color: #519f1a;
	margin: 0 0 15px
}
.contact_form ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 15px
}
.contact_form ul li {
	width: 50%;
	float: left;
	margin: 10px 0
}
.contact_form ul li input, .contact_form ul li select {
	width: 95%
}
.contact_form ul li textarea {
	width: 97.5%
}
.contact_form ul li label {
	font-weight: 500
}
.contact_form ul li:last-child {
	width: 100%
}
.contact_form .sbmt_btn {
	width: auto;
	display: block;
	border-radius: 3px;
	border: solid 1px #fff;
	background: #d77100;
	text-transform: uppercase;
	font-weight: 500;
	padding: 12px 15px;
	color: #fff;
	cursor: pointer;
	letter-spacing: 2px
}
.contact_form .sbmt_btn:hover {
	background: #0262d3
}
.contact_area {
	width: 100%;
	float: left;
	height: auto;
	background: #f1f1f1;
	border: solid 1px #f1f1f1;
	margin: 20px 0;
	border-radius: 3px
}
.contact_area .address_area {
	width: 100%;
	float: left;
	height: auto
}
.contact_area .address_area li {
	width: 100%;
	float: left;
	height: auto;
	list-style: none;
	margin: 0 0;
	border-bottom: solid 1px #fff;
	padding: 20px 20px
}
.contact_area .address_area li:last-child {
	border: none
}
.contact_area .address_area figure {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	float: left;
	text-align: center;
	background: #d77100;
	line-height: 55px;
	margin: 0;
	padding: 0
}
.contact_area p {
	text-align: left
}
.contact_area .address_area figure i {
	color: #fff;
	font-size: 22px
}
.contact_area .address_area figure img {
	display: inline-block;
	max-height: 20px
}
.contact_area .address_area .details {
	width: calc(100% - 50px);
	float: left;
	padding: 0 15px;
	box-sizing: border-box
}
.contact_area .address_area .details h3 {
	width: 100%;
	float: left;
	padding: 0;
	font-size: 16px;
	margin: 0 0 5px;
	color: #519f1a;
	text-transform: uppercase;
	font-weight: 600
}
.contact_area .address_area .details p {
	font-size: 16px;
	padding: 0;
	margin: 0;
	text-align: left
}

.blog_area {
	width: 100%;
	float: left;
	padding: 0 0
}
.blog_area.blog_list_area{ padding:50px 0 0; text-align:center;}
.blog_area h1 {
	text-align: center;
	margin: 0 0 15px;
	color: #519f1a
}
.blog_area ul {
	width: 100%;
	float: left;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between
}
.blog_area ul li {
	flex: 0 0 31.33%;
	margin: 15px 0;
	font-size: 14px
}
.blog_area ul li figure {
	width: 100%;
	float: left;
	margin: 0;
	overflow: hidden
}
.blog_area ul li figure img {
	width: 100%;
	transition: ease-in .3s;
	height: auto
}
.blog_area ul li:hover img {
	transform: scale(1.1)
}
.blog_area ul li .dtls_more {
	width: 100%;
	float: left;
	padding: 15px 0
}
.blog_area ul li .dtls_more label {
	width: auto;
	float: left;
	margin: 0;
	font-size: 14px;
	color: #f16334;
	padding: 0;
	margin: 0 0 5px
}
.blog_area ul li .dtls_more h3 {
	font-size: 20px;
	width: 100%;
	float: left; text-align:left;
	color: #000
}
.blog_details_area {
	width: 100%;
	float: left;
	margin: 0 0 20px
}
.blog_details_area h1 {
	width: 100%;
	float: left;
	font-size: 28px;
	color: #519f1a;
	letter-spacing: .5px;
	margin: 0 0 8px
}
.blog_details_area figure {
	width: 100%;
	float: left;
	margin: 0 0 10px
}
.blog_details_area figure img {
	width: 100%;
	height: auto
}
.blog_details_area h2, .blog_details_area h3, .blog_details_area h4, .blog_details_area h5, .blog_details_area h6 {
	font-size: 24px;
	font-weight: 400;
	padding: 0;
	color: #519f1a;
	margin: 15px 0 5px;
	width: 100%;
	float: left;
	letter-spacing: .5px
}
.blog_content p {
	color: #000;
	font-size: 18px;
	line-height: 27px;
	width: 100%;
	float: left;
	letter-spacing: .5px;
	text-align: justify;
	margin: 0 0 5px
}
.blog_content p a {
	color: #519f1a
}
.blog_content ol, .blog_content ul {
	width: 100%;
	float: left;
	padding: 0 0 0 20px
}
.blog_content ol li, .blog_content ul li {
	font-size: 18px;
	line-height: 27px;
	width: 100%;
	float: left;
	letter-spacing: .5px;
	list-style-type: circle;
	margin: 4px 0;
	color: #000;
	text-align: left;
}
.date_admin {
	width: 100%;
	float: left;
	margin: 0 0 10px
}
.date_admin li {
	border: none;
	width: auto;
	padding: 0;
	margin: 0 25px 0 0!important;
	font-size: 13px;
	color: #333;
	float: left;
	list-style: none
}
.date_admin li i {
	font-size: 16px;
	color: #519f1a;
	margin: 0 5px 0 0
}
.fa-phone{ transform:rotate(90deg)}

.sub_cat_area{ width:100%;float:left; display:flex; flex-flow:row wrap; align-items:stretch; justify-content:space-between; margin:0 0 25px;}
.sub_cat_area h2{ font-size:24px;}
.sub_cat_area .full_area{  flex:0 0 100%; display:flex; flex-flow:row wrap; align-items:stretch; justify-content:space-between; }
.sub_cat_area .full_area .img_area{ flex:0 0 40%; height:100%; background:#ccc; overflow:hidden;}
.sub_cat_area .full_area .img_area img{ width:100%; height:100%;}
.sub_cat_area .full_area .dtls_area{ flex:0 0 60%; padding:0 25px;}
.sub_cat_area .box_area{  flex:0 0 32%; border:solid 1px #ccc; padding:25px;  }
.sub_cat_area .box_area p{ margin:0;}

ul.location_listing{ width:100%; float:left; margin:20px 0; padding:0; display:flex; flex-flow:row wrap; align-items:center; justify-content:center;}
ul.location_listing li{ border:solid 1px #ccc; padding:12px 50px; flex:0 0 23%; margin:10px; list-style:none; border-radius:8px; text-align:center; background:#fff; transition:ease-in .3s;}
ul.location_listing li a{ color:#000; display:block;}
ul.location_listing li figure{ margin:0 0 8px; color:#d77100; font-size:24px;}
ul.location_listing li a br{ display:none;}
ul.location_listing li  p{ text-align:center; margin:0; line-height:24px; font-weight:500; text-transform:uppercase;}
ul.location_listing li:hover{ box-shadow:0 0 8px 0 #ccc;}

