/*
Theme Name: 'NWP'
Description:NW Park Theme 
Author: 'shovoniam'
Author URI: #
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');
body {
	font-family: 'Open Sans', sans-serif;
	font-size:14px !important;
	text-align:center;
	color:#000;
	background:#fff;
	margin:0;
	overflow-x:hidden !important;
	font-weight:400;
	padding:0;
}
:focus{outline:none;}img, fieldset {border:none;}a{color:#000;text-decoration:none; transition: all 0.5s ease 0s;}.clear{clear:both;}
img {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}

.banner-outer{
	/*background:url(images/banner.jpg) no-repeat center center;*/
	height:976px;
	width:100%;
	max-width:1920px;
	background-size: cover;
	margin: 0 auto;
	overflow:hidden;
	
}
.banner-slider{
	position:absolute;
	z-index:-1;
	width:100%;
	max-width:1920px;
}
.banner-slider .slides{
	margin:0;
	padding:0;
	list-style:none;
}
.banner-slider .slides li img.slide{
	width:1920px;
	height:auto;
}
.banner-slider .flex-direction-nav, .banner-slider .flex-control-nav {
	display:none;
}

.header-outer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
	background:url(images/header-bg.png) repeat-x center center;
	height:294px;
	padding:35px 0 0 0;
	z-index:9999;
}

.header {
    width: 1750px;
    margin: 0 auto;
}

.logo-wrap {
    float: left;
    margin: 0;
    padding: 0;
}
.hrader-right {
    width: 1200px;
    float: right;
}

.header-right-top {
    width: 520px;
    overflow: hidden;
	float: right;
}

.header-right-top a {
    float: left;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.header-right-top a:hover{
	text-decoration:underline;
}
.header-right-top .header-telephone {
    margin: 0 65px 0 0;
}
.header-right-top a .fas {
    margin: 0 20px 0 0;
}
.header-nav {
    width: 100%;
    margin: 50px 0 0 0;
    padding: 0;
    list-style: none;
}

.header-nav li {
    float: left;
    margin: 0 0 0 62px;
    padding: 0;
}
.header-nav li:first-child{
	margin:0;
}


.header-nav li a {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
.header-nav li a:hover{
	color:#AAAA28;
}

.footer-top-outer{
	background:url(images/section-5-bg.jpg) no-repeat center center;
	width:100%;
	max-width:1920px;
	height:369px;
	padding:210px 0;
	margin:0 auto;
	background-size: cover;
}


.footer-top h2 {

    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    line-height: 60px;
	font-weight:700;
	margin:0;

}

.footer-top {

    width: 1120px;
    margin: 0 auto;
    padding: 0;

}
.footer-top p {

    font-size: 30px;
    color: #fff;
	margin:60px 0;

}

.footer-top-button-wrap {

    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
	text-align:center;

}
.footer-top-button-wrap li {

    display: inline-block;
    margin: 0 30px 25px;

}
.footer-top-button-wrap li a {

    color: #fff;
    width: 380px;
    display: block;
	height:64px;
	line-height:66px;
	font-size:18px;
	text-transform:uppercase;

}
.footer-top-button-wrap li:first-child a:hover {
    background: #fff;
    color: #000;
}
.footer-top-button-wrap li:first-child a {

    border: 2px solid #fff;

}
.footer-top-button-wrap li:last-child a:hover {
    background: none;
    color: #fff;
}

.footer-top-button-wrap li:last-child a {
	background:#aaaa27;
	border:2px solid #aaaa27;

}


.footer-outer {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 50px 0 30px 0;
	background:#2c2a1c;
}

.footer {
    width: 1620px;
    margin: 0 auto;
}

.footer-nav {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
}
.footer-nav li {

    display: inline-block;
    margin: 10px 55px;
}
.footer-nav li a {
    color: #aaaa27;
	font-size:18px;
	text-transform:uppercase;

}
.footer-nav li a:hover{
	text-decoration:underline;
}

.copy-right-text {

    font-size: 18px;
    color: #8f8f8f;
    margin: 40px 0 0 0;

}
.copy-right-text a{
	color: #8f8f8f;
}
.copy-right-text a:hover{
	text-decoration: underline;
}

.banner-text {
    width: 100%;
    padding: 380px 0 0;
    margin: 0 auto;
}


.banner-text-top {

    background: rgb(42,42,28, .6);
    width: 37%;
    text-align: left;
    padding: 2% 2% 2% 3%;

}
.banner-text-top h1 {

    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 54px;
    font-weight: 700;

}
.banner-text-top h3 {

    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    margin: 20px 0 0 0;
    font-weight: 700;

}
.banner-text-bottom {

    background: #bc4900;
    width: 52%;
    float: right;
    padding: 3% 3% 3% 3%;
    text-align: left;

}
.banner-text-bottom h2 {
    font-size: 30px;
    color: #fff;
    margin: 0 0 34px 0;
    font-weight: 700;
}
.banner-contact-wrap .request-cta-btn {
    float: left;
    color: #000;
    background: #fff;
    display: inline-block;
}
.banner-contact-wrap .request-cta-btn {
    float: left;
    color: #000;
    background: #fff;
    display: inline-block;
    line-height: 68px;
    padding: 0 40px;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 30px 0 0;
}
.banner-contact-wrap .request-cta-btn:hover, .section-4-cta-btn:hover{
	background:#aaaa28;
	color:#fff;
}
.banner-contact-wrap p {
    font-size: 30px;
    line-height: 68px;
    color: #fff;
}
.banner-contact-wrap p a{
    color: #fff;
	font-weight:700;
}
.banner-contact-wrap p a:hover, .section-4-right p a:hover {
    text-decoration: underline;
}

.section-1{
	max-width:1920px;
	width:100%;
	margin:0 auto;
	padding:0;
	height:515px;
	overflow:hidden;
}
.section-1-left {
    background: url(images/section-1-left-img.jpg) no-repeat center center;
    height: 100%;
    float: left;
    width: 38%;
    background-size: cover;
}
.section-1-middle {
    background: url(images/section-1-middle-img.jpg) no-repeat center center;
    float: left;
    height: 100%;
    width: 26%;
    background-size: cover;
}
.section-1-right {
    background: url(images/section-1-right-img.jpg) no-repeat center center;
    width: 36%;
    float: left;
    height: 100%;
    background-size: cover;
}

.section-1-left p {
    font-size: 42px;
    text-align: left;
    color: #fff;
    font-weight: 700;
    margin: 20% 0 0 8%;
    line-height: 56px;
}


.section-2{
	max-width:1920px;
	width:100%;
	margin:0 auto;
	padding:0;
	height:934px;
	position:relative;
}
.section-2-left{
	background:url(images/section-2-left-img.jpg) no-repeat center center;
	height:100%;
	width: 65%;
float: left;
background-size: cover;
	float:left;
}
.section-2-right {
    background: #fff;
    float: left;
    height: 100%;
    width: 35%;
    background-size: cover;
}


.section-2-right p {

    font-size: 24px;
    margin: 0;
    color: #313022;
    text-align: left;
    padding: 53% 0 0 12%;
    width: 78%;
    line-height: 48px;

}
.section-2-top-right {
    position: absolute;
    right: 0;
    top: 0;
    text-align: left;
    width: 1100px;
    background: #2c2a1c;
    padding: 75px 0 76px 90px;
}
.section-2-top-right h3 {

    margin: 0;
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    line-height: 64px;

}
.section-3{
	width:100%;
	max-width:1920px;
	margin:0 auto;
	height:580px;
	overflow:hidden;
}

.section-3-right{
	background:url(images/section-3-right-img.jpg) no-repeat center center;
	width:63%;
	height:100%;
	float:right;
	background-size: contain;
}

.section-3-left {
    float: left;
    width: 37%;
}
.section-3-left p {

    font-size: 24px;
    margin: 0;
    color: #313022;
    text-align: left;
    padding: 10% 0 0 10%;
    width: 78%;
    line-height: 48px;

}

.sectiion-4-outer {
    background-color: #bc4900 !important;
    background: url(images/section-4-bg.jpg) no-repeat right 20px;
    width: 100%;
    max-width: 1920px;
    padding: 110px 0;
	margin: 0 auto;
}


.sectiion-4 {
    width: 1650px;
    margin: 0 auto;
    padding: 0;
	overflow: hidden;
}


.section-4-left {
    float: left;
    width: 970px;
    text-align: left;
}

.section-4-left h3 {
    font-size: 42px;
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 50px;
}




.section-4-cta-btn {
    color: #000;
    background: #fff;
    display: inline-block;
    line-height: 68px;
    padding: 0 40px;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 0 25px 0;
}


.section-4-right {
    width: 410px;
    float: right;
}
.section-4-right p {
    font-size: 30px;
	margin:0;
    color: #fff;
}
.section-4-right p a {
    color: #fff;
    font-weight: 700;
}






.mobile-menu-holder {
    display: none;
    width: 100%;
}
.mobile-menu {

    cursor: pointer;
    display: none;
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    z-index: 9;
    font-size: 18px;
    font-weight: 700;

}
.mobile-nav {
    display: none;
    position: absolute;
    right: 0;
    top: 235px;
    width: 100%;
    z-index: 9999;
}
.mobile-nav .nav-custom {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 5px 15px 0px #666;
    height: auto;
    list-style: outside none none;
    margin: 0;
    padding: 10px 0;
    width: 100%;
}
.mobile-nav .nav-custom li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.mobile-nav .nav-custom li:first-child {
    margin: 0;
}
.mobile-nav .nav-custom li a {
    text-transform:uppercase;
	color:#2b2b39;
	display:block;
	font-size:14px;
    line-height: normal;
    padding: 8px 10px;
    text-align: left;
    text-decoration: none;
}
.mobile-nav .nav-custom li a:hover {
    color: #FF8414;
}
.mobile-nav .nav-custom li ul li a {
    padding: 4px 0 4px 25px;
}

.inner-banner-outer{
	background:url(images/results-bg.jpg) no-repeat center center;
	width:100%;
	max-width:1920px;
	margin:0 auto;
	position: relative;
	height: 390px;
	background-size: cover;
}
.listing-banner-outer{
	background:url(images/listing-bg.jpg) no-repeat center center;
	background-size: cover;
}
.listings-banner-outer{
	background:url(images/about-banner.jpg) no-repeat center center;
	background-size: cover;
}
.service-banner-outer{
	background:url(images/service-banner.jpg) no-repeat center center;
	background-size: cover;
}
.about-banner-outer{
	background:url(images/listings-banner.jpg) no-repeat center center;
	background-size: cover;
}
.contact-banner-outer{
	background:url(images/contact-banner.jpg) no-repeat center center;
	background-size: cover;
}
.inner-title-wrap {
    padding: 200px 0 0 0;
    width: 100%;
	
}
.inner-title-wrap h2 {
    font-size: 48px;
    color: #fff;
    margin: 0;
	line-height: 40px;
	position: relative;
	z-index: 9999;
	font-weight:700;
	text-shadow: 3px 4px 10px #000;
}
.inner-title-wrap h4 {
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    margin: 20px 0 0;
    position: relative;
    z-index: 999999;
}


.search-results-content-outer {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}.search-results-content {
    width: 100%;
    overflow: hidden;
}
.results-content-left {

    float: left;
    width: 58%;
    padding: 0 0 0 2%;

}
.result-lists{
	height: 1030px;
    overflow: scroll;
    overflow-x: hidden;
}
.results-content-right {
    float: right;
    width: 40%;
    height: 1120px;
}

.results-content-left .top-wrap span {
    float: left;
    display: block;
    font-size: 24px;
    margin: 0 10px 0 0;
    line-height: 40px;
}
.results-content-left .top-wrap select {
    float: left;
    display: block;
    font-size: 24px;
    border: 1px solid #aaa;
    padding: 5px;
    width: 150px;
}
.results-content-left .top-wrap {
    width: 96%;
    margin: 0;
    padding: 2% 2% 2% 0;
    overflow: hidden;
}

.result-lists .list-wrap {

    /* overflow: hidden; */
    padding: 50px 0;
    border-top: 1px solid #aaaa27;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;

}
.result-lists .left-section {

    /* float: left;
    width: 32%; */
    padding-right: 20px;

}.right-section {

    /* float: right;
    width: 64%; */
    text-align: left;

}
.result-lists .left-section img {

    width: auto;
    display: block;

}
.result-lists .right-section h4 {
    font-size: 30px;
    margin: 10px 0 25px;
    font-weight: 700;
	color:#aaaa27;
}
.result-lists .right-section table {
    width: 100%;
}
.result-lists .right-section table tr td {
    display: inline-block;
    width: 240px;
    font-size: 24px;
    padding: 0 0 10px 0;
}
.result-lists .right-section table tr .list-row-2 {
    font-weight: 700;
}
.result-lists .first-result {
    overflow: hidden;
    padding: 0 0 50px 0;
    border-top: none;
}
.result-lists .right-section h4 {
    font-size: 26px;
    margin: 0 0 15px;
    font-weight: 700;
    color: #aaaa27;
}
.result-lists .right-section table tr td {
    display: inline-block;
    width: 240px;
    font-size: 20px;
    padding: 0 0 7px 0;
}

.listing-top-outer {
    width: 100%;
    margin: 0 auto;
    max-width: 1920px;
}
.listing-top-content {
    width: 1560px;
    margin: 0 auto;
    padding: 50px 0;
	overflow: hidden;
}
.listing-top-content-left {

    float: left;
    width: 52%;

}
.listing-top-content-right {
    float: right;
    width: 36%;
    background: #aaaa27;
    padding: 4% 3%;
}

.list-details table {
    width: 100%;
    text-align: left;
}

.list-details table tr td {

    font-size: 24px;
    padding: 0 0 15px 0;

}
.listing-top-content-left h3 {
    font-size: 30px;
    text-align: left;
    font-weight: 400;
}

.listing-top-content-left .list-details {

    padding: 25px 0 0 0;

}
.listing-top-content-left .list-details .list-row-2 {

    font-weight: 700;

}

.listing-top-content-right h3 {

    font-size: 30px;
    color: #fff;
    margin: 0 0 50px 0;

}
.form-wrap input, .form-wrap select {
    width: 88%;
    display: block;
    padding: 0 10% 0 2%;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    border: 2px solid #919128;
    margin: 0 0 40px 0;
}

.form-wrap select {
	width: 100%;
}

.form-wrap textarea {

    width: 88%;
    display: block;
    padding: 1% 10% 0 2%;
    height: 150px;
    line-height: 30px;
    font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	border: 2px solid #919128;
	margin:0 0 40px 0;

}
.form-wrap .form-name{
	background:url(images/name-field-bg.jpg) no-repeat right center;
	background-color: #fff;
}
.form-wrap .form-email{
	background:url(images/email-field-bg.jpg) no-repeat right center;
	background-color: #fff;
}
.form-wrap .form-phone{
	background:url(images/phone-field-bg.jpg) no-repeat right center;
	background-color: #fff;
}

.form-wrap .form-btn {
    width: 100%;
    display: block;
    height: 60px;
    background: #2c2a1c;
    line-height: 60px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 18px;
}
.listing-top-content-right p {
    font-size: 30px;
    margin: 0;
    color: #fff;
}
.listing-top-content-right p a {
	font-weight:700;
    color: #fff;
}.listing-bottom-content {
    width: 1560px;
    margin: 0 auto;
    padding: 0;
}
.listing-bottom-content p {
    text-align: left;
    font-size: 24px;
    line-height: 46px;
    margin: 0 0 45px 0;
	color:#313022;
}
.listing-bottom-content p a {
	color:#aaaa27;
}

#carousel ul li {
    /* width: 100px !important; */
    margin: 10px 5px;
}
.nav-custom li #lf #searchSubmitButton {
    height: 36px;
    line-height: 36px;
    background: #AAAA27;
    border: 2px solid #AAAA27;
    color: #fff;
    float: left;
    margin: 1% 0 1% 0;
    cursor: pointer;
    width: 5%;
}
.nav-custom li #lf input {

    width: 85%;
    height: 36px;
    line-height: 36px;
    float: left;
    margin: 1% 0 1% 1%;
    border: 2px solid #AAAA27;
}
.mobile-nav .nav-custom li:last-child {

    padding: 0 0 50px 0;

}
.listing-top-content-left .flex-direction-nav{
    display: block;
    position: absolute;
    top: 30%;
    z-index: 9999999;
    width: 100%;
}
.listing-top-content-left .flex-direction-nav a {
    width: 37px !important;
    height: 72px !important;
    position: absolute !important;
    top: 40% !important;
	text-indent: 999999px;

}
.listing-top-content-left .slider {
    position: relative;
}
.listing-top-content-left .flex-direction-nav .flex-next{
	background:url("https://www.nwparks.com/images/next-btn.jpg") no-repeat center center;
}
.listing-top-content-left .flex-direction-nav .flex-prev{
	background:url("https://www.nwparks.com/images/prevt-btn.jpg") no-repeat center center;
}
#carousel .slides li img {
    cursor: pointer;
	transition: all 0.4s;
	opacity:0.6;
	width: 100%;
}
#carousel .slides li img:hover {
    opacity:1;
}
#carousel .slides .flex-active-slide img{
	opacity:1;
}

.listing-top-content-left .flex-control-nav {
    display: none;
}






/*--------------------****************------------------------********************---------------------*/
/*-------------------------------------------------------------------------inner page*/
.about-page-content-wraper .section{
	width:100%;
	max-width:1920px;
	margin:0 auto;
}
.about-page-content-wraper .content-area{
	width:1560px;
	margin:0 auto;
}
img.ab-section-1-banner{
	float:right;
}
.about-page-content-wraper .text-panel{
	width:700px;
	padding:50px 0;
	float:left;
}
.interior-page-template .text-panel{
	width: 100% !important;
	font-size:24px;
	color:#313022;
	font-weight:400;
	text-align:left;
}
.interior-page-template .text-panel li{
	
}
.about-page-content-wraper .text-panel h2{
	font-size:42px;
	color:#aaaa27;
	font-weight:700;
	text-align:left;
}
.about-page-content-wraper .text-panel p{
	font-size:24px;
	color:#313022;
	font-weight:400;
	text-align:left;
}
img.ab-section-2-banner{
	float:left;
}
.about-page-content-wraper .ab-section-2 .text-panel{
	float:right;
}
.point-text{
	margin:0;
	padding:0;
	list-style:none;
	color:#AAAA27;
}
.point-text li{
	font-size:24px;
	color:#313022;
	font-weight:400;
	text-align:left;
	background:url(images/bullet.png) no-repeat left 14px;
	padding-left:44px;
	margin:50px 0 0 0;
}
.ab-section-3{
	padding:85px 0;
	background:#BC4900 url(images/section-4-bg.jpg) no-repeat right bottom;
}
.ab-section-3 h2.tagline{
	width:950px;
	margin:0;
	font-size:42px;
	color:#fff;
	font-weight:700;
	text-align:left;
	float:left;
}
.contact-nmber{
	width:385px;
	font-size:23px;
	color:#fff;
	font-weight:400;
	text-align:left;
	float:right;
}
.contact-nmber a{
	color:#fff;
	font-weight:700;
}
.contact-nmber a.ab-btn{
	width:100%;
	padding:19px 0;
	background:#fff;
	font-size:18px;
	color:#2f2c1e;
	font-weight:400;
	text-align:center;
	line-height:30px;
	text-transform:uppercase;
	display:block;
}
.contact-nmber span{
	margin-top:20px;
	display:inline-block;
}
/*.ab-section-4{
	padding:55px 0;
}*/
img.jackson{
	float:right;
	border-radius:50%;
	margin-top:20px;
	width:500px;
}
.about-page-content-wraper .ab-section-4 .text-panel{
	width:910px;
	float:left;
}
.ab-section-4 .contact-nmber{
	width:auto;
	margin-top:20px;
	color:#2c2a1c;
	float:left;
}
.ab-section-4 .contact-nmber a{
	color:#aaaa27;
}
.ab-section-4 .contact-nmber a.ab-btn{
	width:270px;
	margin-bottom:0px;
	margin-right:30px;
	background:#2C2A1C;
	color:#fff;
	float:left;
}



.searchBoxContainer {
	position: absolute;
	padding-top: 25px;
	right: 100px;
	display: inline !important;
}

.searchBoxText,
.searchBoxSelect {
	border-style: solid;
	border-width: 2px;
	border-color: rgb(145, 145, 40);
	border-right-width: 0px;
	padding:5px;
	padding-right: 0px;
	height: 50px;
	width: 250px;
	font-size: 22px;
	font-weight: 400;
	font-family: Arial;
	color: gray;
}

.searchSubmitButton  { 
	border-style: solid;
	border-width: 2px;
	border-color: rgb(145, 145, 40);
	color: rgb(145, 145, 40);
	background-color: red;
	border-left-width: 0px;
	height: 50px;
	width: 60px;
	background-color: rgb(205, 215, 130);
	font-size: 22px;
}

.fpv-content .text-panel {

    width: 100% !important;

}
.align-wrap .col-50 {

    float: left;
    width: 45%;
    margin: 0 2%;

}
.align-wrap {
    width: 100%;
    overflow: hidden;
}
.align-wrap .col-100 {
    width: 94%;
    margin: 0 2%;
}
.sundara-text-panel {
    float: right !important;
}
.saundra-photo {
    float: left;
    border-radius: 50%;
    margin: 30px 0 0 30px;
	width:500px;
}
.saundra-bio-wrap {
    width: 100%;
    margin: 50px 0 0 0;
    background:#eee;
    padding: 60px 0 30px;
}
.g-recaptcha {
    margin: 0 auto 30px !important;
    width: 305px !important;
}

.service-new-wraper .section-4-left p {
    color: #fff;
    font-size: 24px;
    line-height: 44px;
}


.service-new-section-1 {
    width: 1400px;
    margin: 0 auto;
    text-align: center;
    padding: 2%;
}
.service-new-section-1 p {
    font-size: 24px;
    font-weight: 600;
}
.service-new-wraper {
    width: 100%;
    margin: 0;
    padding: 0;
}

.service-new-section-2, .service-new-section-3, .service-new-section-4 {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
	overflow: hidden;
	text-align: left;
}
.service-section-2-left {
    float: left;
    width: 37%;
	padding: 3% 3% 3% 10%;
	min-height: 500px;
}


.service-section-2-right {
    width: 37%;
	padding: 3% 10% 3% 3%;
    float: right;
	background: url("https://www.nwparks.com/images/service-section-2-right.jpg") no-repeat center center;
	background-size: cover;
	min-height: 500px;
}

.service-new-wraper h3 {
    font-size: 42px;
    margin: 0;
    color: 
    #aaaa27;
    text-transform: capitalize;
}
.service-section-2-left p, .service-section-2-right p, .service-section-3-right p, .service-section-3-left p, .service-section-4-right p, .service-section-4-left p {
    font-size: 24px;
    line-height: 44px;
    margin: 80px 0;
    color:#313022;
}
.service-section-2-right p, .service-section-3-left p, .service-section-4-right p {
    color: #fff;
}



.service-section-3-left {
    float: left;
    width: 37%;
	padding: 3% 3% 3% 10%;
	min-height: 500px;
	background: url("https://www.nwparks.com/images/service-section-3-left.jpg") no-repeat center center;
	background-size: cover;
}


.service-section-3-right {
    width: 37%;
	padding: 3% 10% 3% 3%;
    float: right;
	min-height: 500px;
}


.service-section-4-left {
    float: left;
    width: 37%;
	padding: 3% 3% 3% 10%;
	min-height: 640px;
	
}


.service-section-4-right {
    width: 37%;
	padding: 3% 10% 3% 3%;
    float: right;
	min-height: 640px;
	background: url("https://www.nwparks.com/images/service-section-4-right.jpg") no-repeat center center;
	background-size: cover;
}

.service-section-3-left h3 {
    color: #fff !important;
}


.service-section-4-left a {
    padding: 25px 70px;
    font-size: 18px;
    color:#fff;
background: #2c2a1c;
    display: inline-block;
}

.service-section-4-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.service-section-4-right li {
    margin: 0 0 20px 0;
	padding: 0 0 0 35px;
	font-size: 24px;
	color: #fff;
	background: url("https://www.nwparks.com/images/section-4-li-bg.jpg") no-repeat left center;
}

.service-section-4-outer .section-4-right {
    margin-top: 40px;
}

.industry-updates-wrap {
    width: 100%;
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.industry-updates-wrap li {
    width: 290px;
    display: inline-block;
    margin: 5px;
    border: 5px solid #ccc;
    vertical-align: top;
}
.industry-updates-wrap li img {
    width: 100%;
    display: block;
}
.industry-updates-wrap strong {
    width: 100%;
    margin: 0;
    padding: 10px 0 5px;
    display: block;
    background: #ccc;
    font-size: 16px;
}


.form-wrap-2 .g-recaptcha {
    margin: 0 0 35px 0 !important;
}


.listing-single-description{
	width:auto;
	padding-top:40px;
	font-size:20px;
}

/*-------------------------------------------------------------------------responsive*/

@media only screen and (max-width: 1920px) {
img.ab-section-1-banner {
    width: 49%;
}
img.ab-section-2-banner {
    width: 51%;
}
.about-page-content-wraper .text-panel {
    width: 45%;
}
.ab-section-3 h2.tagline {
    width: 61%;
}
.about-page-content-wraper .ab-section-4 .text-panel {
    width: 58%;
}
.about-page-content-wraper .ab-section-2 .text-panel {
    float: left;
    margin-left: 50px;
}
}


@media only screen and (max-width: 1900px) {
.banner-outer {
    height: 974px;
}
}
@media only screen and (max-width: 1850px) {
.banner-outer {
    height: 969px;
}
}
@media only screen and (max-width: 1800px) {
.banner-outer {
    height: 964px;
}
}
@media only screen and (max-width: 1760px) {
	.header {
    width: 96%;
    overflow: hidden;
}
.header-nav li {
    margin: 0 0 0 50px;
}
.header-nav li a {
    font-size: 17px;
}
.hrader-right {
    width: 1075px;
    float: right;
}
.section-2-top-right {
    padding: 50px 0 50px 75px;

}

}
@media only screen and (max-width: 1750px) {
.banner-outer {
    height: 959px;
}
.section-3-left p {
    font-size: 22px;
    line-height: 38px;
}
}
@media only screen and (max-width: 1700px) {
.banner-outer {
    height: 954px;
}
.section-2-top-right h3 {
    font-size: 50px;
    line-height: 52px;

}
.section-2-right p {
    font-size: 22px;
    margin: 0;
    color: #313022;
    text-align: left;
    padding: 40% 0 0 10%;
    width: 80%;
    line-height: 38px;
}
.sectiion-4 {
    width: 94%;
}
}
@media only screen and (max-width: 1660px) {
.point-text li {

    margin: 20px 0 0 0;
}
}
@media only screen and (max-width: 1650px) {
.banner-outer {
    height: 949px;
}
.section-2-right p {

    padding: 56% 0 0 10%;
}
.footer {
    width: 94%;
    margin: 0 auto;
}

}
@media only screen and (max-width: 1620px) {
.banner-text {
    padding: 325px 0 0;
}
.listing-top-content, .listing-bottom-content {
    width: 94%;
}
}

@media only screen and (max-width: 1600px) {
.logo-wrap .logo img {
    width: 100%;
}
.logo-wrap {
    width: 260px;
}
.header-right-top a {

    font-size: 16px;

}
.section-1-left p {
    font-size: 36px;

    line-height: 46px;
}
.banner-outer {
    height: 930px;
}
.sectiion-4-outer {
    background: url(images/section-4-bg.jpg) no-repeat center bottom;
    padding: 60px 0;
}
.section-4-left {
    float: none;
    width: 100%;
    text-align: center;
}
.section-4-left h3 br {
    display: none;
}
.section-4-right {
    width: 410px;
    float: none;
    margin: 42px auto 0;
}
.about-page-content-wraper .content-area {
    width: 96%;
    margin: 0 auto;
}
.about-page-content-wraper .text-panel h2 {
    font-size: 36px;
}
.about-page-content-wraper .text-panel {
    padding: 30px 0;
}
}

@media only screen and (max-width: 1550px) {

.banner-text-bottom h2 {
    font-size: 26px;
}

}
@media only screen and (max-width: 1536px) {
.logo-wrap {
    width: 260px;
    float: none;
    margin: 0 auto 30px;
}
.hrader-right {
    width: 1075px;
    float: none;
    margin: 0 auto;
}
.header-right-top {
	width: 440px;
    margin: 0 auto;
	margin-bottom: 10px;
	overflow: hidden;
}
.header-nav {
    margin: 20px 0 0 0;
}
.inner-title-wrap {
    padding: 300px 0 0 0;
    width: 100%;
}
.inner-banner-outer {
    height: 480px;
}
}
@media only screen and (max-width: 1521px) {	
.banner-outer {
    height: 944px;
}	
	}
@media only screen and (max-width: 1500px) {
.banner-contact-wrap .request-cta-btn {
    line-height: 60px;
    padding: 0 30px;
    font-size: 16px;
}
.banner-contact-wrap p {
    font-size: 22px;
    line-height: 60px;
}
.banner-text-top h1 {
    font-size: 43px;
    line-height: 48px;

}
.banner-text-top h3 {
    font-size: 30px;
    margin: 10px 0 0 0;
}
.banner-outer {
    height: 822px;
}
.banner-outer {
    height: 879px;
}
}
@media only screen and (max-width: 1440px) {
.about-page-content-wraper .text-panel {
    width: 45%;
	padding: 3% 0;
}
.about-page-content-wraper .ab-section-2 .text-panel {
    margin-left: 3%;
}
img.jackson, .saundra-photo {
    width: 30%;
}
	.service-new-section-1 {
    width: 90%;
}
}
@media only screen and (max-width: 1400px) {
.banner-outer {
    height: 812px;
}
.section-1-left p {
    font-size: 28px;
    line-height: 38px;
}
.result-lists .right-section table tr td {
    display: inline-block;
    width: 180px;
}
}
@media only screen and (max-width: 1398px) {	
	.banner-outer {
    height: 848px;
}
	}
@media only screen and (max-width: 1367px) {
.banner-outer {
    height: 843px;
}
}
@media only screen and (max-width: 1366px) {
/*.about-page-content-wraper .text-panel {
    width: 38%;
}*/
.about-page-content-wraper .text-panel h2, .ab-section-3 h2.tagline{
	font-size:36px;
}
.about-page-content-wraper .text-panel p, .point-text li{
	font-size:20px;
}
.interior-page-template .text-panel ul li, .interior-page-template .text-panel ol li{
	font-size: 20px;
}
.point-text li {
    font-size: 20px;
    background: url(images/bullet.png) no-repeat left 10px;
    margin: 30px 0 0 0;
}
}
@media only screen and (max-width: 1281px) {
.banner-outer {
    height: 836px;
}
.footer-nav li {
    display: inline-block;
    margin: 10px 30px;
}
.footer-nav li a {
    font-size: 15px;
}
.listing-top-content-right p a {
    font-weight: 700;
    color: #fff;
    display: block;
}
}
@media only screen and (max-width: 1280px) {
.banner-text-top h1 {
    font-size: 40px;
    line-height: 38px;
}.banner-text-top h3 {
    font-size: 26px;
    margin: 8px 0 0 0;
}
.banner-contact-wrap .request-cta-btn {
    line-height: 42px;
    padding: 0 22px;
    font-size: 14px;
}
.banner-contact-wrap p {
    font-size: 16px;
    line-height: 42px;
}
.section-2-right p {
    padding: 65% 0 0 10%;
}
.results-content-left {
    width: 65%;
}
.results-content-right {
    width: 33%;
}
	.banner-outer {
    height: 775px;
}
}
@media only screen and (max-width: 1250px) {
.banner-outer {
    height: 771px;
}
.section-2-top-right h3 br {

    display: none;

}
.section-2-top-right h3 {

    font-size: 40px;
    line-height: 42px;

}
.section-2-top-right {

    padding: 5%;
    width: 90%;

}
.section-3-left p {
    font-size: 18px;
    line-height: 30px;
}
}
@media only screen and (max-width: 1200px) {
.banner-outer {
    height: 767px;
}
	
.service-section-2-left, .service-section-3-left, .service-section-4-left, .service-section-2-right, .service-section-3-right, .service-section-4-right {
    float: none;
    width: 96%;
    padding: 2% 4%;
    min-height: auto;
}
	.service-new-wraper h3 {
    font-size: 35px;
}
	.service-section-2-left p, .service-section-2-right p, .service-section-3-right p, .service-section-3-left p, .service-section-4-right p, .service-section-4-left p {
    font-size: 22px;
    margin: 30px 0;
}
	
	
}
@media only screen and (max-width: 1180px) {
.mobile-menu {
    display: block;

}
.header-nav {
    display: none;

}
.mobile-menu-holder {
    display: block;
    width: 80px;
    float: none;
    margin: 15px auto 0;
    background: rgba(255, 255, 255, 0.85);
    padding: 5px 15px;
    border-radius: 5px;
}
.inner-title-wrap h2, .inner-title-wrap h4 {
    z-index: 9;
}
.results-content-left {
    width: 96%;
    float: none;
    padding: 0;
    margin: 0 auto;
}
.result-lists {
    height: auto;
    overflow: auto;
    overflow-x: hidden;
}
.results-content-right {
    width: 100%;
    height: 340px;
    float: none;
}

}

@media only screen and (max-width: 1150px) {
.footer-top {
    width: 94%;
}

}
@media only screen and (max-width: 1100px) {
.banner-outer {
    height: 757px;
}
}
@media only screen and (max-width: 1080px) {
.hrader-right {
    width: 100%;
}
.footer-top h2 {
    font-size: 44px;
    line-height: 50px;
}
}
@media only screen and (max-width: 1054px) {
.banner-outer {
    height: 752px;
}
.section-2-right p {
    padding: 50% 0 0 10%;
}
.listing-top-content-left {
    float: none;
    width: 585px;
    margin: 0 auto;
}
.listing-top-content-right {
    float: none;
    width: 500px;
    background: #aaaa27;
    padding: 4% 3%;
    margin: 40px auto 0;
}
}
@media only screen and (max-width: 980px) {
.banner-text-top h3 {
    font-size: 20px;
}
.banner-text-top h1 {
    font-size: 28px;
    line-height: 27px;
}
.banner-text-bottom h2 {
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 10px 0;
}
.banner-contact-wrap .request-cta-btn {
    line-height: 34px;
    padding: 0 12px;
    font-size: 12px;
}
.banner-contact-wrap p {
    font-size: 14px;
    line-height: 34px;
}
.banner-text-bottom {
    padding: 2% 3%;
}
.banner-outer {
    height: 637px;
}
.section-2-left {
    height: 500px;
    width: 100%;
    float: none;

}
.section-2 {

    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    height: auto;
    position: relative;

}
.section-2-right {

    background: #fff;
    float: none;
    height: 100%;
    width: 94%;
    background-size: cover;
    margin: 25px auto 30px;

}
.section-2-right p, .section-3-left p {

    padding: 0;
    width: 100%;
    font-size: 18px;
    line-height: 36px;

}
.section-3 {
    height: auto;
}
.section-3-right {
    float: none;
    height: 350px;
	width:100%;
}
.section-3-left {
    float: none;
    width: 94%;
    margin: 0 auto;
    padding: 30px 0;
}
.align-wrap .col-100, .align-wrap .col-50 {
    width: 99%;
    margin: 0;
}

}
@media only screen and (max-width: 854px) {
.banner-text-top h1 br {
    display: none;
}
.banner-text-top {
    background: rgb(42,42,28, .6);
    width: 94%;
    text-align: left;
    padding: 2% 3% 2% 3%;
}
.banner-text-bottom {
    padding: 2% 3%;
    width: 94%;
}
.banner-text {
    padding: 375px 0 0;
}
.banner-outer {
    height: 595px;
}
.footer-top-outer {
    height: 540px;
    padding: 70px 0;
}
	.service-section-2-left, .service-section-3-left, .service-section-4-left, .service-section-2-right, .service-section-3-right, .service-section-4-right {
    padding: 4%;
}
}

@media only screen and (max-width: 700px) {
.section-4-left h3 {
    font-size: 30px;
    line-height: 38px;
}
.section-4-cta-btn {
    line-height: 54px;
    padding: 0 25px;
    font-size: 16px;
    margin: 0 0 15px 0;
}
.section-4-right p {
    font-size: 22px;
}
.sectiion-4-outer {
    padding: 40px 0;
}
.footer-top h2 {
    font-size: 32px;
    line-height: 37px;
}
.footer-top p {
    font-size: 22px;
    color: #fff;
    margin: 35px 0;
}
.nav-custom li #lf input {

    width: 65%;

}
.nav-custom li #lf #searchSubmitButton {

    width: 41px;
}

}


@media only screen and (max-width: 650px) {
.banner-outer {
    height: 633px;
}
.section-1 {

    height: auto;
}
.section-1-left {
    height: auto;
    float: none;
    width: 90%;
    padding: 5%;
}.section-1-middle {
    float: none;
    height: 400px;
    width: 100%;
}
.section-1-right {
    width: 100%;
    float: none;
    height: 400px;
}.section-1-left p {
    margin: 0;
}
.listing-top-content-left {
    width: 100%;
}
.listing-top-content-right {
    width: 94%;
}
.listing-top-content-right p {
    font-size: 22px;
}
.result-lists .list-wrap {
    flex-direction: column;
}
.result-lists .list-wrap .left-section img{
    margin: 0 auto;
    padding-bottom: 20px;
}


}
@media only screen and (max-width: 600px) {
.banner-text {
    padding: 410px 0 0;
}
.result-lists .left-section {
    float: none;
    width: 100%;
    margin: 0 auto 15px;
}
.right-section {
    float: none;
    width: 100%;
    text-align: left;
}
}
@media only screen and (max-width: 540px) {
.header-right-top .header-telephone {
    margin: 0 0 5px 0;
}
.header-right-top a {
    font-size: 16px;
    display: block;
    float: none;
    text-align: center;
}
.logo-wrap {
    width: 250px;
    float: none;
    margin: 0 auto 30px;
}
.header-outer {
    padding: 25px 0 0 0;
}
.mobile-menu-holder {
    margin: 30px auto 0;
}
.mobile-nav {
    top: 250px;

}
.banner-text-bottom {
    padding: 3% 3% 6%;
    width: 94%;
}
.banner-contact-wrap .request-cta-btn {
    float: none;
    margin: 15px 0 10px 0;
}
.banner-contact-wrap p {
    font-size: 14px;
    line-height: normal;
    float: none;
    display: block;
    margin: 0;
}

.banner-text-top {

    padding: 5% 3% 5% 3%;
}
.footer-top-button-wrap li a {
    color: #fff;
    width: 94%;
    margin: 0 auto;
}
.footer-top-button-wrap li {
    display: block;
    margin: 0 auto 25px;
    width: 100%;
}
}
@media only screen and (max-width: 445px) {
.header-right-top {
    width: 100%;
}
.banner-outer {
    height: 640px;
}
.footer-nav li {
    display: block;
    margin: 0 0 15px;
}
.result-lists .right-section table tr {
    margin: 0 0 20px 0;
    display: block;
}
.result-lists .right-section table tr td {
    display: block;
    width: 100%;
}
.result-lists .list-wrap {
    padding: 50px 0 20px;
}
.result-lists .first-result {
    padding: 0 0 20px 0;
}
.align-wrap .col-100, .align-wrap .col-50 {
    width: 98%;
    margin: 0;
}
}
@media only screen and (max-width: 380px) {
.section-1-left p {
    margin: 0;
    font-size: 20px;
    line-height: 32px;
}
.banner-outer {
    height: 713px;
}
}


@media only screen and (max-width: 1136px) {
.ab-section-3 h2.tagline {
    width: 58%;
}
}

@media only screen and (max-width: 960px) {
.ab-section-3 h2.tagline {
    width: 54%;
}
}
@media only screen and (max-width: 900px) {
.ab-section-3 h2.tagline {
    width: 50%;
}
}
@media only screen and (max-width: 854px) {
.ab-section-3 h2.tagline {
    width: 48%;
}
}
@media only screen and (max-width: 800px) {
.about-page-content-wraper .text-panel h2, .ab-section-3 h2.tagline{
	font-size:30px;
}
.about-page-content-wraper .text-panel p, .point-text li{
	font-size:18px;
}
.point-text li {
    font-size: 18px;
    background: url(images/bullet.png) no-repeat left 7px;
    margin: 25px 0 0 0;
}
.ab-section-3 h2.tagline {
    width: 100%;
}
.contact-nmber {
    float: left;
    margin: 30px 0 0 0;
}
.interior-page-template .text-panel ul li, .interior-page-template .text-panel ol li{
	font-size: 18px;
}
}
@media only screen and (max-width: 768px) {
img.ab-section-1-banner, img.ab-section-2-banner  {
    width: 100%;
}
.about-page-content-wraper .text-panel, .about-page-content-wraper .ab-section-4 .text-panel {
    width: 100%;
	padding: 3% 0;
	margin:0;
}
img.jackson, .saundra-photo {
    width: 280px !important;
    float: none !important;
	margin:0 auto !important;
}
}

@media only screen and (max-width: 480px) {
img.jackson {
    width: 240px;
}
}
@media only screen and (max-width: 400px) {
.contact-nmber {
    width: 100%;
}
}

.searchBoxContainer {
	position: absolute;
	padding-top: 25px;
	right: 100px;
	display: inline !important;
}

.searchBoxText,
.searchBoxSelect {
	border-style: solid;
	border-width: 2px;
	border-color: rgb(145, 145, 40);
	border-right-width: 0px;
	padding:5px;
	padding-right: 0px;
	height: 50px;
	width: 250px;
	font-size: 22px;
	font-weight: 400;
	font-family: Arial;
	color: gray;
}

.searchSubmitButton  { 
	border-style: solid;
	border-width: 2px;
	border-color: rgb(145, 145, 40);
	color: rgb(145, 145, 40);
	background-color: red;
	border-left-width: 0px;
	height: 50px;
	width: 60px;
	background-color: rgb(205, 215, 130);
	font-size: 22px;
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 47%;
}

.column:nth-child(2) {
  float: left;
  width: 6%;
}

.column3 {
  float: left;
}

.column3:first-child  {
  width: 55%;
}

.column3:nth-child(2) {
  width: 5%;
}

.column3:nth-child(3) {
  width: 20%;
}

.column3:nth-child(4) {
  width: 5%;
}

.column3:nth-child(5) {
  width: 15%;
}





/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
  .column3 {
    width: 100% !important;
  }
.column:nth-child(2), .column3:nth-child(2), .column3:nth-child(4)  {
  float: left !important;
  width: 0%  !important;
	}
}

