/******************************
RESPONSIVE STYLES 
******************************/
@media screen and (max-width: 1366px) {
	.bar-callout .container {
	    max-width: 880px;
	}
}
@media screen and (max-width: 1300px) {
	.home-testimonials:before {
		display: none;
	}
}
@media screen and (max-width: 1200px) {
	.slider-control {
	    left: 2.5%;
    	max-width: 95%;
	    margin-left: 0;
	}
	.banner .slick-dots {
		margin-right: 0;
	}
	.banner-mask {
		display: none;
	}
	.testimonials-wrapper .cell:last-child {
	    padding: 0 80px 0 30px;
	}
	.home-testimonials .name-location {
		font-size: 30px;
	}
}

@media screen and (max-width: 1100px) {
	/*=== Homepage ===*/
	h1 {
		line-height: 48px;
		font-size: 42px;
	}
	.half-box {
		width: 100%;
	}
	.negative-indent {
    	margin: 0 -10px;
	}
	.quick-links-wrapper .negative-indent > .table > .cell {
    	padding: 0 10px;
	}
	.quick-links-wrapper .img-box .cell {
    	padding: 115px 50px 50px;
	}

	/*=== Inner Pages ===*/
	.breadcrumbs {
		padding-left: 20px;
	}
	.project-list .img-box {
		height: 338px;
	}
	.project-list + div {
		margin-top: 30px;
	}
	.bar-callout {
		margin: 0;
	}
	.bar-callout:after {
		content: none;
	}
	.bar-callout .container {
		max-width: 1000px;
	}
	.main-content {
    	padding: 60px 0 35px;
	}
	.main-content .col-left {
    	padding: 0 20px;
	}
	.main-content h1 {
		width: 100%;
	    margin: -10px 0 28px;
	}
}
@media screen and (max-width: 1000px) { /* Target Screen Width */
	/*=== Homepage ===*/
	.quick-links-wrapper .negative-indent > .table {
    	height: 230px;
	}
	.quick-links-wrapper .img-box .cell {
    	padding: 90px 35px 50px;
	}
	.testimonials-wrapper {
		padding: 60px 0 80px;
    	background: none;
	}
	.testimonials-wrapper .table {
    	margin: 50px 0 20px;
	}
	.testimonials-wrapper .cell:last-child {
    	padding: 0 0 0 30px;
	}
	.inner-box {
		padding-left: 20px;
	}

	/*=== Inner Pages ===*/
	.content-wrapper {
    	padding: 50px 0 80px;
	}
	.project-list .img-box {
    	height: 300px;
	}
	.project-list .text-box {
		width: 66%;
	}
	.main-content {
		padding: 50px 0;
	}
	.main-content .container > .table,
	.main-content .col-left,
	.main-content .col-right {
		display: block;
		height: auto;
		width: 100% !important;
	}
	.main-content .col-right {
	    margin-top: 25px;
    	padding: 0 20px;
	}
	.main-content .sidebar > div:not(:last-child) {
		margin-bottom: 30px;
	}
	.img-banner.lg {
	    width: 425px;
	    height: 400px;
	}
	
	
	/*=== Staff Page ===*/
	.all-staff .staff-container > div {
		width: 48%;
	}
}
@media screen and (max-width: 900px) {
	/*=== Header & Footer ===*/
	#main {
		padding-left: 0;
		background: #f5f5f5;
	}
	#header {
    	height: 118px;
	}
	.header-wrapper {
		position: fixed;
		top: 0;
		left: 0;
		height: inherit;
	    padding: 20px 0 17px;
		-webkit-box-shadow: 0 2px 10px -3px rgba(16,26,48,0.2);
    	-moz-box-shadow: 0 2px 10px -3px rgba(16,26,48,0.2);
    	box-shadow: 0 2px 10px -3px rgba(16,26,48,0.2);
    	background-color: #333;
    	z-index: 120;
	}
	.header-menu .cell {
    	padding: 0 20px;
	}
	.header-menu .cell:last-child {
		vertical-align: middle;
	}
	#inner .header-menu .cell:first-child {
		width: 290px;
	}
	#inner .header-menu .logo {
		display: inline-block;
	}
	.header-menu [class*="fa-"] {
		margin-left: 12px;
	}
	.menu-panel {
		width: 0;
	}
	.menu-panel > a,
	.menu-panel > .vertical-box {
		display: none;
	}
	#search-close-btn {
		top: 41px;
    	right: 17px;
	}
	
	.home-testimonials {
		margin: 50px auto;
	}
	.home-testimonials > div > .table > .cell {
		display: block;
		height: auto;
		width: 100%;
	}
	.home-testimonials > div > .table > .cell + .cell {
		padding-top: 15px;
	}

	.footer-wrapper {
		padding-left: 0;
	}

	/*=== Navigation ===*/
	#nav-btn {
        display: inline-block;
	    margin: -3px 0 0 15px;
	    vertical-align: middle;
	}
	#nav-close-btn {
		position: absolute;
		top: 35px;
		right: 55px;
		display: block;
		z-index: 5;
	}
	.main-nav {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		max-width: 60%;
		width: 0;
		margin: 0;
		-webkit-transition: all 0.6s ease 0s;
	    -moz-transition: all 0.6s ease 0s;
		-ms-transition: all 0.6s ease 0s;
		-o-transition: all 0.6s ease 0s;
		transition: all 0.6s ease 0s;
		color: #fff;
		background-color: #333;
		overflow: hidden;
		overflow-y: auto;
		z-index: 110;
	}
	.open .main-nav {
		width: 100%;
		-webkit-transition: all 0.8s ease 0s;
	    -moz-transition: all 0.8s ease 0s;
		-ms-transition: all 0.8s ease 0s;
		-o-transition: all 0.8s ease 0s;
		transition: all 0.8s ease 0s;
	}
	.main-nav nav {
		position: relative;
		min-width: 415px;
		padding: 118px 80px 40px 40px;
		text-align: left;
	}
	.nav-menu {
		text-align: left;
	}
	.nav-menu > li > a {
		display: block;
        padding: 15px 30px 12px 15px;
	    border-bottom: 1px solid #000;
	    font-size: 20px;
	    -webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.2);
    	-moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.2);
	    box-shadow: 0px 1px rgba(255, 255, 255, 0.2);
	}
	.nav-menu li a:hover,
	li.has-child:hover > a {
		color: inherit;
	}
	.nav-menu li.active > a {
		color: #0f8b56;
	}

	.sub-ctrl {
	    position: absolute;
	    top: 7px;
	    right: 0;
	    width: 30px;
	    height: 40px;
	    text-align: center;
		cursor: pointer;
		z-index: 1;
	}
	.sub-ctrl:after {
	    content: "\f105";
	    font: 22px/40px Font Awesome\ 5 Pro;
	    font-weight: bold;
	}
	.sub-ctrl.show {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.sub-menu {
		position: static;
		display: none;
	    width: 100%;
	    margin: 0 !important;
        padding: 7px 20px;
	    text-align: inherit;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform:none;
		-o-transform: none;
		transform: none;
		-webkit-transition: none;
		-moz-transition: none;
	 	-ms-transition: none;
		-o-transition: none;
		transition: none;
		background-color: transparent;
		opacity: 1;
		visibility: visible;
	}
	.sub-menu:before {
		content: none;
	}
	.sub-menu li a {
		padding: 9px 10px;
		font-size: 15px;
	}

	/*=== Homepage ===*/
	.text-box {
	    width: 88%;
	}
	.banner .single-banner > a {
		width: auto;
	    bottom: 24px;
	    margin-left: 0;
	    -webkit-transform: translateX(-50%);
	    -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	    -o-transform: translateX(-50%);
	    transform: translateX(-50%);
	}
	.banner .single-banner > a:before,
	.banner .single-banner > a:after {
		position: static;
		display: inline-block;
		width: 22px;
		height: 1px;
	    margin: 0 -11px 0 12px;
    	vertical-align: middle;
	}
	.banner .single-banner > a:before {
		content: "";
		margin: 0 12px 0 -11px;
	    background-color: #4aa85f;
	}
	.banner .single-banner:before,
	.banner .single-banner:after {
		content: none;
	}
	.banner .slick-dots li.slick-active {
	    background-color: rgba(74,168,95,.5);
	}
	.move-down {
		bottom: 27px;
		left: 50%;
    	-webkit-transform: translateX(-50%);
	    -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	    -o-transform: translateX(-50%);
	    transform: translateX(-50%);
	}
	.move-down:after {
	    content: "";
	    display: inline-block;
	    width: 22px;
	    height: 1px;
        margin: 0 -11px 0 12px;
	    vertical-align: middle;
	    background-color: #4aa85f;
	}
	.about-wrapper {
	    padding: 50px 0;
	    line-height: 30px;
	    font-size: 18px;
	}
	.about-wrapper p {
    	line-height: 30px;
	}
	.quick-links-wrapper .negative-indent > .table {
		height: 256px;
	}
	.quick-links-wrapper .img-box .cell {
	    padding: 115px 40px 50px;
	}
	.testimonials-wrapper {
    	padding: 60px 0 50px;
	}
	.testimonials-wrapper .cell:first-child {
		width: 245px;
		padding-right: 15px;
	}
	.testimonials-wrapper .cell:last-child {
		padding: 0 0 0 15px;
	}
	.quote-box {
		padding: 30px 0;
	}

	/*=== Inner Pages ===*/
	.content-wrapper {
    	padding: 50px 0;
	}
}

@media screen and (max-width: 770px) { /* Tablet View */
	/*=== Main ===*/
	body {
		cursor: pointer; /* iOS Clicking Fix */
	}
	br {
		display: none;
	}
	h1 {
		margin-bottom: 16px;
	    letter-spacing: normal;
	    line-height: 36px;
	    font-size: 30px;
	}
	h2,
	.testimonials-wrapper h2 {
		line-height: 32px;
		font-size: 26px;
	}
	input:not([type="number"]):not([type="submit"]) {
		padding: 15px 15px 13px;
	}
	input[type="submit"] {
	    min-width: 44px;
	    height: 44px;
	}
	.text-box,
	.project-list .text-box {
		width: 100%;
	}
	.btn {
        padding: 14px 15px 13px;
	}
	.negative-indent {
		margin: 0;
	}

	/*=== Homepage ===*/
	#header {
    	height: 95px;
	}
	.header-menu .cell:first-child,
	#inner .header-menu .cell:first-child {
    	width: 230px;
	}
	.header-menu .logo {
		width: 190px;
	}
	#nav-close-btn {
    	right: 40px;
    }
    #search-close-btn {
    	top: 32px;
	}
	.search-box input[type=submit] {
		height: 49px;
	}
	.main-nav nav {
		min-width: 392px;
		padding: 92px 40px 40px;
	}
	.banner-text {
		max-width: 445px;
		padding-left: 40px;
	}
	.large-text {
		line-height: 42px;
		font-size: 36px;
	}
	.about-wrapper {
		padding: 50px 0 35px;
	}
	.quick-links-wrapper {
		padding-bottom: 0;
	}
	.quick-links-wrapper .negative-indent > .table {
		display: block;
		height: auto;
	}
	.quick-links-wrapper .negative-indent > .table > .cell {
		display: inline-block;
	    width: 49%;
    	margin-bottom: 25px;
	}
	.quick-links-wrapper .img-box {
		min-height: 254px;
	}
	.testimonials-wrapper {
    	padding: 30px 0 50px;
    	text-align: center;
	}
	.testimonials-wrapper .table {
		display: block;
		margin: 20px 0;
	}
	.testimonials-wrapper .cell,
	.copyright .table,
	.copyright .cell {
		display: block;
	}
	.testimonials-wrapper .cell:first-child {
		width: 100%;
		padding-right: 0;
		line-height: 28px;
		font-size: 20px;
	}
	.testimonials-wrapper .cell:first-child p {
	    margin-bottom: 5px;
    	line-height: 28px;
	}
	.control-width {
		margin-top: 0;
	}
	.control-width:before,
	.control-width:after {
		content: none;
	}
	.inner-box {
	    width: 100%;
	    padding: 0 20px;
	    text-align: center;
	}
	.copyright {
	    padding: 35px 0 20px;
		text-align: center;
	}
	.copyright .cell:last-child {
		width: 100%;
	    margin-top: 25px;
	    padding: 0;
	}

	/*=== Inner Pages ===*/
	.breadcrumbs {
		margin-bottom: 45px;	
	}
	.project-list .cell {
		padding: 40px 15px;
	}
	.project-list .img-box {
    	height: 260px;
	}
	.project-list .img-box:after {
	    background: -moz-linear-gradient(left, rgba(51,84,160,0.4) 0%, rgba(73,162,91,0.4) 100%);
	    background: -webkit-linear-gradient(left, rgba(51,84,160,0.4) 0%,rgba(73,162,91,0.4) 100%);
	    background: linear-gradient(to right, rgba(51,84,160,0.4) 0%,rgba(73,162,91,0.4) 100%);
	}
	.project-list .img-box:after,
	.project-list .text-box {
		opacity: 1;
		visibility: visible;
	}
	.main-content h1 {
	    margin: 0 0 16px;
	}
	.bar-callout {
		line-height: 28px;
		font-size: 20px;
	}
	.bar-callout p {
		line-height: 28px;
	}
	
	.staff-toggle > div {
		padding: 75px 15px 50px;
	}
	.staff-toggle > div > div:first-child {
		display: none;
	}
	.staff-toggle > div > div {
		padding-left: 0;
		width: 100%;
	}
}

@media screen and (max-width: 670px) { /* Phone View */
	/*=== Header & Footer ===*/
	#header {
    	height: 82px;
	}
	.header-menu .cell:first-child,
	#inner .header-menu .cell:first-child {
    	width: 190px;
	}
	.header-menu .logo {
    	width: 150px;
	}
	#search-close-btn {
    	top: 27px;
	}
	.search-box input[type=text] {
    	width: 80%;	
	}
	.main-nav {
		max-width: 80%;
	}
	.main-nav nav {
		min-width: 384px;
	}

	/*=== Homepage ===*/
	.btn + .btn {
		margin-left: 0;
	}
	.banner-text {
		padding-left: 30px;
	}
	.large-text {
    	line-height: 36px;
    	font-size: 30px;
	}
	.about-wrapper {
		line-height: 24px;
		font-size: 16px;
	}
	.about-wrapper p {
    	line-height: 24px;
	}
	.quick-links-wrapper {
    	padding-bottom: 20px;
	}
	.quick-links-wrapper .negative-indent > .table > .cell {
	    width: 50%;
	    min-width: 270px;
	    margin: 0;
	    padding: 0;
	}

	/*=== Inner Pages ===*/
	.project-list li {
		width: 50%;
	}
}

@media screen and (max-width: 600px) {
	.all-staff .staff-container > div {
		width: 98%;
	}
}

@media screen and (max-width: 480px) {
	/*=== Main ===*/
	h1 {
	    line-height: 30px;
    	font-size: 24px;
	}
	h2,
	.testimonials-wrapper h2 {
	    line-height: 28px;
	    font-size: 22px;
	}
	h3 {
		line-height: 26px;
		font-size: 19px;
	}
	h4 {
		font-size: 16px;
	}

	/*=== Header & Footer ===*/
	.header-menu a[href^="tel:"] {
		display: none;
	}
	.search-box input[type=text] {
		font-size: 16px;
	}
	.search-box input[type=submit] {
    	height: 46px;
    	margin-left: 6px;
	}
	#nav-btn,
	#search-close-btn {
		font-size: 32px;
	}
	#nav-close-btn {
	    top: 30px;
    	right: 30px;
    	font-size: 32px;
	}
	.main-nav {
		max-width: 95%;
	}
	.main-nav nav {
	    min-width: 340px;
	    padding: 80px 30px 30px;
	}
	.nav-menu > li > a {
		font-size: 17px;
	}
	.sub-ctrl {
		top: 5px;
	}
	.copyright ul {
		display: block;
		margin-top: 10px;
	}

	/*=== Homepage ===*/
	.banner {
		min-height: auto;
	}
	.banner-text {
		padding-left: 0;
	}
	.large-text {
    	line-height: 32px;
    	font-size: 26px;
	}
	.about-wrapper {
	    padding: 50px 0 25px;
	    font-size: 14px;
	}
	.testimonials-wrapper {
		font-size: 14px;
	}
	.testimonials-wrapper .cell:first-child {
		line-height: 26px;
    	font-size: 18px;
	}
	.testimonials-wrapper .cell:first-child p,
	.bar-callout p {
		line-height: 26px;
	}
	.quote-box p a {
		display: block;
		line-height: 26px;
	}

	/*=== Inner Pages ===*/
	.breadcrumbs {
    	margin-bottom: 40px;
	}
	.project-list {
		text-align: center;
	}
	.project-list li {
	    width: 100%;
	    min-width: 270px;
	}
	.project-list .img-box {
    	height: 280px;
	}

	.img-banner.lg {
    	width: 270px;
    	height: 250px;
	}
	.bar-callout {
	    line-height: 24px;
	    font-size: 16px;
	}
	.bar-callout .table {
		height: auto;
	}
}

@media screen and (max-width: 360px) {
	h1 {
		font-size: 23px;
	}
	#header {
    	height: 76px;
	}
	.header-menu .cell:first-child,
	#inner .header-menu .cell:first-child {
	    width: 160px;
		padding: 0 10px 0 20px;
	}
	.header-menu .cell:last-child {
		padding: 0 20px 0 10px;
	}
	.header-menu .logo {
    	width: 130px;
	}
	#search-close-btn {
    	top: 24px;
	}
	#nav-close-btn {
		right: 20px;
	}
	.main-nav nav {
		min-width: 300px;
		padding: 80px 20px 25px;
	}
	.large-text {
	    line-height: 28px;
	    font-size: 22px;
	}
	.img-banner.lg {
		margin: 0 auto;
	}
}	