#services .section-header {
	margin-bottom: 15px;
}
#services .media-heading {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}
.pp_inline p {
	margin: 0 0 0 !important;
}
.ppt {
	display: none !important;
}
.cleaning-services-format {
	padding: 0 15px 0 15px;
	line-height: 1.2;
}
.cleaning-services-format h4 {
	text-align: center;
}
.cleaning-services-list  {
	padding: 0 10px 0 20px;
}
.justified {
	text-align: justify;
}
.scrolldiv {
-webkit-overflow-scrolling: touch;
}
.anchor{
   display: block;
   height: 100px; /* this is the height of your header */
   margin-top: -100px; /* this is again negative value of the height of your header */
   visibility: hidden;
}
li {
	color: #007582;
}
@media only screen and (max-width: 500px) {
h1 {
	font-size: 30px;
}
}
#why-us,
#beliefs,
#portfolio,
#faq,
#about,
#careers {
  padding: 0 0 30px !important;
}
#pricing {
	padding: 0 0 0 !important;
}
body {
  padding-top: 70px;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #007582;
  line-height: 26px;
  	font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #6c911d;
}
a {
  color: #6c911d;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
  text-decoration: none !important;
}
button {
  color: #6c911d;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
  text-decoration: none !important;
}
a:hover {
  color: #6c911d;
}
a:focus {
  text-decoration: none;
  color: #6c911d;
}
b  {
color: #fff;
-webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #007582100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #007582100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #007582100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #007582100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #007582100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #007582100%);
}
.section-header {
  margin-bottom: 20px;
}
.section-header .section-title {
  color: #6c911d;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 2px;
  background: #6c911d;
}
.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #007582;
}
.section-header .section-title3 {
  color: #6c911d;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0px 0 20px;
}
.section-header .section-title3:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 2px;
  background: #fff;
}.section-header .section-title3:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #007582;
  border-radius: 20px;
  background: #6c911d;
}
.btn {
  border-width: 0;
  white-space: normal !important;
  word-wrap: break-word;
}
.btn.btn-primary {
  background: #007582;
   border-color: #6c911d;
  border-width: 2px;
  line-height: 1.4;
	 !important;
  font-weight: bold;
  padding: 10px 20px;
}
.btn.btn-primary:hover {
  background: #6c911d;
  border-color: #007582;
  border-width: 2px;
}
.btn.btn-primary2 {
  background: #007582;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: bold;
  border-color: #6c911d;
  border-width: 2px;
}
.btn.btn-primary2:hover,
.btn.btn-primary2:focus {
	background: #6c911d;
	 border-color: #007582;
  border-width: 2px;
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 0px;
}
ul.nostyle i {
  color: #6c911d;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
p {
color: #007582;
}

/*************************
*******Header******
**************************/
.navbar-default {
background-color: #fff;
}
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.navbar-default .navbar-brand {
  height: auto;
  padding: 2px 15px 2px;
}
.navbar .nav > li > a {
	font-weight: bold;
  font-size: 16px;
  padding: 4px 6px 4px 6px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.navbar .nav > li > a {
	font-weight: bold;
  font-size: 12px;
  padding: 4px 8px 4px 8px;
}
}
@media (max-width: 767px) {
	.navbar .nav > li > a {
	padding: 5px 0 5px 0;
}
}
.navbar-default .navbar-toggle {
	border-color:#007582;
	margin-right: 8px;
	margin-top: 13px;
	margin-bottom: 13px;
	}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus{background-color:#fff}
.navbar-default .navbar-toggle .icon-bar{background-color:#007582}
.navbar-default .navbar-collapse,.navbar-default .navbar-form {
  border-color:#6c911d
  }
  .navbar-default .navbar-nav>li>a {
    color: #007582
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #6c911d;
    background-color: transparent
}
  .navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #6c911d;
	background-color: transparent;
}
.navbar-default .navbar-nav>.open>a,	
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #6c911d;
}
@media only screen and (min-width: 768px) {
  #main-menu.navbar-default {
    background: #fff;
}
  #main-menu.navbar-default .navbar-nav > li > a {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #main-menu.navbar-default .navbar-nav > li.active > a,
  #main-menu.navbar-default .navbar-nav > li.open > a,
  #main-menu.navbar-default .navbar-nav > li:hover > a {
    background: transparent;
    padding-top: 37px;
    border-top: 3px solid #6c911d;
  }
  #main-menu.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: 6c911d;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
  }
  #main-menu.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }
  #main-menu.navbar-default .dropdown-menu > li > a {
    border-top: 1px solid #404455;
    padding: 15px 0;
    color: #eeeeee;
  }
  #main-menu.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  #main-menu.navbar-default .dropdown-menu > li.active,
  #main-menu.navbar-default .dropdown-menu > li.open,
  #main-menu.navbar-default .dropdown-menu > li:hover {
    border-left-color: #007582;
  }
  #main-menu.navbar-default .dropdown-menu > li.active > a,
  #main-menu.navbar-default .dropdown-menu > li.open > a,
  #main-menu.navbar-default .dropdown-menu > li:hover > a {
    color: #007582;
    background-color: transparent;
  }
}
#main-slider {
  overflow: hidden;
}
#main-slider .item {
  height: 530px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
@media only screen and (max-width: 992px) {
			.img-hide{display:none;
}
.tempfix {
	width: 100%;
}
#main-slider .item {
  height: 450px;
}
.contact-form {
	  width: 40% !important;
}
}
@media only screen and (max-width: 768px) {
.contact-form {
	  width: 45% !important;
}
#main-slider .item {
  height: 270px;
}
}
#main-slider .owl-prev,
#main-slider .owl-next {
 display: none;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  background-color: #007582;
}
#main-slider .owl-prev {
  left: -35px;
  text-indent: 14px;
}
#main-slider .owl-next {
  right: -35px;
  text-indent: -14px;
}
#cta {
  padding: 0 0 30px;
}
#cta h2 {
  margin-top: 0;
}
#cta .btn {
  margin-top: 40px;
}
#cta2 {
	padding-top: 10px;
  padding-bottom: 0px;
}
#cta2 .btn {
  margin-top: 40px;
}
.quote {
 font-size: 22px;
 border-left: 14px solid #007582;
 border-top: 1px solid #007582;
 border-right: 1px solid #007582;
 border-bottom: 1px solid #007582;
 border-radius: 4px;
 padding: 10px 20px 10px 20px;
 margin-top: 30px;
 margin-bottom: 0px;
}
.quote h1 {
font-weight: normal;
margin-top: 0px;
}
.quotefooter {
	color: #007582;
}
#whycontent {
	padding: 20px 0 0;
}
.media.service-box {
  margin: 4px 0;
}
.media.service-box .pull-left {
  margin-right: 20px;
}
.media.service-box .pull-left > i {
  font-size: 30px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border-radius: 100%;
  color: #007582;
  box-shadow: inset 0 0 0 1px #6c911d;
  -webkit-box-shadow: inset 0 0 0 1px #6c911d;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
}
#portfolio .portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: inline-block;
}
#portfolio .portfolio-filter > li {
  float: left;
  display: block;
}
#portfolio .portfolio-filter > li a {
  display: block;
  padding: 7px 15px;
  background: #007582;
  color: #fff;
  position: relative;
}
#portfolio .portfolio-filter > li a:hover,
#portfolio .portfolio-filter > li a.active {
  background: #6c911d;
  color: #fff;
  box-shadow: 0 -3px 0 0 #6c911d inset;
  -webkit-box-shadow: 0 -3px 0 0 #6c911d inset;
}
#portfolio .portfolio-filter > li a.active:after {
  content: " ";
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #6c911d transparent transparent transparent;
}
#portfolio .portfolio-filter > li:first-child a {
  border-radius: 4px 0 0 4px;
}
#portfolio .portfolio-filter > li:last-child a {
  border-radius: 0 4px 4px 0;
}
#portfolio .portfolio-items {
  margin: -14px;
}
#portfolio .portfolio-item {
  float: left;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#portfolio .portfolio-item .portfolio-item-inner {
  position: relative;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
  opacity: 1;
  transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2px;
  background: rgba(108, 145, 29, 0.8);
  color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h1 {
  font-size: 18px;
  line-height: 1;
  margin: 0;
  color: #fff;
}
@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 500px) {
	#main-slider .item {
	
  height: 200px;
}
.anchor{
   display: block;
   height: 60px; /* this is the height of your header */
   margin-top: -60px; /* this is again negative value of the height of your header */
   visibility: hidden;
}
.quote h1 {
		font-size:24px;
	font-weight: normal;
margin-top: 0px;
}
.quote {
		font-size: 18px;
 margin-top: 20px;
 margin-bottom: 0px;
}
	#contact .contact-form {
	  width: 300px !important;
	  float: none !important;
	  margin-left: auto;
	  margin-right: auto;	  
}
body {
padding-top: 50px;
}	
p {
margin: 0 0 6px;
line-height: 1.3;
}
.carousel-inner h3 {
	    margin-top: 10px !important;
    margin-bottom: 4px !important;
}
#testimonials .section-header {
	margin-bottom: 0px !important;
}

.cleaning-beliefs-format p {
	font-size: 10px;
	}
.cleaning-beliefs-format h5 {
	font-size: 12px;
	margin-top: 4px;
    margin-bottom: 2px;
	line-height: 1.0;
	}
.cleaning-beliefs-format h4 {
    font-size: 14px;
	margin-top: 0px;
    margin-bottom: 4px;
    line-height: 1.0;
}
.cleaning-beliefs-format li {
	font-size: 10px;
}
#pp_full_res .pp_inline p {
	margin:0 0 1px
}
#portfolio .portfolio-item {
  padding: 10px;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h1 {
  font-size: 12px !important;
}
#portfolio .portfolio-filter > li a {
  padding: 3px 6px;
  font-Size: 12px;
}
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#Highly_Rated_Cleaning_Services {
  background: #007582 url(../images/testimonial/Highly_Rated_Cleaning_Services.jpg) no-repeat 0 0;
  background-size: cover;
  padding-top: 0px;
  padding-bottom: 300px;
}
#Highly_Rated_Cleaning_Services_Border {
	background-color: #007582;
	background-size: cover;
	height: 6px;
	display: block;
}
#testimonial h4 {
  color: #6c911d;
  margin-bottom: 0;
}
#testimonial .btns {
  margin-top: 10px;
}
#FAQ {
  background: #007582 url(../images/FAQ/Cleaning_Services_FAQ.jpg) no-repeat 0 0;
  background-size: cover;
  padding-top: 0px;
  padding-bottom: 300px;
  }
 #whyusfooter h2 {
  color: #fff;
 }
  #whyusfooter h4 {
  color: #fff;
 }
 .panel {
	 border: none;
 }
 .panel-title {
	 color: #6c911d;
 }
 .panel-default {
	 border-color: #fff;
 }
.panel-default > .panel-heading {
  background-color: #fff;
    padding: 0 0 15px 0;
}
.panel-default > .panel-heading .panel-title {
  font-size: 16px;

}
.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border: 1px solid #6c911d;
	border-radius: 4px;
}
.divider {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  width: 95%;
  height: 1px;
}
.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
}
.progress .progress-bar.progress-bar-primary {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #007582100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #007582100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #007582100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #222534;
  border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
  color: #007582;
}
.nav.main-tab > li.active > a {
  background: #222534;
  color: #007582;
}
.nav.main-tab > li:first-child > a {
  border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
  border-radius: 0 3px 0 0;
}
.tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 20px 20px 10px;
  border-radius: 0 0 3px 3px;
}
.panel {
	margin-bottom: 0px;
	box-shadow: none;
}
#animated-number {
  padding: 100px 0 70px;
  background: #132125 url(../images/animated-number/bg.jpg) no-repeat 0 0;
  background-size: cover;
  color: #fff;
}
#animated-number h1,
#animated-number h2,
#animated-number h3,
#animated-number h4 {
  color: #fff;
}
#animated-number strong {
  display: block;
  margin-bottom: 30px;
}
.animated-number {
  display: inline-block;
  width: 140px;
  height: 140px;
  font-size: 24px;
  line-height: 140px;
  border: 3px solid #fff;
  border-radius: 100px;
  margin-bottom: 20px;
}
#get-in-touch {
  padding: 0 0 0;
  background-image: -moz-linear-gradient(90deg, #007582 0%, #007582 100%);
  background-image: -webkit-linear-gradient(90deg, #007582 0%, #007582 100%);
  background-image: -ms-linear-gradient(90deg, #007582 0%, #007582 100%);
  color: #fff;
}
#get-in-touch h1,
#get-in-touch h2,
#get-in-touch p {
  color: #fff;
}
#careers .careers-post {
  border: 1px solid #eee;
  padding: 15px;
}
#careers .careers-post .post-format {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background: #222534;
  border: 3px solid #fff;
  border-radius: 100px;
}
#careers .careers-post.careers-large .entry-thumbnail {
  margin: -15px -15px 15px;
  position: relative;
}
#careers .careers-post.careers-large .post-format {
  width: 66px;
  height: 66px;
  line-height: 60px;
  position: absolute;
  right: 20px;
  bottom: -33px;
}
#careers .careers-post.careers-large .post-format > i {
  font-size: 20px;
}
#careers .careers-post.careers-large .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #007582;
}
#careers .careers-post.careers-large .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#careers .careers-post.careers-large .entry-title a {
  color: #64686d;
}
#careers .careers-post.careers-large .entry-title a:hover {
  color: #007582;
}
#careers .careers-post.careers-media {
  margin-bottom: 30px;
}
#careers .careers-post.careers-media .entry-thumbnail {
  margin: -15px 15px -15px -15px;
  position: relative;
}
#careers .careers-post.careers-media .post-format {
  position: absolute;
  top: 20px;
  right: -10px;
}
#careers .careers-post.careers-media .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #007582;
}
#careers .careers-post.careers-media .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#careers .careers-post.careers-media .entry-title a {
  color: #64686d;
}
#careers .careers-post.careers-media .entry-title a:hover {
  color: #007582;
}
#careers .careers-post .entry-meta {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}
#careers .careers-post .entry-meta > span {
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#careers .careers-post .entry-meta > span > a {
  color: #999;
}
#careers .careers-post .entry-meta > span > a:hover {
  color: #007582;
}
#contact {
  position: relative;
  overflow: hidden;
}
#contact .container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 117, 130, 0.3);
  z-index: 1;
}
#contact .contact-form {
	  width: 25%;
  float: right;
	font-weight: bold;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  margin-top: 5px;
  border-radius: 4px
}
#contact .contact-form h3 {
  margin-top: 0;
}
input::-webkit-input-placeholder {
	color: rgba(108,145,29,.5) !important;
}
input::-moz-placeholder {
	color: rgba(108,145,29,.5) !important;
}
input:-moz-placeholder {   /* Older versions of Firefox */
	color: rgba(108,145,29,.5) !important;
}
input:-ms-input-placeholder { 
	color: rgba(108,145,29,.5) !important;
}
textarea::-webkit-input-placeholder {
color: rgba(108,145,29,.5) !important;
} 
textarea:-moz-placeholder { /* Firefox 18- */
color: rgba(108,145,29,.5) !important;  
}
 
textarea::-moz-placeholder {  /* Firefox 19+ */
color: rgba(108,145,29,.5) !important;  
}
 
textarea:-ms-input-placeholder {  
color: rgba(108,145,29,.5) !important;  
}
/***********************
********* Footer ******
************************/
#footer {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  background: #007582;
}
#footer a {
  color: #fff;
}
.social-icons {
   text-align: right;
	font-size: 40px;
  }
.form-control {
  box-shadow: none;
    background: #f9f9f9;
  -webkit-box-shadow: none;
  color: #007582;
  border: 1px solid #6c911d;
}
.input-group-addon {
	background-color: #fff;
	border-color: #6c911d;
	color: #007582;
}
.footer-align {
	padding-top: 8px;
	padding-bottom: 8px;
}
#footer .row {
	height: auto !important;
}
@media only screen and (max-width: 500px) {
.footer-align {
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.social-icons {
	font-size: 32px;
  }
}
@media only screen and (max-width: 500px) {
#testimonial {
   padding-bottom: 220px;
}
	#FAQ {
	 padding-bottom: 120px;
	}
    .pp_pic_holder.pp_default
    {
        width: 100%!important;
        margin-top: 0px !important;
        left: 0!important;
        overflow: hidden;
    }
    div.pp_default .pp_content_container .pp_left
    {
        padding-left: 0!important;
    }
    div.pp_default .pp_content_container .pp_right
    {
        padding-right: 0!important;
    }
    .pp_content
    {
        width: 100%!important;
        height: auto!important;
    }
    .pp_fade
    {
        width: 100%!important;
        height: 100%!important;
    }
    a.pp_expand,
    a.pp_contract,
    .pp_hoverContainer,
    .pp_gallery,
    .pp_top,
    .pp_bottom
    {
        display: none!important;
    }
    #pp_full_res img
    {
        width: 100%!important;
        height: auto!important;
    }
    .pp_details
    {
        box-sizing: border-box;
        width: 100%!important;
        padding-left: 3%;
        padding-right: 4%;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #fff;
        margin-top: -2px!important;
    }
    a.pp_close
    {
        right: 0px!important;
        top: 0px!important;
    }
}
  .logo .mobile {
    display: none;
  }
 @media (max-width: 500px) {
    .phone {
      width: 100px !important;
    }
 }
 .sidebar-offcanvas {
    padding: 10px 10px 10px 20px;
    overflow-x: visible;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	margin-top: 0px;
	padding-right: 20px;
	padding-left: 10px;
	border-left: 1px solid #6c911d;
	border-bottom: 1px solid #6c911d;
	border-top: 1px solid #6c911d;
}
.row-offcanvas-right .active {
    overflow-x: hidden;
}
@media (min-width: 768px) {
	.row-offcanvas {
	display: none;
	}
}
.g-recaptcha-outer{
    text-align: center;
    border-radius: 4px;
    background: #f9f9f9;
    border-style: solid;
    border-color: #6c911d;
    border-width: 1px;
}
.g-recaptcha-inner{
    width: 154px;
    height: 82px;
    overflow: hidden;
    margin: 0 auto;
}
.g-recaptcha{
    position:relative;
    left: -2px;
    top: -1px;
}
.fancybox__content {
    padding: 4px !important;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, #fff);
    position: relative;
    align-self: center;
    display: flex;
    flex-direction: column;
    z-index: 20;
}