/*

 Theme Name:   lekhwar Child Theme
 description:  A child theme of the curlysister default WordPress theme
 Author:       Shailesh Lekhwar
 Template:     lekhwar
 Version:      7.0.0

*/
body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #424242;
	font-weight: 400;
	background-color: #fff;
}
* {
	margin: 0;
	padding: 0;
}
html {
/*overflow-x: hidden;*/

}
img {
	vertical-align: sub;
	border: none;
	-ms-interpolation-mode: bicubic;
	height: auto;
	max-width: 100%;
	outline: none;
}
.clear {
	clear: both;
}
a {
	color: #333;
	text-decoration: none;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out
}
a:hover {
	color: #002147;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
}
p {
	font-weight: 400;
	color: #000;
	font-size: 16px;
	margin: 10px 0px;
	line-height: 26px;
}
a:focus {
	outline: 0;
}
a:hover, a:active {
	outline: 0;
}
a:active, a:hover {
	outline: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	clear: both;
}
h1 {
	margin: 15px 0 0;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
b, strong {
	font-weight: 500;
}
/* =WordPress Core

-------------------------------------------------------------- */

.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	padding: 1%;
	border: 1px solid #f0f0f0;
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col1, .col10, .col11, .col12, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}
.col1, .col10, .col11, .col12, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9 {
	float: left
}
.col12 {
	width: 100%
}
.col11 {
	width: 91.66666667%
}
.col10 {
	width: 83.33333333%
}
.col9 {
	width: 75%
}
.col8 {
	width: 66.66666667%
}
.col7 {
	width: 58.33333333%
}
.col6 {
	width: 50%
}
.col5 {
	width: 41.66666667%
}
.col4 {
	width: 33.33333333%
}
.col3 {
	width: 25%
}
.col2 {
	width: 16.66666667%
}
.col1 {
	width: 8.33333333%
}
/* 
Generic Styling, for Desktops/Laptops 
*/
table {
	width: 100%;
	border-collapse: collapse;
}
/* Zebra striping */
tr:nth-of-type(odd) {
	background: #eee;
}
th {
	background: #333;
	color: white;
	font-weight: bold;
}
td, th {
	padding: 6px;
	border: 1px solid #ccc;
	text-align: left;
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
/* Force table to not be like tables anymore */
table, thead, tbody, th, td, tr {
	display: block!important;
	width: 98%!important;
	padding: 1%!important;
}
/* Hide table headers (but not display: none;, for accessibility) */
thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
tr {
	border: 0px solid #ccc;
}
td {
	border: none;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 50%;
}
td:before {
	position: absolute;
	top: 6px;
	left: 6px;
	width: 45%;
	padding-right: 10px;
	white-space: nowrap;
}
}
a {
	outline: none;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul, li > ol {
	margin: 0 0 0 20px;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
 color: #939393;
}
:-moz-placeholder {
 color: #939393;
}
::-moz-placeholder {
 color: #939393;
 opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
 color: #939393;
}
.clear {
	clear: both;
}
.row {
	width: 100%;
	margin: 0px auto;
	padding: 50px 0;
}
.container {
	width: 1180px;
	margin: auto;
	padding: 0;
}
.header_top_bg {
	width: 100%;
	margin: auto;
	background-color: #7ed321;
	padding: 8px 0;
}
.header_top {
	width: 1180px;
	margin: auto;
	padding: 0;
}
.header_top a:hover {
	color: #000;
}
.header_top_left {
	float: left;
	margin: 0;
	width: 65%;
}
.header_top_left ul {
	display: block;
}
.header_top_left ul li {
	display: inline-block;
	margin: 0 0 0 0px;
}
.header_top_left ul li .fa {
	font-size: 19px;
	color: #fff;
	margin: 0 3px 0 12px;
	vertical-align: middle;
}
.header_top_left a {
	color: #ffffff;
	font-size: 14px;
	padding: 0px 0;
	display: inline-block;
	margin: 0 12px 0 0;
}
.header_top_right {
	float: right;
	margin: 0 auto;
	width: 30%;
	text-align: right;
}
.header_top_right ul {
	display: block;
}
.header_top_right ul li {
	display: inline-block;
	margin: 0 0 0 0px;
	color: #fff;
	font-weight: 500;
}
.header_top_right ul li .fa {
	font-size: 19px;
	color: #fff;
	margin: 0 3px 0 12px;
	vertical-align: middle;
}
.header_top_right ul li a {
	font-size: 14px;
	color: #c5ecff;
}
.header_bg {
	width: 100%;
	margin: auto;
	background-color: #fff;
	padding: 18px 0;
}
.logo {
	float: left;
	width: 28%;
}
.nav {
	float: right;
	/* width: 67%; */
	margin: 16px auto;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
	width: max-content!important;
}
.s_projects {
	background-color: #fff;
	margin: 0 auto 0;
	border-top: 1px solid #000;
	padding: 20px 0 0;
}
.s_projects h1 {
	color: #7ed321;
	font-size: 40px;
	display: block;
	text-align: center;
	font-weight: 400;
	margin: 0 0 2%;
}
.s_projects h3 {
	color: #000;
	font-size: 18px;
	display: block;
	text-align: center;
	margin: 0 0 1%;
}
.top_feature {
}
.top_feature1 {
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.top_feature2 {
	float: left;
	width: 23.50%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.top_feature3 {
	float: left;
	width: 23.50%;
	margin-bottom: 2%;
}
.bottom_feature .top_feature1 {
	float: left;
	width: 49.1%;
	margin-left: 2%;
	margin-right: 0;
	margin-bottom: 2%;
}
.bottom_feature .top_feature2 {
	float: left;
	width: 23.45%;
	margin-left: 2%;
	margin-right: 0;
	margin-bottom: 2%;
}
.bottom_feature .top_feature3 {
	float: left;
	width: 23.45%;
	margin-bottom: 20px;
}
.feature {
	position: relative;
	overflow: hidden;
}
.feature img {
	width: 100%;
	vertical-align: top;
}
.feature .feature_caption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}
.feature .feature_caption::before, .feature .feature_caption::after {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.feature .feature_caption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
}
.feature .feature_caption, .feature .feature_caption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.feature:hover .feature_caption {
	background: url(assets/images/project_hover.png) no-repeat top center;
	background-size: cover;
}
.feature_caption {
}
.caption_content {
	padding-top: 25%;
	width: 100%;
	display: block;
	text-align: center;
	transition: all .7s;
	-webkit-transition: all .7s;
}
.top_feature2 .caption_content {
	padding-top: 51%;
	width: 100%;
	display: block;
	text-align: center;
	transition: all .7s;
	-webkit-transition: all .7s;
}
.top_feature3 .caption_content {
	padding-top: 51%;
	width: 100%;
	display: block;
	text-align: center;
	transition: all .7s;
	-webkit-transition: all .7s;
}
.caption_content p {
	opacity: 0;
	transition: all .7s;
	-webkit-transition: all .7s;
}
.caption_content a {
	opacity: 0;
	transition: all .7s;
	-webkit-transition: all .7s;
}
.feature:hover .caption_content p {
	opacity: 1;
}
.feature:hover .caption_content a {
	opacity: 1;
}
.feature:hover .caption_content {
	padding-top: 20%;
}
.feature.top_feature3:hover .caption_content {
	padding-top: 40%;
}
.feature.top_feature2 :hover .caption_content {
	padding-top: 40%;
}
.feature .feature_caption::before, .feature .feature_caption::after {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.feature .feature_caption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}
.feature .feature_caption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
}
.feature:hover .feature_caption::before, .feature:hover .feature_caption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.feature img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1;
}
.caption_content h2 {
	font-size: 28px;
	line-height: 34px;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
}
.caption_content p {
	font-size: 18px;
	line-height: 25px;
	color: #FFF;
}
.caption_content a {
	font-size: 18px;
	line-height: 25px;
	color: #FFF;
	text-decoration: none;
	background: #7ed321;
	padding: 5px 20px;
	box-sizing: border-box;
	margin-top: 10px;
	display: inline-block;
	border-radius: 20px;
	position: relative;
	z-index: 9999;
}
.caption_content a:hover {
	color: #FFF;
	background: #000;
}
.center {
	text-align: center;
}
.s_week {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(assets/images/call-bg.jpg);
}
.s_week h2 {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	display: block;
}
.s_week .call_us {
	margin: 5% 0 0;
	width: 41%;
}
.s_week .call_us img {
}
.s_week .call_us_right {
	color: #fff;
	font-size: 36px;
}
.s_week .call_us_right strong {
	color: #fff;
}
.s_week .s_smallcall {
	color: #fff;
	display: block;
	font-size: 18px;
	margin: 4% auto;
	line-height: 26px;
}
.call_us_right {
	float: right;
	font-size: 40px;
	color: #caaa58;
	padding: 0% 0% 0% 3%;
	line-height: 54px;
}
.call_us_right strong {
	color: #caaa58;
	font-size: 40px;
	font-weight: 700;
	display: block;
}
.footer_bg {
	background-color: #23282d;
	margin: 0 auto;
	width: 100%;
	padding: 30px 0 20px;
}
.footer {
	width: 1180px;
	margin: auto;
	padding: 0;
}
.f_logo {
	float: left;
	width: 22%;
}
.f_logo h3 {
	font-size: 17px;
	color: #fff;
}
.f_add {
	float: left;
	margin: 0;
}
.f_add img {
	float: left;
	margin: 11px 8px 20px 0;
}
.f_add em {
	color: #fff;
	line-height: 24px;
}
.f_bt {
	font-size: 14px;
	width: 100%;
}
.f_left {
	width: 100%;
	float: left;
}
.f_left a {
	color: #fff;
}
.f_left a:hover {
	color: #fff;
	text-decoration: underline
}
.f_bt img {
	margin: 3px 15px 0px 0 !Important;/* width: 0; */
}
.f_bt p {
	/* float: right; */
	margin: 0;
}
.f_right {
	width: 100%;
	float: right;
}
.f_map {
	float: left;
	margin: 0;
}
.f_logo1 {
	width: 17%;
	float: left;
	margin-left: 3%;
}
.f_logo1 h3 {
	font-size: 20px;
	color: #fff;
	margin: 0 0 4%;
}
.f_logo1 ul {
	padding: 0;
}
.f_logo1 ul li {
	color: #fff;
	list-style-type: none;
	margin: 4% 0;
}
.f_logo1 ul li a {
	color: #fff;
}
.h_contact {
	float: right;
	width: 31%;
}
.h_contact h3 {
	float: left;
	font-size: 20px;
	color: #fff;
	margin: 0 0 4%;
}
.socil_icon {
	width: 100%;
	float: left;
}
.h_contact ul {
	display: block;
	width: 100%;
	padding: 0;
}
.h_contact ul li {
	display: inline-block
}
.h_contact ul li img:hover {
	opacity: .5
}
.copyright_bg {
	border-top: 1px solid #caa958;
	background-color: #000;
	margin: 0 auto;
	width: 100%;
	padding: 20px 0;
}
.copyright {
	width: 1180px;
	margin: auto;
	padding: 0;
}
.copyright p {
	color: #fff;
	margin: 0;
	font-size: 13px;
	padding: 0;
}
.copyright a {
	float: right;
	color: #fff;
	padding: 0
}
.copyright a:hover {
	color: #aeaeae
}
.s_top {
	background-color: #fff;
}
.s_top h1 {
	color: #7ed321;
	font-size: 40px;
	display: block;
	/* text-align: center; */
	font-weight: 400;
	margin: 0 0 2%;
}
.s_top p {
	text-align: left;
}
.inner_container {
	width: 1180px;
	margin: auto;
	padding: 50px 0;
}
.inner_container_left {
	float: left;
	width: 63%;
}
.inner_container_right {
	float: right;
	width: 28%;
}
.widget {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 0 0 3%;
	margin: 0 0 6%;
}
.widget-title {
	background-color: #7ed321;
	font-size: 20px;
	font-weight: 400;
	padding: 10px 22px;
	color: #fff;
	margin: 0px 0 10px;
}
.screen-reader-text {
	display: none;
}
.search-field {
	width: 66%;
	height: 40px;
	border: 1px solid #ccc;
	padding: 0px 1%;
	font-size: 15px;
	margin: 1% 0 1% 2%;
}
.search-submit {
	background-color: #000;
	font-size: 15px;
	font-weight: 400;
	padding: 7px 22px;
	color: #fff;
	border: none;
	margin: 1% 0 1% 0%;
	height: 40px;
}
.widget ul {
	margin: 0 0 0 18px;
	text-transform: capitalize;
}
.widget li {
	padding: 0px 0px;
	line-height: 24px;
	/* border-top: 1px solid #f6f8f8; */
	margin: 2% 0 2% 7px;
	border-bottom: 1px solid #ccc;
	font-family: arial;
}
.widget li:last-child {
	border-bottom: 0px solid #ccc;
}
.widget a {
	font-size: 15px;
	text-decoration: none;
	color: #38393c;
}
.widget a:hover {
	text-decoration: underline;
	color: #222;
}
.entry-title {
	display: none;
}
.eq-320 div.aw-widget-36hour-inner div.aw-widget-content div.aw-36-hours li h3, .lt-320 div.aw-widget-36hour-inner div.aw-widget-content div.aw-36-hours li h3 {
	font-size: 1.3em!important;
}
.container_botm h1 a {
	color: #281570
}
.container_botm ul {
	padding: 0;
	margin: 6% auto;
	display: block;
	width: 100%;/* position: relative; */
}
.container_botm ul li {
	list-style-type: none;
	margin: 0 2% 3% 0%;
	width: 30.9%;
	/* background-color: #fff; */
	float: left;
	box-shadow: 0px 0px 7px #fff;
	padding: 6px;/* background-color: #fff; */
}
.container_botm ul li:last-child {
	margin: 0 0% 3% 0%;
	float: right;
}
.container_botm ul li .b_img {
	display: block;
	width: 100%
}
.container_botm ul li .b_img img {
	display: block;
	width: 100%;
}
.container_botm ul li h2 a {
	color: #000;
	font-size: 18px;
	/* font-weight:500; */
	margin: 0;
	display: block;
	line-height: 25px;
}
.container_botm ul li h3 {
	display: block;
	margin: 0px auto;
	position: relative;/* background-color: #000; */
}
.container_botm ul li h3 a {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
	background-color: #7ed321;
	display: table;
	margin: 0 auto;
	padding: 2% 4%;
	text-shadow: 0px 0px 4px #000;
}
.infos {
	background-color: #fff;
	padding: 5% 5%;
}
.read_more {
	display: block;
	width: 100%;
	border-top: 1px solid #e3e3e3;
	padding: 3% 0
}
.read_more img {
	text-align: right;
	float: right
}
.entry-meta {
	clear: both;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3333333333;
	margin: 7px 0 0;
	border-top: 1px dashed #000;
	padding: 2% 0 1%;
	border-bottom: 1px dashed #000;
}
.entry-meta a {
	color: #000;
}
.entry-date a:before, .attachment .span.entry-date:before {
	content: "\f303";
	margin-right: 1px;
	position: relative;
	top: -1px;
	color: #000;
}
.attachment span.entry-date:before, .entry-content .edit-link a:before, .entry-meta .edit-link a:before, .byline a:before, .comments-link a:before, .entry-date a:before, .featured-post:before, .full-size-link a:before, .parent-post-link a:before, .post-format a:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom
}
.single .byline, .group-blog .byline {
	display: inline;
	padding: 0;
	margin: 0!important
}
.span + .entry-date:before, .full-size-link:before, .parent-post-link:before, span + .byline:before, span + .comments-link:before, span + .edit-link:before, .widget_twentyfourteen_ephemera .entry-title:after {
	content: "\0020\007c\0020"
}
.author > a {
	font-weight: 400;
	text-transform: capitalize;
	margin-right: 10px;
	color: #363030
}
.byline a:before {
	content: "\f304";
	vertical-align: middle
}
.entry-meta > span {
	margin: 0 5px 0 0 !important;
	border: none!important
}
.comments-link > a {
	font-weight: 400;
	text-transform: capitalize;
	margin-right: 0;
	color: #363030
}
.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	vertical-align: middle
}
.newsletter_check {
	padding: 0;
	margin: 0 0 4%;
	float: left;
	width: 100%;
}
.tnp_email {
	font-weight: 400;
	height: 42px;
	float: left;
	width: 82%;
	border: none;
	font-size: 16px;
	padding: 0 2%;
}
.tnp_submit {
	background-color: #7ed321;
	color: #fff;
	height: 42px;
	float: right;
	width: 14%;
	border: none;
	font-weight: 500;
	font-size: 22px;
	text-transform: uppercase;
	padding: 0;
}
.contact_inner_container {
	width: 1180px;
	margin: 0 auto;
	margin: 2% auto;
	padding: 30px
}
.contact_inner_left {
	box-shadow: 0px 0px 10px #ccc;
	width: 59%;
	float: left
}
.contact_info {
	margin: 0 0 4%;
	padding: 2% 8% 4%;
	position: relative;
	background-color: #fff
}
.contact_info h1 {
	font-size: 23px;
	background-color: #000;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 1% 2%
}
.contact_info h3 {
	margin-left: 0;
	margin-top: 0;
	padding: 0;
	color: #000;
	font-size: 22px
}
.contact_info img {
	margin: 0 3% 0 0;
	float: left
}
.contact_info p {
	margin: 2% 0
}
.vert_hr {
	margin: 5px 0;
	height: 1px;
	border: none;
	border-top: 1px dotted #ccc
}
.p1 {
	margin-left: 0!important
}
.contact_info p a {
	color: #000;
	text-decoration: none
}
.get_direction {
	float: right;
	margin-right: 0
}
.contact_inner_right_main {
	float: right;
	width: 38%
}
.contact_inner_right {
	background-color: #f5f5f5;
	text-align: center;
	width: 100%;
	float: right;
	padding: 0;
	margin: 0;
	border-radius: 14px;
	box-shadow: 0px 0px 10px #ccc;
}
.contact_inner_right p {
	margin-top: 5%;
	font-size: 22px;
	font-weight: 700;
	line-height: 32px;
	padding: 2% 3%;
	text-transform: capitalize
}
.contact_form label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 14px
}
.contact_form {
	margin: 5% 7%
}
.contact_form .input {
	display: block;
	width: 94%;
	height: 42px;
	padding: 0 3%;
	font-size: 14px;
	line-height: 1.42857;
	color: #555;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #CCC;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0;
	margin: 0 0 23px
}
.contact_form .input7 {
	display: block;
	width: 100%;
	height: 42px;
	padding: 0 3%;
	font-size: 14px;
	line-height: 1.42857;
	color: #555;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #CCC;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0;
	margin: 0 0 23px
}
.contact_form .textarea {
	display: block;
	width: 91%;
	height: 131px;
	padding: 13px 4%;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	margin: 0 0 15px
}
.contact_form .submit {
	cursor: pointer;
	background: #7ed321;
	color: #fff;
	padding: 6px 40px;
	line-height: 1.33333;
	border-radius: 32px;
	display: inline-block;
	margin-bottom: 0;
	font-size: 17px;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	border: 1px solid transparent;
}
.contact_form .submit:hover {
	background-color: #23282d;
}
.get_direction a {
	margin: 0;
	float: right;
	color: #FFF!important;
	background-color: #7ed321;
	border-color: #000;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 14%;
	font-size: 16px!important;
	border-radius: 2px;
	font-weight: 600;
}
.get_direction a:hover {
	background-color: #23282d!important;
	color: #fff!important;
}
.contact_inner_right p br {
	display: none
}
.container_botm {
	background-attachment: fixed!important;
	background-position: 50% -70.0576px;
	background-image: url(assets/images/blog_bg.jpg);
	background-repeat: no-repeat;
	padding: 9% 0 4%;
}
.container_botm h1 a {
	color: #fff;
}
.container_botm h1 {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	display: block;
	text-align: center;
	margin: 0px auto;
}
.container_botm .post-categories {
	margin: 0px auto;
	position: absolute;
	top: -39px;/* background-color: #000; */
}
.container_botm .post-categories li {
	float: none!important;
	width: 100%;
	margin: 0px auto !important;
}
.infos h2 {
	padding: 0% 0% 3%;
}
.infos p {
	margin: 6% 0%;
	line-height: 22px;
}
.Read_more {
	color: #000;
}
.socil_icon ul {
	text-align: left!important;
}
.formlayout label {
	font-size: 16px;
	font-weight: 500;
}
.formlayout {
}
.formlayout .fl {
	float: left;
	width: 48%;
	margin: 0 1% 25px;
}
.formlayout .fulls {
	float: left;
	width: 98%;
	margin: 0 1%;
}
.input1 {
	width: 95%;
	padding: 13px 2%;
	margin: 10px 0 10px;
	border: 1px solid #ccc;
	box-shadow: 0px 1px 4px #c3c3c3;
}
.input2 {
	width: 95.5%;
	padding: 9px 2%;
	margin: 10px 0 10px;
	border: 1px solid #ccc;
	box-shadow: 0px 1px 4px #c3c3c3;
}
.input3 {
	width: 99.6%;
	padding: 9px 0%;
	margin: 10px 0 10px;
	border: 1px solid #ccc;
	box-shadow: 0px 1px 4px #c3c3c3;
}
.submit {
	background-color: #7ed321;
	color: #fff;
	display: table;
	margin: auto;
	padding: 10px 3%;
	border: none;
	font-size: 19px;
}
.submit:hover {
	background-color: #424242;
	color: #fff;
}
.g-recaptcha {/* float: left; */
	display: block;
	text-align: center;
	margin: 1%;
}
.g-recaptcha div {
	display: block;
	text-align: center;
	margin: 0 auto;
}
#formlayout {
	border: 1px dashed #ccc;
	padding: 1%;
}
#formlayout span {
	color: #FF0000;
}
.inner_banner_bg {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.inner_banner {
	position: relative;
}
.inner_header_image {
	background-color: #ccc;
	min-height: 330px;
	background-image: url(assets/images/inner_banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}
.inner_header_image img {
	min-height: 330px;
	width: 100%;
	max-height: 330px;
}
.inner_header {
	position: absolute;
	width: 100%;
	top: 0;
}
.inner_header h1 {
	font-size: 40px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	font-weight: 600;
	font-style: normal;
	padding: 10% 3%;
	margin: 0 auto;
	text-shadow: 0px 2px 1px #000;
	text-transform: capitalize;
}
.hs-faq-container .ui-accordion .ui-accordion-header {
	margin: 0;
	border-bottom: 1px solid #fff!important;
	background: #7ed321 none repeat scroll 0 0!important;
	color: #fff !important;
	text-shadow: 0 0px 0 #000!important;
	font-size: 18px;
	padding: 8px 15px;
	margin: 1% auto 0!important;
}
.site-description {
	display: none;
}
.list6 {
	width: 100%;
	display: block;
	float: left;
}
.list6 li {
	background-color: #7ed321;
	margin: 1.5% 1%;
	display: inline-block;
	border: 1px solid #ccc;
	padding: 1%;
	width: 28%;
	-webkit-transition: box-shadow .2s, transform .2s, opacity .2s;
	transition: box-shadow .2s, transform .2s, opacity .2s;
	border-radius: 5px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	text-align: center;
}
.list6 li a {
	color: #fff;
	display: block;
	font-weight: 500;
	font-size: 19px;
}
.page-id-179 .formlayout h1 {
	display: table;
	text-align: center;
	color: #7ed321;
	border-bottom: 2px solid #7ed321;
	margin: 2% 1% 3%;
	padding: 1% 0;
}
.list2 {
	width: 100%;
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}
.list2 li {
	background-color: #fff;
	margin: 1.5% 1%;
	display: inline-block;
	border: 1px solid #ccc;
	padding: 1%;
	width: 22%;
	-webkit-transition: box-shadow .2s, transform .2s, opacity .2s;
	transition: box-shadow .2s, transform .2s, opacity .2s;
	border-radius: 5px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	text-align: center;
}
.list2 li a {
	color: #fff;
	display: block;
	font-weight: 500;
	font-size: 19px;
}
.list1 {
	width: 100%;
	display: block;
	float: left;
}
.list1 li {
	margin: 1.5% auto;
	padding: 0 0 0 28px;
	background-image: url(assets/images/aro1.png);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
}
#inner_header_bg {
	background-color: #0f57c3;
	background-image: url(assets/images/inner_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}
#inner_header_bg h1 {
	color: #fff;
}
