.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: cover;
}

.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;}
}

.services .item-full {
  margin-top: 50px;
}

.services .item-full .embed-responsive {
  height: 400px;
}

@media (min-width: 992px) {
  .services .item-full .embed-responsive::after {
    background-image: url(/../img/bg/overlay-service.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
  }

  .services .service-item:nth-child(even) .item-full .embed-responsive::after {
    background-image: url(/../img/bg/overlay-service-left.png);
    background-position: left top;
    left: 0;
    right: auto;
  }

  .services .item-full .caption {
    padding-left: 50px;
  }

  .services .item-full .caption .description ul {
    margin-left: -35px;
  }
}

@media (max-width: 991px) {
  .services .item-full .caption {
    padding-left: 15px;
    padding-right: 15px;
  }
}


.services .item-full .caption .title {
  color: #342D63;
  font-family: 'Bebas Neue', cursive;
  font-size: 34px;
  text-transform: uppercase;
}

.services .item-full .caption .description {
  color: #333333;
  margin-top: 20px;
}

.services .item-full .btn {
  background-color: #ED3237;
  margin-top: 40px;
}

.services .item-full .btn:hover {
  background-color: #ed4a4f;
}

.service {
  padding-top: 100px;
}

.service {
  padding-top: 100px;
}

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

.service .media .embed-responsive-item {
  object-fit: cover;
  -o-object-fit: cover;
  padding: 0!important;
}

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

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