.ps-form--contact p{
	color: #000;
	font-size: 22px;
}
.ps-form--contact li{
	font-size: 22px;
}
.ps-form__title{
	margin-top: 30px;
}
.ps-form--contact{
	margin-bottom: 50px;
}
.ps-form__submit{
	margin-top: 30px;
}
.what_we_do{
	text-align: center;
}
.contact_banner{
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	font-size: 100px;
	color: #777;
	background-color: #f2f2f2;
	min-height: 300px;
	line-height: 1;
	text-align: center;
}
#contact_form{
	width: 600px;
	max-width: 80%;
	padding: 50px 0;
}
#contact_form *{
	display: block;
}
#contact_form input, #contact_form textarea{
	border: 1px solid #CCC;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 20px;
  border-radius: 20px;
}
#contact_form textarea{
	min-height: 200px;
}
#contact_form button{
	color: white;
  background-color: #63A15E;
  border-radius: 40px;
  padding: 10px 25px;
  border: none;
  float: right;
}
.map_box{
	background-color: #f2f2f2;
}
p.success-msg {
    color: #63a15e;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
p.error-msg {
    color: #c00;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.contact_banner{
	background: url(../img/background.jpg) no-repeat;
  	background-size: cover;
}
/*.project_banner{
	background: url(../img/event-bg.jpeg) no-repeat;
  	background-size: cover;
  	background-position: 0 30%;
  	min-height: 350px;
  	margin-bottom: 10px;
}*/
.project_banner {
    background: url(../img/event-bg.jpeg) repeat;
    background-size: contain;
    background-position: 0 30%;
    min-height: 350px;
    margin-bottom: 10px;
}
.projects h1{
	font-size: 30px;
	text-align: center;
}
.ps-category__contento p{
	color: #000;
}
.ps-header .ps-header__menu .menu > li a{
	color: #63A15E;
	border: 1px solid #63A15E; 
	background-color: transparent;
}
.ps-header .ps-header__menu .menu > li:last-child a{
	color: #FFFFFF;
	border: 1px solid #63A15E; 
	background-color: #63A15E;
}
p{
	color: #000;
}
b{
	text-align: left;
}
h1{
	font-size: 20px;
}
h2{
	font-size: 18px;
	margin-top: 20px;
}
h3{
	display: block;
	font-size: 16px;
}
b, strong {
    font-weight: 600;
}
#contact_form.projects{
	padding: 0 0 50px;
}
.ps-section--category-horizontal .ps-category__content.projects{
	display: block;
}
.btn {
    color: white;
    background-color: #63A15E;
    border-radius: 40px;
    padding: 10px 25px;
    font-size: 17px;
}
.btn:hover{
	color: white;
}
.grey{
	background-color: #6c6c6c;
}
#quote-block {
    background-color: #f2f2f2;
    padding: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 15px;
}
.ps-header .ps-header__menu .menu > li a{
	color: #63A15E;
	border: 1px solid #63A15E; 
	background-color: transparent;
}
.ps-header .ps-header__menu .menu > li:last-child a{
	color: #FFFFFF;
	border: 1px solid #63A15E; 
	background-color: #63A15E;
}
.ps-header__middle {
    background: #63a15e;
}
.ps-header .ps-header__top{
	border-bottom: none;
}
.ps-header .ps-header__menu .menu > li:first-child > a {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}
.ps-header .ps-header__menu .menu > li a {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}
.ps-header .ps-header__menu .menu > li:last-child a {
    color: #63a15e;
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
}
.ps-logo img {
	margin-top: -39px;
}
.ps-header--3 .ps-header__top .ps-top__right{
	display: block;
    margin-top: 5px;
}
.ps-header .ps-header__middle {
	padding-top: 0;
}
@media (max-width: 480px) {
  .ps-form__submit button {
    margin-bottom: 15px;
  }
  .ps-form--contact{
		margin-bottom: 0px;
		padding-bottom: 30px;
  }
  .ps-header--mobile .ps-header__menu .menu a{
		padding: 5px 8px !important;
		font-size: 12px;
		border-radius: 20px;
	}
	.menu > li{
		padding-right: 0;
	}
}