@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #404041;
}
@media (max-width: 1199px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 13px;
  }
}

img {
  max-width: 100%;
}

a {
  color: #404041;
}
a:hover {
  text-decoration: none;
  color: #121212;
}

.pre-header {
  letter-spacing: 2px;
  margin-bottom: 50px;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 1199px) {
  .pre-header {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .pre-header {
    margin-bottom: 30px;
    letter-spacing: 1px;
  }
}
@media (max-width: 767px) {
  .pre-header {
    margin-bottom: 25px;
  }
}

.standard-btn {
  border: 1px solid #efefef;
  padding: 13px 30px 14px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 0.25s all linear;
}
.standard-btn i {
  margin-left: 15px;
}
.standard-btn:hover {
  background: #404041;
  border-color: #404041;
  color: #fff;
}

h2 {
  font-size: 40px;
  font-weight: 700;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
h2:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #404041;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 35px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  h2 {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}

h2.no-line {
  padding-bottom: 0;
}
h2.no-line:after {
  display: none;
}

h3 {
  font-weight: 700;
  font-size: 30px;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

p {
  line-height: 1.7;
  margin-bottom: 35px;
}
p.p-center {
  margin-left: auto;
  margin-right: auto;
}

a:focus,
.btn:focus,
button:focus {
  outline: none;
  box-shadow: none;
}

/*-- HEADER --*/
.top-bar {
  background: #f8f8f8;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 40px;
  z-index: 1000;
}
@media (max-width: 991px) {
  .top-bar {
    display: none;
  }
}
.top-bar .container {
  max-width: none;
  width: 100%;
  padding: 0 70px;
}
@media (max-width: 1199px) {
  .top-bar .container {
    padding: 0 4%;
  }
}
.top-bar .right-top-links a {
  margin-left: 25px;
}
.top-bar a {
  font-size: 13px;
  line-height: 38px;
  color: #404041;
}
.top-bar a i {
  margin-right: 5px;
}

.navbar {
  padding: 0;
  top: 40px;
  margin-right: 100px;
  z-index: 1001;
  transition: 0.25s all linear;
}
@media (max-width: 991px) {
  .navbar {
    top: 0 !important;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .navbar {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .navbar #navbarCollapse {
    width: 100%;
    float: left;
    border-top: 1px solid #efefef;
    background: #f8f8f8;
  }
}
@media (max-width: 767px) {
  .navbar .container-1300 {
    width: 100%;
  }
}
.navbar .navbar-nav {
  padding: 30px 60px 30px 0;
}
@media (max-width: 1199px) {
  .navbar .navbar-nav {
    padding-right: 4%;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-nav {
    padding: 0;
  }
}
.navbar .nav-link {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 40px;
  color: #404041;
  position: relative;
}
.navbar .nav-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #404041;
  transition: 0.25s all linear;
}
.navbar .nav-link:hover:after {
  width: 100%;
}
@media (max-width: 991px) {
  .navbar .nav-link {
    margin: 0;
    padding: 10px 20px;
    border-top: 1px solid #efefef;
    text-align: center;
    background: #f8f8f8;
  }
  .navbar .nav-link:after {
    display: none;
  }
  .navbar .nav-link:hover {
    background: #efefef;
  }
}
.navbar #contact-btn {
  background: #404041;
  color: #fff;
  padding: 12px 25px 14px;
  font-size: 13px;
  margin-left: 40px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767px) {
  .navbar #contact-btn {
    margin: 20px;
  }
}
.navbar .navbar-toggler {
  position: absolute;
  right: 4%;
  top: 32px;
  width: 40px;
  padding: 0;
  border: none;
}
.navbar .dropdown-toggle::after {
  margin-left: 8px;
}
.navbar .animated-icon {
  width: 100%;
  height: 24px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.navbar .animated-icon span {
  display: block;
  position: absolute;
  background: #404041;
  height: 4px;
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navbar .animated-icon span:nth-child(1) {
  top: 0px;
}
.navbar .animated-icon span:nth-child(2), .navbar .animated-icon span:nth-child(3) {
  top: 50%;
  margin-top: -2px;
}
.navbar .animated-icon span:nth-child(4) {
  bottom: 0px;
}
.navbar .animated-icon.open span:nth-child(1),
.navbar .animated-icon.open span:nth-child(4) {
  top: 50%;
  width: 0%;
  margin-top: -2px;
  left: 50%;
}
.navbar .animated-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar .animated-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar #logo {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 55px 70px;
  transition: 0.25s all linear;
}
.navbar #logo img {
  width: 265px;
  transition: 0.25s all linear;
}
@media (max-width: 1199px) {
  .navbar #logo img {
    width: 160px !important;
  }
}
@media (max-width: 1199px) {
  .navbar #logo {
    position: relative;
    top: auto;
    left: auto;
    padding: 25px 0 25px 4% !important;
  }
}
/*-- BODY STYLES --*/
#wrapper {
  margin-top: 140px;
  float: left;
  width: 100%;
  padding: 0 30px;
  height: auto;
  overflow: hidden;
}
@media (max-width: 991px) {
  #wrapper {
    padding: 0;
    margin-top: 94px;
  }
}

.standard-card {
  background: #fff;
  padding: 50px;
}
.standard-card .icon {
  height: 50px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .standard-card .icon {
    height: 40px;
    margin-bottom: 20px;
  }
}
.standard-card h3 {
  font-size: 25px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .standard-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.standard-card p {
  font-size: 0.9em;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .standard-card {
    padding: 30px;
  }
}

.image-left {
  padding-right: 60px;
}
@media (max-width: 767px) {
  .image-left {
    padding-right: 15px;
  }
}

.text-col {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .text-col {
    padding-bottom: 0;
  }
}

.text-col-right {
  padding-left: 150px;
}
@media (max-width: 1299px) {
  .text-col-right {
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  .text-col-right {
    padding-left: 15px;
  }
}

.text-col-left {
  padding-right: 150px;
}
@media (max-width: 1299px) {
  .text-col-left {
    padding-right: 60px;
  }
}
@media (max-width: 1299px) {
  .text-col-left {
    padding-right: 15px;
  }
}

.image-grid {
  position: relative;
}
.image-grid .image-block {
  position: absolute;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .image-grid {
    width: 90%;
    margin: 0 auto;
  }
}

#image-grid-1 {
  height: 700px;
}
@media (max-width: 767px) {
  #image-grid-1 {
    height: 500px;
  }
}
@media (max-width: 575px) {
  #image-grid-1 {
    height: 400px;
  }
}
#image-grid-1 .image-block:first-of-type {
  right: 0;
  bottom: 0;
  width: 75%;
  height: 75%;
}
#image-grid-1 .image-block:last-of-type {
  left: 0;
  top: 0;
  width: 55%;
  height: 40%;
}

#image-grid-2 {
  height: 700px;
}
@media (max-width: 767px) {
  #image-grid-2 {
    height: 500px;
  }
}
@media (max-width: 575px) {
  #image-grid-2 {
    height: 400px;
  }
}
#image-grid-2 .image-block:first-of-type {
  right: 0;
  top: 0;
  width: 75%;
  height: 100%;
}
#image-grid-2 .image-block:last-of-type {
  left: 0;
  top: 50px;
  width: 45%;
  height: 35%;
}

.top-banner {
  width: 100%;
  min-height: 600px;
  background-color: #232323;
  background-size: cover;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 991px) {
  .top-banner {
    min-height: 0;
    height: auto !important;
    padding: 160px 15px;
  }
}
@media (max-width: 767px) {
  .top-banner {
    padding: 120px 15px;
  }
}
@media (max-width: 575px) {
  .top-banner {
    padding: 75px 15px;
  }
}
.top-banner .banner-content {
  text-align: center;
  position: relative;
  z-index: 10;
}
.top-banner .banner-content h1 {
  font-size: 55px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .top-banner .banner-content h1 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .top-banner .banner-content h1 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .top-banner .banner-content h1 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .top-banner .banner-content h1 {
    font-size: 25px;
  }
}
.top-banner .banner-content .pre-header {
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 2px;
  margin-bottom: 40px;
  display: block;
}
@media (max-width: 1199px) {
  .top-banner .banner-content .pre-header {
    margin-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .top-banner .banner-content .pre-header {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .top-banner .banner-content .pre-header {
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
}
@media (max-width: 575px) {
  .top-banner .banner-content .pre-header {
    margin-bottom: 15px;
    letter-spacing: 0;
  }
}
.top-banner .banner-content .pre-header a {
  color: #fff;
  font-weight: 800;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .top-banner .banner-content .pre-header a {
    margin-right: 10px;
  }
}
.top-banner .banner-content .pre-header a i {
  margin-left: 25px;
}
@media (max-width: 767px) {
  .top-banner .banner-content .pre-header a i {
    margin-left: 15px;
  }
}
.top-banner .banner-content .banner-ctas {
  margin-top: 40px;
  display: block;
}
@media (max-width: 1199px) {
  .top-banner .banner-content .banner-ctas {
    margin-top: 35px;
  }
}
@media (max-width: 991px) {
  .top-banner .banner-content .banner-ctas {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .top-banner .banner-content .banner-ctas {
    margin-top: 25px;
  }
}
@media (max-width: 575px) {
  .top-banner .banner-content .banner-ctas {
    margin-top: 20px;
  }
}
.top-banner .banner-content .banner-ctas .white-btn {
  margin: 0 4px;
  display: inline-block;
  min-width: 170px;
  transition: 0.25s all linear;
}
@media (max-width: 1199px) {
  .top-banner .banner-content .banner-ctas .white-btn {
    min-width: 150px;
  }
}
@media (max-width: 767px) {
  .top-banner .banner-content .banner-ctas .white-btn {
    min-width: 130px;
  }
}
.top-banner #intro-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}
.top-banner #intro-slider .image-wrapper {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}
.top-banner #intro-slider .image-wrapper.active {
  -webkit-animation: myMove 7.5s 1 linear;
  -moz-animation: myMove 7.5s 1 linear;
  -o-animation: myMove 7.5s 1 linear;
  -ms-animation: myMove 7.5s 1 linear;
  animation: myMove 7.5s 1 linear;
}
.top-banner #intro-slider img {
  position: absolute;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  opacity: 0.5;
}
@media (max-width: 991px) {
  .top-banner #intro-slider img {
    width: auto;
    height: 100%;
    max-height: none;
  }
}
.top-banner .scroll-hint {
  width: 100%;
  position: absolute;
  margin-bottom: -55px;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  z-index: 20;
  text-align: center;
}
@media (max-width: 767px) {
  .top-banner .scroll-hint {
    display: none;
  }
}
.top-banner .scroll-hint span {
  width: 1px;
  height: 55px;
  background: #fff;
  margin: 0 auto;
}
.top-banner .scroll-hint span:last-of-type {
  background: #404041;
}

.sub-page-banner {
  min-height: 0;
  height: auto !important;
  padding: 0 !important;
  background-position: center center;
}
.sub-page-banner .banner-content {
  margin: 220px 0;
}
@media (max-width: 1199px) {
  .sub-page-banner .banner-content {
    margin: 180px 0;
  }
}
@media (max-width: 991px) {
  .sub-page-banner .banner-content {
    margin: 150px 0;
  }
}
@media (max-width: 767px) {
  .sub-page-banner .banner-content {
    margin: 120px 0;
  }
}
@media (max-width: 575px) {
  .sub-page-banner .banner-content {
    margin: 90px 0;
  }
}
.sub-page-banner .banner-content h1 {
  font-size: 50px;
}
@media (max-width: 1199px) {
  .sub-page-banner .banner-content h1 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .sub-page-banner .banner-content h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .sub-page-banner .banner-content h1 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .sub-page-banner .banner-content h1 {
    font-size: 30px;
  }
}
.sub-page-banner .banner-content .pre-header {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .sub-page-banner .banner-content .pre-header {
    margin-bottom: 15px;
  }
}
.sub-page-banner .banner-content .sub-header {
  font-size: 25px;
  font-style: italic;
  margin-top: 25px;
  display: block;
}
@media (max-width: 1199px) {
  .sub-page-banner .banner-content .sub-header {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .sub-page-banner .banner-content .sub-header {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .sub-page-banner .banner-content .sub-header {
    font-size: 18px;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .sub-page-banner .banner-content .sub-header {
    font-size: 16px;
  }
}
.sub-page-banner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.white-btn {
  padding: 15px 35px;
  border: 1px solid #fff;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.white-btn:hover {
  background: #fff;
  color: #404041;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .white-btn {
    padding: 13px 30px;
    letter-spacing: 1px;
  }
}
@media (max-width: 767px) {
  .white-btn {
    padding: 11px 25px;
  }
}

section {
  padding: 120px 0;
  width: 100%;
}
section.light-grey-ground {
  background: #f8f8f8;
}
@media (max-width: 1199px) {
  section {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  section {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  section {
    padding: 60px 0;
  }
}
@media (max-width: 575px) {
  section {
    padding: 50px 0;
  }
}

#testimonials {
  background: url("/assets/img/testimonials.jpg") no-repeat;
  background-size: cover;
  padding: 200px 0;
}
@media (max-width: 1199px) {
  #testimonials {
    padding: 110px 0;
  }
}
@media (max-width: 767px) {
  #testimonials {
    padding: 280px 0 0;
    background-size: 100% auto;
    background-position: center top;
  }
}
@media (max-width: 575px) {
  #testimonials {
    padding: 175px 0 0;
  }
}

.container-1400 {
  width: 92%;
  margin: 0 auto;
  max-width: 1400px;
}

#project-gallery {
  width: 100%;
  height: auto;
  position: relative;
}
#project-gallery .project-images {
  position: relative;
}
#project-gallery .project-images .project-images-wrapper {
  position: relative;
  z-index: 1;
}
#project-gallery .project-images .project-images-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s all linear;
}
#project-gallery .project-images .project-images-wrapper img.active {
  opacity: 1;
}
#project-gallery .project-images .ratio-image {
  opacity: 0;
  position: relative;
}
#project-gallery .project-left,
#project-gallery .project-right {
  background: rgba(0, 0, 0, 0.35);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  transition: 0.25s all linear;
}
#project-gallery .project-left:hover,
#project-gallery .project-right:hover {
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
  #project-gallery .project-left,
#project-gallery .project-right {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
}
#project-gallery .project-left {
  left: 50px;
}
@media (max-width: 991px) {
  #project-gallery .project-left {
    left: 20px;
  }
}
#project-gallery .project-right {
  right: 50px;
}
@media (max-width: 991px) {
  #project-gallery .project-right {
    right: 20px;
  }
}
#project-gallery .featured-header {
  position: absolute;
  z-index: 100;
}
#project-gallery .featured-header span {
  text-transform: uppercase;
  padding: 15px 30px;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  #project-gallery .featured-header span {
    letter-spacing: 1px;
    padding: 10px 15px;
  }
}
@media (max-width: 767px) {
  #project-gallery .featured-header span {
    font-size: 0.8em;
    padding: 7px 10px;
  }
}
#project-gallery img {
  width: 100%;
}
#project-gallery .project-details {
  position: relative;
  margin-top: -80px;
  z-index: 20;
}
@media (max-width: 991px) {
  #project-gallery .project-details {
    margin-top: -40px;
  }
}
@media (max-width: 575px) {
  #project-gallery .project-details {
    margin-top: -20px;
  }
}
#project-gallery .project-details > div {
  width: 90%;
  max-width: 800px;
  background: #fff;
  height: auto;
  padding: 50px;
  /*p {
      max-width:500px;
      margin:35px auto;

      @include respond-below(lg){
          margin:25px auto;
      }
  }*/
}
@media (max-width: 991px) {
  #project-gallery .project-details > div {
    padding: 30px;
  }
}
#project-gallery .project-details > div h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  #project-gallery .project-details > div h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #project-gallery .project-details > div h3 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  #project-gallery .project-details > div h3 {
    font-size: 20px;
  }
}

.icon-wrapper {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .icon-wrapper {
    margin-bottom: 25px;
  }
}
.icon-wrapper .icon {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #404041;
  opacity: 0.5;
  display: inline-block;
  margin: 0 10px;
  transition: 0.5s all linear;
}
.icon-wrapper .icon.active {
  opacity: 1;
}

/*-- FOOTER --*/
footer {
  width: 100%;
  background: #f8f8f8;
  float: left;
  padding: 100px 0;
  margin-bottom: 30px;
}
footer .copyright {
  font-size: 13px;
  width: 100%;
}
@media (max-width: 767px) {
  footer .copyright {
    margin-top: 35px;
    font-size: 10px;
  }
}
footer hr {
  height: 1px;
  width: 100%;
  background: #efefef;
  border: none;
  margin: 90px 0 15px;
}
@media (max-width: 767px) {
  footer hr {
    display: none;
  }
}
footer #footer-logo {
  display: block;
  max-width: 265px;
}
@media (max-width: 1199px) {
  footer #footer-logo {
    max-width: 180px;
  }
}
@media (max-width: 767px) {
  footer #footer-logo {
    margin-bottom: 25px;
  }
}
footer .footer-col {
  float: right;
  margin-left: 100px;
}
@media (min-width: 768px) {
  footer .footer-col:first-of-type {
    margin-right: 35px;
  }
}
footer .footer-col:last-of-type {
  margin-left: 0;
}
footer .footer-col h4 {
  font-size: 24px;
  margin: 0 0 25px;
  font-weight: 800;
}
@media (max-width: 1199px) {
  footer .footer-col h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  footer .footer-col h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
footer .footer-col a {
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  footer .footer-col {
    margin: 0 0 0 80px;
  }
}
@media (max-width: 767px) {
  footer .footer-col {
    float: left;
    clear: both;
    margin: 35px 0 0 0;
    width: 100%;
  }
}
footer .footer-contact-col a {
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef;
  position: relative;
  padding-left: 35px;
}
footer .footer-contact-col a i {
  position: absolute;
  top: 4px;
  left: 0;
}
@media (max-width: 767px) {
  footer .footer-contact-col a {
    padding-left: 25px;
  }
}

#associations .association {
  padding: 0 50px;
}
@media (max-width: 1199px) {
  #associations .association {
    padding: 0 35px;
  }
}
@media (max-width: 991px) {
  #associations .association {
    padding: 0 25px;
  }
}
@media (max-width: 575px) {
  #associations .association {
    padding: 0 50px 35px;
  }
}
#associations .association img {
  max-height: 90px;
}
@media (max-width: 575px) {
  #associations .association img {
    max-height: 65px;
  }
}

#testimonial-wrapper {
  background: #fff;
  position: relative;
  margin-top: 25px;
}
#testimonial-wrapper:before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50px;
  width: 77px;
  height: 64px;
  background: url("/assets/img/quote.svg") no-repeat;
}
@media (max-width: 991px) {
  #testimonial-wrapper:before {
    left: 30px;
    width: 60px;
    height: 50px;
    top: -40px;
  }
}
#testimonial-wrapper #testimonials-slide {
  padding: 60px 50px;
  min-height: 360px;
}
@media (max-width: 991px) {
  #testimonial-wrapper #testimonials-slide {
    min-height: 0;
    padding: 40px 30px 40px;
  }
}
#testimonial-wrapper #testimonials-slide .carousel-indicators {
  position: relative;
  right: auto;
  bottom: auto;
  margin: 0;
}
#testimonial-wrapper #testimonials-slide .carousel-indicators li {
  background: #404041;
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin: 0 15px 0 0;
  opacity: 0.5;
}
#testimonial-wrapper #testimonials-slide .carousel-indicators li.active {
  opacity: 1;
}
#testimonial-wrapper #testimonials-slide .testimonial-author {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  float: left;
  padding-bottom: 3px;
}
@media (max-width: 1199px) {
  #testimonial-wrapper #testimonials-slide .testimonial-author {
    font-size: 18px;
  }
}
#testimonial-wrapper #testimonials-slide p {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  #testimonial-wrapper #testimonials-slide p {
    margin-top: 25px;
  }
}

.project-link figure {
  position: relative;
  overflow: hidden;
}
.project-link figure img {
  display: block;
  transition: 0.5s all linear;
}
.project-link figure:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #fff;
}
.project-link:hover img {
  transform: scale(1.1);
}
.project-link h3 {
  font-size: 25px;
  font-weight: 800;
  margin: 25px 0 5px;
}
@media (max-width: 1199px) {
  .project-link h3 {
    font-size: 22px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .project-link h3 {
    font-size: 19px;
    margin-top: 15px;
  }
}
.project-link .service-type {
  font-size: 18px;
}
@media (max-width: 1199px) {
  .project-link .service-type {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .project-link .service-type {
    font-size: 15px;
  }
}

.project-meta-wrapper {
  padding: 0;
  position: relative;
}

.project-meta {
  background: #fff;
  width: 92%;
  max-width: 1400px;
  border: 1px solid #dadada;
  color: #404041;
  z-index: 10;
  margin: -50px auto 0;
}
@media (max-width: 767px) {
  .project-meta {
    margin-top: -30px;
  }
}
.project-meta .project-meta-block {
  border-right: 1px solid #dadada;
  height: auto;
  font-size: 18px;
  padding: 40px;
}
@media (max-width: 1199px) {
  .project-meta .project-meta-block {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .project-meta .project-meta-block {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .project-meta .project-meta-block {
    border-right: none;
    border-bottom: 1px solid #dadada;
  }
}
.project-meta .project-meta-block:last-of-type {
  border-right: 0;
  border-bottom: 0;
}
.project-meta .project-meta-block i {
  display: block;
  font-size: 25px;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .project-meta .project-meta-block i {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .project-meta .project-meta-block i {
    font-size: 19px;
    margin-bottom: 10px;
  }
}
.project-meta .project-meta-block .meta-label {
  display: block;
  font-weight: 800;
}
.project-meta .project-meta-block .meta-value {
  display: block;
  font-weight: 400;
  font-size: 0.8em;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .project-meta .project-meta-block .meta-value {
    margin-top: 0;
  }
}

.project-gallery img {
  margin-bottom: 30px;
  width: 100%;
}

#accordion {
  border: 1px solid #404041;
  border-top: none;
}
#accordion .card {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  border-top: 1px solid #404041;
  transition: 0.25s all linear;
}
#accordion .card-header {
  font-weight: 700;
  font-size: 25px;
  padding: 0;
  cursor: pointer;
  background: #fff;
  border: none;
}
#accordion button {
  display: block;
  position: relative;
  width: 100%;
  padding: 30px;
  margin: 0;
  text-align: left;
  color: #404041;
  font-weight: 800;
  font-size: 25px;
  text-decoration: none;
  transition: 0.25s all linear;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background: #404041;
  color: #fff;
}
#accordion button:hover {
  background: #404041;
}
@media (max-width: 767px) {
  #accordion button {
    font-size: 16px;
    padding: 20px 15px;
  }
}
#accordion button.collapsed {
  background: #fff;
  color: #404041;
}
#accordion button.collapsed:hover {
  background: #efefef;
}
#accordion button:after {
  font-family: "FontAwesome";
  content: "";
  position: absolute;
  right: 30px;
  top: 35px;
  font-size: 16px;
}
@media (max-width: 767px) {
  #accordion button:after {
    font-size: 13px;
    right: 15px;
    top: 22px;
  }
}
#accordion button.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "";
}
#accordion .card-body {
  padding: 0 30px 50px;
  background: #404041;
  color: #fff;
}
#accordion .card-body .image-left {
  padding-right: 50px;
}
@media (max-width: 1199px) {
  #accordion .card-body .image-left {
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  #accordion .card-body .image-left {
    padding: 0 15px;
  }
}
#accordion .card-body p {
  margin: 30px 0;
  font-size: 0.9em;
}
@media (max-width: 1199px) {
  #accordion .card-body p {
    margin: 0;
  }
}
@media (max-width: 767px) {
  #accordion .card-body p {
    margin: 15px 0 0;
  }
}
@media (max-width: 767px) {
  #accordion .card-body {
    padding: 0 15px 20px;
  }
}

#form-wrapper {
  padding: 60px;
  border: 1px solid #404041;
}
@media (max-width: 991px) {
  #form-wrapper {
    padding: 0;
    border: none;
  }
}

#contact-info {
  padding-right: 60px;
}
#contact-info .contact-block {
  padding: 25px 0;
  border-bottom: 1px solid #efefef;
}
#contact-info .contact-block:first-of-type {
  border-top: 1px solid #efefef;
}
#contact-info .contact-block i {
  display: block;
  margin-bottom: 10px;
}
#contact-info .contact-block .meta-label {
  font-weight: 700;
  display: block;
}
#contact-info .contact-block .meta-value {
  font-weight: 400;
  display: block;
}

@keyframes myMove {
  from {
    transform: scale(1, 1);
    transform-origin: 50% 50%;
  }
  to {
    transform: scale(1.1, 1.1);
    transform-origin: 50% 50%;
  }
}
@-webkit-keyframes myMove {
  from {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 50% 50%;
  }
  to {
    -webkit-transform: scale(1.1, 1.1);
    -webkit-transform-origin: 50% 50%;
  }
}
@-o-keyframes myMove {
  from {
    -o-transform: scale(1, 1);
    -o-transform-origin: 50% 50%;
  }
  to {
    -o-transform: scale(1.1, 1.1);
    -o-transform-origin: 50% 50%;
  }
}
@-moz-keyframes myMove {
  from {
    -moz-transform: scale(1, 1);
    -moz-transform-origin: 50% 50%;
  }
  to {
    -moz-transform: scale(1.1, 1.1);
    -moz-transform-origin: 50% 50%;
  }
}
@-ms-keyframes myMove {
  from {
    -ms-transform: scale(1, 1);
    -ms-transform-origin: 50% 50%;
  }
  to {
    -ms-transform: scale(1.1, 1.1);
    -ms-transform-origin: 50% 50%;
  }
}

/*# sourceMappingURL=style.css.map */
