/*
      ___        ___      ___        ___
     /\__\      /\  \    /\  \      /\  \
    /::|  |    /::\  \   \:\  \    /::\  \
   /:|:|  |   /:/\:\  \   \:\  \  /:/\:\  \
  /:/|:|__|__/::\~\:\  \  /::\  \/::\~\:\  \    ___  _ ____ _ ___ ____ _
 /:/ |::::\__\/\:\ \:\__\/:/\:\__\/\:\ \:\__\   |__> | |__, |  |  |--| |___
 \/__/~~/:/  /\~\:\ \/__/:/  \/__/__\:\/:/  /   .co.nz
       /:/  /\:\ \:\__\/:/  /        \::/  /
      /:/  /  \:\ \/__/\/__/         /:/  /
     /:/  /    \:\__\               /:/  /
     \/__/      \/__/               \/__/


Theme Name: Norwest 2019
Description: Norwest 2019 Theme
Version: 1
Author: Meta Digital
Author URI: http://metadigital.co.nz/
*/
/*========== Variables ============*/
/* Body & Sticky Footer
==============================*/
html {
  height: 100%;
  overflow-x: hidden;
  font-size: 62.5%;
}
body {
  height: 100%;
  min-height: 100%;
  height: auto!important;
  display: flex;
  flex-direction: column;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: .5px;
  font-family: 'Montserrat', sans-serif;
}
#wrap {
  flex: 1 0 0;
  -ms-flex: 1 0 0;
  position: relative;
  right: 0;
  -webkit-transition: right .5s;
  -moz-transition: right .5s;
  -o-transition: right .5s;
  transition: right .5s;
}
/* Global Styles
==============================*/
h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 22px;
}
h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 18px;
}
h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 14px;
}
h6 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
strong {
  font-weight: 600;
}
* {
  outline: none!important;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #f05a2d;
}
a:visited {
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
  color: #f05a2d;
}
a:active {
  text-decoration: underline;
}
.alignright,
img.alignright {
  float: right;
  margin: 0 0 15px 30px;
}
.alignleft,
img.alignleft {
  float: left;
  margin: 0 30px 15px 0;
}
.grey-white-button {
  border: 2px solid #464646;
  color: #464646;
  padding: 5px 25px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 25px;
}
.grey-white-button:hover {
  color: #ffffff;
  background-color: #464646;
  text-decoration: none;
}
/* Mobile Nav
==============================*/
.navToggle.menu {
  float: right;
  position: relative;
  top: 40px;
  font-weight: 600;
}
#mobileNav {
  height: 100%;
  width: 50%;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: -50%;
  overflow-x: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#mobileNav ul {
  padding: 0px;
}
#mobileNav ul.sub-menu {
  display: none;
  position: relative;
  white-space: nowrap;
  top: 100%;
  left: 0;
  z-index: 99999;
  text-align: left;
  overflow: hidden;
  padding: 0;
}
#mobileNav ul.sub-menu li a:before {
  content: '- ';
}
#mobileNav ul li {
  list-style-type: none;
  position: relative;
}
#mobileNav ul li .menu-drop {
  position: absolute;
  right: 0px;
  top: 20px;
  z-index: 3;
  color: #939598;
  width: 50px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#mobileNav ul li .menu-drop.sub-menu-active {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#mobileNav ul li a {
  color: #333333;
  padding: 20px 40px 20px 15px;
  display: block;
  border-bottom: 1px solid #d7d7d7;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
}
#mobileNav ul li a:hover {
  color: #f05a2d;
}
#mobileNav a.mobile-contact {
  color: #333333;
  padding: 10px 40px 20px 15px;
  display: block;
  border-bottom: 1px solid #d7d7d7;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
}
#mobileNav a.mobile-contact:hover {
  color: #f05a2d;
}
#wrap.menuOpenWrap {
  right: 50%;
  pointer-events: none;
}
#mobileNav.menuOpen {
  right: 0;
}
.mobileNav-overlay.menuOpen {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: transparent;
  z-index: 1;
}
.mobileNav-header {
  padding: 15px 20px 15px 20px;
}
/* Header
==============================*/
#menu-utility-menu {
  position: relative;
}
#menu-utility-menu ul.sub-menu {
  background: #252525;
  min-height: 70px;
  padding: 10px 10px 15px 10px!important;
  left: -15px;
  z-index: 4;
  display: none;
  position: absolute;
}
#menu-utility-menu ul.sub-menu li {
  display: block;
}
#menu-utility-menu ul.sub-menu li a {
  border: none;
}
.header-top {
  background-color: #252525;
  color: #898989;
  display: table;
  padding-left: 30px;
  padding-right: 30px;
}
.header-top a {
  color: #898989;
}
.header-top a:hover {
  color: #f05a2d;
}
.header-top .left {
  float: left;
  padding-top: 3px;
}
.header-top .left a {
  color: #ffffff;
  font-weight: 600;
  font-size: 24px;
}
.header-top .left a i {
  color: #898989;
  margin-right: 10px;
}
.header-top .left a:hover i {
  color: #f05a2d;
}
.header-top .right {
  float: right;
  padding-top: 10px;
}
.header-top .right .utility-menu {
  float: left;
}
.header-top .right ul {
  padding: 0px;
}
.header-top .right ul li {
  display: inline-block;
}
.header-top .right ul li a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  border-right: 1px solid #898989;
  padding-left: 7px;
  padding-right: 14px;
}
.header-top .right ul li:last-child a {
  border-right: none;
  padding-right: 0px;
}
.header-top .right .header-social {
  float: right;
  margin-left: 115px;
}
.header-nav {
  padding-left: 30px;
  padding-right: 30px;
}
.header-nav .header-logo {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
}
.header-nav .main-menu {
  float: left;
  padding-left: 70px;
}
.header-nav .main-menu li.current-menu-item > a {
  border-bottom: 5px solid #f05a2d;
  color: #f05a2d;
}
.header-nav .main-menu a {
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
  padding-top: 44px;
  padding-bottom: 37px;
  font-size: 14px;
  display: inline-block;
  margin-right: 35px;
  border-bottom: 5px solid #ffffff;
  text-decoration: none;
}
.header-nav .main-menu a:hover {
  border-bottom: 5px solid #f05a2d;
  color: #f05a2d;
}
.header-nav .contact-wrapper {
  float: right;
  padding-top: 40px;
}
.header-nav .contact-wrapper a {
  background-color: #f05a2d;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 7px 25px;
  border-radius: 20px;
  text-decoration: none;
}
.header-nav .contact-wrapper a:hover {
  background-color: #464646;
}
nav.main-menu ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
}
nav.main-menu ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
  position: relative;
}
nav.main-menu ul li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  margin-left: 10px;
  color: #f05a2d;
}
nav.main-menu ul li.sub-menu-active.menu-item-has-children > a:after {
  content: "\f106";
}
nav.main-menu ul ul.sub-menu {
  display: none;
  position: absolute;
  white-space: nowrap;
  top: 100%;
  left: -15px;
  z-index: 99999;
  text-align: left;
  overflow: hidden;
  padding: 0;
  background-color: #ffffff;
}
nav.main-menu ul ul.sub-menu li {
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-left: 15px;
  margin-right: 15px;
}
nav.main-menu ul ul.sub-menu li a {
  display: block;
  padding: 15px 0px;
  margin: 0px;
}
/* Banner - Large */
.banner-large {
  position: relative;
  min-height: 625px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}
.banner-large .intro-wrapper {
  padding-top: 90px;
}
.banner-large span {
  display: block;
  position: relative;
  z-index: 3;
}
.banner-large span.intro-one {
  text-transform: uppercase;
  font-size: 36px;
  color: #ffffff;
  letter-spacing: 7.6px;
  text-shadow: 1px 1px #000;
}
.banner-large span.intro-two {
  text-transform: uppercase;
  font-size: 60px;
  line-height: 60px;
  font-weight: 600;
  color: #f05a2d;
  letter-spacing: 3.6px;
  text-shadow: 1px 1px #000;
}
.banner-large span.intro-three {
  text-transform: uppercase;
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
  color: #ffffff;
  letter-spacing: 17px;
  text-shadow: 1px 1px #000;
}
.banner-large span.caption {
  padding-top: 45px;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 1px 1px #000;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.banner-large .graphic {
  position: absolute;
  /*background-image:url('images/nor-west-swish.png');*/
  background-image: url('images/swish-2.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  top: 0px;
}
.banner-large .overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  top: 0px;
}
#home-carousel {
  position: relative;
  /*min-height:625px;*/
  /*background-image:url('images/nor-west-swish.png');*/
}
#home-carousel .overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  top: 0px;
}
#home .gallery {
  background-color: #252525;
  margin-right: 90px;
  margin-top: -120px;
  max-height: 520px;
}
#home .gallery .multiple-items {
  left: 100px;
  padding-top: 60px;
  width: 113%!important;
  margin-left: -115px;
}
#home .gallery .multipleItemsArrows {
  padding-top: 12px;
  padding-right: 30px;
  text-align: right;
}
#home .gallery .multipleItemsArrows i {
  color: #ffffff;
  font-size: 36px;
  margin-left: 20px;
  cursor: pointer;
}
#home .gallery .multipleItemsArrows i:hover {
  color: #f05a2d;
}
#home .gallery .gallery-slide-holder {
  min-height: 400px;
  border-left: 60px solid #252525;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#home .content {
  max-width: 570px;
  padding: 80px 0px 70px 100px;
}
#home .content h1 {
  font-size: 30px;
}
/* Core Services */
.core-services {
  padding-top: 145px;
  padding-bottom: 145px;
  background-color: #f6f6f6;
}
.core-services .core-service {
  text-align: center;
}
.core-services .core-service a {
  text-decoration: none;
  display: block;
}
.core-services .core-service a h2 {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
}
.core-services .core-service a span {
  color: #636363;
}
.core-services .core-service a:hover .overlay {
  position: absolute;
  background: rgba(240, 90, 45, 0.8);
  height: 100%;
  width: 100%;
  top: 0px;
  border-radius: 100%;
}
.core-services .core-service a:hover .overlay i {
  visibility: visible;
}
.core-services .core-service .image {
  height: 350px;
  border-radius: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.core-services .core-service .image .overlay {
  position: absolute;
  background: rgba(240, 90, 45, 0);
  height: 100%;
  width: 100%;
  top: 0px;
  border-radius: 100%;
}
.core-services .core-service .image .overlay i {
  position: relative;
  color: #ffffff;
  font-size: 32px;
  top: 45%;
  visibility: hidden;
}
.core-services .core-service.one h2 {
  margin-top: 45px;
  margin-bottom: 15px;
}
.core-services .core-service.two h2 {
  margin-bottom: 15px;
}
.core-services .core-service.two .image {
  margin-top: 45px;
}
.core-services .core-service.three h2 {
  margin-top: 45px;
  margin-bottom: 15px;
}
.latest-projects {
  background-color: #252525;
  max-height: 522px;
  margin-bottom: 200px;
}
.latest-projects h2 {
  color: #ffffff;
  padding: 50px 0px 50px 0px;
}
.latest-projects .categories ul {
  padding: 75px 0px 60px 0px;
}
.latest-projects .categories ul li {
  display: inline-block;
  padding: 0px 5px 0px 5px;
}
.latest-projects .categories ul li a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  color: #898989;
  padding-bottom: 10px;
  text-decoration: none;
  /*border-bottom:2px solid transparent;*/
}
.latest-projects .categories ul li a:hover {
  color: #f05a2d;
  /*border-bottom:2px solid #f05a2d;*/
}
.latest-projects .slick-track {
  margin-top: 30px;
}
.latest-projects .slick-active.slick-center .slide-holder {
  height: 420px;
  top: -30px;
}
.latest-projects .slick-slide a:hover .view-project {
  color: #f05a2d;
}
.latest-projects .slide-holder {
  min-height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.latest-projects .slide-holder .caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  padding-bottom: 40px;
  z-index: 4;
}
.latest-projects .slide-holder .caption ul {
  padding: 0px;
}
.latest-projects .slide-holder .caption ul li {
  display: inline-block;
  text-transform: uppercase;
  color: #e7582c;
  font-weight: 700;
  line-height: 16px;
  border-right: 2px solid #e7582c;
  padding-right: 7px;
  margin-right: 3px;
}
.latest-projects .slide-holder .caption ul li:last-child {
  border: none;
  padding: 0px;
}
.latest-projects .slide-holder .caption h3 {
  color: #ffffff;
  font-size: 30px;
}
.latest-projects .slide-holder .caption .view-project {
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
}
.latest-projects .slide-holder .caption .view-project i {
  font-size: 20px;
  position: relative;
  top: 2px;
}
.latest-projects .slide-holder .overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0px;
}
.latest-projects .slick-prev {
  min-height: 40px;
  position: absolute;
  left: 0px;
  z-index: 224;
  height: 100%;
  width: 100px;
  top: 40%;
  background: rgba(240, 90, 45, 0.4);
  max-height: 300px;
}
.latest-projects .slick-prev::before {
  content: "\f104";
  font-family: "Font Awesome 5 Pro";
  font-size: 36px;
}
.latest-projects .slick-next {
  min-height: 40px;
  position: absolute;
  right: 0px;
  z-index: 224;
  height: 100%;
  width: 100px;
  top: 40%;
  background: rgba(240, 90, 45, 0.4);
  max-height: 300px;
}
.latest-projects .slick-next::before {
  content: '\f105';
  font-family: "Font Awesome 5 Pro";
  font-size: 36px;
}
/* Default Page */
.banner-small {
  padding-top: 100px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.banner-small span,
.banner-small h1 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 6px;
  color: #ffffff;
  text-shadow: 1px 1px #000;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
}
.banner-small .overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  top: 0px;
}
.gallery-slice {
  background-color: #252525;
}
.gallery-slice .gallery-image-wrapper {
  padding: 0px;
}
.gallery-slice .gallery-image-wrapper .gallery-image {
  min-height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.gallery-slice .gallery-image-wrapper .gallery-image:hover .overlay {
  background: rgba(0, 0, 0, 0);
}
.gallery-slice .gallery-image-wrapper .gallery-image .overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  top: 0px;
}
.gallery-slice .gallery-image-wrapper .gallery-image .gallery-caption {
  position: absolute;
  bottom: 0px;
  background: rgba(37, 37, 37, 0.6);
  width: 100%;
  text-align: Center;
  color: #ffffff;
}
#swipebox-overlay {
  background: rgba(0, 0, 0, 0.8);
}
.team-post-wrapper {
  padding-top: 60px;
}
.team-post-wrapper .team-post {
  margin-bottom: 60px;
}
.team-post-wrapper img {
  width: 100%;
}
.team-post-wrapper h2 {
  font-size: 24px;
  margin-bottom: 7px;
}
.team-post-wrapper h5 {
  font-size: 16px;
}
.team-post-wrapper .fa-phone {
  margin-right: 7px;
}
.team-post-wrapper a {
  font-weight: 500;
}
/* Contact Page */
.contact-left,
.contact-right {
  padding-top: 90px;
  padding-bottom: 90px;
}
.gform_body textarea {
  border: 1px solid #cccccc;
}
.gform_button {
  background-color: #f05a2d;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 7px 25px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
}
.gform_button:hover {
  background-color: #464646;
}
.map {
  padding: 0px;
  margin-bottom: -7px;
}
.map iframe {
  width: 100%;
}
/* Team Members */
.team-member-wrapper .team-member {
  padding-top: 60px;
  padding-bottom: 45px;
  border-bottom: 1px solid #eaebed;
}
.team-member-wrapper .team-member h2 {
  margin-bottom: 10px;
}
.team-member-wrapper .team-member a i {
  margin-right: 10px;
}
/* Project Archive */
/*.archive-wrapper{
  background: linear-gradient(to right, #fff 0%, #fff 58%, #252525 58%, #252525 100%);
}*/
.certificates {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #252525;
}
.certificates .left {
  padding-left: 0px;
}
.certificates .right {
  padding-right: 0px;
}
.archive-content-wrapper {
  background-color: #ffffff;
}
.archive-content-wrapper .navigation {
  padding-top: 15px;
}
.archive-sidebar {
  background: #252525;
  padding-top: 30px;
  padding-left: 30px;
}
.archive-sidebar h4 {
  color: #ffffff;
  font-size: 22px;
}
.archive-sidebar ul {
  padding: 7px 0px 0px 0px;
}
.archive-sidebar ul li {
  display: block;
  padding: 0px 5px 10px 5px;
}
.archive-sidebar ul li a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  color: #898989;
  text-decoration: none;
}
.archive-sidebar ul li a:hover {
  color: #f05a2d;
}
.archive-project-image-left .image,
.archive-project-image-right .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.archive-project-image-left .image a,
.archive-project-image-right .image a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0px;
}
.archive-project-image-left a {
  color: #000000;
  text-decoration: none;
}
.archive-project-image-left .content {
  padding: 90px 15px 90px 90px;
}
.archive-project-image-right a {
  color: #000000;
  text-decoration: none;
}
.archive-project-image-right .content {
  padding: 90px 90px 90px 0px;
}
/* Single Project */
#project-carousel {
  position: relative;
}
#project-carousel .carousel-item {
  min-height: 625px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#project-carousel .overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  top: 0px;
}
#project-carousel .overlay .content-wrapper {
  padding-top: 95px;
}
#project-carousel .overlay .content-wrapper .project-categories {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 6px;
  color: #f05a2d;
  text-shadow: 1px 1px #000;
  text-transform: uppercase;
}
#project-carousel .overlay .content-wrapper .project-categories ul {
  padding: 0px;
}
#project-carousel .overlay .content-wrapper .project-categories ul li {
  display: inline-block;
  line-height: 20px;
  border-right: 3px solid #f05a2d;
  padding-right: 15px;
  margin-right: 7px;
}
#project-carousel .overlay .content-wrapper .project-categories ul li:last-child {
  border: none;
}
#project-carousel .overlay .content-wrapper h1 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 6px;
  color: #ffffff;
  text-shadow: 1px 1px #000;
  text-transform: uppercase;
}
.custom-controls {
  position: relative;
  top: -80px;
  text-align: right;
}
.custom-controls .control-inner {
  background: #ffffff;
  max-width: 33%;
  min-height: 80px;
  padding: 25px 47px 18px 47px;
}
.custom-controls .control-inner a:hover {
  text-decoration: none;
}
.custom-controls .control-inner a:hover i {
  color: #f05a2d;
}
.custom-controls .control-inner i {
  color: #000000;
  font-size: 36px;
}
.custom-controls .control-inner i.fa-angle-right {
  padding-left: 15px;
}
.carousel .carousel-inner .carousel-item {
  opacity: 0;
  transition-property: opacity;
}
.carousel .carousel-inner .active {
  opacity: 1;
}
.carousel .carousel-inner .active.left,
.carousel .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel .carousel-inner .next.left,
.carousel .carousel-inner .prev.right {
  opacity: 1;
}
.carousel .carousel-control {
  z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel .carousel-inner > .carousel-item.next,
  .carousel .carousel-inner > .carousel-item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel .carousel-inner > .carousel-item.prev,
  .carousel .carousel-inner > .carousel-item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel .carousel-inner > .carousel-item.next.left,
  .carousel .carousel-inner > .carousel-item.prev.right,
  .carousel .carousel-inner > .carousel-item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.project-intro {
  margin-top: -81px;
  background: linear-gradient(to right, #fff 0%, #fff 58%, #252525 58%, #252525 100%);
}
.project-intro .intro {
  padding: 80px 65px 80px 0px;
  color: #636363;
  background-color: #ffffff;
}
.project-intro .intro h2 {
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
.project-intro .details {
  padding: 70px;
  background-color: #252525;
  color: #d4d4d4;
}
.project-intro .details span {
  display: block;
}
.project-intro .details h4 {
  color: #898989;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.project-intro .details .project-details {
  margin-bottom: 40px;
}
.project-intro .details .project-services {
  margin-bottom: 40px;
}
.project-layouts .light-grey {
  background-color: #eaebed;
}
.project-layouts .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.project-layouts .image-left-content-right .content {
  padding: 90px 0px 90px 90px;
}
.project-layouts .image-left-content-right .content h1,
.project-layouts .image-left-content-right .content h2,
.project-layouts .image-left-content-right .content h3,
.project-layouts .image-left-content-right .content h4,
.project-layouts .image-left-content-right .content h5,
.project-layouts .image-left-content-right .content h6 {
  margin-bottom: 25px;
}
.project-layouts .content-left-image-right .content {
  padding: 90px 90px 90px 0px;
}
.project-layouts .content-left-image-right .content h1,
.project-layouts .content-left-image-right .content h2,
.project-layouts .content-left-image-right .content h3,
.project-layouts .content-left-image-right .content h4,
.project-layouts .content-left-image-right .content h5,
.project-layouts .content-left-image-right .content h6 {
  margin-bottom: 25px;
}
.project-layouts .full-width-content-editor {
  padding-top: 90px;
  padding-bottom: 90px;
}
/* Footer */
footer {
  background-color: #f6f6f6;
}
footer .footer-top {
  padding-top: 60px;
}
footer .footer-top .phone {
  padding-top: 17px;
}
footer .footer-top .phone a {
  color: #000000;
  font-weight: 600;
  font-size: 24px;
}
footer .footer-top .phone a i {
  color: #ef5a2c;
  margin-right: 10px;
}
footer .footer-top .image img {
  float: right;
}
footer .footer-top .image.two {
  padding-top: 17px;
}
footer .footer-middle {
  padding-top: 40px;
  padding-bottom: 80px;
}
footer .footer-middle .address-wrapper i {
  color: #ef5a2c;
}
footer .footer-middle address {
  font-size: 14px;
}
footer .footer-middle h3 {
  padding-bottom: 15px;
  font-weight: 600;
  font-size: 16px;
}
footer .footer-middle ul {
  padding: 0px;
  max-width: 200px;
}
footer .footer-middle ul li {
  list-style-type: none;
  margin-bottom: 5px;
}
footer .footer-middle ul li a {
  color: #000000;
  text-transform: uppercase;
  display: block;
  font-size: 12px;
  font-weight: 500;
}
footer .footer-middle ul li a i {
  float: right;
  font-size: 18px;
  color: #ef5a2c;
}
footer .footer-middle .social a {
  float: right;
  color: #000000;
  font-size: 30px;
  padding-top: 83px;
}
footer .footer-middle .social a:hover {
  color: #ef5a2c;
}
footer .footer-bottom {
  margin-bottom: -10px;
  background-color: #ffffff;
  display: table;
  width: 100%;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 10px;
}
footer .footer-bottom a {
  color: #000000;
  font-weight: 500;
}
footer .footer-bottom .left {
  float: left;
}
footer .footer-bottom .left ul {
  padding: 0px;
}
footer .footer-bottom .left ul li {
  display: inline-block;
}
footer .footer-bottom .left ul li a {
  border-left: 1px solid #000000;
  padding-left: 9px;
  margin-left: 5px;
}
footer .footer-bottom .right {
  float: right;
}
footer .footer-bottom .right li {
  list-style-type: none;
}
footer .footer-bottom .right li a {
  color: #ef5a2c;
}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  /* Menu */
  #mobileNav {
    width: 100%;
    right: -100%;
  }
  #wrap.menuOpenWrap {
    right: 100%;
  }
  .header-top,
  .header-nav {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-top .left a i {
    color: #f05a2d;
  }
  .header-top .right {
    width: 100%;
    float: left;
  }
  .header-top .right .header-social {
    float: right;
    margin-left: 15px;
  }
  .banner-large {
    min-height: 500px;
  }
  .banner-large .intro-wrapper {
    padding-top: 45px;
  }
  .banner-large span.intro-one {
    font-size: 18px;
  }
  .banner-large span.intro-two {
    font-size: 20px;
  }
  .banner-large span.intro-three {
    font-size: 30px;
    line-height: 40px;
  }
  .banner-large span.caption {
    font-size: 16px;
  }
  .banner-small {
    margin-bottom: 15px;
  }
  .banner-small span,
  .banner-small h1 {
    font-size: 36px;
  }
  #home .gallery .multiple-items {
    left: 0px;
    padding-top: 30px;
    width: 100%!important;
    margin-left: 0px;
  }
  #home .gallery .gallery-slide-holder {
    min-height: 200px;
    border-left: 0px;
  }
  #home .gallery .multiple-items button {
    display: none!important;
  }
  #home .gallery .multipleItemsArrows {
    padding-bottom: 10px;
  }
  #home .content {
    padding: 45px 0px 0px 25px;
  }
  .core-services {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .core-services .core-service .image {
    max-height: 300px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .core-services .core-service .image .overlay i {
    visibility: visible;
    background: rgba(240, 90, 45, 0.8);
    border-radius: 100px;
  }
  .core-service.two {
    margin-bottom: 40px;
  }
  .core-service.two h2 {
    margin-top: 45px;
    margin-bottom: 15px;
  }
  .latest-projects h2 {
    padding: 50px 0px 15px 0px;
  }
  .latest-projects .categories ul {
    padding: 0px 0px 30px 0px;
  }
  .latest-projects .slide-holder .caption h3 {
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .latest-projects .slide-holder .caption .view-project {
    font-size: 14px;
  }
  .project-layouts .image {
    min-height: 300px;
  }
  .project-layouts .full-width-content-editor {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .project-layouts .image-left-content-right .content,
  .project-layouts .content-left-image-right .content {
    padding: 15px;
  }
  .project-layouts .image-left-content-right .content a.grey-white-button,
  .project-layouts .content-left-image-right .content a.grey-white-button {
    display: block;
  }
  .gallery-slice .gallery-image-wrapper .gallery-image {
    min-height: 270px;
  }
  .archive-project-image-left .image,
  .archive-project-image-right .image {
    min-height: 300px;
  }
  .archive-project-image-right .content,
  .archive-project-image-left .content {
    padding: 25px;
  }
  #project-carousel .carousel-item {
    min-height: 450px;
  }
  .project-intro {
    background: none;
    margin-top: 0px;
  }
  .project-intro .intro,
  .project-intro .details {
    padding: 30px 15px;
  }
  .custom-controls {
    top: 0px;
  }
  .custom-controls .control-inner {
    max-width: 100%;
    padding: 25px 30px;
  }
  .contact-left {
    padding-top: 45px;
    padding-bottom: 0px;
  }
  .contact-right {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .team-member .image {
    min-height: 200px;
    margin-bottom: 15px;
  }
  .footer-top .image {
    margin-top: 15px;
  }
  .footer-top .image img {
    margin-top: 15px;
  }
  footer .footer-top .image img {
    float: left;
  }
  footer .footer-middle {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  footer .footer-middle .block {
    margin-top: 30px;
  }
  footer .footer-middle ul {
    max-width: 225px;
  }
  footer .footer-middle .social a {
    float: left;
    padding-top: 30px;
  }
  footer .footer-bottom .left ul li {
    display: block;
    margin-top: 7px;
  }
  footer .footer-bottom .left ul li a {
    border-left: none;
    padding-left: 0px;
    margin-left: 0px;
  }
  footer .footer-bottom .right {
    float: left;
    clear: both;
  }
  footer .footer-bottom .right ul {
    padding: 0px;
  }
}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
  .header-top .right .header-social {
    margin-left: 15px;
  }
  /* Menu */
  #mobileNav {
    width: 100%;
    right: -100%;
  }
  #wrap.menuOpenWrap {
    right: 100%;
  }
  .banner-large span.intro-one {
    font-size: 22px;
  }
  .banner-large span.intro-two {
    font-size: 40px;
  }
  .banner-large span.intro-three {
    font-size: 70px;
  }
  .banner-large span.caption {
    font-size: 20px;
  }
  #home .gallery .multipleItemsArrows {
    padding-bottom: 10px;
  }
  #home .content {
    padding: 60px;
  }
  .core-services {
    padding-top: 30px;
    padding-bottom: 70px;
  }
  .core-services .core-service .image {
    height: 350px;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .core-service.two {
    margin-bottom: 40px;
  }
  .core-service.two h2 {
    margin-top: 45px;
    margin-bottom: 15px;
  }
  .latest-projects h2 {
    padding: 50px 0px 15px 0px;
  }
  .latest-projects .categories ul {
    padding: 0px 0px 30px 0px;
  }
  .project-layouts .full-width-content-editor {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .project-layouts .image-left-content-right .content,
  .project-layouts .content-left-image-right .content {
    padding: 45px;
  }
  .project-layouts .image-left-content-right .content a.grey-white-button,
  .project-layouts .content-left-image-right .content a.grey-white-button {
    display: block;
  }
  .gallery-slice .gallery-image-wrapper .gallery-image {
    min-height: 270px;
  }
  .project-layouts .image {
    min-height: 300px;
  }
  .archive-wrapper .container {
    max-width: 100%;
  }
  .archive-project-image-left .image,
  .archive-project-image-right .image {
    min-height: 300px;
  }
  .archive-project-image-right .content,
  .archive-project-image-left .content {
    padding: 45px;
  }
  #project-carousel .carousel-item {
    min-height: 450px;
  }
  .project-intro {
    background: none;
  }
  .project-layouts .container {
    max-width: 100%;
  }
  .contact-left {
    padding-top: 45px;
    padding-bottom: 0px;
  }
  .contact-right {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .team-member .image {
    min-height: 200px;
    margin-bottom: 15px;
  }
  footer .footer-top .image img {
    float: left;
  }
  footer .footer-middle .block {
    margin-top: 30px;
  }
  footer .footer-middle ul {
    max-width: 225px;
  }
  footer .footer-bottom .right {
    float: left;
  }
  footer .footer-bottom .right ul {
    padding: 0px;
  }
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
  .header-top .right .header-social {
    margin-left: 15px;
  }
  .banner-large span.intro-one {
    font-size: 28px;
  }
  .banner-large span.intro-two {
    font-size: 50px;
  }
  .banner-large span.intro-three {
    font-size: 100px;
  }
  .banner-large span.caption {
    font-size: 24px;
  }
  #home .gallery .multipleItemsArrows {
    padding-bottom: 10px;
  }
  .core-services .core-service .image {
    height: 210px;
  }
  .project-layouts .full-width-content-editor {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .project-layouts .image-left-content-right .container,
  .project-layouts .content-left-image-right .container {
    max-width: 100%;
  }
  .project-layouts .image-left-content-right .content,
  .project-layouts .content-left-image-right .content {
    padding: 45px;
  }
  .project-layouts .image-left-content-right .content a.grey-white-button,
  .project-layouts .content-left-image-right .content a.grey-white-button {
    display: block;
  }
  .gallery-slice .gallery-image-wrapper .gallery-image {
    min-height: 270px;
  }
  .archive-wrapper .container {
    max-width: 100%;
  }
  .archive-project-image-left .image,
  .archive-project-image-right .image {
    min-height: 300px;
  }
  .archive-project-image-right .content,
  .archive-project-image-left .content {
    padding: 45px;
  }
  .project-layouts .container {
    max-width: 100%;
  }
  #project-carousel .carousel-item {
    min-height: 500px;
  }
  .project-intro .details {
    padding: 80px 30px;
  }
  .gform_body input {
    width: 100%!important;
  }
  .custom-controls .control-inner {
    max-width: 19%;
  }
  footer .footer-top .image {
    padding-top: 30px;
  }
  footer .footer-top .image.two {
    padding-top: 50px;
  }
  footer .footer-top .image img {
    float: left;
  }
  footer .footer-middle .block {
    margin-top: 30px;
  }
  footer .footer-middle ul {
    max-width: 225px;
  }
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  .header-nav {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-nav .main-menu {
    padding-left: 14px;
  }
  .header-nav .main-menu a {
    margin-right: 10px;
  }
  .header-top .right .header-social {
    margin-left: 147px;
  }
  #home .gallery {
    margin-right: 0px;
  }
  .core-services .core-service .image {
    height: 290px;
  }
  .image-left-content-right .container,
  .content-left-image-right .container {
    max-width: 100%;
  }
  .project-layouts .full-width-content-editor {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .project-layouts .image-left-content-right .content,
  .project-layouts .content-left-image-right .content {
    padding: 45px;
  }
  .gallery-slice .gallery-image-wrapper .gallery-image {
    min-height: 270px;
  }
  .archive-project-image-right .content {
    padding: 45px 45px 45px 5px;
  }
  .archive-project-image-left .content {
    padding: 45px 25px 45px 45px;
  }
  .custom-controls .control-inner {
    max-width: 15%;
  }
  .project-intro .intro {
    padding: 80px 65px 80px 15px;
  }
}
/* Extra large devices (large desktops, 1200px and up)*/
/* Chrome and Safari specific css */
/* IE 10+ Specific css */
