body{font-family: 'Work Sans', sans-serif;font-size: 16px; color: #42464e;}
h1, h2, h3, h4, h5, h6{
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
}
a{color: #000;}
a:hover{text-decoration: none;}
.container{
	max-width: 1200px;
}

.top-header a{
	color: #fff;
}
.navbar-light .navbar-nav .nav-link{
	font-size: 15px;
	font-weight: 500;
	color: #000;
	padding: 0.5rem 2.5rem;
	padding-left: 0;
}
.navbar-light .navbar-brand {
    width: 20%;
    z-index: 1;
    padding: 0;
    margin-right: 0;
}
.navbar{
	position: relative;
	background-color: #fafaf8;
}
.navbar:before {
    background: #113c00 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -60px;
    position: absolute;
    -webkit-transform: skewX(-40deg);
    transform: skewX(-40deg);
    width: 35%;
}
.navbar:after {
    background: #113c00 none repeat scroll 0 0;
    border-right: 12px solid #28a745;
    content: "";
    height: 100%;
    left: 24.5%;
    position: absolute;
    top: 0;
    -webkit-transform: skewX(-40deg);
    transform: skewX(-40deg);
    width: 100px;
}
.navbar .dropdown:hover .dropdown-menu{display: block;}
.dropdown-menu{background-color: #fafaf8;padding: 0;margin-top: 0;border:0;border-radius: 0;}
.dropdown-item {padding: .375rem 1.5rem;}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #28a745;
}


.banner{background-image: url('../images/banner1.jpg');
background-position: top center; background-repeat: no-repeat; background-size: cover; height: 90vh;color: #fff;}
.banner h1{
	font-weight: 400;
	margin-bottom: 2rem;
}
.banner h1 span{
	font-weight: 800;
}
.banner p{
	margin-bottom: 2.5rem;
}
.btn{
	font-size: 14px;
	padding: .6rem 1.5rem;
}


.sec-padd{padding: 4rem 0;}
.small-text{
	font-size: 16px;
	font-weight: 500;
	color: #31ac01;
	margin-bottom: .5rem;
}
.about h2, .deal h2{
	font-weight: 400;
	font-size: 2.5rem;
}
.about h2 span, .deal h2 span{
	font-weight: 700;
	color: #2c724f;
}
.about img{
	width: 80%;
}
.dropdown-divider{
	width: 15%;
	margin-bottom: 1.5rem;
	border-width: 3px;
	border-color: #31ac01;
}
.single-service{
	border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #ebebeb;
    padding: 3rem 2rem !important;
    position: relative;
    transition: 0.5s all ease;
}
.single-service img{
	width: 28%;
	transition: all 600ms ease;
}
.single-service:before{
	content: "";
	border-top: 5px solid transparent;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	transition: 0.5s all ease;
}
.single-service:hover:before{border-top: 5px solid #113c00;}
.single-service:hover{background-color: #f7f8f9;}
.single-service:hover img{
	webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}
.single-service h3{
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 2rem;
	color: #000;
}
.single-service .btn{
	padding: .375rem 1rem;
}
.deal hr{
	border-top:1px solid #f7f8f9 !important;
	padding-top: 4rem;
	margin: 0;
}
.quote{
	font-size: 18px;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #000;
}
.name{
	font-size: 18px;
    font-weight: 700;
    color: #000;
}
.about{
	background-image: url('../images/bg1.jpg');
	background-position: right top; 
	background-repeat: no-repeat; 
	background-size: cover; 
	height: auto;
}

.top-footer{background-color: rgba(17,60,0,1.0); font-size: 15px; padding: 3rem 0 2rem;}
.top-footer a, .top-footer p{color: rgba(255,255,255,1);}
.top-footer li{margin-bottom:.85rem;}
.top-footer li:before{
	content: url(../images/footer-arrow.svg);
    display: inline-block;
    height: 8px;
    margin-right: 5px;
    width: 8px;

}
.bottom-footer{background-color: #0e2f01; color: #fff; font-size: 12px;}
footer{
	background-color: rgba(17,60,0,1.0);
	overflow: hidden;
}
.footer-contact{
	background-color: #31ac01;
	padding: 1rem 2rem;
	-webkit-transform: skew(-36deg);
	transform: skew(-36deg);    
}
.footer-contact::before {
    content: "";
    background: #31ac01;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: -1;
    -webkit-transform: skew(3deg);
    transform: skew(3deg);
}
.footer-contact-inner{
	-webkit-transform: skew(36deg);
	transform: skew(36deg); 
	color: #fff;
	letter-spacing: .5px;  
}
.inner-banner{
	padding: 4rem 0;
	background-color: #f7f8f9;
}
.inner-banner .breadcrumb{
	background-color: transparent;
	padding: 0;
	margin-bottom: 0;
	font-size: 16px;
}
.inner-page-text h2{
	font-size: 1.75rem;
	margin-bottom: 1rem;
}
.inner-page-text ul li{
	margin-bottom: .75rem;
}
.sidebar{
	background-color: #f7f8f9;
	padding-bottom: 1rem;
}
.sidebar p{
	background-color: #f7f8f9;
    padding: .8rem 1.5rem;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0rem;
    position: relative;
}
.sidebar p:after{
	content: url(../images/sidebar-arrow.svg);
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
    margin: auto;
}
.sidebar h5{
	border-left: 5px solid #31ac01;
	padding: 1rem 0;
	padding-left: 1rem;
	margin-bottom: .5rem;
	background-color: #113c00;
	color: #fff;
}
.banner .quote{
	color: #fff;
	font-size: 1.45rem;
}
.banner .name{
	color: #fff;
	font-size: 1.45rem;
}
.contact p a{
	font-size: 20px;
    font-weight: 700;
    color: #113c00;
}
.form-control {
    height: calc(2.2em + .75rem + 2px);
    color: #000;
    background-color: #f7f8f9;
    border: 1px solid #fbfbfb;
    border-radius: .45rem;
    border-radius: 0;
}
label {
    font-weight: 700;
}
textarea.form-control {
    height: auto;
}
.modal{border-radius: 0;}
.modal-dialog{
	max-width: 620px;
}
.modal-title {
    color: #2c724f;
}
.investment-btn{
	font-size: 16px;
	font-weight: 500;
}
.investment-btn:after{
	content: url(../images/investment-btn-arrow.svg);
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-left: .3rem;
}
.help-block.form-error {
    color: #f00;
    font-size: 11px;
}
.calculator {
    padding: 20px;
    background: #dcdcdc;
    margin-bottom: 40px;
}
.calculator button{
    font-weight: 600;
    font-size: 1.1rem;
}
.input-group-text {
   font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 0;
    height: calc(2.2em + .75rem + 2px);
}