/*----- Normalize.css Start -----*/


/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
article,
aside,
footer,
header,
nav,
section {
    display: block
}
h1 {
    font-size: 2em;
    margin: .67em 0
}
figcaption,
figure,
main {
    display: block
}
figure {
    margin: 1em 40px
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}
pre {
    font-family: monospace, monospace;
    font-size: 1em
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}
b,
strong {
    font-weight: inherit;
    font-weight: bolder
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}
dfn {
    font-style: italic
}
mark {
    background-color: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sub {
    bottom: -.25em
}
sup {
    top: -.5em
}
audio,
video {
    display: inline-block
}
audio:not([controls]) {
    display: none;
    height: 0
}
img {
    border-style: none
}
svg:not(:root) {
    overflow: hidden
}
button,
input,
optgroup,
select,
textarea {
    margin: 0
}
button,
input {
    overflow: visible
}
button,
select {
    text-transform: none
}
button,
html [type="button"],

/* 1 */

[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}
progress {
    display: inline-block;
    vertical-align: baseline
}
textarea {
    overflow: auto
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}
details,

/* 1 */

menu {
    display: block
}
summary {
    display: list-item
}
canvas {
    display: inline-block
}
template {
    display: none
}
[hidden] {
    display: none
}

/*----- Normalize.css End -----*/


/*----- Common Start -----*/


/* Font Declaration */


/* General Resets */

html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
select,
input,
option,
textarea,
figure {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    /* list-style:none;*/
    box-sizing: border-box;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 200;
    color: #ffffff;
    background-color: #282828;
    -webkit-font-smoothing: subpixel-antialiased;
}
:focus {
    outline: 0 none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: 'Roboto', sans-serif;
    -webkit-appearance: none;
    border-radius: 0;
}
textarea {
    resize: vertical;
}
img {
    max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.4;
}

/* Remove top margin from headers */

h1 {
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    ;
    font-weight: 200
}
h2 {
    font-size: 30px;
    font-weight: 200
}
h3 {
    font-size: 14px;
}
h4 {
    font-size: 14px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 14px;
}
p {
    margin: 0 0 15px;
}
a {
    text-decoration: none;
}
a[href*="tel"],
a[href*="mailto"] {}
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #222;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #222;
}
:-ms-input-placeholder {
    /* IE 10+ */
    color: #222;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #222;
}

/* General Classes */

.cf::after {
    content: "";
    display: table;
    clear: both;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.hidden {
    display: none;
}
.center-block {
    display: block;
    float: none;
    margin: 0 auto;
}
.preloader {
    display: none;
}
::-webkit-input-placeholder {
    color: #000;
    opacity: 0.6;
}

/* WebKit browsers */

:-moz-placeholder {
    color: #000;
    opacity: 0.6;
}

/* Mozilla Firefox 4 to 18 */

::-moz-placeholder {
    color: #000;
    opacity: 0.6;
}

/* Mozilla Firefox 19+ */

:-ms-input-placeholder {
    color: #000;
    opacity: 0.6;
}

/* Internet Explorer 10+ */

.container {
    max-width: 1210px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container::after {
    content: "";
    display: table;
    clear: both;
}
.table {
    display: table;
    height: 100%;
    width: 100%;
}
.table-cell {
    display: table-cell;
    vertical-align: middle
}
.text-center {
    text-align: center
}
.row {
    margin: 0 -15px;
}
.row::after {
    content: "";
    display: table;
    clear: both;
}
.col {
    padding-left: 15px;
    padding-right: 15px;
    float: left
}
.col-2 {
    width: 50%
}
.col-4 {
    width: 33.33%;
}
.col-3 {
    width: 25%;
}
.col-4:nth-child(3n+1) {
    clear: left
}
a {
    color: #999;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
a:hover {
    color: #fff
}
figure {
    margin-bottom: 15px;
}
.btn {
    color: #fff;
    padding: 5px 20px;
    border: 1px solid #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    display: inline-block;
    font-size: 14px;
}
.btn:hover {
    background-color: #fff;
    color: #282828
}
ul {
    list-style-type: square
}
.owl-carousel {
    padding: 0;
    margin: 0;
}

/*----- Common End -----*/


/*----- Header Start -----*/

header {
    background-color: #fff;
    padding: 28px 0;
    z-index: 9999999;
    position: relative
}
.mobile-menu,
.menu-toggle {
    display: none
}
.logo {
    float: left;
    width: 176px;
}
.main-nav {
    float: right;
}
.main-nav ul {
    list-style: none;
}
.main-nav > ul {
    margin-top: 20px;
}
.main-nav ul li {
    display: inline-block;
    position: relative;
    margin: 0 20px;
}

/*menu css*/

.menu-icon {
    display: none;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 33px;
    font-size: 22px;
}
.menu-icon .menu-box {
    width: 50px;
    height: 38px;
    margin-right: 20px;
    padding: 5px;
    position: absolute;
    right: 0;
    z-index: 999;
        top: 30px;
}
.menu-icon .menu-box span {
    width: 100%;
    height: 4px;
    margin-bottom: 6px;
    background: #000;
    display: block;
    border-radius: 2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-icon.active span:nth-child(1) {
    transform: rotate(45deg) translateY(8px) translateX(6px);
    -webkit-transform: rotate(45deg) translateY(8px) translateX(6px);
}
/*.menu-icon.hover:not(.active) span:nth-child(1) {
    transform: rotate(90deg) translateX(8px);
    -webkit-transform: rotate(90deg) translateX(8px);
}*/
.menu-icon.active span:nth-child(2) {
    opacity: 0;
}
.menu-icon.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-7px) translateX(6px);
    -webkit-transform: rotate(-45deg) translateY(-7px) translateX(6px);
}
/*.menu-icon.hover:not(.active) span:nth-child(3) {
    transform: rotate(-90deg) translateX(6px);
    -webkit-transform: rotate(-90deg) translateX(6px);
}*/
.enumenu_ul .caret {
    color: #fff;
    margin-left: 7px;
}

/*----- Mid Section End -----*/

.home-container {
    position: relative;
    padding: 48px 0;
}
.home-container h1 {
    color: #888888;
    font-weight: 300;
    margin-bottom: 35px;
}
.home-container h1 span {
    color: #fff;
    font-weight: 700;
}
.home-container .container {
    position: relative;
    z-index: 99;
}
.bgslider .slider {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    position: relative
}
.bgslider .slider:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(40, 40, 40, 0.9);
    content: " ";
}
.bgslider {
    list-style: none;
    position: absolute !important;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%
}
.owl-carousel .owl-stage,
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-item,
.owl-carousel .owl-item li {
  /* height: 100%; */
}
.slider-area ul {
    list-style: none
}
.owl-dot {
    height: 12px;
    width: 12px;
    background-color: #fff;
    display: inline-block;
    margin: 0 5px;
    border-radius: 50%;
}
.owl-dot.active,.owl-dot:hover {
    background-color: #4b4b4b;
}
.slider-area .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}
.owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 47%;
    z-index: 999;
}
.owl-nav > div {
    height: 53px;
    width: 30px;
    font-size: 0;
}
.owl-nav > div:hover {
    opacity: 0.8;
}
.owl-prev:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: " ";
    background-image: url(../images/left-arrow.png);
}
.owl-next:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: " ";
    background-image: url(../images/right-arrow.png);
}
.owl-prev {
    left: 30px;
    position: absolute;
}
.owl-next {
    right: 30px;
    position: absolute;
}
.intro-area {
    margin-top: 22px;
}
.intro-area .row {
    margin: 0 -12px;
}
.intro-area .col {
    padding-left: 12px;
    padding-right: 12px;
}
.home-area {
    background-color: #e7332e;
    background-image: url(../images/home-design-img.png);
    background-position: left center;
    background-repeat: no-repeat;
    position: relative;
    padding: 23px 20px 32px 260px;
    overflow: hidden;
}
.kooyonga {
     background-color: #EE923A;
     background-image: url(../images/kooyonga-img.png);
     text-align:center;
}
.augusta {
    text-align:center; 
}
.fairway {
    background-color: #008c99;
    background-image: url(../images/attamurra-design.png);
}
.intro-area .col-2
{margin-bottom: 20px;
    
}
.home-area p {
    max-height: 46px;
    overflow: hidden;
    line-height: 24px;
}
.home-area:after {
    position: absolute;
    content: " ";
    background-image: url(../images/home-design-overlay.png);
    left: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    /* z-index: -1; */
    width: 296px;
}
.kooyonga:after {
    background-image: url(../images/home-design-overlay-flip.png);
    background-position: -40px -25px;
}
.project-area {
    background-color: #b1b1b1;
    background-image: url(../images/past-project-img.png);
    background-position: right center;
    padding: 23px 260px 32px 20px;
}
.project-area:after {
    background-image: url(../images/past-project-overlay.png);
    right: -35px;
    left: auto
}
.home-area h2 {
    color: #222222;
    margin-bottom: 7px;
}
.home-area .cta {
    margin-top: 25px;
}
.home-area .cta .btn {
    padding: 3px 15px
}
.sales-area h2 {
    color: #888888;
    font-weight: 300;
    margin-bottom: 26px;
}
.sales-area {
    padding: 90px 0 70px;
}
.sales-location {
    margin-top: 96px;
}
.location-img {
    margin-bottom: 20px;
    display: inline-block;
}
.location-img:hover
{
    opacity: 0.7
}
.sales-location .cta {
    margin-top: 70px;
}
.sales-location .cta .btn {
    padding: 3px 26px
}
.testimonial-area {
    background-color: #eb2c27;
    padding: 90px 0 30px;
}
.testimonial-area ul {
    list-style: none;
}
.testimonial-area ul li {
    max-width: 640px;
    display: inline-block;
}
.testimonial-area .owl-nav {
    top: 22%
}
.testimonial-area .owl-prev {
    left: 35px;
}
.testimonial-area .owl-next {
    right: 35px;
}
.testimonial-area .owl-nav >div
{
    background-color: #eb2c27
}
.testimonial-area span {
    color: #222222;
    font-weight: 700;
    margin-bottom: 62px;
    display: block;
}
.testimonial-area .owl-prev:after {
    background-image: url(../images/left-arrow-black.png);
}
.testimonial-area .owl-next:after {
    background-image: url(../images/right-arrow-black.png);
}

/*ERROR MESSAGE CSS*/

.error {
    color: #eb2c27;
    text-align: left;
    margin-bottom: 10px;
}
.successmsg {
    color: #222222;
    display: none;
    font-size: 20px;
    margin-top: 20px;
}
#map,
#map span {
    height: 356px;
    color: #333;
    font-weight: 700;
    font-size: 14px;
}

/*--inner page style start--*/

.inner-banner {
    background-image: url(../images/inner-banner-1.png);
    height: 162px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}
.inner-banner h1 {
    margin-bottom: 0;
}
.inner-banner:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(40, 40, 40, 0.9);
    content: " ";
}
.inner-banner .container {
    position: relative;
    z-index: 9;
    height: 100%
}
p span {
    color: #888787
}
.sec-inner {
    padding: 115px 0 115px;
    margin-bottom: 20px;
}
.sec-inner .col-left {
    width: 30%
}
.sec-inner .col-right {
    width: 70%
}
.intro-text {
    padding-right: 50px;
    font-weight: 200;
    font-size: 20px;
    line-height: 32px;
    color: #ccc;
}
.sec-inner ul li:after {
    content: "\f0c8";
    position: absolute;
    left: -20px;
    font-family: fontawesome;
    font-size: 12px;
    top: 1px;
}
.sec-inner ul li {
    position: relative;
    margin-bottom: 9px;
}
.sec-inner ul {
    list-style: none;
    padding-left: 20px;
    margin-left: 20px;
    margin-bottom: 30px;
    margin-top: 25px;
}
.inner-image {
    margin-top: 65px;
}

/*----- Footer Start -----*/

.footer-wrapper {
    position: relative;
}
.contact-form-wrap {
    width: 436px;
    background-color: #fff;
    padding: 35px 58px 15px 58px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(177, 177, 177, 0.24);
    -moz-box-shadow: 0px 0px 30px 0px rgba(177, 177, 177, 0.24);
    box-shadow: 0px 0px 30px 0px rgba(177, 177, 177, 0.24);
    position: absolute;
    top: 47px;
    text-align: center;
}
.contact-form-wrap .submit-wrap {
    margin-top: 20px;
}
.contact-form-wrap h2 {
    color: #222222;
    margin-bottom: 20px;
}
.contact-form-wrap input[type="text"] {
    border-radius: 0;
    width: 100%;
    height: 39px;
    background: #ebebeb;
    margin-bottom: 3px;
    padding:10px;
    font-size: 14px;
    color: #222222;
     border: 1px solid transparent
}
.contact-form-wrap input[type="text"]:focus,.contact-form-wrap textarea:focus
{
    border: 1px solid #d1d1d1
}
.contact-form-wrap textarea {
    background: #ebebeb;
    padding: 10px;
    font-size: 14px;
    color: #999;
    width: 100%;
    resize: none;
    margin-bottom: 0;
    border: 1px solid transparent
}
.contact-form-wrap textarea:focus {
    color: #ccc;
} 
.contact-form-wrap .btn {
    background-color: transparent;
    border-color: #222222;
    color: #222222;
    -webkit-transition: 0.4s;
    transition: 0.4s;
        cursor: pointer;
}
.contact-form-wrap .btn:hover,.contact-form-wrap .btn:focus {
    color: #fff;
    background-color: #222222;
}
.contact-form-wrap input[name=captcha] {
    background: none;
    border: 2px dotted #dcdcdc;
    margin-top: 4px;
}
/*
.contact-form-wrap input {
      background-position: -200px 0;
  background-size: 200px 100%;
  background-repeat: no-repeat;
  color: #0e6252;
}

.contact-form-wrap input:focus, .contact-form-wrap input:valid {
 box-shadow: none;
 outline: none;
 background-position: 0 0;
}

.contact-form-wrap input::-webkit-input-placeholder {
 font-family: 'roboto', sans-serif;
 -webkit-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
}

.contact-form-wrap input:focus::-webkit-input-placeholder, .contact-form-wrap input:valid::-webkit-input-placeholder {
 color: #1abc9c;
 font-size: 11px;
 -webkit-transform: translateY(-20px);
 transform: translateY(-20px);
 visibility: visible !important;
}

*/

input::-webkit-input-placeholder {
    color: #999;
}
input:focus::-webkit-input-placeholder {
    color: #ccc;
}

/* Firefox < 19 */
input:-moz-placeholder {
    color: #999;
}
input:focus:-moz-placeholder {
    color: #ccc;
}

/* Firefox > 19 */
input::-moz-placeholder {
    color: #999;
}
input:focus::-moz-placeholder {
    color: #ccc;
}

/* Internet Explorer 10 */
input:-ms-input-placeholder {
    color: #999;
}
input:focus:-ms-input-placeholder {
    color: #ccc;
}

.foo-contact {
    padding: 56px 0 68px;
    font-size: 12px;
    line-height: 2;
}
.foo-contact h5 {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
}
.foo-col-offset {
    margin-left: 495px;
}
.foo-col {
    width: 19%;
}
.foo-contact a {
    color: #fff;
}
.foo-contact a:hover {
    color: #e7332e
}
.social-area .visible-xs {
    display: none
}
.social-area {
    margin-top: 23px;
}
.social-area a {
    height: 34px;
    width: 34px;
    background-color: #fff;
    display: inline-block;
    color: #222;
    text-align: center;
    font-size: 20px;
    line-height: 34px;
    margin-right: 10px;
    padding-top: 7px;
}
.social-area a:hover {
    background-color: #e7332e;
    color: #fff
}
.bottom-footer {
    background-color: #1c1c1c;
    padding: 30px 0 45px;
}
footer .col-right {
    float: right;
}
footer .col-left {
    float: left
}
.foo-link {
    margin-top: 10px;
}
.foo-link a {
    color: rgba(255, 255, 255, 0.3);
    font-size: 12px;
    margin-right: 14px;
}
.foo-link a:hover {
    color: #fff;
}

/*----- Footer End -----*/


h2.article-heading {
    padding-right: 50px;
    font-weight: 200;
    font-size: 20px;
    line-height: 32px;
    color: #777;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: solid 1px #777;
    clear: both;
}
.article-block {
    margin-bottom:70px;
    content: " "; /* Older browser do not support empty content */
   display: block;
   clear: both;
}
ul.grid-nav {
	list-style: none;
	font-size: .85em;
	font-weight: 200;
	text-align: center;
}
ul.grid-nav li {
	display: inline-block;
}
ul.grid-nav li a {
	display: inline-block;
	background: #999;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
ul.grid-nav li a:hover {
	background: #7b0;
}
ul.grid-nav li a.active {
	background: #333;
}
.grid-container {
	display: none;
}
/* ----- Image grids ----- */
ul.rig {
	list-style: none;
	font-size: 0px;
	margin-left: -2.5%; /* should match li left margin */
}
ul.rig li {
    display: inline-block;
    padding: 16px;
    margin: 0 0 2.5% 2.5%;
    background: #333;
    border: none;
    font-size: 16px;
    font-size: 1rem;
    vertical-align: top;
    box-shadow: 0 0 10px #222;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    list-style-type: none !important;
    text-align:center;
}
.sec-inner ul.rig li:after {
    content:none;
    position: absolute;
    left: -20px;
    font-family: fontawesome;
    font-size: 12px;
    top: 1px;
}
ul.rig li img {
	max-width: 100%;
	height: auto;
	margin: 0 0 10px;
}
ul.rig li h3 {
	margin: 0 0 5px;
	font-weight:300;
}
ul.rig li p {
	font-size: .9em;
	line-height: 1.5em;
	color: #999;
}
/* class for 2 columns */
ul.rig.columns-2 li {
	width: 47.5%; /* this value + 2.5 should = 50% */
}
/* class for 3 columns */
ul.rig.columns-3 li {
	width: 30.83%; /* this value + 2.5 should = 33% */
}
/* class for 4 columns */
ul.rig.columns-4 li {
	width: 22.5%; /* this value + 2.5 should = 25% */
}

@media (max-width: 1199px) {
	.container {
		width: auto;
		padding: 0 10px;
	}
}

@media (max-width: 480px) {
	ul.grid-nav li {
		display: block;
		margin: 0 0 5px;
	}
	ul.grid-nav li a {
		display: block;
	}
	ul.rig {
		margin-left: 0;
	}
	ul.rig li {
		width: 100% !important; /* over-ride all li styles */
		margin: 0 0 20px;
	}
}