.navbar-brand img {
	width: 130px;
}
.navbar {
	padding: 4px 0;
}
.about-list  {
	margin: 30px 20px;
}
.about-img img {
	border-radius: 30px;
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
}
.service-image {
	z-index: 1;
	position: relative;
}
.service-content {
	margin-top: 20px;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 60px;
  width: auto;
  max-width: 800px;
  margin: 20px auto;
}
.quote-logo {
	max-width: 120px;
	padding-bottom: 20px;
}
.gform_button.button {
    font-family: var(--accent-font);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2em;
    text-transform: capitalize;
    color: var(--white-color);
    background: var(--accent-color);
    border-radius: 0;
    padding: 18px 30px 18px 30px;
    border: none;
    transition: 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.gform_button.button:hover {
	background: var(--primary-color);
}
.quote-popup-header h3 {
	padding-bottom: 20px;
}
.project-content h3 a {
	color: #fff;
}
.footer-links.footer-contact-info p a {
	color: #fff;
}
.footer-links.footer-general-info p {
	color: #fff;
	font-size: 14px;
}
.contact-info-item img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.footer-copyright {
	font-size: 14px;
}
.page-about-us {
	padding: 80px 0;
}
.page-about-us p {
	margin-bottom: 15px;
}
.owner-signature {
	padding-top: 0px;
	max-width: 800px;
	margin: 50px auto 0;
	padding-left: 50px;
	border-left: 3px solid #eee;
}
.signature-quote {
	font-style: italic;
}
.signature-signed {
	padding: 20px 0 10px;
}
.signature-caption {
	font-size: 14px;
	line-height: 1.2;
}
.signature-signed {
	max-width: 250px;
}
.communities {
	background: url(../images/community.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  padding: 200px 0 80px;
}
.communities .overlay {
	position: absolute;
	background: rgba(0,0,0,0.6);
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.communities .container {
	z-index: 1;
	position: relative;
}
.communities h3 {
	color: var(--accent-color);
	padding-bottom: 20px;
}
.communities p {
	color: #fff;
	margin-bottom: 15px;
}
.contact-info-content a {
	color: var(--text-color);
}
.sidebar-cta-body a {
	color: #fff;
}
.project-entry {
	padding-top: 30px;
}
.process-bg {
	background: linear-gradient(180deg, var(--accent-color) 5%, var(--white-color) 95%);
    padding: 100px 0 80px;
}
.simple-hero-video .section-title {
	margin-bottom: 0px !important;
}
.hero.simple-hero-video {
	min-height: 600px;
	padding-top: 270px;
}
.single-bundle {
	padding: 20px 0;
}
.single-bundle h3 {
	padding-bottom: 20px;
}
.hero-content.hero-one-hundred {
	max-width: 1070px !important;
	margin: 0 auto;
}
.hero.hero-video {
	padding-top: 350px;
	padding-bottom: 50px;
}
.hero.hero-video .hero-content .section-title h1 {
	font-size: 50px;
}
.hero.hero-video .hero-content .section-title h3 {
	font-size: 30px;
	padding-left: 0px !important;
	padding-top: 20px;
}
.hero.hero-video .hero-content .section-title h3:before {
	background: none !important;
}
@media only screen and (max-width: 991px){
	.white-popup {
	  padding: 30px;
	  max-width: 100%;
	}
	.hero.hero-video .hero-content .section-title h1 {
		font-size: 32px;
	}
	.hero.hero-video .hero-content .section-title h3 {
		font-size: 18px;
		padding-left: 0px !important;
		padding-top: 20px;
	}
}
@media only screen and (max-width: 767px){
	.hero.hero-video .hero-content .section-title h1 {
		font-size: 28px;
	}
	.hero.hero-video .hero-content .section-title h3 {
		font-size: 16px;
		padding-top: 20px;
		padding-left: 0px !important;
	}
}