/*
Theme Name: Geelong Precast Theme
Theme URI: http://evolutiondesign.com.au
Author: Evolution Design Agency
Author URI: http://evolutiondesign.com.au
Description: Responsive Bootstrap Theme
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/* -------------------------------------------------------------- 
	WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:0.8em;
    margin:5px 0 0 0;
}

.gallery:after {content:"";display:table;clear:both;}

img.aligncenter, div.aligncenter, figure.aligncenter, img.wp-post-image {display:block;}
img.alignright, div.alignright, figure.alignright {float:right; margin:1em 0 1em 2em;}
img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {float:left; margin:1em 1em 2em 0;}
figure {max-width: 100%; height: auto; margin:1em 0;}
p img.alignright, p img.alignleft {margin-top:0;}


.gallery figure img {max-width:100%; height:auto; margin:0 auto; display:block;}


.gallery figure {float:left; margin:0 2% 1em 0;}


.gallery.gallery-columns-1 figure {width:100%; margin:0 0 1em 0; float:none;}


.gallery.gallery-columns-3 figure {width:32%;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+3) {margin-right:0;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+4) {clear:left;}


.gallery.gallery-columns-2 figure {width:49%;}
.gallery.gallery-columns-2 figure:nth-of-type(even) {margin-right:0;}
.gallery.gallery-columns-2 figure:nth-of-type(odd) {clear:left;}


.gallery.gallery-columns-4 figure {width:23.25%;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+4) {margin-right:0;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+5) {clear:left;}


.gallery.gallery-columns-5 figure {width:18%;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+5) {margin-right:0;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+6) {clear:left;}


.gallery.gallery-columns-6 figure {width:14.2%;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+6) {margin-right:0;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+7) {clear:left;}


.gallery.gallery-columns-7 figure {width:12%;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+7) {margin-right:0;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+8) {clear:left;}


.gallery.gallery-columns-8 figure {width:10.2%;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+8) {margin-right:0;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+9) {clear:left;}


.gallery.gallery-columns-9 figure {width:8.85%;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+9) {margin-right:0;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+10) {clear:left;}


@media (max-width:767px) {
	img.alignright, div.alignright, figure.alignright, img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {display:block; margin:1em auto; float:none;}
	.gallery.gallery-columns-4 figure, .gallery.gallery-columns-5 figure, .gallery.gallery-columns-6 figure, .gallery.gallery-columns-7 figure, .gallery.gallery-columns-8 figure, .gallery.gallery-columns-9 figure {width:100%; margin:0 0 1em 0; float:none;}
}

/* -------------------------------------------------------------- 
	End WordPress Core
-------------------------------------------------------------- */


/* -------------------------------------------------------------- 
	Typography
-------------------------------------------------------------- */

body {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color:#e9e9e9;
	background-color:#262a27;
}

h1 {
    font-size: 35px;
    font-weight: 700;
	margin-bottom: 20px;
}

h2 {
    font-size: 28px;
    font-weight: 7600;
	margin-bottom: 8px;
}

h3 {
	color: #98d6df;
	font-size: 30px;
	font-weight:600;
	margin-bottom:30px;
}

h4 {
	color: #fff;
	font-size: 24px;
	font-weight:600;
	margin-bottom:30px;
}

p {
	font-size:18px;
	font-weight: 400;
	margin-bottom: 32px;
}

a, a:hover {
	color: #fff;
	text-decoration: underline;
}

img {
	max-width: 100%;
}

b, strong {
	font-weight: 700;
}

/* -------------------------------------------------------------- 
	General Styling
-------------------------------------------------------------- */
html {
	scroll-behavior: smooth;
}

.container {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding-right: 30px;
	padding-left: 30px;
	margin-right: auto;
	margin-left: auto;
}

.container-fluid {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.fasc-button {
	color: #000000 !important;
	background-color: #aaaaaa !important;
	padding: 10px 30px !important;
	border-radius: 10px !important;
}

.search-result {
	margin-bottom: 25px;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding: 10px 0px;
}

.btn {
	border:1px solid #e9e9e9;
	color:#e9e9e9;
	text-decoration: none;
	padding: 15px 72px;
	transition: all 0.4s ease-in-out;
}

.btn:hover {
	border:1px solid #98d6df;
	background-color:#98d6df;
	color: #262a27;
	transition: all 0.4s ease-in-out;
	text-decoration: none;
}

.btn.blue {
	border:1px solid #98d6df;
	background-color:#98d6df;
	color: #262a27;
}

.btn.blue:hover {
	background-color:#fff;
	color: #262a27;
	border:1px solid #262a27;
}

.border-left {
	border-left:2px solid #98d6df;
	padding-left: 15px;
}

/* -------------------------------------------------------------- 
	Header & Navigation Styling
-------------------------------------------------------------- */

#header-wrapper {
	position: fixed;
	top:0;
	left:0;
	right:0;
	z-index:3;
	background: rgba(27, 29, 27, 0.75);
	transition: 0.4s ease-in-out;
}

.scroll #header-wrapper {
	transition: 0.4s ease-in-out;
	backdrop-filter: blur(4px);
}

#header-menu-wrapper {
	width:100%;
}

#header-wrapper .container {
	padding: 24px 15px;
	border-bottom:2px solid #fff;
	transition: 0.4s ease-in-out;
}

.scroll #header-wrapper .container {
	padding: 15px 15px;
	transition: 0.4s ease-in-out;
}


#header-logo {
	display:none;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 a.mega-menu-logo img.mega-menu-logo {
	height: 30px;
	width: auto;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-animated-inner::after {
	background-color:#98d6df
}

/* -------------------------------------------------------------- 
	Whole Page Search Styling
-------------------------------------------------------------- */
#header-desktop-search-wrapper { 
	display: none; 
}
	
span.dashicons.dashicons-search.search-icon {
	display: none;
}

.search-btn {
	display: flex;
	align-items: center;
	text-align: center;
	cursor: pointer;
    position: absolute;
    right: 0;
    top: 63px;
}

.search-btn span {
	color: #000000;
	font-size: 18px;
}

.home.scroll .search-btn span { 
	color: #000000;
}

.search-overlay {
	position: fixed;
	height: 0px;
	width: 0px;
	border-radius: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%);
	transition: all 0.4s linear;
}

.search-overlay.active {
	height: 4000px;
	width: 4000px;
	z-index: 99;
}

.close-btn {
	position: fixed;
	z-index: 999;
	right: 25px;
	top: 25px;
	font-size: 20px;
	color: #000000;
	cursor: pointer;
}

.search-overlay, .search-data {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.search-data {
	position: absolute;
	width: 400px;
	display: flex;
	text-align: center;
}

.search-data input {
	height: 100%;
	width: 100%;
	background: none;
	border: none;
	outline: none;
	font-size: 22px;
	font-weight: 500;
}

.search-data .line {
	position: absolute;
	height: 3px;
	width: 100%;
	background: #000000;
	bottom: 0;
	transform: scaleX(0);
	transition: transform 0.4s 0.3s linear;
}

.search-data .line.active {
	transform: scaleX(1);
}

.search-data label {
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 20px;
	transform: translateY(-50%);
	pointer-events: none;
	color: rgba(255,255,255,0.7);
}

.search-data input:valid ~ label {
	opacity: 0;
}

.search-data span {
	color: #000000;
	position: absolute;
	width: 50px;
	font-size: 22px;
	right: 0;
	top: 0;
	cursor: pointer;
}

.search-data button {
	position: absolute;
	width: 50px;
	height: 50px;
	background-color: transparent;
	right: 0;
	top: 0;
	line-height: 45px;
	cursor: pointer;
	border: none;
	outline: none;
} 

.search-data, .search-data span,
.search-data label, .close-btn {
	display: none;
}


input:-internal-autofill-selected {
	background-color: #ffffff;
}

/* -------------------------------------------------------------- 
	Homepage Styling
-------------------------------------------------------------- */

#home-banner-wrapper {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover;
	min-height: 100vh;
	border-bottom: 15px solid #98d6df;
	overflow:hidden;
}

#home-banner-wrapper:after {
	content:"";
	display:block;
	height: 100%;
	width:100%;
	background: rgba(27,29,27,0.70);
	position: absolute;
	left:0;
	right:0;
	top:0;
	z-index:1;
}

#home-banner-wrapper .container {
	flex-direction: row;
	align-content: flex-end;
	min-height: 100vh;
	padding-bottom: 6%;
}

#home-banner-wrapper h1 {
	font-size:24px;
	color: #98d6df;
	position: relative;
	z-index: 2;
	line-height: 120%;
	max-width: 1000px;
}

#home-banner-wrapper h2 {
	position: relative;
	z-index: 2;
	font-size:21px;
	font-weight: 600;
	color:#fff;
}

#home-main-wrapper {
	position: relative;
}

#home-main-wrapper .article {
	max-width: 768px;
	padding-bottom: 200px;
	padding:120px 0 100px;
}

#home-main-wrapper .dark-wrap {
	width: 100%;
	position: absolute;
	max-width: 1600px;
	margin:0 auto;
	left:0;
	right:0;
	height: 100%;
	overflow: hidden;
}

#home-main-wrapper .dark-wrap .bg {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top right;
	height: 100%;
	width: 100%;
}

#home-main-wrapper .dark-wrap:after  {
	content:"";
	background: linear-gradient(to right,  rgba(38,42,39,1) 0%,rgba(38,42,39,1) 5vw,rgba(38,42,39,0) 100%);
	position: absolute;
	left:0;
	right:0;
	top:0;
	display:block;
	width:100%;
	height: 100%;
}

#home-main-wrapper .dark-wrap img {
	position: absolute;
	right:0;
}

#home-main-wrapper h4 {
	font-size:20px;
	line-height: 120%;
	font-weight: 500;
}

#services {
	background-color: #cbeaee;
	padding:180px 0 120px;
}

#services h3 {
	color:#262a27;
}

#services p {
	color:#262a27;
}

#services .services {
	width: 100%;
	margin-bottom: 50px;
	display:flex;
	flex-wrap: wrap;
    justify-content: space-between;
}

#services .service {
	width:100%;
	margin-top:60px;
	max-width:768px;
	position: relative;
	background-color:#262a27;
	padding:15px;
	border-radius: 56px;
	box-shadow: 0px 0px 0px #000;
	transition:all 0.4s ease-in-out;
}

#services .service:hover {
	box-shadow: 0px 0px 25px #000;
	transition:all 0.4s ease-in-out;
}

#services .service .image {
	display:block;
	height: 200px;
	width: 100%;
	background-position: center;
	background-size: cover;
	border-top-left-radius: 45px;
	border-top-right-radius: 45px;
	position: relative;
	overflow:hidden;
}

#services .service .image:after {
	content:"";
	position: absolute;
	top:0;
	left:0;
	right:0;
	background-color: rgba(0,0,0,0.15);
	display: block;
	width:100%;
	height:100%;
	z-index:1;
}

#services .service .text {
	padding: 60px 30px 75px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	margin-top:-15px;
	position: relative;
	z-index:1;
	background-color: #262a27;
}

#services .service .text:before {
	content:"";
	display: block;
	width: 100%;
	height: 38px;
	position: absolute;
	top:-38px;
	left:0;
	right:0;
	border-top-left-radius: 10px;
	background: linear-gradient(50deg,  rgba(38,42,39,1) 40%,rgba(38,42,39,1) 40%,rgba(38,42,39,0) 40%,rgba(38,42,39,0) 100%);
}

#services .service:hover {
	cursor: pointer;
}

#services .service:after {
	content:url('images/arrow.svg');
	position: absolute;
	right:30px;
	bottom:30px;
	display:block;
	width:60px;
	height: 60px;
	transition:all 0.4s ease-in-out;
	border: 2px solid #98d6df;
	border-radius: 50%;
	padding:18px;
	z-index:2;
}

#services .service:hover:after {
	content:url('images/Arrow-black-right.svg');
	transition:all 0.4s ease-in-out;
	background:#98d6df;
}

#services .service h4 {
	color:#98d6df;
	margin-bottom:10px;
}

#services .service p {
	color:#fff;
	padding-right: 30px;
}

#services .btn-wrap {
	width: 100%;
	margin-top:60px;
}

#services .btn {
	margin:30px auto 0;
	background: #262a27;
	color: #98d6df;
}

#projects {
	padding-bottom: 200px;
	border-top: 15px solid #98d6df;
}

#projects .container {
	padding-top: 160px;
}

#projects .projects-wrapper {
	width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
	position:relative;
}

#projects .projects {
	width:100%;
	padding-bottom: 42px;
}

#projects .projects .image {
	width:100%;
	border-radius: 20px;
	overflow:hidden;
	display:block;
	min-height: 480px;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
} 

#projects .thumbnails {
	width:100%;
	display:flex;
	justify-content: space-between;
}

#projects .thumbnails figure {
	width: 24%;
	height: 100px;
	border-radius:5px;
	overflow: hidden;
	display:block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 0 14px;
	position: relative;
}

#projects .thumbnails figure:not(.tns-nav-active):after {
	content:"";
	display:block;
	background: rgba(27,29,27,0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
	right:0;
}

#projects .projects h4 {
	width:100%;
	font-size: 24px;
	color:#98d6df;
	margin-top: 42px;
}

#projects #tns1-ow {
	width: 100%;
}

#projects #tns2-ow {
	width: 100%;
}

#projects .btn-wrap {
	margin: 120px auto 0;
	text-align: center;
}

#projects .projects-wrapper {
	margin-top: 120px;
}

#projects .projects-wrapper .tns-controls {
	display:none;
	text-align: center;
	margin:0 0 0 17%;
}

#projects .projects-wrapper .tns-controls button {
	background-color: transparent;
	color:#98d6df;
	border: none;
	position: relative;
	text-transform: capitalize;
	padding: 0 42px;
}

#projects .projects-wrapper .tns-controls button:first-of-type:before {
	content:url('images/arrow.svg');
	transform:rotate(180deg);
	position: absolute;
	left:0;
	bottom:0;
	height: 16px;
	width:18px;
}

#projects .projects-wrapper .tns-controls button:last-of-type:before {
	content:url('images/arrow.svg');
	position: absolute;
	right:0;
	height: 16px;
	width:18px;
	bottom:10px;
}

#home-contact {
	min-height: 100vh;
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
	position:relative;
	padding: 160px 0 280px;
}

#home-contact:after {
	content:"";
	display:block;
	width:100%;
	height: 100%;
	background: rgba(27, 29, 27, 0.80);
	position: absolute;
	left:0;
	right:0;
	top:0;
	z-index:1;
}

#home-contact .container {
	z-index:2;
}

#home-contact h3 {
	width:100%;
}

#home-contact .text {
	width: 100%;
}

#home-contact .info {
	width: 100%;
}

#home-contact .info img {
	height: 20px;
	width: auto;
	display: inline-block;
	margin-right: 20px;
}

#home-contact .info p:nth-child(2) img {
	height: 16px;
}

#home-contact .info p {
	margin-bottom: 15px;
	color: #98d6df;
}

#home-contact .nf-before-form-content {
	display:none;
}

#home-contact .nf-form-cont {
	width:100%;
	margin:120px 0;
}

#home-contact nf-fields-wrap {
	display:flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#home-contact nf-field {
	width: 100%;
}

#home-contact nf-field:nth-child(1),
#home-contact nf-field:nth-child(2),
#home-contact nf-field:nth-child(3) {
	width: 32%;
}

#home-contact input, #home-contact textarea {
	background: transparent;
	border:1px solid #fff;
	padding:20px 25px;
	color:#fff;
	backdrop-filter:blur(12px);
}

#home-contact .submit-wrap {
	margin:0 auto;
	text-align: center;
}

#home-contact input[type="submit"] {
	background-color: #98d6df;
	color:#000000;
	border:none;
	padding:15px 60px;
}

#home-contact input[type="submit"]:hover {
	cursor:pointer;
}

#home-contact ::placeholder {
	color:#fff;
}

#home-cta {
	background-color: #98d6df;
	padding: 42px 50px;
	border-radius:22px;
	align-items: center;
	position: absolute;
	left:0;
	right:0;
	bottom:-8%;
}

#home-cta .btn {
	color:#000;
	border-color:#000;
	margin: 30px auto 0;
}

#home-cta .btn:hover {
	background-color:#000;
	color:#fff;
}

#home-cta .text {
	width: 100%;
	text-align: center;
}

#home-cta h3 {
	color: #1b1d1b;
	font-weight: 600;
	line-height: 120%;
}

#home-cta p {
	color: #1b1d1b;
	margin:15px 0 0;
}

#home-map {
	padding:220px 0 200px;
}

/* -------------------------------------------------------------- 
	Internal Pages Styling
-------------------------------------------------------------- */

#page-banner-wrapper {
	height: 50vh;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size:cover;
}

.page-id-13 #page-banner-wrapper  {
	background-position: right bottom;
}

#page-banner-wrapper.project-banner {
	height: 70vh;
} 

#page-banner-wrapper:after {
	content:"";
	display:block;
	height: 100%;
	width:100%;
	background: rgba(27,29,27,0.70);
	position: absolute;
	left:0;
	right:0;
	top:0;
	z-index:1;
}

#page-banner-wrapper .container {
	flex-direction: row;
	align-content: flex-end;
	height: 100%;
	padding-bottom: 6%;
	z-index:2;
}

#page-banner-wrapper h1 {
	color: #98d6df;
	font-size:36px;
	width:100%;
	line-height: 120%;
}

#page-banner-wrapper.project-banner p {
	font-size: 19px;
	margin-bottom: 30px;
}

#page-banner-wrapper.project-banner p span {
	display: inline-block;
	padding: 0 10px 0 5px;
}

#page-banner-wrapper.project-banner p span {
	border-right:2px solid #fff;
}

#page-banner-wrapper.project-banner p span:last-child {
	border-right:0;
}

#page-banner-wrapper ul {
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
	display:flex;
	flex-wrap: wrap;
}

#page-banner-wrapper ul li {
	padding: 5px 10px;
	border-radius: 10px;
	background-color: #98d6df;
	color:#212529;
	margin-right:5px;
	margin-bottom: 5px;
	text-transform: capitalize;
	font-size:16px;
}

#page-wrapper {
	width: 100%;
	padding:100px 0;
}

#page-header {
	width: 100%;
}

#page-wrapper .extra {
	width: 100%;
	padding: 60px 0;
	margin-top: 60px;
	border-top:1px solid #fff;
}

#page-content {
	width: 100%;
}

#page-content ul {
	margin-bottom: 32px;
}

#contact-details {
	width: 100%;
	margin-bottom:30px;
}

#contact-form {
	width: 100%;
}

#contact-form input, #contact-form textarea {
	background: transparent;
	border:1px solid #fff;
	padding:20px 25px;
	color:#fff;
}

#contact-form .submit-wrap {
	margin:0 auto;
	text-align: center;
}

#contact-form input[type="submit"] {
	background-color: #98d6df;
	color:#000000;
	border:none;
	padding:15px 60px;
}

#contact-form input[type="submit"]:hover {
	cursor:pointer;
}

#contact-form ::placeholder {
	color:#fff;
}

#contact-map {
	width: 100%;
}

#project-gallery {
	padding:100px 0;
}

#project-gallery .container {
	justify-content: flex-start;
}

#project-gallery .gallery-img {
	width: 48%;
	margin: 5px 1%;
	border:1px solid transparent;
}

#project-gallery .gallery-img:hover {
	border:1px solid #fff;
}

#projects .project {
	width:100%;
}

#projects .project .image {
	display:block;
	position: relative;
	overflow: hidden;
	height: 240px;
}

#projects .project .image img {
	object-fit: cover;
	width: 100%;
  	height: 100%;
	transform:scale(1);
	transition: all 0.4s ease-in;
}

#projects .project:hover {
	cursor: pointer;
}

#projects .project:hover .image img{
	transform:scale(1.1);
	transition: all 0.4s ease-in;
}

#projects .project h3 {
	font-size: 21px;
	line-height: 120%;
	margin-top: 16px;
}

#specialties {
	padding: 200px 0;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

#specialties:before{
	content:"";
	background-color:rgba(38,42,39,0.85);
	position: absolute;
	display:block;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	right:0;
}

#specialties h3 {
	color: #cbeaee;
}

#specialties p strong {
	font-weight:600;
}

#specialties .specialty {
	width: 100%;
	padding: 40px 50px;
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
	margin-bottom: 100px;
}

#specialties .specialty:hover {
	background-color:#cbeaee;
	cursor:pointer;
}

#specialties .specialty h4 {
	color:#cbeaee;
}

#specialties .specialty:hover h4 {
	color: #262a27;
}

#specialties .specialty:hover p {
	color: #262a27;
}

#specialties .specialty a {
	margin-top: auto;
	text-decoration:none;
	color:#cbeaee;
}

#specialties .specialty:hover a {
	color: #262a27;
}

#specialties .specialty a .arrow {
	background-image:url('images/arrow.svg');
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 18px;
	height: 15px;
	margin-left: 10px;
}

#specialties .specialty:hover a .arrow {
	background-image:url('images/Arrow-black-right.svg');
} 

#specialties .btn {
	margin:0 auto;
	background:#cbeaee;
}

#specialties.inner-page h2 {
	width: 100%;
}

#specialties.inner-page {
	padding:0 0 100px;
}

#specialties.inner-page .specialty {
	margin: 20px 0;
}

#specialties.inner-page .specialty h4 {
	color: #262a27;
}

#specialties.inner-page .specialty {
	background-color:#cbeaee;
	cursor:pointer;
}

#specialties.inner-page .specialty p {
	color: #262a27;
}

#specialties.inner-page .specialty a {
	color: #262a27;
}

#specialties.inner-page .specialty a .arrow {
	background-image:url('images/Arrow-black-right.svg');
} 

/* -------------------------------------------------------------- 
	Footer Styling
-------------------------------------------------------------- */

#footer-wrapper {
	border-bottom: 15px solid #262a27;
	background-color: #cbeaee;
}

#footer-wrapper .container {
	padding:100px 30px 42px;
}

#footer-menu-wrapper {
	width: 100%;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#footer-wrapper h3 {
	color: #262a27;
}

#footer-wrapper p {
	color: #262a27;
}

#footer-menu-wrapper ul {
	list-style: none;
	margin:0;
	padding:0;
	display:flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
	margin:75px 0 50px;
}

#footer-menu-wrapper ul li {
	margin-bottom: 30px;
	width: 100%;
}	

#footer-menu-wrapper ul a {
	color: #98d6df;
	font-size: 18px;
	color: #262a27;
	font-weight:600;
	text-decoration: none;
}

#footer-menu-wrapper ul a:hover {
	text-decoration: underline;
}

#footer-credits-wrapper {
	display:flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: flex-end;
	width:100%;
}

#footer-credits-wrapper .socials {
	margin-bottom: 30px;
}

#footer-credits-wrapper .socials a {
	color:#98d6df;
	font-size: 24px;
	margin-right: 10px;
}

#footer-credits-wrapper .socials a img {
	width:auto;
	height: 21px;
}

#footer-credits p {
	color:#262a27;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 30px;
	opacity: 25%;
}

#footer-credits a {
	color:#262a27;
}

.footer-logo {
	text-align: center;
	max-width: 460px;
}

.footer-logo img {
	display:block;
	width:100%;
	height: auto;
	max-width: 700px;
}

/* -------------------------------------------------------------- 
	Mobile First Media Queries
-------------------------------------------------------------- */

@media all and (min-width:576px) {
	
	.container {
		max-width: 540px;
	}

	#home-banner-wrapper h1 {
		font-size:36px;
	}
	
	#home-banner-wrapper h2 {
		font-size:24px;
	}

	#home-main-wrapper .dark-wrap:after  {
		background: linear-gradient(to right,  rgba(38,42,39,1) 0%,rgba(38,42,39,1) 10vw,rgba(38,42,39,0) 100%)
	}
}

@media all and (min-width:768px) {

	.container {
		max-width: 720px;
	}

	.border-left {
		padding-left: 25px;
	}

	#home-banner-wrapper h1 {
		font-size:50px;
	}

	#page-banner-wrapper h1 {
		font-size:50px;
	}

	#home-banner-wrapper h2 {
		font-size:30px;
	}

	#home-main-wrapper .dark-wrap:after  {
		background: linear-gradient(to right,  rgba(38,42,39,1) 0%,rgba(38,42,39,1) 40vw,rgba(38,42,39,0) 100%)
	}

	#home-main-wrapper .article {
		padding: 180px 0 120px;
	}

	#project-gallery .gallery-img {
		width: 31%;
	}

	#projects .project {
		width:48%;
	}

	#footer-menu-wrapper ul li {
		width: 48%;
	}	

}

@media all and (min-width:992px) {
	
	.container {
		max-width: 960px;
	}

	.border-left {
		padding-left: 30px;
	}
	
	#header-desktop-search-wrapper { 
		display: block; 
	}
		
	.mega-search.mega-search-closed input[type=text] {
		display: none;
	}

	.mega-search.mega-search-open input[type=text] {
		display: none;
	}

	#home-banner-wrapper {
		background-attachment: fixed;
	}

	#home-main-wrapper .dark-wrap:after  {
		background: linear-gradient(to right,  rgba(38,42,39,1) 0%,rgba(38,42,39,1) 40vw,rgba(38,42,39,0) 100%)
	}

	#specialties {
		background-attachment: fixed;
	}

	#services .service {
		width: 48%
	}

	#home-cta .text {
		width: 60%;
		text-align: left;
	}

	#home-cta .btn {
		margin: 0;
	}

	#projects #tns1-ow {
		width: 85%;
	}

	#projects .projects .image {
		min-height: 720px;
	}
	
	#projects #tns2-ow {
		width: 14%;
	}

	#projects .thumbnails {
		flex-direction: column;
    	flex-wrap: nowrap;
	}

	#projects .thumbnails figure {
		width: 170px;
		height:170px;
	}

	#home-contact {
		background-attachment: fixed;
	}
	
	#contact-details {
		width: 49%;
	}

	#contact-form {
		width: 49%;
	}

	#project-gallery .gallery-img {
		width: 23%;
	}

	#projects .project {
		width:32%;
	}

	#projects .projects-wrapper .tns-controls {
		display:block;
	}

	#specialties .specialty {
		width: 48%;
	}

	#home-contact .text {
		width: 56%;
	}

	#home-contact .info {
		width: 42%;
	}

	#footer-wrapper .footer-message {
		width: 48%;
	}

	#footer-menu-wrapper ul li {
		width: 32%;
	}	

	#footer-menu-wrapper {
		width: 48%;
	}

	#footer-credits {
		width: 38%;
		margin:0;
	}

	.footer-logo {
		width:50%;
	}

}

@media all and (min-width:1200px) {
	
	.container {
		max-width: 1140px;
	}

	.container.ext {
		max-width: 1260px;
	}

	.border-left {
		padding-left: 50px;
	}

	#header-logo {
		display:block;
	}

	#header-logo img {
		height: 50px;
		width:auto;
	}

	#header-wrapper {
		background-color: transparent;
	}

	#header-wrapper .container {
		padding: 50px 30px;
		
	}

	#header-menu-wrapper {
		width:auto;
	}

	#home-main-wrapper .dark-wrap:after  {
		background: linear-gradient(to right,  rgba(38,42,39,1) 0%,rgba(38,42,39,1) 56vw,rgba(38,42,39,0) 100%)
	}
	
}

@media all and (min-width:1366px) {
	
	.container {
		max-width: 1336px;
	}

	.container.ext {
		max-width: 1455px;
	}

	#home-main-wrapper .dark-wrap:after  {
		background: linear-gradient(to right,  rgba(38,42,39,1) 0%,rgba(38,42,39,1) 64vw,rgba(38,42,39,0) 100%)
	}
}



/* -------------------------------------------------------------- 
	End Mobile First Media Queries
-------------------------------------------------------------- */
