.services {
  padding-top: 100px;
}

.services .item {
  background-color: #C4C4C4;
  border-radius: 2px;
  box-shadow: 0px 11px 15px rgba(0, 0, 0, 0.2), 0px 9px 46px rgba(0, 0, 0, 0.12), 0px 24px 38px -20px rgba(0, 0, 0, 0.15);
  margin-top: 50px;
  position: relative;
}

.services .item .embed-responsive::before {
  padding-bottom: 125%;
}

.services .item .embed-responsive-item {
  border-radius: 2px;
  object-fit: contain;
  padding: 25px;
}

.services .item .mask {
  align-items: flex-end;
  border-radius: 0px 0px 2px 2px;
  display: flex;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.services .item .caption {
  background: linear-gradient(360deg, rgba(52, 45, 99, 0.9) 0%, rgba(52, 45, 99, 0) 100%);
  margin-bottom: -60px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 120px;
  transition: all .2s linear;
  width: 100%;
}

.services .item:hover .caption {
  margin-bottom: 0;
}

.services .item .title {
  color: #ffffff;
  font-family: 'Bebas Neue', cursive;
  font-size: 34px;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .services .item .title {
    font-size: 24px;
  }
}

.services .item .btn {
  margin-top: 10px;
  opacity: 0;
}

.services .item:hover .btn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.service {
  padding-top: 100px;
}

.service {
  padding-top: 100px;
}

.service .media {
  margin-top: 40px;
}

.service .media .embed-responsive-item {
  object-fit: contain;
  -o-object-fit: contain;
  padding: 15px 20px;
}

.service .description {
  margin-top: 40px;
}

.gallery .lightgallery {
  margin-left: -5px;
  margin-right: -5px;
}
