

.works-grid.gutter .work-item {
  float: left;
}

.page-title > .container {
  height: 300px;
}

@media (max-width: 991px) {
  .page-title > .container {
    height: 220px;
  }
}

.page-title-title {
  font-size: 44px;
}

@media (max-width: 991px) {
  .page-title-title {
    font-size: 28px;
  }
}

.works-grid.with-title .work-container {
  position: relative;
  overflow: visible;
  margin-bottom: 30px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13);
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out;
  -ms-transition: box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
}

.hover-up:hover .work-container {
  box-shadow: 0px 10px 26px 0px rgba(0, 0, 0, 0.13);
}


.title-text h1 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.02em;
  max-width: 700px;
  margin: auto;
}

.label-new {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  background-color: #3dc36c;
  width: 60px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}


.works-grid.with-title .work-description {
  padding: 30px;
  background-color: #fff;
}

.work-description h3 {
  margin-bottom: 0;
  font-size: 18px;
}


.call-to-action.style-2 {
  background-attachment: scroll;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.call-to-action.style-2 h2 {
  font-size: 40px;
  font-family: "Merriweather", serif;
  line-height: 1.5;
  font-style: italic;
  text-transform: none;
  letter-spacing: normal;
}

@media (max-width: 991px) {
  .call-to-action.style-2 h2 {
    font-size: 24px;
  }
}


.footer {
  padding: 80px 0;
}

.footer img {
  display: block;
  margin: auto;
  margin-bottom: 20px;
}

.copyright a {
  color: #a2a2a2;
}

.copyright a:hover {
  color: #fff;
}