header#main-header {
  position: sticky;
}
section#intro .em-hero .slide {
  text-align: left;
  position: relative;
}
section#intro .em-hero .slide h2 {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 48px;
}
@media all and (max-width: 768px) {
  section#intro .em-hero .slide h2 {
    font-size: 28px;
    line-height: 1.2em;
  }
}
section#intro .owl-dots {
  /*
		left: 0;
		transform: translateX(0);
		*/
}
section#about {
  background: #FFF;
  position: relative;
}
@media all and (min-width: 1024px) {
  section#about .cta.inquire {
    margin-left: 50px;
  }
}
section#about .scroll.to-about {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: #FFF;
  font-size: 24px;
}
section#showcases {
  background: #f4f4f4;
}
section#showcases h2 {
  margin-bottom: 30px;
}
section#showcases .txt {
  margin-bottom: 50px;
}
section#showcases .cta {
  margin-left: 50px;
}
section#showcases .cta i {
  font-size: 25px;
  position: relative;
  top: 2px;
}
@media all and (max-width: 768px) {
  section#showcases .cta {
    margin-left: 0;
  }
}
section#showcases .grid [class*=col] {
  height: 600px;
  position: relative;
}
section#showcases .grid [class*=col]:after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-180deg, rgba(35, 35, 35, 0) 0%, #232323 100%);
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
section#showcases .grid [class*=col] a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
section#showcases .grid [class*=col] .infos {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  color: #FFF;
  transition: all ease-in-out 0.3s;
  opacity: 0;
  transform: scale(0) translateY(-100px);
  width: 100%;
  box-sizing: border-box;
  padding: 50px;
}
section#showcases .grid [class*=col] .infos .title {
  font-size: 30px;
  font-weight: 500;
}
section#showcases .grid [class*=col] .infos .location {
  font-size: 18px;
}
section#showcases .grid [class*=col]:hover:after {
  opacity: 0.7;
}
section#showcases .grid [class*=col]:hover .infos {
  opacity: 1;
  transform: scale(1) translateY(0px);
}
@media all and (max-width: 768px) {
  section#showcases .grid [class*=col]:after {
    opacity: 0.7;
  }
  section#showcases .grid [class*=col] .infos {
    opacity: 1;
    transform: scale(1) translateY(0px);
  }
}
section#contact-main {
  background: #FFF;
}
