@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700');
body {
	color:#201e1e; 
	font-family: 'Open Sans', Oswald;
	font-weight: normal;
	font-style: normal;
	font-size:18px; 
	margin: 0; 
	padding: 0; 
	line-height: normal;
}
a, a:hover a img, a:hover img {
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
h1, h2, h3, h4, h5, h6, .oswald {
	font-family: 'Oswald';
}
.bg {
    background-image: url(../images/bg.jpg);
    background-position: center top;
    background-repeat: repeat;
}
#header {
    overflow: hidden;
}
#header .logo a, #header .logo a img {
    float: left;
}
#header .logo {
    margin: 25px 0;
    width: 50%;
}
#header .logo .logo-t {
    margin: 20px 0 0 20px;
}
.h-right {
    width: 50%;
}
.h-right .text {
    background-color: #00840a;
    color: #fff;
    border-radius: 0 0 0 10px;
    position: relative;
}
.h-right .text:after {
    content: '';
    width: 500px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #00840a;
}
.h-right .text .phone {
    display: inline-block;
    vertical-align: top;
    padding: 8px 30px;
}
.h-right .text .phone img {
    float: left;
    margin: 7px 10px 0 0;
}
.h-right .text a {
    display: inline-block;
    background-color: #13ab1f;
    padding: 11px 40px;
    float: right;
    color: #fff;
}
.h-right .text a:hover {
    background-color: #3c3a3a;
}
.main-menu ul, .main-menu ul li, .foo-cta .text, .foo-cta a {
	display: inline-block;
}
.main-menu ul li {
    margin: 50px 0 0 40px;
}
.main-menu ul li:first-child {
	margin-left: 0;
}
.main-menu ul li a {
    color: #201e1e;
}
.main-menu ul li a:hover {
    color: #00840a;
}
.btn.btng {
    color: #fff;
    background-color: #13ab1f;
}
.btn.btng:hover {
    background-color: #201e1e;
}
.btn {
    padding: 15px 80px;
    vertical-align: top;
    font-weight: 600;
    color: #00840a;
    background-color: #fff;
    display: inline-block;
}
.btn:hover {
    color: #fff;
    background-color: #00840a;
}
.foo-cta {
    background-image: url(../images/cta-bg.jpg);
    background-position: center top;
    background-size: cover;
    color: #fff;
    padding: 65px 0 75px 0;
}
.foo-cta a {
    margin: 0 0 0 80px;
}
.foo-clients {
    padding: 25px 0 30px 0;
	
}
.foo-clients img {
    display: inline-block;
    margin: 0 30px;
}
#footer {
    background-color: #303030;
    padding: 45px 0 0 0;
}
#footer a:hover {
    color: #00840a;
}
.foo-sec2 {
    background-color: #515151;
    margin: 40px 0 45px 0;
    font-size: 15px;
    padding: 35px 0;
}
.foo-sec1 .head {
    padding-bottom: 35px;
}
.foo-sec1 .links {
    width: 315px;
}
.foo-menu li {
    display: inline-block;
    width: 49%;
    padding: 8px 0;
    font-size: 16px;
}
.foo-sec1 .con-info .box {
    float: left;
    width: 33.33%;
    padding: 0 20px 0 0;
    line-height: 30px;
}
.foo-sec1 .con-info .box.box1 {
    width: 330px;
}
.foo-sec1 .con-info .box.box2 {
    width: 210px;
}
.foo-sec1 .con-info .box.box3 {
    width: 260px;
}
.foo-sec1 .con-info .box.box1, .foo-sec1 .con-info .box.box3, .foo-sec1 .con-info .phone, .foo-sec1 .con-info .fax {
    background-image: url(../images/loc-icon.png);
    background-position: 0 5px;
    background-repeat: no-repeat;
    padding-left: 36px;
}
.foo-sec1 .con-info .box.box3 {
    background-image: url(../images/mail-icon.png);
}
.foo-sec1 .con-info .phone {
    background-image: url(../images/call-icon.png);
    padding-bottom: 15px;
}
.foo-sec1 .con-info .fax {
    background-image: url(../images/fax-icon.png);
}
.foo-sec1 .con-info .box3 a {
    font-weight: 600;
    text-decoration: underline;
}
.Page-title {
    background-color: #097c1d;
    font-weight: 500;
    color: #fff;
    padding: 25px 0;
}
.page-banner {
    background-image: url(../images/page-banner.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;	
}
.page-banner .head {
    color: #fff;
    padding: 135px 0 160px 0;
}



@media screen and (max-width: 1362px) {
	#header .logo a {
	    width: 190px;
	}
	#header .logo .logo-t {
	    width: 250px;
	    margin: 10px 0 0 15px;
	}
	.main-menu ul li {
	    margin: 30px 0 0 40px;
	}
	.foo-sec1 .con-info {
	    width: 100%;
	    margin: 0 0 30px 0;
	}
	.foo-sec1 .links {
	    float: left;
	}
	.foo-sec1 .head {
	    padding-bottom: 15px;
	}
	.foo-sec2 .left, .foo-sec2 .right {	
	    width: 100%;
	    text-align: center;
	}
	.foo-sec2 .right {
	    padding: 5px 0 0 0;
	}
	.z-t-18 {
	    font-size: 17px;
	}
}
@media screen and (max-width: 992px) {
	#header .logo, #header .main-menu {
	    display: none;
	}
	.z-mobile-header, .z-mobile-header-fixed {
	    background-color: #e6e6e6 !important;
	}
	.z-mobile-menu-icon span, .z-mobile-header .z-mobile-menu {
	    background: #00840A;
	}
	.z-mobile-menu-icon.open span {
	    background: #fff;
	}
	.z-default-subpage-header {
	    margin-top: 0;
	}
	.h-right {
	    width: 100%;
	    text-align: center;
	}
	.h-right .text {
	    float: none;
	    display: inline-block;
	    margin: 20px 0;
	}
	.h-right .text::after {
	    display: none;
	}
	.foo-sec1 {
	    padding: 0 15px;
	}
	.h-right .text .phone {
	    padding: 7px 30px;
	}
	.Page-title {
	    padding: 25px 10px;
	}
}
@media screen and (max-width: 767px) {
	.foo-sec1 .con-info .box.box1, .foo-sec1 .con-info .box.box2, .foo-sec1 .con-info .box.box3 {
	    width: 100%;
	    padding-right: 0;
	}
	.foo-sec1 .con-info .box.box2 {
	    margin: 20px 0;
	}
	.foo-cta a {
	    margin: 0 0 0 35px;
	}
	.foo-clients img {
	    max-height: 80px;
	}
	.btn {
	    padding: 10px 30px;
	}
	.page-banner .head {
	    padding: 60px 0;
	}
	.z-t-46, .z-t-50 {
	    font-size: 34px;
	}
	.z-t-36 {
	    font-size: 32px;
	}
	.z-t-34 {
	    font-size: 28px;
	}
	.z-t-26 {
	    font-size: 22px;
	}
}
@media screen and (max-width: 479px) {
	.h-right .text .phone {
	    padding: 8px 20px;
	}
	.h-right .text a {
	    padding: 11px 20px;
	}
	.foo-sec1 .links, .foo-menu li {
	    width: 100%;
	}
	.foo-menu li {
	    padding: 3px 0;
	}
	.foo-cta {
	    padding: 30px 10px;
	}
	.foo-cta a {
	    margin: 10px 0 0 0;
	}
	.foo-clients img {
	    max-height: 55px;
	    margin: 0 15px;
	}
	.z-default-subpage-title {
	    margin-top: 70px;
	}
}