/* Hero */
.hero{
  height: 100%;
  position: relative;
}
.slide-text{
  padding-right: 5vw;
}
.slick-slide{
  outline: none;
}
.hero-btn{
  display: inline-flex;
  list-style: none;
  padding: 0;
  position: absolute;
  bottom: 10vh;
  right: 5vw;
  margin: 0;
}
.hero-btn li{
  cursor: pointer;
  margin: 0 10px;
  display: flex !important;
}
.hero .slick-dots {
  bottom: 10.25vh !important;
  right: 12vw !important;
  width: auto !important;
}
.hero .slick-dots button{
  background-color: var(--pastel-red) !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 50%;
  border: 5.5px solid var(--white) !important;
}
.hero .slick-dots .slick-active button, .slick-dots button:hover{
  border-color: rgba(255, 255, 255, 0.6) !important;
}
.hero .slick-dots li button:before {
  opacity: 0 !important;
}
.hero .slick-dotted.slick-slider{
  margin: 0 !important;
}
.hero-slider-image{}
.hero-slider-image .slide-image{
  height: 100%;
}
.hero-rotate-text {
  padding: 40px 5px 60px 0px !important;
}
.hero-rotate-text p{
  padding-right: 3px;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  position: relative;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  color: var(--pale-red);
}
.home-hero-teaser{
  padding-right: 75px;
}
.word {
  position: absolute;
  width: 500px;
  opacity: 0;
  top: 0;
  left: 115%;
}
.hero .letter {
  display: inline-block;
  position: relative;
  float: left;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}
.hero .letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hero .letter.behind {
  transform: rotateX(-90deg);
}
.hero .letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.hero-video-base{
  overflow: hidden;
  cursor: none;
  /* cursor: url('../svg/ico-hero-play.svg'), pointer; */
  position: absolute !important;
  right: 0;
  top: 0;
}
.hero-slider-base{
  position: absolute !important;
  right: 0;
  top: 0;
  height: 100%;
}
#hero-video{
  height: 100vh;
  width: 100vw;
  position: relative;
  left: -30vw;
}
.hero-video .hero-slide{
  height: 100%;
}
.video-block{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0,0,0,.3);
}
/* .hero-video-base:hover .play-text{
  opacity: 1;
} */
.play-text:before{
  content: '';
  width: 80%;
  height: 1px;
  background-color: var(--white);
  position: absolute;
  bottom: -3px;
  right: 0;
}
.play-text img{
  margin-right: 10px;
}
.play-text{
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  opacity: 0;
  color: white;
  position: absolute;
  z-index: 99999999999;
}

/* About */
.abt-img-base{
  margin: 0px !important;
}
.abt-img, .abt-img-4{
  height: 70%;
}
.abt-img-2, .abt-img-3{
  height: 30%;
}
.abt-img, .abt-img-3{
  /* margin-bottom: 15px !important; */
  border-bottom: 15px solid var(--pale-grey);
}
.abt-img-con{
  height: 100%;
  position: absolute !important;
}
.abt-img-con:last-child{
  left: 50%;
}
.abt-det-con{
  padding: 0 60px !important;
}
.abt-det-con .p-text{
  margin-top: 20px !important;
}
.abt-det-con .p-text p{
  padding-bottom: 15px !important;
}
.abt-det-con .block-title{
  padding: 10px 0px !important;
}

/* Services */
.service{
  position: relative;
}
.home-serv-base{
  margin-bottom: 15px !important;
  margin-top: 15px !important;
}
.home-serv-con{
  box-shadow: 2px 4px 16px 0 rgba(139, 139, 139, 0.1);
  background-color: var(--white);
  padding: 25px 0;
  /* margin-top: 15px !important;
  margin-bottom: 15px !important; */
  border: 1px solid transparent;
  height: 100%;
  max-height: 175px;
}
.home-serv-arrow{
  position: absolute;
  right: 15px;
  top: 20px;
}
.home-serv-con:hover{
  border-color: var(--pale-red);
}
.home-serv-con:hover .home-serv-arrow svg path{
  fill: var(--pale-red);
}
.home-serv-img{
  height: 85px;
  background-size: contain !important;
}
.home-serv-det .service-category-title{
  margin-bottom: 15px !important;
}

/* Project */
.home-project-base{
  height: 30vw;
}
.home-project-base:hover .home-project-con *{
  opacity: 1;
}
.home-project-base:hover .home-project-con .project-title{
  bottom: 100%;
}
.home-project-con .project-desc{
  margin-bottom: 30px;
}
.home-project-con{
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 10%;
  padding: 0 35px;
}
.home-project-con .project-title{
  /* -webkit-transform: translateY(150%);
  transform: translateY(150%); */
  position: absolute;
  bottom: 5%;
  left: 5%;
  text-align: center;
  width: 90%;
}
.home-project-con .project-desc, .home-project-con .hover-effect{
  opacity: 0;
}

/* Clients */
.clients{
  position: relative;
}
.clients .slick-slide{
  height: auto !important;
}
.client-slide .client-img{
  background-color: white;
  background-size: contain !important;
  margin: 10px;
  height: 12vw;
  box-shadow: 2px 4px 16px 0 rgba(139, 139, 139, 0.1);
  /* cursor: pointer;
  filter: grayscale(1); */
}
.client-slide  .client-img:hover{
  filter: grayscale(0);
}
.clients .mecha-arrows li{
  top: 39% !important;
}
.clients .mecha-arrows li#prev{
  left: -5%;
}
.clients .mecha-arrows li#next{
  right: -5%;
}
.home-partner{
  border: solid 1px var(--pinkish-grey);
  background-color: white;
  position: relative;
  padding: 25px 300px;
  margin: 50px 0 25px;
}
/* Latest News */
.home-news-image{
  height: 12vw !important;
}
.home-news-con{
  /* height: 100%; */
}
.published-label span{
  color: var(--pale-red);
}
.home-news-image.hover-zoom{
  height: 12vw !important;
  position: relative !important;
}
.home-news-det{
  position: relative;
  z-index: 1;
  background: var(--white);
  padding: 15px 25px;
  border: 1px solid transparent;
  margin: 0 !important;
  height: 100%;
  max-height: 160px;
}
.published-label{
  margin-top: 7px !important;
}
.home-news-base:hover .home-news-det{
  border-color: var(--pale-red);
  border-top: 1px solid transparent;
}

.home-social{
  background-color: var(--very-light-pink);
  position: relative;
}
.hiring-list{
  list-style: none;
  margin: 0 0 5px;
  padding: 0;
}
.hiring-list li{
  border-bottom: 1px solid var(--white-two);
  padding: 10px 0 15px;
}
.hiring-list li:last-child{
  border-color: transparent
}
.hiring-list p{
  margin: 0 !important;
}
.hiring-list p svg{
  margin: 0px 5px -2px 0;
}
.hiring-base{
  position: fixed;
  background-color: var(--white);
  z-index: 3;
  padding: 0px 30px;
  width: 360px;
  right: -360px;
  top: 20vh;
}
.hire-base-show{
  right: 0px;
}
.hiring-base .cl-effect-10{
  margin: 0 -30px;
}
.hiring-base .cl-effect-10 a{
  width: 100%;
}
.hiring-base .cl-effect-10 a span {
  background: var(--very-light-pink);
  padding: 15px;
}
.hiring-base .cl-effect-10 a::before {
  padding: 15px !important;
}
.hire-btn{
  background-color: var(--pale-red);
  padding: 20px 30px;
  position: absolute;
  transform: rotate(-90deg);
  left: -113px;
  top: 50px;
  cursor: pointer;
}

/* Matt - March 24, 2020 */
h6#abt-block-reveal{
    display: none;
}
.home-serv-base:nth-child(1), .home-serv-base:nth-child(2){
    display: none !important;
}
/*  */

@media(max-width: 1560px){

}
@media(max-width: 1280px){

}
@media(max-width: 769px){

}

@media(max-width: 769px) and (orientation: portrait){
  .hero-slider-base, .hero-video-base {
    position: relative !important;
    height: auto;
  }
  .hero-video .hero-slide {
    height: 60vh !important;
  }
  .hero-slide {
    height: 60vh !important;
  }
  .slide-text{
    padding: 0 5vw;
  }
  .hero-slider-image .slide-image {
    height: 40vh;
  }
  .hero .hover-effect {
    bottom: 5vh !important;
  }
  .hero .slick-dots {
    bottom: 6vh !important;
    right: 20vw !important;
  }
  .hero-btn {
    bottom: 6vh !important;
    right: 5vw !important;
  }
  /* .hero {
    height: 75vh;
  } */
  .abt-img-base {
    height: 50vh;
  }
  .abt-img-con.noPL:first-child {
    padding-left: 15px !important;
  }
  .abt-det-con {
    padding: 0px 15px 35px !important;
  }
  .video-block-in {
    position: relative;
    height: 35vh;
    margin: 0px 30px;
    width: auto;
  }
  .play-text{
    opacity: 1 !important;
    height: 100%;
    width: 100%;
    z-index: 3 !important;
  }
  .hero .play-text:before {
    content: '';
    width: 110px;
    height: 1px;
    background-color: var(--white);
    position: absolute;
    bottom: 45%;
    right: auto;
  }
  .home-project-base {
    height: 40vw;
  }
  .home-partner {
    padding: 25px 100px;
    margin: 25px 0 0px;
  }
  .home-news-image.hover-zoom {
    height: 25vw !important;
  }
  .home-news-base{
    margin-top: 30px !important;
  }
  .mfp-content {
    border: 0px solid black !important;
  }
}
@media(max-width: 350px){
}
@media(max-width: 480px) and (orientation: portrait){
  /* .hero-slide {
    height: 80vh !important;
	} */
  .home-hero-header {
    font-size: 40px !important;
  }
  .hero-video .hero-slide {
    height: 70vh !important;
  }
  .hero-slider .hero-slide {
    height: 75vh !important;
  }
	.hero-video .hover-effect {
    left: 9vw !important;
	}
  .hero-slider .hover-effect {
    left: 5vw !important;
    bottom: 10vh !important;
  }
	.hero .slick-dots {
    bottom: 4vh !important;
    right: auto !important;
    left: 3vw;
	}
	.hero-btn {
    bottom: 3.75vh !important;
    right: 4vw !important;
	}
	.hero.hero-video{
    height: 109vh;
	}
  .home-serv-img{
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  .home-serv-det{
    text-align: center;
    width: 90% !important;
  }
  .home-project-base {
    height: 90vw;
  }
  .hero-rotate-text, .home-hero-teaser{
    display: none;
  }
  .client-slide .client-img {
    height: 40vw;
  }
  .home-partner {
    padding: 25px 15px;
  }
  .home-news-base {
    margin-top: 30px !important;
    width: 100% !important;
  }
  .home-news-image.hover-zoom {
    height: 50vw !important;
  }
  .abt-img-base {
    height: 90vw;
  }
}
