@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i');

#topmenubanner{
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: #fff;}
#dsplflex{display:flex;}
.menubar{align-self:flex-end;}


i.responsive_bar{
		background: #9f8d70;
}

.site-header-menu {
		background:#ffffff;
}

.main-navigation a {
	font-size:.65em;
}

body{
	background: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.65;
	color: #444;
}

h1,h2,h3,h4,h5,h6 {
        font-family: 'Lato', sans-serif;
	font-weight: 700;
}

h1 {
    font-size: 45px;
}

h2 {
	font-size: 40px;
}

h3{
	font-size: 30px;
}

h4{
	font-size: 25px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 15px;
}

p {
    color: inherit;
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 24px;
}

a {
	text-decoration: none;
	color:#9e8e71;
}

strong,bold{
	font-weight:900;
}

i,em{
	font-style:italic;
}

.header {
	background: rgb(255, 255, 255);
	padding: 5px 7%;
	position: fixed !important;
	width: 100%;
	z-index: 1;
}

.site_title a{
	font-weight:900;
	font-family:'Lato';
}

.site-content {
	padding-top:0px !important;
}


.home3_content{
	margin:25px 0;
	padding:10px 18px 36px;
	box-shadow:0 0 15px #cdcdcd;
	transition:all 0.7s ease 0s;
	background:#fff;
}

.home3_content:hover{
	color:#fff;
	background:#9e8e71;
}

.home3_content:hover div.smue-service-box-icon-holder i.fa{
	color:#fff !important;	
}

.home3_content:hover div.smue-service-box-content-section{
	color:#fff;
}

.home3_content div.smue-service-box-heading-section{
	padding:0px 10px 20px !important;
}

.smue-row .smue-clmn.smue-space .smue-space-obj.smue-space-normal>div {
    border-top: 3px solid #9e8e71;
    margin-top: -1px;
}

.contact_form2{
	margin-top:-30px;
	margin-left: -30px;
}


.mpce-cfa-form input[type="text"],
.mpce-cfa-form input[type="password"],
.mpce-cfa-form input[type="email"],
.mpce-cfa-form input[type="tel"],
.mpce-cfa-form select,
.mpce-cfa-form textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border: none;
	border: 0px;
	background:rgba(255,255,255,0.3);
	color: #f9f9f9;
	display: block;
	outline: 0;
	padding: 0 1em;
	text-decoration: none;
	width: 100%;
	margin-top: 30px;
	font-family:inherit;
	font-size:14px;
}

.contact_form2 p.mpce-cfa-form-text{
	width:44.5% !important;
	margin-left: 32px;  
	display:inline-block;
	float:left;
	margin-bottom:0px;
}

.contact_form2 p.mpce-cfa-form-email{
	width:44.5% !important;
	margin-left: 32px;  
	display:inline-block;
	margin-bottom:0px;
}

.contact_form2 p.mpce-cfa-form-textarea {
	margin-left: 32px;
	width: 95%;
} 

.contact_form2 p.mpce-cfa-form-submit{
	text-align:center;
}

.contact_form2 input[type="submit"] {
	background: #9e8e71 none repeat scroll 0 0;
	border-radius: 25px;
	float: left;
	font-size: 11px;
	font-weight: 500;
	margin-left: 32px;
	margin-top: 16px;
	padding: 15px 25px;
}


