/* Custom styles */
body {
	font-size:16px;
	line-height:29px;
	letter-spacing:-1px;
	font-weight:400;
	color:#343434;
	font-family: 'Poppins', sans-serif;
}

a {
	color: #002a5c;
}

a:hover,
a:focus {
	color:#343434;
}

p:empty,
p:last-child {
	margin-bottom:0;
}

.form-control:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input:focus[type="color"], .wpcf7 input:focus[type="date"], .wpcf7 input:focus[type="datetime-local"], .wpcf7 input:focus[type="datetime"], .wpcf7 input:focus[type="email"], .wpcf7 input:focus[type="file"], .wpcf7 input:focus[type="month"], .wpcf7 input:focus[type="number"], .wpcf7 input:focus[type="range"], .wpcf7 input:focus[type="search"], .wpcf7 input:focus[type="submit"], .wpcf7 input:focus[type="tel"], .wpcf7 input:focus[type="text"], .wpcf7 input:focus[type="time"], .wpcf7 input:focus[type="url"], .wpcf7 input:focus[type="week"], .wpcf7 select:focus, .wpcf7 textarea:focus {
	border-color: #495057;
	-moz-box-shadow:none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn.focus, .btn:focus, .wpcf7 input.focus[type="submit"], .wpcf7 input:focus[type="submit"] {
	outline: 0;
	-moz-box-shadow:none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

input:not([type="checkbox"]),
input:not([type="radio"])  {
	border:1px solid transparent;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
}

#searchform input[type="text"] {
	border-color:#343434;
}

#searchform .btn-primary {
	padding:.375rem .75rem;
}

.btn, 
.wpcf7 input[type="submit"],
input[type="submit"] {
	line-height:1;
	padding:15px 25px;
	width:auto;
	font-size:20px;
	font-weight:500;
	color:#fff;
}

.btn-primary,
input[type="submit"] {
	background-color: #002a5c;
	border-color: #002a5c;
}

.btn-primary.focus, 
.btn-primary:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-primary:hover,
.btn-primary:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	color: #002a5c;
	background-color:#fff;
	border-color: #002a5c;
}

.site {
	position:relative;
}

.navbar {
	padding:0;
	z-index:999;
	position:absolute;
	top:0;
	width:100%;
	background-color:rgba(255,255,255,0.90);
}

.navbar .desktop-view {
	width:100%;
}

.navbar .mobile-view {
	display:none;
	width:100%;
}

.navbar .menu-wrap .menu,
.site-footer .menu {
	padding:0;
	margin:0;
}

.navbar .menu-wrap .menu li {
	list-style-type:none;
	display:inline-block;
	padding:0 23px;
}

.navbar .menu-wrap .menu li a {
	display:block;
	text-transform:uppercase;
	font-size:18px;
	color:#000;
	position:relative;
}

.navbar .menu-wrap .menu li a:after {
	content:'';
	height:2px;
	width:100%;
	background-color:#002a5c;
	position:absolute;
	bottom:-10px;
	left:0;
	opacity:0;
	visibility:hidden;
	-moz-transition:opacity 0.2s ease-in-out;
	-webkit-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	-ms-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}

.navbar .menu-wrap .menu li a:hover,
.navbar .menu-wrap .menu li a:focus {
	text-decoration:none;
}

.navbar .menu-wrap .menu li a:hover:after,
.navbar .menu-wrap .menu li.current-menu-item > a:after {
	opacity:1;
	visibility:visible;
	-moz-transition:opacity 0.2s ease-in-out;
	-webkit-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	-ms-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}

.navbar-brand {
	padding:0;
	margin:0 80px;
}

.header-search {
	position:relative;
}

.header-search span {
	display:block;
	cursor:pointer;
}

.header-search .search-wrap {
	display:none;
	position:absolute;
	width:360px;
	left:0;
	z-index:99;
}

.header-search .search-wrap .btn-primary {
	padding:.375rem .75rem;
	line-height: 1.5;
	font-size: 1rem;
}

.header-right > a {
	font-size:25px;
	line-height:1;
	color:#000;
	text-decoration:none;
}


.wrapper {
	padding:0;
}

#wrapper-footer-full {
	padding:75px 0;
	background-color:#343434;
}

#footer-full-content .widget-area {
	width:100%;
	-moz-display:flex;
	-webkit-display:flex;
	display:flex;
	-moz-justify-content:space-between;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

#footer-full-content .widget-area .widget-title {
	font-weight:400;
	font-size:30px;
	margin-bottom:0;
	color:#fff;
	-moz-align-self:center;
	-webkit-align-self:center;
	align-self:center;
}

#footer-full-content .gform_wrapper {
	margin: 0;
	max-width: 100%;
	-moz-flex:0 0 58%;
	-webkit-flex:0 0 58%;
	flex:0 0 58%;
}

#footer-full-content .gform_wrapper form {
	-moz-display:flex;
	-webkit-display:flex;
	display:flex;
	-moz-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

#footer-full-content .gform_wrapper .gform_body {
	-moz-flex:0 0 74%;
	-webkit-flex:0 0 74%;
	flex:0 0 74%;
}

#footer-full-content .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
	margin-top:0;
}

#footer-full-content .gform_wrapper .top_label .gfield_label {
	display:none;
}

#footer-full-content .gform_wrapper .top_label div.ginput_container {
	margin-top: 0;
}

#footer-full-content .gform_wrapper .top_label input.medium {
	width:100%;
	height:58px;
}

#footer-full-content .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	padding:20px;
	line-height:1;
}

#footer-full-content .gform_wrapper .gform_footer {
	padding: 0;
	margin: 0;
	-moz-flex:0 0 26%;
	-webkit-flex:0 0 26%;
	flex:0 0 26%;
}

#footer-full-content .gform_wrapper .gform_footer input.button {
	margin:0;
	padding:20px;
	font-size:20px;
	font-weight:400;
	text-transform:uppercase;
	width:100%;
	background-color:#000;
	border:1px solid #000;
	height:58px;
}

#footer-full-content .gform_wrapper .gform_footer input.button:hover,
#footer-full-content .gform_wrapper .gform_footer input.button:focus {
	color:#000;
	background-color:#fff;
}

#footer-full-content .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
}

#footer-full-content .gform_wrapper div.validation_error {
	color: #fff;
	border-color:#fff;
}

#footer-full-content .gform_wrapper .validation_message {
	color: #fff;
}

#wrapper-footer {
	padding:25px 0;
	color:#fff;
	background-color:#000;
	font-size:14px;
}

.site-footer .menu li {
	list-style-type:none;
	display:inline-block;
	margin-right:30px;
}

.site-footer .menu li:last-child {
	margin-right:0;
}

.site-footer .menu li a {
	color:#fff;
	text-decoration:none;
	font-size:15px;
	text-transform:uppercase;
}


/* Front page */
.hero-slider .d-flex,
.hero-section .d-flex,
.single-project .hero-slider .hero-slide {
	height:839px;
}

.hero-slider .hero-slide,
body:not(.front-page) .hero-section {
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}

.hero-slider .hero-slide .hero-content,
body:not(.front-page) .hero-section .page-title,
.projects-page .hero-slider .hero-slide h1,
.single-project .hero-section .slider-content h1,
.thank-you-page .hero-section .entry-content h1 {
	font-size:58px;
	font-weight:700;
	color:#fff;
	text-shadow:0px 0px 4px rgba(0,0,0,0.75);
	line-height:normal;
}

.hero-slider .slick-arrow {
	width:65px;
	height:65px;
	text-align:center;
	background-color:#fff;
	font-size:35px;
	line-height:1;
	padding:15px;
	cursor:pointer;
	z-index:99;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-33px;
}

.hero-slider .slick-arrow.slick-next {
	left:auto;
	right:0;
}

.front-page .section-1,
.projects-page .section-1 {
	padding:30px 15px;
}

.front-page .section-1 .featured-project a,
.projects-page .section-1 .featured-project a {
	color:#fff;
	text-decoration:none;
	display:block;
}

.front-page .section-1 .featured-project img,
.projects-page .section-1 .featured-project img {
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-moz-transition: -moz-transform 0.2s ease-in-out;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	-ms-transition: -ms-transform 0.2s ease-in-out;
	-o-transition: -o-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
}

.front-page .section-1 .featured-project a:hover img,
.projects-page .section-1 .featured-project a:hover img {
	-moz-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-moz-transition: -moz-transform 0.2s ease-in-out;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	-ms-transition: -ms-transform 0.2s ease-in-out;
	-o-transition: -o-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
}

.front-page .section-1 .featured-project .project-thumbnail,
.projects-page .section-1 .featured-project .project-thumbnail {
	overflow:hidden;
}

.front-page .section-1 .featured-project .project-title,
.projects-page .section-1 .featured-project .project-title {
	background-color:#002a5c;
	font-weight:300;
	font-size:30px;
	text-align:center;
	padding:40px 0;
	line-height:1;
}

.front-page .section-2 {
	padding:95px 0;
	color:#fff;
	font-size:20px;
	line-height:33px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}

.front-page .section-2 h2 {
	font-size:50px;
	font-weight:300;
	line-height:57px;
	margin-bottom:30px;
}

.front-page .section-2 p {
	margin-bottom:30px;
}

.front-page .section-2 .btn {
	padding:15px;
	width:100%;
	max-width:225px;
	background-color:#fff;
	color:#4f81bc;
	border-color:#fff;
	font-size:20px;
	font-weight:400;
	text-transform:uppercase;
}

.front-page .section-2 .btn:hover,
.front-page .section-2 .btn:focus {
	background-color:#4f81bc;
	color:#fff;
}

/* Services page */
.services-page .section-1 {
	padding:90px 0;
	background-color:#efefef;
	font-size:16px;
}

.services-page .section-1 h2 {
	font-size:40px;
	font-weight:400;
	line-height:51px;
	margin-bottom:0;
}

.services-page .services-section {
	background-color:#efefef;
	padding-bottom:120px;
}

.services-page .services-section .service-item {
	padding:55px 0;
	color:#000;
	position:relative;
}

.services-page .services-section .service-item .container {
	position:relative;
	z-index:1;
}

.services-page .services-section .section-content {
	padding-top:60px;
	font-size:18px;
	line-height:31px;
}

.services-page .services-section .section-content h2 {
	font-size:25px;
	font-weight:500;
	margin-bottom:20px;
}

.services-page .services-section .section-content span.arrow {
	width:75px;
	height:75px;
	display:block;
	font-size:75px;
	line-height:0;
	padding:0;
	text-align:center;
	cursor:pointer;
	border:2px solid #000;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

.services-page .services-section .service-item .project-thumbnail {
	position:relative;
}

.services-page .services-section .service-item .project-thumbnail img {
	position:relative;
	z-index:1;
}

.services-page .services-section .service-item.odd:before,
.services-page .services-section .service-item:nth-child(3):before,
.services-page .services-section .service-item:nth-child(6):before,
.services-page .services-section .service-item:nth-child(8):before {
	content:'';
	width:100%;
	display:block;
	position:absolute;
	z-index:0;
	background-color:#fff;
	top: 70px;
	height: 482px;
	-moz-transform:skewY(-5deg);
	-webkit-transform:skewY(-5deg);
	-ms-transform:skewY(-5deg);
	-o-transform:skewY(-5deg);
	transform:skewY(-5deg);
}

.services-page .services-section .service-item:nth-child(2):before,
.services-page .services-section .service-item:nth-child(7):before {
	content:'';
	width:75%;
	height:100%;
	background-color:#fff;
	top:-40px;
	z-index:0;
	display:block;
	position:absolute;
	left:0;
}

.services-page .services-section .service-item:nth-child(3):before {
	top: -110px;
	height: 540px;
}

.services-page .services-section .service-item.odd .project-thumbnail:after,
.services-page .services-section .service-item:nth-child(2) .project-thumbnail:after,
.services-page .services-section .service-item .project-thumbnail:after {
	content:'';
	height:24%;
	width:59%;
	position:absolute;
	background-color:#efefef;
	z-index:0;
	display:block;
	bottom:-15px;
	right:-15px;
}

.services-page .services-section .service-item:nth-child(2) .project-thumbnail:after {
	right:auto;
	left:-15px;
	width:24%;
	height:59%;
}

.services-page .services-section .service-item:nth-child(3) .project-thumbnail:after {
	bottom:auto;
	right:30px;
	top:-15px;
}

.services-page .services-section .service-item:nth-child(4) .project-thumbnail:after {
	bottom:15px;
	background-color:#fff;
	width:15px;
	height:74%;
}

.services-page .services-section .service-item:nth-child(5) .project-thumbnail:after {
	left:-30px;
	bottom:-30px;
}

.services-page .services-section .service-item:nth-child(6) .project-thumbnail:after,
.services-page .services-section .service-item:nth-child(8) .project-thumbnail:after {
	width:24%;
	height:74%;
	top:-30px;
	right:-30px;
}

.services-page .services-section .service-item:nth-child(7) .project-thumbnail:after {
	width:74%;
	height:30px;
	right:0;
	left:0;
	margin:0 auto;
	bottom:-30px;
	background-color:#fff;
}

.services-page .services-section .service-item:nth-child(5) {
	padding:150px 0;
}

.services-page .services-section .service-item:nth-child(5):before {
	top:60px;
	height:600px;
}



.services-page .services-section .service-item:nth-child(6):before {
	background-color:#fff;
	top:-90px;
}

.services-page .services-section .service-item:nth-child(7):before {
	left:auto;
	right:0;
	top:-185px;
	height:750px;
}

.services-page .services-section .service-item:nth-child(8) {
	padding:100px 0 200px;
}

.services-page .services-section .service-item:nth-child(8):before {
	background-color:#fff;
	top:20px;
	height:750px;
}

.services-section .btn {
	margin:0 15px;
	padding:15px;
	text-transform:uppercase;
}

.services-section .btn:last-child {
	background-color:#3c3c3c;
	border-color:#3c3c3c;
}

.services-section .btn:last-child:hover,
.services-section .btn:last-child:focus {
	color:#3c3c3c;
	background-color:#fff;
}

.services-section .button-wrap {
	position:relative;
	z-index:2;
	top:-100px;
}

.services-page .other-services {
	padding-bottom:85px;
	background-color:#efefef;
	font-size:20px;
	font-weight:500;
	text-transform:uppercase;
	text-align:center;
}

.services-page .other-services span {
	display:block;
}

.services-page .other-services img {
	margin-bottom:30px;
}

/* Projects page */
.projects-page .hero-slider .hero-slide a {
	display:block;
	text-align:center;
	color:#fff;
	font-weight:500;
	text-transform:uppercase;
	font-size:25px;
	letter-spacing:1px;
	text-shadow:none;
	text-decoration:none;
}

.projects-page .section-1 {
	padding-bottom:0;
}

.projects-page .section-1 .row > div[class^="col-"] {
	margin-bottom:30px;
}

/* Single project */
.single-project .hero-section {
	position:relative;
}

.single-project .hero-section .slider-content {
	position:absolute;
	width:100%;
	top:0;
	z-index:1;
}

.single-project .section-1 {
	padding:75px 0 155px;
}

.single-project .section-1 .entry-header {
	margin-bottom:40px;
}

.single-project .section-1 .post-title {
	font-size:40px;
	font-weight:400;
	margin-bottom:0;
	max-width:58.33333%;
}

.single-project .section-1 .entry-content h4 {
	font-weight:500;
	font-size:24px;
}

.single-project .next-prev .btn {
	border-color:#343434;
	color:#343434;
	font-size:16px;
	font-weight:400;
	text-transform:uppercase;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

.single-project .next-prev .btn:hover,
.single-project .next-prev .btn:focus {
	background-color:#343434;
	color:#fff;
	
}

.single-project .next-prev .btn + .btn {
	margin-left:10px;
}

.single-project .sidebar {
	background-color:#e0e0e0;
	padding:15px;
}

.single-project .sidebar .widget-title {
	margin-bottom:30px;
	line-height:1;
	font-weight:400;
	font-size:30px;
}

.sidebar .gform_wrapper .top_label .gfield_label,
.contact-page .gform_wrapper .top_label .gfield_label {
	display:none;
}

.sidebar .gform_wrapper ul.gform_fields li.gfield,
.contact-page .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
}

.sidebar .gform_wrapper .top_label input.medium,
.sidebar .gform_wrapper.gform_validation_error .top_label input.medium,
.contact-page .gform_wrapper .top_label input.medium,
.contact-page .gform_wrapper.gform_validation_error .top_label input.medium {
	width:100%;
}

.sidebar .gform_wrapper .top_label input.medium::-moz-placeholder,
.sidebar .gform_wrapper textarea.medium::-moz-placeholder,
.contact-page .gform_wrapper .top_label input.medium::-moz-placeholder,
.contact-page .gform_wrapper textarea.medium::-moz-placeholder {
	color:#343434;
	opacity:1;
}

.sidebar .gform_wrapper .top_label input.medium::-webkit-input-placeholder,
.sidebar .gform_wrapper textarea.medium::-webkit-input-placeholder,
.contact-page .gform_wrapper .top_label input.medium::-webkit-input-placeholder,
.contact-page .gform_wrapper textarea.medium::-webkit-input-placeholder {
	color:#343434;
	opacity:1;
}

.sidebar .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.sidebar .gform_wrapper textarea.medium,
.contact-page .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.contact-page .gform_wrapper textarea.medium {
	padding:15px;
	font-size:16px;
	line-height:1;
}

.sidebar .gform_wrapper textarea.medium,
.contact-page .gform_wrapper textarea.medium {
	line-height:normal;
	border-color:transparent;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

.sidebar .gform_wrapper .gform_footer,
.contact-page .gform_wrapper .gform_footer {
	padding: 0;
}

.sidebar .gform_wrapper .gform_footer input.button,
.contact-page .gform_wrapper .gform_footer input.button {
	margin:0;
	background-color:#000;
	border-color:#000;
	font-weight:400;
	text-transform:uppercase;
	font-size:20px;
	width:160px;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.sidebar .gform_wrapper .gform_footer input.button:hover,
.sidebar .gform_wrapper .gform_footer input.button:focus {
	color:#000;
	background-color:#fff;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.sidebar .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
.contact-page .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
}

/* Contact Page */
.contact-page .section-1,
.inner-page .section-1 {
	padding:50px 0;
}

.contact-page .gform_wrapper .top_label input.medium,
.contact-page .gform_wrapper textarea.medium {
	border:1px solid #d1d1d1;
}

.contact-page .gform_wrapper .gform_footer input.button {
	background-color:#002a5c;
	border-color:#002a5c;
	width:auto;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.contact-page .gform_wrapper .gform_footer input.button:hover,
.contact-page .gform_wrapper .gform_footer input.button:focus {
	color:#002a5c;
	background-color:#fff;
}

.contact-page .contact-item {
	margin-bottom:30px;
}

.contact-page .contact-icon {
	width:48px;
	height:48px;
	font-size:25px;
	display:inline-block;
	vertical-align:top;
	background-color:#002a5c;
	color:#bfcce2;
	text-align:center;
	padding:10px;
	line-height:1;
	margin-right:15px;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	-moz-flex:0 0 48px;
	-webkit-flex:0 0 48px;
	flex:0 0 48px;
}

.contact-page .contact-details {
	display:inline-block;
}

.contact-page .contact-details p:first-child {
	line-height:1;
	margin-bottom:10px;
}

.contact-page .contact-details a {
	color:#343434;
}

.contact-page .section-2 {
	position:relative;
}

.contact-page .section-2 .d-flex {
	height:600px;
}

.contact-page .section-2 .container,
.contact-page .section-2 .google-map + div {
	position:relative;
	z-index:1;
}

.contact-page .section-2 .google-map {
	height:100%;
	width:100%;
	position:absolute;
	z-index:0;
}

.contact-page .section-2 .google-map iframe {
	width:100%;
	height:100%;
}

.contact-page .section-2 .float-address {
	padding:35px;
	background-color:#fff;
	max-width:300px;
	font-size:20px;
	-moz-box-shadow:0px 0px 4px 2px rgba(0,0,0,0.13);
	-webkit-box-shadow:0px 0px 4px 2px rgba(0,0,0,0.13);
	box-shadow:0px 0px 4px 2px rgba(0,0,0,0.13);
}

.contact-page .section-2 .float-address p > span {
	display:block;
	font-weight:500;
}

/* Thank you page */
.thank-you-page .hero-section .entry-content {
	width:100%;
	color:#fff;
	font-size:32px;
	line-height:41px;
}

.thank-you-page .hero-section .entry-content h1 {
	text-shadow:none;
	line-height:61px;
}

.thank-you-page .hero-section .entry-content .btn-primary {
	background-color:#fff;
	border-color:#fff;
	color:#4f81bc;
	text-transform:uppercase;
}

.thank-you-page .hero-section .entry-content .btn-primary:hover,
.thank-you-page .hero-section .entry-content .btn-primary:focus {
	background-color:#4f81bc;
	color:#fff;
}

.thank-you-page #wrapper-footer-full {
	display:none;
}

/* Inner page */
body:not(.front-page) .hero-section {
	background-position:50% 0px;
	background-attachment:fixed;
}

.slick-dots {
	padding:0;
	margin:0;
	position:absolute;
	bottom:50px;
	width:100%;
	text-align:center;
}

.slick-dots li {
	list-style-type:none;
	display:inline-block;
	margin:0 5px;
}

.slick-dots li button {
	padding:0;
	border:none;
	width:30px;
	height:5px;
	background-color:#000;
	text-indent:-999999px;
	overflow:hidden;
}

.slick-dots li.slick-active button {
	background-color:#4f81bc;
}

.hidden {
	display:none;
}

/* Responsive */
@media (min-width:1601px) {
	.services-page .services-section .service-item.odd:before {
		top: 80px;
	}
	
	.services-page .services-section .service-item:nth-child(3):before {
		top: -120px;
	}
}



@media (max-width:1200px) {
	.hero-slider .hero-slide .hero-content,
	body:not(.front-page) .hero-section .page-title,
	.projects-page .hero-slider .hero-slide h1,
	.single-project .hero-section .slider-content h1,
	.thank-you-page .hero-section .entry-content h1 {
		font-size: 38px;
	}
	
	.front-page .section-1 .featured-project .project-title,
	.projects-page .section-1 .featured-project .project-title {
		font-size: 18px;
	}
	
	.thank-you-page .hero-section .entry-content h1 {
		line-height:normal;
	}
}

@media (max-width:1024px) {
	body:not(.front-page) .hero-section {
		background-position: 50% 50%;
		background-attachment: scroll;
	}
}

@media (max-width:991px) {
	
	.navbar-brand {
		margin: 0;
	}
	
	.navbar .menu-wrap .menu li {
		padding-left:10px;
		padding-right:10px;
	}
	
	#footer-full-content .widget-area {
		-moz-flex-direction:column;
		-webkit-flex-direction:column;
		flex-direction:column;
	}
	
	#footer-full-content .widget-area .widget-title {
		margin-bottom:30px;
		-moz-align-self:flex-start;
		-webkit-align-self:flex-start;
		align-self:flex-start;
	}
	
	.hero-slider .hero-slide .hero-content,
	body:not(.front-page) .hero-section .page-title,
	.projects-page .hero-slider .hero-slide h1,
	.single-project .hero-section .slider-content h1,
	.thank-you-page .hero-section .entry-content h1 {
		font-size: 28px;
	}
	
	.front-page .section-1 div[class^="col-"]:not(:last-child),
	.projects-page .section-1 div[class^="col-"]:not(:last-child) {
		margin-bottom:30px;
	}
	
	.services-page .services-section {
		padding-bottom: 0px;
	}
	
	.services-page .services-section .service-item:nth-child(3):before {
		height: 600px;
	}
	
	.services-page .services-section .service-item:nth-child(6):before {
		height: 620px;
	}
	
	.services-section .button-wrap {
		top: -160px;
	}
	
	.services-page .other-services div[class^="col-"],
	.thank-you-page .hero-section .entry-content div[class^="col-"] {
		margin-bottom:30px;
	}
	
	.single-project .section-1 .post-title {
		font-size: 30px;
	}
	
	.thank-you-page .hero-section .entry-content {
		font-size: 20px;
	}
}


@media (max-width:767px) {
	
	.navbar {
		position: relative;
		background-color: #fff;
	}
	
	.navbar .desktop-view {
		display:none;
	}
	
	.navbar .mobile-view {
		display:block;
	}
	
	.navbar-nav .nav-link {
		padding:15px;
		text-transform:uppercase;
	}
	
	.navbar-dark .navbar-nav .nav-link {
		color:#343434;
	}
	
	.navbar-dark .navbar-nav .active > .nav-link, 
	.navbar-dark .navbar-nav .nav-link.active, 
	.navbar-dark .navbar-nav .nav-link.show, 
	.navbar-dark .navbar-nav .show > .nav-link {
		color: #343434;
	}
	
	.navbar-dark .navbar-toggler {
		border:none;
		-moz-align-self:center;
		-webkit-align-self:center;
		align-self:center;
		
	}
	
	.navbar-dark .navbar-toggler-icon {
		background:none;
	}
	
	.navbar-toggler-icon {
		position:relative;
		border-bottom:5px solid #000;
	}

	.navbar-toggler-icon:before,
	.navbar-toggler-icon:after {
		content:'';
		height:5px;
		width:100%;
		display:block;
		position:absolute;
		top:0;
		background-color:#000;
		-moz-transition:-moz-transform 0.2s ease-in-out;
		-webkit-transition:-webkit-transform 0.2s ease-in-out;
		-ms-transition:-ms-transform 0.2s ease-in-out;
		-o-transition:-o-transform 0.2s ease-in-out;
		transition:transform 0.2s ease-in-out;
	}

	.navbar-toggler-icon:after {
		top:13px;
	}
	
	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
		border-bottom-color:transparent;
	}
	
	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
		top:13px;
		-moz-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-o-transform:rotate(45deg);
		transform:rotate(45deg);
		-moz-transition:-moz-transform 0.2s ease-in-out;
		-webkit-transition:-webkit-transform 0.2s ease-in-out;
		-ms-transition:-ms-transform 0.2s ease-in-out;
		-o-transition:-o-transform 0.2s ease-in-out;
		transition:transform 0.2s ease-in-out;
	}
	
	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
		-moz-transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		-o-transform:rotate(-45deg);
		transform:rotate(-45deg);
		-moz-transition:-moz-transform 0.2s ease-in-out;
		-webkit-transition:-webkit-transform 0.2s ease-in-out;
		-ms-transition:-ms-transform 0.2s ease-in-out;
		-o-transition:-o-transform 0.2s ease-in-out;
		transition:transform 0.2s ease-in-out;
	}
	
	#footer-full-content .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
		line-height: 1;
		min-height: 0;
	}
	
	#wrapper-footer div[class^="col-"] {
		text-align:center;
		margin-bottom:30px;
	}
	
	.hero-slider .d-flex,
	.hero-section .d-flex,
	.single-project .hero-slider .hero-slide {
		height: 350px;
	}
	
	.hero-slider .slick-arrow {
		display:none !important;
	}
	
	.hero-slider:hover .slick-arrow {
		display:block !important;
	}
	
	.front-page .section-2 {
		font-size: 18px;
	}

	.front-page .section-2 h2 {
		font-size: 30px;
	}
	
	.services-page .services-section .service-item:nth-child(even) {
		background-color:#fff;
	}
	
	.services-page .services-section .service-item .project-thumbnail:after,
	.services-page .services-section .service-item:before {
		display:none !important;
	}
	
	.services-page .services-section .service-item:nth-child(5),
	.services-page .services-section .service-item:nth-child(8) {
		padding: 55px 0;
	}
	
	.services-section .button-wrap {
		top: 0;
		padding:55px 0;
	}
	
	.single-project .section-1 .entry-header {
		-moz-flex-direction:column;
		-webkit-flex-direction:column;
		flex-direction:column;
	}
	
	.single-project .section-1 .post-title {
		max-width:100%;
		margin-bottom:30px;
	}
	
	.single-project .section-1 .next-prev {
		text-align:right;
	}
	
	.single-project .sidebar,
	.contact-sidebar {
		margin-top: 40px;
	}
	
	.thank-you-page .hero-section .d-flex {
		height:auto;
		padding:50px 0;
	}
}

@media (max-width:480px) {
	
	#footer-full-content .gform_wrapper .gform_body,
	#footer-full-content .gform_wrapper .gform_footer {
		-moz-flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.hero-slider .hero-slide .hero-content,
	body:not(.front-page) .hero-section .page-title,
	.projects-page .hero-slider .hero-slide h1,
	.single-project .hero-section .slider-content h1,
	.thank-you-page .hero-section .entry-content h1 {
		font-size: 24px;
		text-align: center;
	}
	
	.projects-page .hero-slider .hero-slide a {
		font-size:18px;
	}
	
	.services-section .btn {
		margin: 0 auto 30px;
		display:block;
	}
	
	.services-section .btn:last-child {
		margin-bottom:0;
	}
	
	.thank-you-page .hero-section .entry-content h1 {
		text-align:left;
	}
}

@media (max-width:320px) {
	body {
		overflow-x:hidden;
	}
	
	.contact-page .gform_wrapper .top_label div.ginput_recaptcha {
		overflow-x:scroll;
	}
}
